This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[patch] one more little step for WinCE
[perl5.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 [ 16693] By: jhi                                   on 2002/05/19  14:28:37
32         Log: Subject: [PATCH] Benchmark.pm: empty loop too slow
33              From: Slaven Rezic <slaven.rezic@berlin.de>
34              Date: Sun, 19 May 2002 16:03:12 +0200 (CEST)
35              Message-Id: <200205191403.g4JE3ClB025990@vran.herceg.de>
36      Branch: perl
37            ! lib/Benchmark.pm
38 ____________________________________________________________________________
39 [ 16692] By: jhi                                   on 2002/05/19  03:05:41
40         Log: Document once more the difference between :utf8
41              and :encoding(...).
42      Branch: perl
43            ! lib/open.pm pod/perluniintro.pod
44 ____________________________________________________________________________
45 [ 16691] By: jhi                                   on 2002/05/19  02:24:30
46         Log: Third Degree: make the options more portable between
47              Tru64 versions.
48      Branch: perl
49            ! Makefile.SH
50 ____________________________________________________________________________
51 [ 16690] By: jhi                                   on 2002/05/19  01:41:54
52         Log: IRIX SMP turned up a few hundred "Use of uninitialized
53              value in numeric eq" warnings: initialise the $counter2.
54      Branch: perl
55            ! ext/threads/shared/t/cond.t
56 ____________________________________________________________________________
57 [ 16689] By: jhi                                   on 2002/05/19  00:29:36
58         Log: Subject: Re: [PATCH threads] revised warnings + more tests + docs
59              From: Dave Mitchell <davem@fdgroup.com>
60              Date: Sun, 19 May 2002 00:50:43 +0100
61              Message-ID: <20020519005043.F7275@fdgroup.com>
62      Branch: perl
63            ! ext/threads/shared/t/cond.t
64 ____________________________________________________________________________
65 [ 16688] By: jhi                                   on 2002/05/19  00:28:51
66         Log: Sarathy pointed out that instead of zeroing heap
67              it is more prudent to poison it.
68      Branch: perl
69            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
70            ! scope.c sv.c util.c
71 ____________________________________________________________________________
72 [ 16687] By: jhi                                   on 2002/05/18  22:03:29
73         Log: The thread warnings aren't quite yet working as planned.
74      Branch: perl
75            ! ext/threads/shared/t/cond.t
76 ____________________________________________________________________________
77 [ 16686] By: jhi                                   on 2002/05/18  20:48:03
78         Log: Forgotten from #16685.
79      Branch: perl
80            ! ext/threads/shared/t/cond.t
81 ____________________________________________________________________________
82 [ 16685] By: jhi                                   on 2002/05/18  20:46:13
83         Log: Subject: [PATCH threads] revised warnings + more tests + docs
84              From: Dave Mitchell <davem@fdgroup.com>
85              Date: Sat, 18 May 2002 22:24:51 +0100
86              Message-ID: <20020518222451.E7275@fdgroup.com>
87      Branch: perl
88            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
89            ! ext/threads/t/thread.t ext/threads/threads.pm lib/warnings.pm
90            ! pod/perldiag.pod pod/perllexwarn.pod warnings.h warnings.pl
91 ____________________________________________________________________________
92 [ 16684] By: jhi                                   on 2002/05/18  20:10:53
93         Log: Storable status tweak.
94      Branch: perl
95            ! pod/perldelta.pod
96 ____________________________________________________________________________
97 [ 16683] By: rgs                                   on 2002/05/18  19:39:42
98         Log: perlfunc and perldelta updates about caller().
99      Branch: perl
100            ! pod/perldelta.pod pod/perlfunc.pod
101 ____________________________________________________________________________
102 [ 16682] By: jhi                                   on 2002/05/18  19:33:51
103         Log: Subject: [PATCH] RE: perl@16678
104              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
105              Date: Sat, 18 May 2002 21:15:43 +0100
106              Message-ID: <AIEAJICLCBDNAAOLLOKLCEAPELAA.Paul.Marquess@ntlworld.com>
107              
108              Making the symbols generated by warnings.pl future-proof.
109      Branch: perl
110            ! lib/warnings.pm warnings.h warnings.pl
111 ____________________________________________________________________________
112 [ 16681] By: jhi                                   on 2002/05/18  18:44:32
113         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.94_02 -> 5.95_01
114              From: Michael G Schwern <schwern@pobox.com>
115              Date: Sat, 18 May 2002 14:53:50 -0400
116              Message-ID: <20020518185350.GB2878@ool-18b93024.dyn.optonline.net>
117      Branch: perl
118            ! lib/ExtUtils/Changes lib/ExtUtils/MakeMaker.pm
119            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
120 ____________________________________________________________________________
121 [ 16680] By: jhi                                   on 2002/05/18  18:43:35
122         Log: Prettyprinting.
123      Branch: perl
124            ! t/op/recurse.t
125 ____________________________________________________________________________
126 [ 16679] By: jhi                                   on 2002/05/18  18:42:08
127         Log: Companion to #16601: cxinc would create uninitialized
128              PERL_CONTEXTs.  The bug was tickled by the test
129              lib/Math/BigInt/t/upgrade.t, the new test of recurse.t
130              added to check that I got the context stack extension right.
131              Also rewrite recurse.t to use test.pl.
132      Branch: perl
133            ! scope.c t/op/recurse.t
134 ____________________________________________________________________________
135 [ 16678] By: jhi                                   on 2002/05/18  16:38:29
136         Log: Update Changes.
137      Branch: perl
138            ! Changes patchlevel.h
139 ____________________________________________________________________________
140 [ 16677] By: jhi                                   on 2002/05/18  15:50:25
141         Log: URL and other tiny tweaks.
142      Branch: perl
143            ! pod/perluniintro.pod
144 ____________________________________________________________________________
145 [ 16676] By: jhi                                   on 2002/05/18  15:40:35
146         Log: Subject: [Patch] doc patch on Unicode
147              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
148              Date: Sun, 19 May 2002 01:01:58 +0900
149              Message-Id: <20020519005515.18F0.BQW10602@nifty.com>
150      Branch: perl
151            ! pod/perlmodlib.pod pod/perlunicode.pod pod/perluniintro.pod
152 ____________________________________________________________________________
153 [ 16675] By: ams                                   on 2002/05/18  15:06:35
154         Log: s/2.0/2.00/ to be CPAN friendly.
155      Branch: perl
156            ! ext/Storable/Storable.pm
157 ____________________________________________________________________________
158 [ 16674] By: ams                                   on 2002/05/18  14:47:07
159         Log: Subject: Re: Change 16621: 1. Not hardcoding \x0A and \x0D seems to help
160              EBCDIC, amazing.
161              From: Philip Newton <Philip.Newton@gmx.net>
162              Date: Sat, 18 May 2002 09:54:13 +0200
163              Message-Id: <432ceucrfducg2iitau6uggeb02lu209a2@4ax.com>
164      Branch: perl
165            ! lib/Pod/t/eol.t
166 ____________________________________________________________________________
167 [ 16673] By: ams                                   on 2002/05/18  14:41:00
168         Log: Subject: Storable test for 64 bit 5.6.1
169              From: Nicholas Clark <nick@unfortu.net>
170              Date: Sat, 18 May 2002 15:48:55 +0100
171              Message-Id: <20020518144854.GD304@Bagpuss.unfortu.net>
172              (Private mail.)
173      Branch: perl
174            ! ext/Storable/t/malice.t
175 ____________________________________________________________________________
176 [ 16672] By: nick                                  on 2002/05/18  09:47:51
177         Log: Integrate mainline
178      Branch: perlio
179           +> t/lib/sample-tests/shbang_misparse t/op/caller.t
180            - t/lib/st-dump.pl
181           !> (integrate 67 files)
182 ____________________________________________________________________________
183 [ 16671] By: jhi                                   on 2002/05/18  04:31:00
184         Log: No more true.
185      Branch: perl
186            ! lib/vars.pm
187 ____________________________________________________________________________
188 [ 16670] By: jhi                                   on 2002/05/18  04:14:25
189         Log: Make use vars grok UTF-8.
190      Branch: perl
191            ! lib/vars.pm t/run/fresh_perl.t
192 ____________________________________________________________________________
193 [ 16669] By: jhi                                   on 2002/05/18  03:53:27
194         Log: Subject: [PATCH] Re: t/op/tie.t #19 TODO ENOTWORKING  
195              From: Michael G Schwern <schwern@pobox.com>
196              Date: Fri, 17 May 2002 23:54:29 -0400  
197              Message-ID: <20020518035429.GA704@ool-18b93024.dyn.optonline.net>
198      Branch: perl
199            ! t/op/tie.t t/run/fresh_perl.t
200 ____________________________________________________________________________
201 [ 16668] By: jhi                                   on 2002/05/18  03:44:57
202         Log: Subject: [PATCH] Test::Harness 2.21 -> 2.22
203              From: Michael G Schwern <schwern@pobox.com>
204              Date: Fri, 17 May 2002 20:37:26 -0400  
205              Message-ID: <20020518003726.GB358@ool-18b93024.dyn.optonline.net>
206      Branch: perl
207            + t/lib/sample-tests/shbang_misparse
208            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
209            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
210            ! lib/Test/Harness/t/test-harness.t
211 ____________________________________________________________________________
212 [ 16667] By: jhi                                   on 2002/05/18  03:41:34
213         Log: Subject: [PATCH] Re: [PATCH] Storable stand alone tests
214              From: Nicholas Clark <nick@unfortu.net>
215              Date: Sat, 18 May 2002 00:18:39 +0100  
216              Message-ID: <20020517231838.GI290@Bagpuss.unfortu.net>
217              
218              Use Storable's st-dump.pl.
219      Branch: perl
220            - t/lib/st-dump.pl
221            ! MANIFEST ext/Storable/t/blessed.t ext/Storable/t/compat06.t
222            ! ext/Storable/t/dclone.t ext/Storable/t/freeze.t
223            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
224            ! ext/Storable/t/recurse.t ext/Storable/t/restrict.t
225            ! ext/Storable/t/retrieve.t ext/Storable/t/store.t
226            ! ext/Storable/t/tied.t ext/Storable/t/tied_hook.t
227            ! ext/Storable/t/tied_items.t ext/Storable/t/utf8.t
228 ____________________________________________________________________________
229 [ 16666] By: jhi                                   on 2002/05/17  21:46:04
230         Log: Forgotten from #16656.
231      Branch: perl
232            ! ext/B/B.xs
233 ____________________________________________________________________________
234 [ 16665] By: jhi                                   on 2002/05/17  21:40:55
235         Log: Subject: [PATCH] Storable ChangeLog ready for release 
236              From: Nicholas Clark <nick@unfortu.net>
237              Date: Fri, 17 May 2002 23:17:34 +0100  
238              Message-ID: <20020517221733.GH290@Bagpuss.unfortu.net>
239      Branch: perl
240            ! ext/Storable/ChangeLog
241 ____________________________________________________________________________
242 [ 16664] By: jhi                                   on 2002/05/17  21:39:37
243         Log: Subject: [PATCH] Storable stand alone tests
244              From: Nicholas Clark <nick@unfortu.net>
245              Date: Fri, 17 May 2002 22:43:35 +0100  
246              Message-ID: <20020517214334.GG290@Bagpuss.unfortu.net>
247      Branch: perl
248            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
249            ! ext/Storable/t/compat06.t ext/Storable/t/croak.t
250            ! ext/Storable/t/dclone.t ext/Storable/t/downgrade.t
251            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
252            ! ext/Storable/t/lock.t ext/Storable/t/malice.t
253            ! ext/Storable/t/overload.t ext/Storable/t/recurse.t
254            ! ext/Storable/t/restrict.t ext/Storable/t/retrieve.t
255            ! ext/Storable/t/store.t ext/Storable/t/tied.t
256            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
257            ! ext/Storable/t/utf8.t ext/Storable/t/utf8hash.t
258 ____________________________________________________________________________
259 [ 16663] By: jhi                                   on 2002/05/17  21:35:45
260         Log: Subject: [PATCH] ExtUtils::MakeMaker 5.92_01 -> 5.94_02
261              From: Michael G Schwern <schwern@pobox.com>
262              Date: Fri, 17 May 2002 17:17:54 -0400  
263              Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
264      Branch: perl
265            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
266            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
267            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Liblist.pm
268            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_BeOS.pm
269            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
270            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
271            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
272            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
273            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Command.t
274            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/Installed.t
275            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
276            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/Mkbootstrap.t
277            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/VERSION_FROM.t
278            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
279 ____________________________________________________________________________
280 [ 16662] By: rgs                                   on 2002/05/17  20:07:21
281         Log: More regression tests for caller() and fix one bug of #16658.
282      Branch: perl
283            ! pp_ctl.c t/op/caller.t
284 ____________________________________________________________________________
285 [ 16661] By: jhi                                   on 2002/05/17  19:13:18
286         Log: Integrate perlio;
287              
288              Fix the crlf.t buffer leak
289              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
290              flagged it because it is more often popped without stream
291              being closed.
292              - Define non-noop PerlIOBuf_popped(), use it and export it.
293      Branch: perl
294           !> makedef.pl perlio.c perliol.h
295 ____________________________________________________________________________
296 [ 16660] By: rgs                                   on 2002/05/17  19:09:03
297         Log: Add a note about Cwd::fastcwd() returning tainted data.
298              Sort modules alphabetically.
299      Branch: perl
300            ! pod/perldelta.pod
301 ____________________________________________________________________________
302 [ 16659] By: rgs                                   on 2002/05/17  19:05:11
303         Log: Remove O from the untested modules list.
304      Branch: perl
305            ! t/lib/1_compile.t
306 ____________________________________________________________________________
307 [ 16658] By: rgs                                   on 2002/05/17  19:03:06
308         Log: Fix bug 20020517.003 : segfault with caller().
309              Add regression tests for caller.
310      Branch: perl
311            + t/op/caller.t
312            ! MANIFEST pp_ctl.c
313 ____________________________________________________________________________
314 [ 16657] By: nick                                  on 2002/05/17  17:18:18
315         Log: Fix the crlf.t buffer leak
316              - actually a generic PerlIOBuf_xxx derived leak-on-pop, but :crlf
317              flagged it because it is more often popped without stream
318              being closed.
319              - Define non-noop PerlIOBuf_popped(), use it and export it.
320      Branch: perlio
321            ! makedef.pl perlio.c perliol.h
322 ____________________________________________________________________________
323 [ 16656] By: jhi                                   on 2002/05/17  16:52:15
324         Log: PERL_HASH() casting games so that our hashed data is "unsigned
325              char" but old code using just a "char" doesn't need changes.
326              (The change is using a temporary pointer instead of a direct
327              cast to unsigned char* which would blindly cast anything,
328              not just char pointers.)  (The problem arose in MacOS Classic,
329              as seen by Pudge, the cure by Nicholas Clark.)
330      Branch: perl
331            ! hv.c hv.h op.c sv.c vms/vms.c
332 ____________________________________________________________________________
333 [ 16655] By: nick                                  on 2002/05/17  14:59:20
334         Log: Integrate mainline
335      Branch: perlio
336           !> (integrate 28 files)
337 ____________________________________________________________________________
338 [ 16654] By: jhi                                   on 2002/05/17  12:24:07
339         Log: Update Changes.
340      Branch: perl
341            ! Changes patchlevel.h
342 ____________________________________________________________________________
343 [ 16653] By: jhi                                   on 2002/05/17  12:18:54
344         Log: FAQ sync.
345      Branch: perl
346            ! pod/perlfaq4.pod pod/perlfaq8.pod
347 ____________________________________________________________________________
348 [ 16652] By: jhi                                   on 2002/05/17  12:14:20
349         Log: Forgot from #16628.
350      Branch: perl
351            ! ext/Encode/Makefile.PL
352 ____________________________________________________________________________
353 [ 16651] By: pudge                                 on 2002/05/17  11:40:13
354         Log: One Last Time
355      Branch: macperl
356            + lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
357            + lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
358            + lib/Unicode/Collate/t/test.t lib/Unicode/UCD.pm
359            + lib/Unicode/UCD.t
360 ____________________________________________________________________________
361 [ 16650] By: pudge                                 on 2002/05/17  11:39:14
362         Log: Stupid case insensitivity
363      Branch: macperl
364            - lib/unicode/Collate.pm lib/unicode/Collate/Changes
365            - lib/unicode/Collate/README lib/unicode/Collate/keys.txt
366            - lib/unicode/Collate/t/test.t lib/unicode/UCD.pm
367            - lib/unicode/UCD.t
368 ____________________________________________________________________________
369 [ 16649] By: pudge                                 on 2002/05/17  11:30:17
370         Log: Move Unicode -> unicode, remove README
371      Branch: macperl
372            - lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
373            - lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
374            - lib/Unicode/Collate/t/test.t lib/Unicode/README
375            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
376 ____________________________________________________________________________
377 [ 16648] By: pudge                                 on 2002/05/17  11:29:57
378         Log: Move Unicode -> unicode, remove README (oops, forgot one)
379      Branch: macperl
380           +> lib/unicode/Collate/README
381 ____________________________________________________________________________
382 [ 16647] By: pudge                                 on 2002/05/17  11:11:50
383         Log: Move Unicode -> unicode, remove README
384      Branch: macperl
385           +> lib/unicode/Collate.pm lib/unicode/Collate/Changes
386           +> lib/unicode/Collate/keys.txt lib/unicode/Collate/t/test.t
387           +> lib/unicode/UCD.pm lib/unicode/UCD.t
388 ____________________________________________________________________________
389 [ 16646] By: pudge                                 on 2002/05/17  10:54:03
390         Log: Integrate perl
391      Branch: macperl
392           +> Porting/thirdclean ext/B/t/o.t ext/PerlIO/t/fail.t
393           +> ext/Storable/t/st-dump.pl lib/Thread/Queue.pm
394           +> lib/Thread/Semaphore.pm
395            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
396            - wince/FindExt.pm wince/include/cectype.h wince/include/errno.h
397            - wince/include/sys/types.h wince/include/sys/utime.h
398            - wince/include/time.h
399            ! macos/MPVersion.r macos/config.sh
400           !> (integrate 173 files)
401 ____________________________________________________________________________
402 [ 16645] By: nick                                  on 2002/05/17  06:56:40
403         Log: Integrate mainline
404      Branch: perlio
405           +> ext/Storable/t/st-dump.pl
406            - wince/FindExt.pm
407           !> (integrate 40 files)
408 ____________________________________________________________________________
409 [ 16644] By: jhi                                   on 2002/05/17  03:10:15
410         Log: STDERR noise.
411      Branch: perl
412            ! lib/Switch.pm
413 ____________________________________________________________________________
414 [ 16643] By: jhi                                   on 2002/05/17  03:08:01
415         Log: Upgrade to Switch 2.07.
416      Branch: perl
417            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
418            ! lib/Switch/t/given.t lib/Switch/t/nested.t
419            ! lib/Switch/t/switch.t
420 ____________________________________________________________________________
421 [ 16642] By: jhi                                   on 2002/05/17  02:59:35
422         Log: Missed hunk in #16641.
423      Branch: perl
424            ! lib/Filter/Simple/Changes
425 ____________________________________________________________________________
426 [ 16641] By: jhi                                   on 2002/05/17  02:56:14
427         Log: Upgrade to Filter::Simple 0.78.
428              (Keep #14432, let Damian know of it.)
429      Branch: perl
430            ! lib/Filter/Simple.pm lib/Filter/Simple/README
431            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
432            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
433            ! lib/Filter/Simple/t/import.t
434 ____________________________________________________________________________
435 [ 16640] By: jhi                                   on 2002/05/17  01:36:12
436         Log: More Third Degree.
437      Branch: perl
438            ! t/TEST
439 ____________________________________________________________________________
440 [ 16639] By: jhi                                   on 2002/05/17  01:07:09
441         Log: Third Degree tweaks.
442      Branch: perl
443            ! pod/perlhack.pod t/TEST
444 ____________________________________________________________________________
445 [ 16638] By: jhi                                   on 2002/05/16  22:54:36
446         Log: Purify: dl_last_error was leaking.
447      Branch: perl
448            ! ext/DynaLoader/dlutils.c
449 ____________________________________________________________________________
450 [ 16637] By: jhi                                   on 2002/05/16  22:42:44
451         Log: Subject: [PATCH utils/perldoc.PL] perltoc ref.
452              From: Chris Ball <chris@cpan.org>
453              Date: 16 May 2002 20:51:34 +0100
454              Message-ID: <86lmajvpkp.fsf@void.printf.net>
455      Branch: perl
456            ! utils/perldoc.PL
457 ____________________________________________________________________________
458 [ 16636] By: jhi                                   on 2002/05/16  22:38:35
459         Log: Subject: [PATCH @16611] lib/ExtUtils/t/Constant.t on VMS
460              From: "Craig A. Berry" <craigberry@mac.com>
461              Date: Thu, 16 May 2002 14:13:15 -0500
462              Message-Id: <5.1.0.14.2.20020516140747.03562438@exchi01>
463      Branch: perl
464            ! lib/ExtUtils/t/Constant.t
465 ____________________________________________________________________________
466 [ 16635] By: rgs                                   on 2002/05/16  21:09:57
467         Log: Make Cwd::fastcwd() return a tainted value.
468              Add regression tests for taint-safety of the *cwd()
469              functions.
470      Branch: perl
471            ! ext/Cwd/Cwd.xs ext/Cwd/t/taint.t lib/Cwd.pm
472 ____________________________________________________________________________
473 [ 16634] By: jhi                                   on 2002/05/16  15:56:42
474         Log: Subject: Re: AIX warning in hints regarding gcc
475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
476              Date: Thu, 16 May 2002 18:55:41 +0200
477              Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl>
478      Branch: perl
479            ! hints/aix.sh
480 ____________________________________________________________________________
481 [ 16633] By: jhi                                   on 2002/05/16  14:18:27
482         Log: Update the test statuses.
483      Branch: perl
484            ! pod/perldelta.pod
485 ____________________________________________________________________________
486 [ 16632] By: jhi                                   on 2002/05/16  14:17:29
487         Log: The UDP sockpair failure seems to have magically
488              disappeared from both UNICOSes.
489              (One gets "UNEXPECTEDLY SUCCEEDED".)
490      Branch: perl
491            ! ext/Socket/socketpair.t
492 ____________________________________________________________________________
493 [ 16631] By: jhi                                   on 2002/05/16  13:57:08
494         Log: Brokenness of restricted hashes with Storable on EBCDIC
495              seems to be an artifact of the downgrade.t.
496      Branch: perl
497            ! ext/Storable/Storable.pm
498 ____________________________________________________________________________
499 [ 16630] By: jhi                                   on 2002/05/16  13:51:19
500         Log: Document the odd slowdown of ext/Encode/t/Unicode.t under
501              memory debuggers.
502      Branch: perl
503            ! pod/perlhack.pod
504 ____________________________________________________________________________
505 [ 16629] By: jhi                                   on 2002/05/16  13:44:03
506         Log: Subject: Re: [ PATCH ] AIX 4.3 / gcc / threads
507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
508              Date: Thu, 16 May 2002 16:42:34 +0200
509              Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl>
510              
511              gcc 3 version parsing proofing.
512      Branch: perl
513            ! hints/dec_osf.sh hints/hpux.sh hints/svr5.sh hints/vos.sh
514 ____________________________________________________________________________
515 [ 16628] By: jhi                                   on 2002/05/16  13:22:57
516         Log: Subject: [PATCH] good day for WinCE port of perl.
517              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
518              Date: Thu, 16 May 2002 03:33:23 +0400
519              Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
520      Branch: perl
521            - wince/FindExt.pm
522            ! MANIFEST ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
523            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
524            ! ext/Encode/KR/Makefile.PL ext/Encode/Symbol/Makefile.PL
525            ! ext/Encode/TW/Makefile.PL ext/Encode/Unicode/Makefile.PL
526            ! utf8.c win32/buildext.pl wince/Makefile.ce wince/config.ce
527            ! wince/config_H.ce wince/config_h.PL
528 ____________________________________________________________________________
529 [ 16627] By: jhi                                   on 2002/05/16  13:17:42
530         Log: Subject: [PATCH] do not use "udp" on some platforms for Sys::Syslog
531              From: slaven.rezic@berlin.de
532              Date: Mon, 13 May 2002 16:02:24 +0200
533              Message-Id: <20020513140224.JSLM27460.mailoutvl21@herceg.de>
534      Branch: perl
535            ! ext/Sys/Syslog/Syslog.pm
536 ____________________________________________________________________________
537 [ 16626] By: jhi                                   on 2002/05/16  13:16:34
538         Log: Subject: Re: [PATCH] allow use threads qw(yield)
539              From: Dave Mitchell <davem@fdgroup.com>
540              Date: Wed, 15 May 2002 23:26:27 +0100
541              Message-ID: <20020515232626.E28924@fdgroup.com>
542      Branch: perl
543            ! ext/threads/threads.xs
544 ____________________________________________________________________________
545 [ 16625] By: jhi                                   on 2002/05/16  13:10:46
546         Log: Subject: [ PATCH ] AIX 4.3 / gcc / threads
547              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
548              Date: Thu, 16 May 2002 14:22:21 +0200
549              Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl>
550      Branch: perl
551            ! hints/aix.sh
552 ____________________________________________________________________________
553 [ 16624] By: jhi                                   on 2002/05/16  13:05:05
554         Log: metaconfig unit change for #16623.
555      Branch: metaconfig
556            ! U/ebcdic/trnl.U
557 ____________________________________________________________________________
558 [ 16623] By: jhi                                   on 2002/05/16  13:04:40
559         Log: OS/2 tr (well, GNU textutils 2.0 tr) probing tweak
560              from John Poltorak <jp@eyup.org>.
561      Branch: perl
562            ! Configure
563 ____________________________________________________________________________
564 [ 16622] By: jhi                                   on 2002/05/16  12:58:05
565         Log: DJGPP doesn't have \r\n delimited files (it has \r).
566      Branch: perl
567            ! lib/Tie/File/t/21_win32.t
568 ____________________________________________________________________________
569 [ 16621] By: jhi                                   on 2002/05/16  12:52:47
570         Log: 1. Not hardcoding \x0A and \x0D seems to help EBCDIC, amazing.
571              2. Doing a s///g instead of tr/// works better for CR-delimited
572              files, like in DJGPP (since <FH> doesn't correctly pull in
573              CR-delimited lines).
574      Branch: perl
575            ! lib/Pod/Html.pm lib/Pod/t/eol.t
576 ____________________________________________________________________________
577 [ 16620] By: jhi                                   on 2002/05/16  12:50:29
578         Log: Don't test $! with like() since one may have
579              a non-English locale, or simply AIX :-)
580      Branch: perl
581            ! ext/PerlIO/t/fail.t
582 ____________________________________________________________________________
583 [ 16619] By: jhi                                   on 2002/05/16  12:16:25
584         Log: DJGPP updates from Laszlo Molnar.
585      Branch: perl
586            ! README.dos djgpp/djgppsed.sh lib/File/stat.t t/op/alarm.t
587 ____________________________________________________________________________
588 [ 16618] By: jhi                                   on 2002/05/16  02:57:21
589         Log: Integrate perlio;
590              
591              Make open fail when layer string does not parse.
592      Branch: perl
593           +> ext/PerlIO/t/fail.t
594           !> MANIFEST perlio.c
595 ____________________________________________________________________________
596 [ 16617] By: jhi                                   on 2002/05/15  21:07:39
597         Log: Subject: [PATCH] avoid 64 bit SEGV for debugging Storable
598              From: Nicholas Clark <nick@unfortu.net>
599              Date: Wed, 15 May 2002 23:06:20 +0100
600              Message-ID: <20020515220619.GF365@Bagpuss.unfortu.net>
601      Branch: perl
602            ! ext/Storable/Storable.xs
603 ____________________________________________________________________________
604 [ 16616] By: jhi                                   on 2002/05/15  21:01:10
605         Log: Two down, ten to go.
606      Branch: perl
607            ! pod/perldelta.pod
608 ____________________________________________________________________________
609 [ 16615] By: jhi                                   on 2002/05/15  20:31:02
610         Log: Fix some of the EBCDIC vs Storable failures, from Nick Clark.
611      Branch: perl
612            ! ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
613 ____________________________________________________________________________
614 [ 16614] By: jhi                                   on 2002/05/15  20:03:28
615         Log: Schizoid MANIFESTs.
616      Branch: perl
617            + ext/Storable/t/st-dump.pl
618            ! MANIFEST ext/Storable/MANIFEST t/lib/st-dump.pl
619 ____________________________________________________________________________
620 [ 16613] By: nick                                  on 2002/05/15  19:26:00
621         Log: Make open fail when layer string does not parse.
622      Branch: perlio
623            + ext/PerlIO/t/fail.t
624            ! MANIFEST perlio.c
625 ____________________________________________________________________________
626 [ 16612] By: nick                                  on 2002/05/15  18:11:15
627         Log: Integrate mainline
628      Branch: perlio
629           !> Changes ext/Storable/Storable.pm patchlevel.h
630           !> pod/perldelta.pod sv.c t/run/fresh_perl.t
631 ____________________________________________________________________________
632 [ 16611] By: jhi                                   on 2002/05/15  14:06:45
633         Log: Update Changes.
634      Branch: perl
635            ! Changes patchlevel.h
636 ____________________________________________________________________________
637 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
638         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
639      Branch: perl
640            ! pod/perldelta.pod t/run/fresh_perl.t
641 ____________________________________________________________________________
642 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
643         Log: Document some of the known EBCDIC problems with Storable.
644              (There is more, but need to do more tests.)
645      Branch: perl
646            ! ext/Storable/Storable.pm
647 ____________________________________________________________________________
648 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
649         Log: Purify finding: jperl.t causes a few Array Bounds Reads
650              (one byte too far in a malloced buffer) at various spots
651              in regcomp.c, all the buffers malloced by SvGROW() in
652              sv_recode_to_utf8().
653      Branch: perl
654            ! sv.c
655 ____________________________________________________________________________
656 [ 16607] By: nick                                  on 2002/05/15  06:57:26
657         Log: Integrate mainline
658      Branch: perlio
659           +> Porting/thirdclean
660           !> (integrate 36 files)
661 ____________________________________________________________________________
662 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
663         Log: Subject: [PATCH] Re: use of lc module names and warnings
664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
665              Date: Sun, 12 May 2002 23:09:46 +0200
666              Message-ID: <20020512230946.E699@rafael>
667      Branch: perl
668            ! toke.c
669 ____________________________________________________________________________
670 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
671         Log: More rule tweakage.
672      Branch: perl
673            ! Porting/thirdclean
674 ____________________________________________________________________________
675 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
676         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
677              From: Sam Tregar <sam@tregar.com>
678              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
679              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
680      Branch: perl
681            ! ext/Devel/DProf/DProf.xs
682 ____________________________________________________________________________
683 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
684         Log: $VERSIONize.
685      Branch: perl
686            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
687 ____________________________________________________________________________
688 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
689         Log: Third Degree: name the op/foo.t as op_foo.
690      Branch: perl
691            ! t/TEST
692 ____________________________________________________________________________
693 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
694         Log: Read of uninitialized heap found by Third Degree
695              (e.g. in t/op/subst.t)
696      Branch: perl
697            ! scope.c
698 ____________________________________________________________________________
699 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
700         Log: Add more rules.
701      Branch: perl
702            ! Porting/thirdclean
703 ____________________________________________________________________________
704 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
705         Log: Subject: [PATCH] allow use threads qw(yield)
706              From: Dave Mitchell <davem@fdgroup.com>
707              Date: Tue, 14 May 2002 22:49:47 +0100
708              Message-ID: <20020514224947.F25049@fdgroup.com>
709      Branch: perl
710            ! ext/threads/threads.pm ext/threads/threads.xs
711 ____________________________________________________________________________
712 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
713         Log: Micropatch from Olaf Flebbe.
714      Branch: perl
715            ! epoc/epoc.c
716 ____________________________________________________________________________
717 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
718         Log: Subject: perlhack.pod typos [PATCH]
719              From: "John P. Linderman" <jpl@research.att.com>
720              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
721              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
722      Branch: perl
723            ! pod/perlhack.pod
724 ____________________________________________________________________________
725 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
726         Log: Subject: typo in Socket.pm
727              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
728              Date: Tue, 14 May 2002 12:02:47 +0200
729              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
730      Branch: perl
731            ! ext/IO/lib/IO/Socket.pm
732 ____________________________________________________________________________
733 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
734         Log: The #16592 needs this.
735      Branch: perl
736            ! embedvar.h perlapi.h
737 ____________________________________________________________________________
738 [ 16594] By: sky                                   on 2002/05/14  17:08:01
739         Log: Subject: Re: lib/sort.t failure [PATCH]
740              From: "John P. Linderman" <jpl@research.att.com>
741              Date: mÃ¥n maj 13, 2002  05:05:45  Europe/Stockholm
742              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
743      Branch: perl
744            ! pod/perlfunc.pod
745 ____________________________________________________________________________
746 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
747         Log: Add a script for cleaning out the "known noise"
748              from Third Degree reports: either noise caused
749              by libc itself, or Perl_yyparse leaks.
750      Branch: perl
751            + Porting/thirdclean
752            ! MANIFEST
753 ____________________________________________________________________________
754 [ 16592] By: sky                                   on 2002/05/14  15:21:39
755         Log: Turn the sort RealCmp for stable quicksorts into a
756              threadsafe per interpreter values.
757      Branch: perl
758            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
759 ____________________________________________________________________________
760 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
761         Log: reentr.h affects more C files than just reentr.c
762      Branch: perl
763            ! locale.c pp.c pp_sys.c
764 ____________________________________________________________________________
765 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
766         Log: Document reentr.pl a bit better.  Still rather
767              convoluted code, but it ain't broken, so...
768      Branch: perl
769            ! reentr.h reentr.pl
770 ____________________________________________________________________________
771 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
772         Log: z/OS update: not all Storable was clear yet.
773      Branch: perl
774            ! pod/perldelta.pod
775 ____________________________________________________________________________
776 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
777         Log: Avoid potentially empty struct.
778      Branch: perl
779            ! reentr.h reentr.pl
780 ____________________________________________________________________________
781 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
782         Log: Todo tweaks.
783      Branch: perl
784            ! pod/perltodo.pod
785 ____________________________________________________________________________
786 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
787         Log: Subject: [PATCH] various minor fixes in threads.            
788              From: Dave Mitchell <davem@fdgroup.com>
789              Date: Mon, 13 May 2002 23:48:22 +0100      
790              Message-ID: <20020513234822.G21318@fdgroup.com>
791      Branch: perl
792            ! dump.c ext/threads/shared/shared.xs
793 ____________________________________________________________________________
794 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
795         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
796              From: PPrymmer@factset.com
797              Date: Mon, 13 May 2002 17:37:28 -0400
798              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
799      Branch: perl
800            ! vms/vms.c
801 ____________________________________________________________________________
802 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
803         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
804              From: Nicholas Clark <nick@unfortu.net>    
805              Date: Mon, 13 May 2002 21:45:47 +0100
806              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
807      Branch: perl
808            ! lib/ExtUtils/t/Constant.t
809 ____________________________________________________________________________
810 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
811         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
812              From: Nicholas Clark <nick@unfortu.net>    
813              Date: Mon, 13 May 2002 21:47:38 +0100
814              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
815      Branch: perl
816            ! lib/Benchmark.t
817 ____________________________________________________________________________
818 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
819         Log: Subject: WinCE several touches
820              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
821              Date: Tue, 14 May 2002 00:43:11 +0400      
822              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
823      Branch: perl
824            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
825            ! wince/config_h.PL
826 ____________________________________________________________________________
827 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
828         Log: Subject: Re: perl@16573
829              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
830              Date: Mon, 13 May 2002 18:30:35 +0200
831              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
832              
833              (gcc 3.0 vs 64-bit hpux hints)
834      Branch: perl
835            ! hints/hpux.sh
836 ____________________________________________________________________________
837 [ 16580] By: sky                                   on 2002/05/13  19:38:09
838         Log: Make the point a bit clearer after suggestion from Merijin
839      Branch: perl
840            ! pod/perltodo.pod
841 ____________________________________________________________________________
842 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
843         Log: perltodo update.
844      Branch: perl
845            ! pod/perltodo.pod
846 ____________________________________________________________________________
847 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
848         Log: Subject: README.aix update
849              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
850              Date: Mon, 13 May 2002 19:02:47 +0200
851              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
852      Branch: perl
853            ! README.aix
854 ____________________________________________________________________________
855 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
856         Log: export PerlIOBuf_get_base for win32 extension linkage
857      Branch: perl
858            ! makedef.pl
859 ____________________________________________________________________________
860 [ 16576] By: nick                                  on 2002/05/13  18:20:22
861         Log: Integrate mainline
862      Branch: perlio
863           !> Changes README.vos ext/threads/shared/shared.pm
864           !> ext/threads/shared/t/0nothread.t
865           !> ext/threads/shared/t/av_refs.t
866           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
867           !> ext/threads/shared/t/hv_refs.t
868           !> ext/threads/shared/t/hv_simple.t
869           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
870           !> ext/threads/shared/t/semaphore.t
871           !> ext/threads/shared/t/shared_attr.t
872           !> ext/threads/shared/t/sv_refs.t
873           !> ext/threads/shared/t/sv_simple.t patchlevel.h
874           !> pod/perldelta.pod vms/vms.c xsutils.c
875 ____________________________________________________________________________
876 [ 16575] By: ams                                   on 2002/05/13  15:42:50
877         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
878              From: Paul_GreenVOS@vos.stratus.com
879              Date: Mon, 13 May 02 12:32 edt
880              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
881      Branch: perl
882            ! README.vos pod/perldelta.pod
883 ____________________________________________________________________________
884 [ 16574] By: ams                                   on 2002/05/13  15:41:14
885         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
886              From: PPrymmer@factset.com
887              Date: Mon, 13 May 2002 11:38:15 -0400
888              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
889      Branch: perl
890            ! vms/vms.c
891 ____________________________________________________________________________
892 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
893         Log: Update Changes.
894      Branch: perl
895            ! Changes patchlevel.h
896 ____________________________________________________________________________
897 [ 16572] By: sky                                   on 2002/05/13  12:30:35
898         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
899              From: Dave Mitchell <davem@fdgroup.com>
900              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
901              Message-Id: <20020510235227.J12298@fdgroup.com>
902      Branch: perl
903            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
904            ! ext/threads/shared/t/av_refs.t
905            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
906            ! ext/threads/shared/t/hv_refs.t
907            ! ext/threads/shared/t/hv_simple.t
908            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
909            ! ext/threads/shared/t/semaphore.t
910            ! ext/threads/shared/t/shared_attr.t
911            ! ext/threads/shared/t/sv_refs.t
912            ! ext/threads/shared/t/sv_simple.t xsutils.c
913 ____________________________________________________________________________
914 [ 16571] By: nick                                  on 2002/05/13  07:54:10
915         Log: Integrate Mainline
916      Branch: perlio
917           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
918            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
919            - wince/include/cectype.h wince/include/errno.h
920            - wince/include/sys/types.h wince/include/sys/utime.h
921            - wince/include/time.h
922           !> (integrate 51 files)
923 ____________________________________________________________________________
924 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
925         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
926              From: Michael G Schwern <schwern@pobox.com>
927              Date: Sun, 12 May 2002 19:32:58 -0400
928              Message-ID: <20020512233258.GK696@blackrider>
929      Branch: perl
930            ! t/TEST
931 ____________________________________________________________________________
932 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
933         Log: Be clean.
934      Branch: perl
935            ! Makefile.SH ext/B/t/o.t
936 ____________________________________________________________________________
937 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
938         Log: change#8666 ($Config{perllibs}) apparently never got into
939              mainline--merge, and add other missing entries; regen
940              config_H.* files
941      Branch: perl
942            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
943            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
944            ! win32/config_H.vc win32/config_H.vc64
945 ____________________________________________________________________________
946 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
947         Log: Elaborate on the exit/wait plan a bit.
948      Branch: perl
949            ! pod/perltodo.pod
950 ____________________________________________________________________________
951 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
952         Log: Slight doc tweaks.
953      Branch: perl
954            ! pod/perlthrtut.pod
955 ____________________________________________________________________________
956 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
957         Log: OS/390: update the test results.
958      Branch: perl
959            ! pod/perldelta.pod
960 ____________________________________________________________________________
961 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
962         Log: Add threadsafety caveats.
963      Branch: perl
964            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
965 ____________________________________________________________________________
966 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
967         Log: Update the Mac OS X situation.
968      Branch: perl
969            ! pod/perldelta.pod
970 ____________________________________________________________________________
971 [ 16562] By: sky                                   on 2002/05/12  19:10:27
972         Log: Update todo, removing things done and adding new things.
973      Branch: perl
974            ! pod/perltodo.pod
975 ____________________________________________________________________________
976 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
977         Log: Reword the "threads still running" cleanup message.
978      Branch: perl
979            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
980            ! pod/perltoc.pod
981 ____________________________________________________________________________
982 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
983         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
984              (The manifestation: running pat.t core dumps after test 639.
985              Removing everything after 639 makes core go away, as does
986              removing everything before 640.  I did say "weird".  Some
987              sort of a memory corruption, no doubt, but no time to debug
988              in more detail.)
989      Branch: perl
990            ! t/op/pat.t
991 ____________________________________________________________________________
992 [ 16559] By: sky                                   on 2002/05/12  17:59:41
993         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
994      Branch: perl
995            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
996            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
997            ! MANIFEST
998 ____________________________________________________________________________
999 [ 16558] By: sky                                   on 2002/05/12  17:57:51
1000         Log: Fixed bug where tmpsv would be null after the return of the 
1001              amagic. Now check for that and allocate the tmpsv afterwards, 
1002              this is done in all other places that use amagic.
1003              Fixes bug when threads->unknownfunction() was called and
1004              we coredumped on the stringification somewhere deep in the
1005              autoloader/dynaloader something. Far to deep for me to provide
1006              a test case.
1007      Branch: perl
1008            ! sv.c
1009 ____________________________________________________________________________
1010 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
1011         Log: (retracted by #16560)
1012              EBCDIC: must protect also compile time so that
1013              the illegal UTF-EBCDIC is not seen.
1014      Branch: perl
1015            ! t/op/pat.t
1016 ____________________________________________________________________________
1017 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
1018         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
1019      Branch: perl
1020            ! pod/perlebcdic.pod regcomp.c
1021 ____________________________________________________________________________
1022 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
1023         Log: As suggested by Dave Mitchell, adding yield()s at
1024              appropriate spots helps non-preemptive thread
1025              implementations, like the GNU pth.  Tested at NetBSD
1026              by Martin Weber <Ephaeton@gmx.net>.
1027      Branch: perl
1028            ! ext/threads/t/basic.t ext/threads/t/list.t
1029            ! ext/threads/t/thread.t
1030 ____________________________________________________________________________
1031 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
1032         Log: Subject: RE: VOS bleadperl test failure on 16539
1033              From: chromatic <chromatic@rmci.net>
1034              Date: Sat, 11 May 2002 23:23:54 -0700
1035              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
1036      Branch: perl
1037            ! ext/B/t/o.t
1038 ____________________________________________________________________________
1039 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
1040         Log: There's no rest for the wicked misspellers.
1041      Branch: perl
1042            ! pod/perlthrtut.pod
1043 ____________________________________________________________________________
1044 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
1045         Log: Detypos (and sticking with US spelling since Dan Sugalski
1046              wrote the original text of perlthrtut)
1047      Branch: perl
1048            ! ext/threads/threads.pm pod/perlthrtut.pod
1049 ____________________________________________________________________________
1050 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
1051         Log: Because of #16550 these tests would now spew
1052              "Malformed UTF-8" in EBCDIC.
1053      Branch: perl
1054            ! t/op/pat.t
1055 ____________________________________________________________________________
1056 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
1057         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
1058              scripts does not apply any more.  (The utf8.t needed a little
1059              bit of relaxing to work in EBCDIC, since *both* the bytes in
1060              subtest #30 are illegal UTF-EBCDIC, and the error message
1061              matched is slightly different.)  The utf8.t now passes.
1062      Branch: perl
1063            ! lib/utf8.t toke.c
1064 ____________________________________________________________________________
1065 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
1066         Log: Subject: [PATCH] a bit more for WinCE
1067              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1068              Date: Sun, 12 May 2002 02:34:24 +0400
1069              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
1070      Branch: perl
1071            ! wince/wince.c
1072 ____________________________________________________________________________
1073 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
1074         Log: Subject: [PATCH] for WinCE cross-build, another one
1075              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
1076              Date: Sun, 12 May 2002 00:02:47 +0400
1077              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
1078      Branch: perl
1079            - wince/include/cectype.h wince/include/errno.h
1080            - wince/include/sys/types.h wince/include/sys/utime.h
1081            - wince/include/time.h
1082            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
1083            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
1084            ! wince/wince.c
1085 ____________________________________________________________________________
1086 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
1087         Log: Explicit casts due to #16542.
1088      Branch: perl
1089            ! ext/B/B.xs hv.c op.c sv.c
1090 ____________________________________________________________________________
1091 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
1092         Log: Upgrade to Test::Harness 2.21.
1093      Branch: perl
1094            ! lib/Test/Harness.pm lib/Test/Harness/Changes
1095            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
1096            ! lib/Test/Harness/t/test-harness.t
1097 ____________________________________________________________________________
1098 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
1099         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
1100              but keep up with the $VERSION)
1101      Branch: perl
1102            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1103 ____________________________________________________________________________
1104 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
1105         Log: metaconfig unit change for #16543.
1106      Branch: metaconfig
1107            ! U/threads/usethreads.U
1108 ____________________________________________________________________________
1109 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
1110         Log: Subject: [PATCH] updated threads docs
1111              From: Dave Mitchell <davem@fdgroup.com>
1112              Date: Sat, 11 May 2002 20:00:51 +0100
1113              Message-ID: <20020511200050.D14841@fdgroup.com>
1114      Branch: perl
1115            ! Configure README.threads pod/perlothrtut.pod
1116            ! pod/perlthrtut.pod
1117 ____________________________________________________________________________
1118 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
1119         Log: Subject: unsigned char hashes (Re: perl@16539)
1120              From: Nicholas Clark <nick@unfortu.net>
1121              Date: Sat, 11 May 2002 17:54:44 +0100
1122              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
1123              
1124              Be explicitly unsigned char in the hash calculation.
1125      Branch: perl
1126            ! hv.h
1127 ____________________________________________________________________________
1128 [ 16541] By: nick                                  on 2002/05/11  08:21:00
1129         Log: Integrate mainline
1130      Branch: perlio
1131           +> ext/B/t/o.t
1132           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
1133           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
1134           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
1135 ____________________________________________________________________________
1136 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
1137         Log: Subject: more os x test output cosmetics
1138              From: Kay Röpke <kroepke@dolphin-services.de>
1139              Date: Fri, 10 May 2002 14:07:34 +0200
1140              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
1141      Branch: perl
1142            ! ext/DB_File/t/db-btree.t
1143 ____________________________________________________________________________
1144 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
1145         Log: Update Changes.
1146      Branch: perl
1147            ! Changes patchlevel.h
1148 ____________________________________________________________________________
1149 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
1150         Log: Regen toc.
1151      Branch: perl
1152            ! pod/perltoc.pod
1153 ____________________________________________________________________________
1154 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
1155         Log: Move pod, add $VERSION.
1156      Branch: perl
1157            ! ext/threads/shared/queue.pm
1158 ____________________________________________________________________________
1159 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
1160         Log: Unused variables.
1161      Branch: perl
1162            ! ext/Encode/Encode.xs
1163 ____________________________________________________________________________
1164 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
1165         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
1166              From: chromatic <chromatic@rmci.net>
1167              Date: Fri, 10 May 2002 07:43:25 -0700
1168              Message-ID: <20020510144325.26245.qmail@firewheel>
1169      Branch: perl
1170            + ext/B/t/o.t
1171            ! MANIFEST
1172 ____________________________________________________________________________
1173 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
1174         Log: Don't do JAPHs unless doing "make torturetest".
1175              Document the less obvious make test targets.
1176      Branch: perl
1177            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
1178 ____________________________________________________________________________
1179 [ 16533] By: nick                                  on 2002/05/10  06:02:58
1180         Log: Integrate mainline
1181      Branch: perlio
1182           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
1183           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
1184           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
1185           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1186           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
1187           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
1188           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
1189           !> t/run/fresh_perl.t util.c
1190 ____________________________________________________________________________
1191 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
1192         Log: Subject: [PATCH] format and other warnings
1193              From: Robin Barker <rmb1@cise.npl.co.uk>
1194              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
1195              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
1196      Branch: perl
1197            ! Porting/pumpkin.pod ext/Encode/Encode.xs
1198            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
1199            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
1200            ! ext/threads/threads.xs
1201 ____________________________________________________________________________
1202 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
1203         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
1204      Branch: perl
1205            ! t/op/tie.t t/run/fresh_perl.t
1206 ____________________________________________________________________________
1207 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
1208         Log: Subject: Re: [PATCH] Re: perl@16433
1209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
1210              Date: Thu, 09 May 2002 16:24:59 -0700
1211              Message-ID: <LVw28gzkguhE092yn@efn.org>
1212      Branch: perl
1213            ! t/op/tie.t
1214 ____________________________________________________________________________
1215 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
1216         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
1217              From: Dave Mitchell <davem@fdgroup.com>
1218              Date: Thu, 9 May 2002 17:18:42 +0100
1219              Message-ID: <20020509171842.C9836@fdgroup.com>
1220      Branch: perl
1221            ! ext/threads/shared/t/cond.t
1222 ____________________________________________________________________________
1223 [ 16528] By: nick                                  on 2002/05/09  16:40:39
1224         Log: Integrate maint branch io (pipe) fixes.
1225      Branch: perl
1226           !> doio.c pp_sys.c util.c
1227 ____________________________________________________________________________
1228 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
1229         Log: FAQ sync.
1230      Branch: perl
1231            ! pod/perlfaq3.pod pod/perlfaq4.pod
1232 ____________________________________________________________________________
1233 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
1234         Log: metaconfig unit changes for #16525, plus extra linting.
1235      Branch: metaconfig
1236            ! U/compline/ptrsize.U U/protos/Protochk.U
1237            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
1238            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
1239            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
1240            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
1241            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
1242            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
1243            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
1244            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
1245            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
1246            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
1247            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
1248            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
1249            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
1250            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
1251            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
1252            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
1253            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
1254            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
1255            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
1256            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
1257            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
1258            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
1259            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
1260            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
1261 ____________________________________________________________________________
1262 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
1263         Log: metaconfig unit linting.
1264      Branch: perl
1265            ! reentr.pl
1266 ____________________________________________________________________________
1267 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
1268         Log: metaconfig unit changes for #16523.
1269      Branch: metaconfig
1270            ! U/compline/ptrsize.U
1271      Branch: metaconfig/U/perl
1272            ! use64bits.U
1273 ____________________________________________________________________________
1274 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
1275         Log: ptrsize should depend on use64bitall, not the other
1276              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
1277      Branch: perl
1278            ! Configure
1279 ____________________________________________________________________________
1280 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
1281         Log: Integrate #16510 from macperl;
1282              
1283              Tell IO.xs that MacOS sometimes doesn't need extra help
1284      Branch: perl
1285           !> ext/IO/IO.xs
1286 ____________________________________________________________________________
1287 [ 16521] By: ams                                   on 2002/05/09  12:42:12
1288         Log: Subject: Re: Storable doc patches
1289              From: "Philip Newton" <Philip.Newton@gmx.net>
1290              Date: Thu, 9 May 2002 14:32:29 +0200
1291              Message-Id: 
1292      Branch: perl
1293            ! ext/Storable/Storable.pm
1294 ____________________________________________________________________________
1295 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
1296         Log: cmp() compares chars, not bytes.
1297      Branch: perl
1298            ! pod/perllocale.pod
1299 ____________________________________________________________________________
1300 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
1301         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
1302      Branch: perl
1303            ! pod/perlhack.pod
1304 ____________________________________________________________________________
1305 [ 16518] By: ams                                   on 2002/05/09  09:04:31
1306         Log: Subject: Storable doc patches
1307              From: Philip Newton <Philip.Newton@gmx.net>
1308              Date: Thu, 09 May 2002 12:00:45 +0200
1309              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
1310      Branch: perl
1311            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1312 ____________________________________________________________________________
1313 [ 16517] By: ams                                   on 2002/05/09  08:53:50
1314         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1315              From: Philip Newton <Philip.Newton@gmx.net>
1316              Date: Thu, 09 May 2002 11:16:06 +0200
1317              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
1318      Branch: perl
1319            ! ext/Storable/README
1320 ____________________________________________________________________________
1321 [ 16516] By: nick                                  on 2002/05/09  08:13:39
1322         Log: Integrate mainline
1323      Branch: perlio
1324           !> pod/perlxstut.pod
1325 ____________________________________________________________________________
1326 [ 16515] By: nick                                  on 2002/05/09  07:29:53
1327         Log: Integrate mainline
1328      Branch: perlio
1329           !> (integrate 27 files)
1330 ____________________________________________________________________________
1331 [ 16514] By: ams                                   on 2002/05/09  06:50:24
1332         Log: Subject: [Patch] perlxstut.pod
1333              From: lupe@lupe-christoph.de (Lupe Christoph)
1334              Date: Thu, 9 May 2002 09:42:02 +0200
1335              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
1336              (Applied with tweaks.)
1337      Branch: perl
1338            ! pod/perlxstut.pod
1339 ____________________________________________________________________________
1340 [ 16513] By: ams                                   on 2002/05/09  06:04:47
1341         Log: Subject: [Patch] perlapio.pod
1342              From: lupe@lupe-christoph.de (Lupe Christoph)
1343              Date: Thu, 9 May 2002 09:01:50 +0200
1344              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
1345              (Applied with tweaks.)
1346      Branch: perl
1347            ! pod/perlapio.pod
1348 ____________________________________________________________________________
1349 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
1350         Log: Integrate from macperl
1351      Branch: maint-5.6/macperl
1352           !> macos/macperl/MPConsole.cp
1353 ____________________________________________________________________________
1354 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
1355         Log: Make interrupt act as end of file, MacPerl Bug #542154
1356      Branch: macperl
1357            ! macos/macperl/MPConsole.cp
1358 ____________________________________________________________________________
1359 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
1360         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
1361      Branch: macperl
1362            ! ext/IO/IO.xs
1363 ____________________________________________________________________________
1364 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
1365         Log: Make perlio (!sfio) work on MacOS
1366      Branch: macperl
1367            ! macos/config.h macos/config.sh macos/macish.c
1368 ____________________________________________________________________________
1369 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
1370         Log: integrate maint-5.6/macperl contents
1371      Branch: maint-5.6/perl
1372           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
1373           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
1374           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
1375 ____________________________________________________________________________
1376 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
1377         Log: Rework #16506 some more.
1378      Branch: perl
1379            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1380 ____________________________________________________________________________
1381 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
1382         Log: Rework #16503 a bit to keep all the HiRes implementation
1383              in one place, assuming we want to re-CPAN Time::HiRes at
1384              some point.
1385      Branch: perl
1386            ! ext/Time/HiRes/HiRes.xs win32/win32.c
1387 ____________________________________________________________________________
1388 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
1389         Log: metaconfig unit change for #16504.
1390      Branch: metaconfig
1391            ! U/modified/Cppsym.U
1392 ____________________________________________________________________________
1393 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
1394         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
1395              From: Pixel <pixel@mandrakesoft.com>
1396              Date: 08 May 2002 18:19:51 +0200
1397              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
1398      Branch: perl
1399            ! Configure
1400 ____________________________________________________________________________
1401 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
1402         Log: make the gettimeofday() implementation in Time::HiRes available
1403              from perl
1404      Branch: perl
1405            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
1406            ! win32/config.bc win32/config.gc win32/config.vc
1407            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1408            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
1409            ! win32/win32.c win32/win32iop.h
1410 ____________________________________________________________________________
1411 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
1412         Log: Subject: Test output update for OS X 10.1.4
1413              From: Kay Röpke <kroepke@dolphin-services.de>
1414              Date: Wed, 8 May 2002 22:23:36 +0200
1415              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
1416      Branch: perl
1417            ! ext/DB_File/t/db-recno.t
1418 ____________________________________________________________________________
1419 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
1420         Log: Subject: [PATCH] Re: perl@16433
1421              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1422              Date: Tue, 07 May 2002 18:40:44 -0700
1423              Message-ID: <cII28gzkgaOS092yn@efn.org>
1424              
1425              Subject: Re: [PATCH] Re: perl@16433
1426              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
1427              Date: Wed, 08 May 2002 10:16:42 -0700
1428              Message-ID: <61V28gzkg+jG092yn@efn.org>
1429      Branch: perl
1430            ! pp_sys.c sv.c t/op/tie.t
1431 ____________________________________________________________________________
1432 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
1433         Log: Subject: [DOC PATCH] Minor threads::shared nits
1434              From: Simon Glover <scog@amnh.org>
1435              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
1436              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
1437      Branch: perl
1438            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
1439            ! ext/threads/shared/shared.pm
1440 ____________________________________________________________________________
1441 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
1442         Log: Subject: [DOC PATCH] perlthrtut proofreading
1443              From: Simon Glover <scog@amnh.org>
1444              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
1445              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
1446      Branch: perl
1447            ! pod/perlthrtut.pod
1448 ____________________________________________________________________________
1449 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
1450         Log: Deprecate 5.005threads.
1451      Branch: perl
1452            ! pod/perldelta.pod
1453 ____________________________________________________________________________
1454 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
1455         Log: Integrate perlio;
1456              
1457              PerlIO/XS interface routine and doc updates from
1458              lupe@lupe-christoph.de (Lupe Christoph) in mail
1459              Subject: [For Review] Patch for perlio.c and pods
1460              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1461              Date: Sun, 5 May 2002 10:43:15 +0200
1462              (Minor tweaks to follow.)
1463              
1464              Portability and doc tweaks to PerlIO/XS stuff.
1465              We are still "papering over the cracks" a bit,
1466              but now it is good stiff card held on with epoxy.
1467      Branch: perl
1468           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
1469 ____________________________________________________________________________
1470 [ 16496] By: nick                                  on 2002/05/08  19:08:43
1471         Log: Portability and doc tweaks to PerlIO/XS stuff.
1472              We are still "papering over the cracks" a bit,
1473              but now it is good stiff card held on with epoxy.
1474      Branch: perlio
1475            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1476 ____________________________________________________________________________
1477 [ 16495] By: nick                                  on 2002/05/08  17:56:43
1478         Log: PerlIO/XS interface routine and doc updates from
1479              lupe@lupe-christoph.de (Lupe Christoph) in mail
1480              Subject: [For Review] Patch for perlio.c and pods
1481              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
1482              Date: Sun, 5 May 2002 10:43:15 +0200
1483              (Minor tweaks to follow.)
1484      Branch: perlio
1485            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
1486 ____________________________________________________________________________
1487 [ 16494] By: nick                                  on 2002/05/08  17:40:34
1488         Log: Integrate mainline
1489      Branch: perlio
1490           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
1491           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
1492           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
1493           !> t/run/fresh_perl.t
1494 ____________________________________________________________________________
1495 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
1496         Log: Update Changes.
1497      Branch: perl
1498            ! Changes patchlevel.h
1499 ____________________________________________________________________________
1500 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
1501         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
1502              don't unlink /dev/null
1503      Branch: perl
1504            ! Porting/p4genpatch
1505 ____________________________________________________________________________
1506 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
1507         Log: Integrate perlio; 
1508              
1509              Avoid pointless re-encode of data in :encoding's read buffer
1510              on a close
1511      Branch: perl
1512           !> ext/PerlIO/encoding/encoding.xs
1513 ____________________________________________________________________________
1514 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
1515         Log: The base.pm changes need this, too?
1516      Branch: perl
1517            ! lib/diagnostics.t
1518 ____________________________________________________________________________
1519 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
1520         Log: fix p4genpatch breakage (missing slash in patch headers)
1521      Branch: perl
1522            ! Porting/p4genpatch
1523 ____________________________________________________________________________
1524 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
1525         Log: Integrate #14679 from macperl;
1526              
1527              Skip layer symbols for sfio
1528      Branch: perl
1529           !> makedef.pl
1530 ____________________________________________________________________________
1531 [ 16487] By: nick                                  on 2002/05/08  13:12:47
1532         Log: Avoid pointless re-encode of data in :encoding's read buffer
1533              on a close
1534      Branch: perlio
1535            ! ext/PerlIO/encoding/encoding.xs
1536 ____________________________________________________________________________
1537 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
1538         Log: Integrate #16481 from macperl;
1539              
1540              p4genpatch Mac OS fixes (paths, utime)
1541      Branch: perl
1542           !> Porting/p4genpatch
1543 ____________________________________________________________________________
1544 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
1545         Log: Storable doc tweaks.
1546      Branch: perl
1547            ! ext/Storable/Storable.pm
1548 ____________________________________________________________________________
1549 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
1550         Log: Subject: Re: [PATCH] use base Notexists
1551              From: andreas.koenig@anima.de (Andreas J. Koenig)
1552              Date: Wed, 08 May 2002 15:57:53 +0200
1553              Message-ID: <m34rhi91y6.fsf@anima.de>
1554      Branch: perl
1555            ! lib/base.pm lib/fields.t
1556 ____________________________________________________________________________
1557 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
1558         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
1559              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1560              Date: Wed, 8 May 2002 10:47:51 +0400
1561              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
1562      Branch: perl
1563            ! t/run/fresh_perl.t
1564 ____________________________________________________________________________
1565 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
1566         Log: Document how even "ASCII" locales can have problems
1567              if \w includes some of the regex metacharacters.
1568      Branch: perl
1569            ! lib/locale.t
1570 ____________________________________________________________________________
1571 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
1572         Log: p4genpatch Mac OS fixes (paths, utime)
1573      Branch: macperl
1574            ! Porting/p4genpatch
1575 ____________________________________________________________________________
1576 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
1577         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
1578              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
1579              Date: Wed, 8 May 2002 10:33:14 +0400
1580              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
1581      Branch: perl
1582            ! ext/File/Glob/bsd_glob.c
1583 ____________________________________________________________________________
1584 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
1585         Log: Skip layer symbols for sfio
1586      Branch: macperl
1587            ! makedef.pl
1588 ____________________________________________________________________________
1589 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
1590         Log: Bump up the Storable $VERSION to 2.0.
1591      Branch: perl
1592            ! ext/Storable/Storable.pm
1593 ____________________________________________________________________________
1594 [ 16477] By: nick                                  on 2002/05/08  06:21:18
1595         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
1596      Branch: perlio
1597           !> (integrate 36 files)
1598 ____________________________________________________________________________
1599 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
1600         Log: Oops, add back
1601      Branch: macperl
1602            + macos/MacPerlTests.cmd
1603 ____________________________________________________________________________
1604 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
1605         Log: Integrate with perl
1606      Branch: macperl
1607           +> Porting/p4genpatch ext/Digest/MD5/README
1608           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
1609           +> ext/threads/shared/semaphore.pm
1610           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
1611           +> t/comp/hints.t vos/compile_full_perl.cm
1612           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1613           +> wince/compile.bat wince/win32io.c
1614            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
1615            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
1616           !> (integrate 206 files)
1617 ____________________________________________________________________________
1618 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
1619         Log: Update README (integrate from macperl)
1620      Branch: maint-5.6/macperl
1621           !> README.macos
1622 ____________________________________________________________________________
1623 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
1624         Log: Various syncs from macperl/ -> maint-5.6/macperl/
1625              File::Copy, File::Spec updates
1626              Test script modifications
1627              pp_require path bugfixes
1628      Branch: maint-5.6/macperl
1629            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
1630            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
1631 ____________________________________________________________________________
1632 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
1633         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
1634      Branch: macperl
1635            ! macos/macperl/MacPerl.podhelp
1636      Branch: maint-5.6/macperl
1637            ! macos/macperl/MacPerl.podhelp
1638 ____________________________________________________________________________
1639 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
1640         Log: Reset Mac::err flag in app, MacPerl Bug #546065
1641      Branch: macperl
1642            ! macos/macperl/MPScript.c
1643      Branch: maint-5.6/macperl
1644            ! macos/macperl/MPScript.c
1645 ____________________________________________________________________________
1646 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
1647         Log: Fix for some module install paths, MacPerl Bug #549611
1648      Branch: macperl
1649            ! macos/macperl/Droplets/installme.plx
1650            ! macos/macperl/Droplets/untarzipme.plx
1651      Branch: maint-5.6/macperl
1652            ! macos/macperl/Droplets/installme.plx
1653            ! macos/macperl/Droplets/untarzipme.plx
1654 ____________________________________________________________________________
1655 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
1656         Log: Stupid Mac::OSA::Simple bugs
1657      Branch: macperl
1658            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1659      Branch: maint-5.6/macperl
1660            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1661 ____________________________________________________________________________
1662 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
1663         Log: Various BuildTools fixes, MacPerl Bug #545341
1664      Branch: macperl
1665            ! macos/lib/Mac/BuildTools.pm
1666      Branch: maint-5.6/macperl
1667            ! macos/lib/Mac/BuildTools.pm
1668 ____________________________________________________________________________
1669 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
1670         Log: MM_MacOS has been moved from macos/lib/ to lib/
1671      Branch: macperl
1672            - macos/lib/ExtUtils/MM_MacOS.pm
1673 ____________________________________________________________________________
1674 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
1675         Log: Oops, add Digest::MD5 Makefile.mk back in
1676      Branch: macperl
1677            + macos/bundled_ext/Digest/MD5/Makefile.mk
1678 ____________________________________________________________________________
1679 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
1680         Log: Allow focus of first item, MacPerl Bug #529102
1681      Branch: macperl
1682            ! macos/ext/Mac/Windows/Windows.pm
1683      Branch: maint-5.6/macperl
1684            ! macos/ext/Mac/Windows/Windows.pm
1685 ____________________________________________________________________________
1686 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
1687         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
1688      Branch: macperl
1689            ! macos/lib/Mac/Glue.pm
1690      Branch: maint-5.6/macperl
1691            ! macos/lib/Mac/Glue.pm
1692 ____________________________________________________________________________
1693 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
1694         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
1695      Branch: perl
1696            ! makedef.pl
1697 ____________________________________________________________________________
1698 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
1699         Log: aTHX may be empty
1700      Branch: perl
1701            ! win32/win32.c
1702 ____________________________________________________________________________
1703 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
1704         Log: 5005threads builds again on windows
1705      Branch: perl
1706            ! win32/win32.c win32/win32.h
1707 ____________________________________________________________________________
1708 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
1709         Log: fixes for various warnings identified by Visual C++
1710      Branch: perl
1711            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
1712            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1713            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
1714            ! win32/config.bc win32/config.gc win32/config.vc
1715            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1716            ! win32/win32.c win32/win32iop.h
1717 ____________________________________________________________________________
1718 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
1719         Log: keep paths consistently slashed on windows
1720      Branch: perl
1721            ! t/harness
1722 ____________________________________________________________________________
1723 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
1724         Log: integrate makefile.mk changes into Makefile
1725      Branch: perl
1726            ! win32/Makefile
1727 ____________________________________________________________________________
1728 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
1729         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1730              From: Nicholas Clark <nick@unfortu.net>
1731              Date: Tue, 7 May 2002 23:26:01 +0100
1732              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
1733      Branch: perl
1734            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
1735            ! ext/Storable/README ext/Storable/Storable.pm
1736            ! ext/Storable/t/malice.t
1737 ____________________________________________________________________________
1738 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
1739         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1740              From: Dave Mitchell <davem@fdgroup.com>
1741              Date: Wed, 8 May 2002 00:11:02 +0100
1742              Message-ID: <20020508001102.D4118@fdgroup.com>
1743      Branch: perl
1744            ! pp_hot.c scope.c
1745 ____________________________________________________________________________
1746 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
1747         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
1748              From: Dave Mitchell <davem@fdgroup.com>
1749              Date: Tue, 7 May 2002 23:13:10 +0100
1750              Message-ID: <20020507231310.B4118@fdgroup.com>
1751      Branch: perl
1752            ! pp_hot.c
1753 ____________________________________________________________________________
1754 [ 16454] By: sky                                   on 2002/05/07  21:18:44
1755         Log: Documentation of async
1756      Branch: perl
1757            ! ext/threads/threads.pm
1758 ____________________________________________________________________________
1759 [ 16453] By: sky                                   on 2002/05/07  21:16:28
1760         Log: Documentation added.
1761      Branch: perl
1762            ! ext/threads/shared/semaphore.pm
1763 ____________________________________________________________________________
1764 [ 16452] By: sky                                   on 2002/05/07  21:15:34
1765         Log: Add support for async.
1766      Branch: perl
1767            ! ext/threads/threads.pm
1768 ____________________________________________________________________________
1769 [ 16451] By: sky                                   on 2002/05/07  21:01:47
1770         Log: Add documentation.
1771      Branch: perl
1772            ! ext/threads/shared/queue.pm
1773 ____________________________________________________________________________
1774 [ 16450] By: sky                                   on 2002/05/07  20:24:08
1775         Log: Fix bad assumptions in test case.
1776              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
1777              b) $var++ is not atomic
1778              c) the creating of the string to print and the actuall printing 
1779              could be preempted by another thread
1780      Branch: perl
1781            ! ext/threads/shared/t/queue.t
1782 ____________________________________________________________________________
1783 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
1784         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
1785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1786              Date: Tue, 07 May 2002 19:41:03 +0200
1787              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
1788      Branch: perl
1789            ! makedepend.SH
1790 ____________________________________________________________________________
1791 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
1792         Log: Upgrade to Encode 1.71.
1793      Branch: perl
1794            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1795            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
1796 ____________________________________________________________________________
1797 [ 16447] By: nick                                  on 2002/05/07  18:39:47
1798         Log: Integrate mainline
1799      Branch: perlio
1800           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
1801           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
1802           !> lib/User/pwent.t
1803 ____________________________________________________________________________
1804 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
1805         Log: AUTHORS updates.
1806      Branch: perl
1807            ! AUTHORS
1808 ____________________________________________________________________________
1809 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
1810         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
1811              From: Robin Barker <rmb1@cise.npl.co.uk>
1812              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
1813              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
1814      Branch: perl
1815            ! ext/Encode/Encode.xs
1816 ____________________________________________________________________________
1817 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
1818         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
1819              From: Michael A Chase <mchase@ix.netcom.com>
1820              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
1821              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
1822              
1823              (plus add what POSIX says)
1824      Branch: perl
1825            ! lib/File/Spec/Unix.pm
1826 ____________________________________________________________________________
1827 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
1828         Log: Subject: Re: lib/User/pwent.t on Cygwin
1829              From: John Peacock <jpeacock@rowman.com>
1830              Date: Mon, 06 May 2002 10:14:21 -0400
1831              Message-ID: <3CD68FBD.8020502@rowman.com>
1832      Branch: perl
1833            ! lib/User/pwent.t
1834 ____________________________________________________________________________
1835 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
1836         Log: Subject: [PATCH] Storable (Re: perl@16433)
1837              From: Radu Greab <radu@netsoft.ro>
1838              Date: Tue, 7 May 2002 11:37:03 +0300
1839              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
1840              
1841              Subject: Re: [PATCH] Storable (Re: perl@16433)
1842              From: Radu Greab <radu@netsoft.ro>
1843              Date: Tue, 7 May 2002 12:49:24 +0300
1844              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
1845              
1846              Plug the Storable memory leaks.
1847      Branch: perl
1848            ! ext/Storable/Storable.xs
1849 ____________________________________________________________________________
1850 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
1851         Log: Upgrade to CPAN 1.61.
1852      Branch: perl
1853            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1854 ____________________________________________________________________________
1855 [ 16440] By: nick                                  on 2002/05/07  07:07:58
1856         Log: Integrate mainline
1857      Branch: perlio
1858           +> Porting/p4genpatch vos/compile_full_perl.cm
1859           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1860           +> wince/compile.bat wince/win32io.c
1861            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
1862           !> (integrate 74 files)
1863 ____________________________________________________________________________
1864 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
1865         Log: Document the bad behaviour of for(1..5){$_++}
1866              (it works but it should fail)
1867      Branch: perl
1868            ! pod/perldelta.pod
1869 ____________________________________________________________________________
1870 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
1871         Log: README.ko update from Jungshik Shin.
1872      Branch: perl
1873            ! README.ko
1874 ____________________________________________________________________________
1875 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
1876         Log: Subject: Re: perl@16433
1877              From: Nicholas Clark <nick@unfortu.net>
1878              Date: Tue, 7 May 2002 00:21:46 +0100
1879              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
1880      Branch: perl
1881            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1882            ! ext/Storable/t/malice.t
1883 ____________________________________________________________________________
1884 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
1885         Log: Subject:  two and a half steps further for WinCE cross-build
1886              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1887              Date: Mon, 6 May 2002 23:54:24 +0400
1888              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
1889      Branch: perl
1890            - wince/config.h
1891            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
1892 ____________________________________________________________________________
1893 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
1894         Log: Detypo.
1895      Branch: perl
1896            ! pod/perldelta.pod
1897 ____________________________________________________________________________
1898 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
1899         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1900              From: Dave Mitchell <davem@fdgroup.com>
1901              Date: Mon, 6 May 2002 17:17:00 +0100
1902              Message-ID: <20020506171700.A256@fdgroup.com>
1903      Branch: perl
1904            ! pod/perldelta.pod t/op/local.t
1905 ____________________________________________________________________________
1906 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
1907         Log: Update Changes.
1908      Branch: perl
1909            ! Changes patchlevel.h
1910 ____________________________________________________________________________
1911 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
1912         Log: Add a test for #16431, and document Dave's campaign
1913              against localised hash element bugs.
1914      Branch: perl
1915            ! pod/perldelta.pod t/op/tie.t
1916 ____________________________________________________________________________
1917 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
1918         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1919              From: Dave Mitchell <davem@fdgroup.com>
1920              Date: Sat, 4 May 2002 00:34:18 +0100
1921              Message-ID: <20020504003418.F22026@fdgroup.com>
1922      Branch: perl
1923            ! pp_hot.c t/op/local.t
1924 ____________________________________________________________________________
1925 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
1926         Log: Regen uconfig.h.
1927      Branch: perl
1928            ! uconfig.h
1929 ____________________________________________________________________________
1930 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
1931         Log: Unfortunately AmigaOS has been broken since 11423
1932              and is unlikely to get fixed in time for 5.8.0.
1933      Branch: perl
1934            ! pod/perldelta.pod
1935 ____________________________________________________________________________
1936 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
1937         Log: Ultimate discouragement for the old tools, from Andreas.
1938      Branch: perl
1939            - Porting/p4d2p Porting/p4desc
1940            ! MANIFEST Porting/repository.pod
1941 ____________________________________________________________________________
1942 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
1943         Log: Upgrade to Digest::MD5 2.20.
1944      Branch: perl
1945            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1946            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
1947 ____________________________________________________________________________
1948 [ 16426] By: ams                                   on 2002/05/06  09:48:42
1949         Log: Subject: [Encode] 1.70 released
1950              From: Dan Kogai <dankogai@dan.co.jp>
1951              Date: Mon, 6 May 2002 19:36:15 +0900
1952              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
1953      Branch: perl
1954            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
1955            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1956            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
1957 ____________________________________________________________________________
1958 [ 16425] By: ams                                   on 2002/05/06  09:40:42
1959         Log: Subject: [PATCH] PerlIO::Via reference
1960              From: Gisle Aas <gisle@ActiveState.com>
1961              Date: 05 May 2002 22:50:23 -0700
1962              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
1963      Branch: perl
1964            ! pod/perliol.pod
1965 ____________________________________________________________________________
1966 [ 16424] By: ams                                   on 2002/05/06  09:37:58
1967         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
1968              From: Brendan O'Dea <bod@debian.org>
1969              Date: Mon, 6 May 2002 14:04:48 +1000
1970              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
1971      Branch: perl
1972            ! lib/Term/Complete.pm
1973 ____________________________________________________________________________
1974 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
1975         Log: p4genpatch: avoid stderr noise during adds
1976      Branch: perl
1977            ! Porting/p4genpatch
1978 ____________________________________________________________________________
1979 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
1980         Log: Subject: [PATCH] Fixup VOS builds of miniperl
1981              From: Paul_GreenVOS@vos.stratus.com
1982              Date: Sun, 5 May 02 23:11 edt
1983              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
1984      Branch: perl
1985            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
1986 ____________________________________________________________________________
1987 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
1988         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
1989              From: Radu Greab <radu@netsoft.ro>
1990              Date: Mon, 6 May 2002 04:23:10 +0300
1991              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
1992      Branch: perl
1993            ! pp_sys.c t/op/exec.t
1994 ____________________________________________________________________________
1995 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
1996         Log: Further comment tweak, to agree with perlxs.pod.
1997      Branch: perl
1998            ! perl.h
1999 ____________________________________________________________________________
2000 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
2001         Log: Subject: [PATCH] Update README.vos and release vos build macros
2002              From: Paul_GreenVOS@vos.stratus.com
2003              Date: Sun, 5 May 02 17:15 edt
2004              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
2005              To: perl5-porters@perl.org
2006      Branch: perl
2007            + vos/compile_full_perl.cm vos/configure_full_perl.sh
2008            + vos/make_full_perl.sh
2009            ! MANIFEST README.vos vos/Changes
2010 ____________________________________________________________________________
2011 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
2012         Log: Retract MM_NW5.pm part of #16371, at the request
2013              of Michael Schwern.
2014      Branch: perl
2015            ! lib/ExtUtils/MM_NW5.pm
2016 ____________________________________________________________________________
2017 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
2018         Log: Comment tweaks.
2019      Branch: perl
2020            ! perl.h
2021 ____________________________________________________________________________
2022 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
2023         Log: a few more p4genpatch fixes:
2024              
2025              don't assume previous revision exists, let p4 compute it from
2026              the one-less-change number instead
2027              
2028              the time part in timestamps were always 00:00:00; fix by
2029              fetching metadata via "p4 fsync" rather than "p4 filelog"
2030              
2031              quote all file names used in external commands to make them
2032              them work when there are spaces in those file names
2033              
2034              looks production worthy now :)
2035      Branch: perl
2036            ! Porting/p4genpatch
2037 ____________________________________________________________________________
2038 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
2039         Log: The #16401 was far from enough, and mostly in a wrong direction.
2040              The right thing to do would be to convert Storable into using
2041              the new MY_CXT scheme (no static data, and memory management
2042              using SVs).
2043      Branch: perl
2044            ! ext/Storable/Storable.xs
2045 ____________________________________________________________________________
2046 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
2047         Log: p4genpatch diffs against depot files from //depot/perl when called
2048              with -b //depot/maint-5.6/perl
2049      Branch: perl
2050            ! Porting/p4genpatch
2051 ____________________________________________________________________________
2052 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
2053         Log: p4genpatch: current directory may not be writable, so don't
2054              create temp files there
2055      Branch: perl
2056            ! Porting/p4genpatch
2057 ____________________________________________________________________________
2058 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
2059         Log: p4genpatch now works on windows
2060      Branch: perl
2061            ! Porting/p4genpatch
2062 ____________________________________________________________________________
2063 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
2064         Log: p4genpatch: tweak from Andreas to strip leading portion of
2065              path specified in -b (so patch can be applied with "patch -p1")
2066      Branch: perl
2067            ! Porting/p4genpatch
2068 ____________________________________________________________________________
2069 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
2070         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
2071              From: PPrymmer@factset.com
2072              Date: Fri, 3 May 2002 14:52:12 -0400
2073              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
2074      Branch: perl
2075            ! t/op/pwent.t
2076 ____________________________________________________________________________
2077 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
2078         Log: Upgrade to Net::Ping 2.17.
2079      Branch: perl
2080            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
2081 ____________________________________________________________________________
2082 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
2083         Log: Upgrade to Getopt::Long 2.31.
2084      Branch: perl
2085            ! lib/Getopt/Long.pm
2086 ____________________________________________________________________________
2087 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
2088         Log: Subject: Re: Cross-compiling as of WinCE
2089              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2090              Date: Sat, 4 May 2002 03:49:11 +0400
2091              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
2092      Branch: perl
2093            + wince/compile.bat wince/win32io.c
2094            - wince/perldll.def
2095            ! MANIFEST configpm makedef.pl wince/Makefile.ce
2096            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
2097            ! wince/config_h.PL wince/wince.c
2098 ____________________________________________________________________________
2099 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
2100         Log: The loclibpth is always set by Configure.
2101      Branch: perl
2102            ! hints/dec_osf.sh
2103 ____________________________________________________________________________
2104 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
2105         Log: Subject: Re: [Unicode::Collate] UCA Version number    
2106              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2107              Date: Sun, 05 May 2002 10:07:57 +0900
2108              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
2109      Branch: perl
2110            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2111            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2112 ____________________________________________________________________________
2113 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
2114         Log: Subject: [PATCH sv.c] delete inaccurate comment
2115              From: Dave Mitchell <davem@fdgroup.com>
2116              Date: Fri, 3 May 2002 21:17:00 +0100
2117              Message-ID: <20020503211700.C22026@fdgroup.com>
2118      Branch: perl
2119            ! sv.c
2120 ____________________________________________________________________________
2121 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
2122         Log: Solaris: show what 'that' is.
2123      Branch: perl
2124            ! hints/solaris_2.sh
2125 ____________________________________________________________________________
2126 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
2127         Log: Syntax fix.
2128      Branch: perl
2129            ! t/op/arith.t
2130 ____________________________________________________________________________
2131 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
2132         Log: (retracted by #16415) Storable: try to free what we allocated.
2133      Branch: perl
2134            ! ext/Storable/Storable.xs
2135 ____________________________________________________________________________
2136 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
2137         Log: UNICOS: division is really sloppy.
2138      Branch: perl
2139            ! t/op/arith.t
2140 ____________________________________________________________________________
2141 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
2142         Log: Subject: fix t/io/fs.t for VOS
2143              From: Paul_GreenVOS@vos.stratus.com
2144              Date: Sat, 4 May 02 14:01 edt
2145              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
2146      Branch: perl
2147            ! t/io/fs.t
2148 ____________________________________________________________________________
2149 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
2150         Log: Subject: [Unicode::Collate] UCA Version number
2151              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2152              Date: Sat, 04 May 2002 16:07:07 +0900
2153              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
2154      Branch: perl
2155            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
2156 ____________________________________________________________________________
2157 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
2158         Log: Subject: [PATCH lib/overload.pm] "\"\""
2159              From: Michael G Schwern <schwern@pobox.com>
2160              Date: Sat, 4 May 2002 13:17:44 -0400
2161              Message-ID: <20020504171743.GD640@blackrider>
2162      Branch: perl
2163            ! lib/overload.pm
2164 ____________________________________________________________________________
2165 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
2166         Log: Add the EBCDIC test data to downgrade.t.
2167      Branch: perl
2168            ! ext/Storable/t/downgrade.t
2169 ____________________________________________________________________________
2170 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
2171         Log: EBCDIC tweak.
2172      Branch: perl
2173            ! ext/Storable/t/utf8hash.t
2174 ____________________________________________________________________________
2175 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
2176         Log: Allow p4genpatch to use diff programs other than 'diff'.
2177      Branch: perl
2178            ! Porting/p4genpatch
2179 ____________________________________________________________________________
2180 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
2181         Log: Add p4genpatch from Andreas; obsoletes both
2182              p4d2p and p4desc.
2183      Branch: perl
2184            + Porting/p4genpatch
2185            ! MANIFEST Porting/makerel
2186 ____________________________________________________________________________
2187 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
2188         Log: Upgrade to Encode 1.69.
2189      Branch: perl
2190            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2191            ! ext/Encode/Encode/Makefile_PL.e2x
2192            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
2193            ! ext/Encode/lib/Encode/Guess.pm
2194            ! ext/Encode/lib/Encode/MIME/Header.pm
2195            ! ext/Encode/t/mime-header.t
2196 ____________________________________________________________________________
2197 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
2198         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
2199              From: Dave Mitchell <davem@fdgroup.com>
2200              Date: Sat, 4 May 2002 16:09:26 +0100
2201              Message-ID: <20020504160926.A24990@fdgroup.com>
2202      Branch: perl
2203            ! INSTALL
2204 ____________________________________________________________________________
2205 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
2206         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
2207              From: Nicholas Clark <nick@unfortu.net>
2208              Date: Sat, 4 May 2002 12:38:58 +0100
2209              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
2210      Branch: perl
2211            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2212 ____________________________________________________________________________
2213 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
2214         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
2215              From: Nicholas Clark <nick@unfortu.net>
2216              Date: Sat, 4 May 2002 00:30:43 +0100
2217              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
2218      Branch: perl
2219            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
2220 ____________________________________________________________________________
2221 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
2222         Log: Doc tweak from Elizabeth Mattijsen.
2223      Branch: perl
2224            ! pod/perlunicode.pod
2225 ____________________________________________________________________________
2226 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
2227         Log: Subject: [PATCH] channames.pm doc tweaks
2228              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
2229              Date: Sat, 04 May 2002 11:45:18 +0900
2230              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
2231      Branch: perl
2232            ! lib/charnames.pm
2233 ____________________________________________________________________________
2234 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
2235         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
2236              From: Dave Mitchell <davem@fdgroup.com>
2237              Date: Fri, 3 May 2002 23:51:10 +0100
2238              Message-ID: <20020503235110.E22026@fdgroup.com>
2239      Branch: perl
2240            ! pp_hot.c scope.c
2241 ____________________________________________________________________________
2242 [ 16385] By: nick                                  on 2002/05/04  09:29:41
2243         Log: Integrate mainline
2244      Branch: perlio
2245           !> (integrate 47 files)
2246 ____________________________________________________________________________
2247 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
2248         Log: Subject: Re: perl@16307
2249              From: Nicholas Clark <nick@unfortu.net>
2250              Date: Fri, 3 May 2002 21:49:04 +0100
2251              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
2252              
2253              canonical #3 was failing under -Mutf8.
2254      Branch: perl
2255            ! ext/Storable/t/canonical.t
2256 ____________________________________________________________________________
2257 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
2258         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
2259              From: Dave Mitchell <davem@fdgroup.com>
2260              Date: Fri, 3 May 2002 21:12:10 +0100
2261              Message-ID: <20020503211210.B22026@fdgroup.com>
2262      Branch: perl
2263            ! scope.c
2264 ____________________________________________________________________________
2265 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
2266         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
2267              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
2268              Date: Fri, 3 May 2002 20:30:25 +0200
2269              Message-ID: <190109228332.20020503203025@familiehaase.de>
2270      Branch: perl
2271            ! doio.c
2272 ____________________________________________________________________________
2273 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
2274         Log: Subject: t/TestInit.pm - clean up comments
2275              From: Paul_GreenVOS@vos.stratus.com
2276              Date: Fri, 3 May 02 14:51 edt
2277              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
2278      Branch: perl
2279            ! t/TestInit.pm
2280 ____________________________________________________________________________
2281 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
2282         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
2283              From: Dan Kogai <dankogai@dan.co.jp>
2284              Date: Sat, 4 May 2002 01:46:35 +0900
2285              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
2286      Branch: perl
2287            ! ext/Encode/Encode/Makefile_PL.e2x
2288 ____________________________________________________________________________
2289 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
2290         Log: Forgotten test arrangement.
2291      Branch: perl
2292            ! ext/Digest/MD5/t/files.t
2293 ____________________________________________________________________________
2294 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
2295         Log: Comedy of typing errors.
2296      Branch: perl
2297            ! hints/solaris_2.sh
2298 ____________________________________________________________________________
2299 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
2300         Log: Let's try the "no Net:: if no Socket" again.
2301      Branch: perl
2302            ! t/lib/1_compile.t
2303 ____________________________________________________________________________
2304 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
2305         Log: Update Changes.
2306      Branch: perl
2307            ! Changes patchlevel.h
2308 ____________________________________________________________________________
2309 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
2310         Log: Oops.
2311      Branch: perl
2312            ! lib/ExtUtils/MM_BeOS.pm
2313 ____________________________________________________________________________
2314 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
2315         Log: EBCDIC tweak.
2316      Branch: perl
2317            ! ext/Digest/MD5/t/utf8.t
2318 ____________________________________________________________________________
2319 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
2320         Log: Update the EBCDIC MD5 checksums, and automate the process.
2321      Branch: perl
2322            ! ext/Digest/MD5/t/files.t
2323 ____________________________________________________________________________
2324 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
2325         Log: The EBCDIC remapping of the low 256 bites again.
2326      Branch: perl
2327            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
2328            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
2329            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
2330 ____________________________________________________________________________
2331 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
2332         Log: NetWare updates from C Aditya.
2333      Branch: perl
2334            ! lib/ExtUtils/MM_NW5.pm makedef.pl
2335 ____________________________________________________________________________
2336 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
2337         Log: DJGPP updates from Laszlo Molnar.
2338      Branch: perl
2339            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
2340 ____________________________________________________________________________
2341 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
2342         Log: Upgrade to Encode 1.68.
2343      Branch: perl
2344            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
2345            ! ext/Encode/lib/Encode/Alias.pm
2346            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
2347 ____________________________________________________________________________
2348 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
2349         Log: Integrate perlio;
2350              
2351              Several of non-default builds now seem to work reasonably well
2352              English.t seems to fail on an errno test, and socketpair blathers
2353              about something.
2354              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2355              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2356              function tables (latter was done in earlier change).
2357              Update comments in Makefile.mk 
2358              
2359              Finish off 16350 for non-PERLIO build on linux,
2360              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2361              for some slots which now perlsdio.h is targeting.
2362              
2363              setbuf / setvbuf are not PerlIO_ concepts
2364              
2365              perl_clone is a threads thing
2366              
2367              Have perlsdio.h use the iperlsys.h aliases and see
2368              if that helps non-PERLIO IMP_SYS on Win32.
2369              (Miniperl okay on linux).
2370              
2371              More layer syms
2372              
2373              Use PerlSIO_fdupopen() if not using PerlIO
2374              
2375              Do not build if not using layers
2376      Branch: perl
2377           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
2378           !> win32/makefile.mk win32/perlhost.h win32/win32.c
2379           !> win32/win32io.c
2380 ____________________________________________________________________________
2381 [ 16367] By: nick                                  on 2002/05/03  07:25:13
2382         Log: Several of non-default builds now seem to work reasonably well
2383              English.t seems to fail on an errno test, and socketpair blathers
2384              about something.
2385              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
2386              back door, and instead have perlsdio.h vector stdio via iperlsys.h
2387              function tables (latter was done in earlier change).
2388              Update comments in Makefile.mk 
2389      Branch: perlio
2390            ! perlio.h win32/makefile.mk win32/win32.c
2391 ____________________________________________________________________________
2392 [ 16366] By: nick                                  on 2002/05/03  07:07:36
2393         Log: Finish off 16350 for non-PERLIO build on linux,
2394              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
2395              for some slots which now perlsdio.h is targeting.
2396      Branch: perlio
2397            ! iperlsys.h
2398 ____________________________________________________________________________
2399 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
2400         Log: If no Socket should not try to test Net::
2401      Branch: perl
2402            ! t/lib/1_compile.t
2403 ____________________________________________________________________________
2404 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
2405         Log: Integrate macperl #16360 and #16363;
2406              
2407              Make op/alarm.t pass
2408              
2409              README.macos update
2410      Branch: perl
2411           !> README.macos t/op/alarm.t
2412 ____________________________________________________________________________
2413 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
2414         Log: README.macos update
2415      Branch: macperl
2416            ! README.macos
2417 ____________________________________________________________________________
2418 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
2419         Log: Config / test updates
2420      Branch: macperl
2421            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2422            ! macos/Makefile.mk
2423 ____________________________________________________________________________
2424 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
2425         Log: Safe signals for Mac OS
2426      Branch: macperl
2427            ! macos/macish.c macos/macish.h
2428 ____________________________________________________________________________
2429 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
2430         Log: Make op/alarm.t pass
2431      Branch: macperl
2432            ! t/op/alarm.t
2433 ____________________________________________________________________________
2434 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
2435         Log: a tweak to change#13584: need to avoid pad-walking during
2436              global destruction
2437      Branch: maint-5.6/perl
2438            ! op.c
2439 ____________________________________________________________________________
2440 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
2441         Log: Forgot the most important part of #16357.
2442      Branch: perl
2443            ! lib/Unicode/Collate.pm
2444 ____________________________________________________________________________
2445 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
2446         Log: Subject: Unicode::Collate 0.11 Released
2447              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2448              Date: Fri, 03 May 2002 03:19:29 +0900
2449              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
2450      Branch: perl
2451            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2452            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2453 ____________________________________________________________________________
2454 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
2455         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
2456              From: Andy Dougherty <doughera@lafayette.edu>
2457              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
2458              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
2459      Branch: perl
2460            ! Makefile.SH ext/util/make_ext
2461 ____________________________________________________________________________
2462 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
2463         Log: Integrate #16353 from macperl;
2464              
2465              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2466              in test 92 of run/fresh_perl.t on MacOS
2467              
2468              (as pudge rightfully points out, this is voodoo
2469              programming at it best, the real bug is somewhere else,
2470              now we just happened to shake the chicken the right way)
2471      Branch: perl
2472           !> lib/utf8_heavy.pl
2473 ____________________________________________________________________________
2474 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
2475         Log: Subject: Re: Encode, charnames and utf8heavy
2476              From: Dan Kogai <dankogai@dan.co.jp>
2477              Date: Thu, 2 May 2002 00:44:30 +0900
2478              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
2479              
2480              (plus a respective perlunicode tweak)
2481      Branch: perl
2482            ! lib/utf8_heavy.pl pod/perlunicode.pod
2483 ____________________________________________________________________________
2484 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
2485         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
2486              in test 92 of run/fresh_perl.t on MacOS
2487      Branch: macperl
2488            ! lib/utf8_heavy.pl
2489 ____________________________________________________________________________
2490 [ 16352] By: nick                                  on 2002/05/02  17:48:31
2491         Log: setbuf / setvbuf are not PerlIO_ concepts
2492      Branch: perlio
2493            ! XSUB.h
2494 ____________________________________________________________________________
2495 [ 16351] By: nick                                  on 2002/05/02  17:12:21
2496         Log: perl_clone is a threads thing
2497      Branch: perlio
2498            ! makedef.pl
2499 ____________________________________________________________________________
2500 [ 16350] By: nick                                  on 2002/05/02  17:09:43
2501         Log: *** EXPERIMENTAL ***
2502              Have perlsdio.h use the iperlsys.h aliases and see
2503              if that helps non-PERLIO IMP_SYS on Win32.
2504              (Miniperl okay on linux).
2505      Branch: perlio
2506            ! iperlsys.h perlsdio.h
2507 ____________________________________________________________________________
2508 [ 16349] By: nick                                  on 2002/05/02  16:10:15
2509         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
2510              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
2511              - use it in perlio.c
2512      Branch: perlio
2513            ! perlio.c win32/perlhost.h win32/win32.c
2514 ____________________________________________________________________________
2515 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
2516         Log: manual integrate of change#16332 from maint-5.6 branch
2517      Branch: perl
2518            ! mg.c perl.c sv.c util.c
2519 ____________________________________________________________________________
2520 [ 16347] By: nick                                  on 2002/05/02  15:19:59
2521         Log: More layer syms
2522      Branch: perlio
2523            ! makedef.pl
2524 ____________________________________________________________________________
2525 [ 16346] By: nick                                  on 2002/05/02  15:19:20
2526         Log: Use PerlSIO_fdupopen() if not using PerlIO
2527      Branch: perlio
2528            ! perlio.c
2529 ____________________________________________________________________________
2530 [ 16345] By: nick                                  on 2002/05/02  15:18:12
2531         Log: Do not build if not using layers
2532      Branch: perlio
2533            ! win32/win32io.c
2534 ____________________________________________________________________________
2535 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
2536         Log: Upgrade to Encode 1.67.
2537      Branch: perl
2538            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2539            ! ext/Encode/lib/Encode/Guess.pm
2540 ____________________________________________________________________________
2541 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
2542         Log: Integrate perlio;
2543              
2544              Remove show-stoppers to non-PERLIO Win32 builds
2545              (still not a very good show).
2546      Branch: perl
2547           !> makedef.pl win32/makefile.mk
2548 ____________________________________________________________________________
2549 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
2550         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
2551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2552              Date: Thu, 02 May 2002 04:22:02 +0100
2553              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
2554      Branch: perl
2555            ! malloc.c
2556 ____________________________________________________________________________
2557 [ 16341] By: nick                                  on 2002/05/02  12:57:23
2558         Log: Remove show-stoppers to non-PERLIO Win32 builds
2559              (still not a very good show).
2560      Branch: perlio
2561            ! makedef.pl win32/makefile.mk
2562 ____________________________________________________________________________
2563 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
2564         Log: Subject: [PATCH] 1/3rd of utf8
2565              From: Nicholas Clark <nick@unfortu.net>
2566              Date: Wed, 1 May 2002 22:58:42 +0100
2567              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
2568      Branch: perl
2569            ! ext/Storable/t/malice.t
2570 ____________________________________________________________________________
2571 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
2572         Log: Integrate #16334 from maint-5.6;
2573              
2574              don't pad $0 with spaces when setting it, use nulls instead (the
2575              spaces show up as a very long line in a ps listing)
2576      Branch: perl
2577           !> mg.c
2578 ____________________________________________________________________________
2579 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
2580         Log: Integrate perlio;
2581              
2582              Fix the "PerlIO require leak". Snag was that clean_objs
2583              autoloaded DESTROY (needing IO) after known layers had
2584              been freed. Postpone layer list free to PerlIO_cleanup,
2585              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2586              so that sv_undef is immortal till layer list is done with it.
2587      Branch: perl
2588           !> perl.c perlio.c
2589 ____________________________________________________________________________
2590 [ 16337] By: ams                                   on 2002/05/02  08:21:42
2591         Log: Subject: Re: [PATCH] Storable docs
2592              From: Philip Newton <Philip.Newton@gmx.net>
2593              Date: Thu, 02 May 2002 07:58:38 +0200
2594              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
2595              (Applied mostly with tweaks by hand.)
2596      Branch: perl
2597            ! ext/Storable/Storable.pm
2598 ____________________________________________________________________________
2599 [ 16336] By: nick                                  on 2002/05/02  07:59:16
2600         Log: Integrate mainline
2601      Branch: perlio
2602           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
2603           +> ext/Digest/MD5/t/utf8.t
2604            - ext/Digest/MD5/t/aaa.t
2605           !> Configure MANIFEST Makefile.SH config_h.SH
2606           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2607           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2608           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
2609           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
2610           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
2611           !> lib/Thread.pm util.c
2612 ____________________________________________________________________________
2613 [ 16335] By: nick                                  on 2002/05/02  07:54:51
2614         Log: Fix the "PerlIO require leak". Snag was that clean_objs
2615              autoloaded DESTROY (needing IO) after known layers had
2616              been freed. Postpone layer list free to PerlIO_cleanup,
2617              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2618              so that sv_undef is immortal till layer list is done with it.
2619      Branch: perlio
2620            ! perl.c perlio.c
2621 ____________________________________________________________________________
2622 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
2623         Log: don't pad $0 with spaces when setting it, use nulls instead (the
2624              spaces show up as a very long line in a ps listing)
2625      Branch: maint-5.6/perl
2626            ! mg.c
2627 ____________________________________________________________________________
2628 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
2629         Log: fix yet more race conditions related to fdopen() and dup2():
2630              
2631              fclose() is not thread-safe when two FILE* structures point
2632              to the same underlying fd, as it happens in perl's socket
2633              handles; need to invalidate the fileno slot of one of the
2634              FILE* structures, but unfortunately stdio has no interface
2635              to do this; we can do little else but fiddle with the
2636              FILE* structure directly (yuck! hope this could be done better
2637              under native PerlIO in 5.8)
2638      Branch: maint-5.6/perl
2639            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
2640 ____________________________________________________________________________
2641 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
2642         Log: isolate all environ diddling to the initial interpreter; any
2643              additional interpreters created after the first one cannot
2644              propagate %ENV changes down to the real environment; this
2645              should fix %ENV related races (e.g. multiple threads attempting
2646              to free() environ entries when they run C<%ENV = ()>)
2647      Branch: maint-5.6/perl
2648            ! mg.c perl.c sv.c util.c
2649 ____________________________________________________________________________
2650 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
2651         Log: fix race condition in my_popen(): parent may dup2() into an fd
2652              that got opened by another thread because it closes it
2653              beforehand; instead, let the dup2() itself close the fd
2654      Branch: maint-5.6/perl
2655            ! util.c
2656 ____________________________________________________________________________
2657 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
2658         Log: pipe() IO structures were not fully initialized
2659      Branch: maint-5.6/perl
2660            ! doio.c pp_sys.c
2661 ____________________________________________________________________________
2662 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
2663         Log: fix handle leak in my_popen() if the fork() fails
2664      Branch: maint-5.6/perl
2665            ! util.c
2666 ____________________________________________________________________________
2667 [ 16328] By: nick                                  on 2002/05/02  06:08:22
2668         Log: Integrate mainline
2669      Branch: perlio
2670           +> ext/threads/shared/semaphore.pm
2671           +> ext/threads/shared/t/semaphore.t
2672           !> MANIFEST ext/threads/shared/Makefile.PL
2673           !> ext/threads/shared/t/queue.t
2674 ____________________________________________________________________________
2675 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
2676         Log: Cleanup threads dirs.
2677      Branch: perl
2678            ! Makefile.SH
2679 ____________________________________________________________________________
2680 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
2681         Log: Add the new Digest::MD5 test.
2682      Branch: perl
2683            + ext/Digest/MD5/t/utf8.t
2684            ! MANIFEST
2685 ____________________________________________________________________________
2686 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
2687         Log: New try at the Class::DBI core dump at global cleanup.
2688      Branch: perl
2689            ! gv.h util.c
2690 ____________________________________________________________________________
2691 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
2692         Log: Upgrade to Digest::MD5 2.19.
2693      Branch: perl
2694            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2695            ! ext/Digest/MD5/t/files.t
2696 ____________________________________________________________________________
2697 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
2698         Log: Ooops.  Not everybody does threads.
2699      Branch: perl
2700            ! ext/threads/shared/t/semaphore.t
2701 ____________________________________________________________________________
2702 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
2703         Log: Fix files.t for blead.
2704      Branch: perl
2705            + ext/Digest/MD5/README
2706            ! MANIFEST ext/Digest/MD5/t/files.t
2707 ____________________________________________________________________________
2708 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
2709         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
2710              work yet with blead, my bad.
2711      Branch: perl
2712            + ext/Digest/MD5/t/md5-aaa.t
2713            - ext/Digest/MD5/t/aaa.t
2714            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2715            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2716            ! ext/Digest/MD5/t/files.t
2717 ____________________________________________________________________________
2718 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
2719         Log: metaconfig unit change for #16319.
2720      Branch: metaconfig/U/perl
2721            ! d_u32align.U
2722 ____________________________________________________________________________
2723 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
2724         Log: Somebody might be compiling a newer Digest::MD5.
2725      Branch: perl
2726            ! Configure config_h.SH
2727 ____________________________________________________________________________
2728 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
2729         Log: Until Arthur fills in semaphore.t.
2730      Branch: perl
2731            ! ext/threads/shared/Makefile.PL
2732            ! ext/threads/shared/t/semaphore.t
2733 ____________________________________________________________________________
2734 [ 16317] By: sky                                   on 2002/05/01  19:36:33
2735         Log: Fix emulation case when loading both Thread and threads::shared
2736              would get awkward.
2737      Branch: perl
2738            ! lib/Thread.pm
2739 ____________________________________________________________________________
2740 [ 16316] By: ams                                   on 2002/05/01  19:35:25
2741         Log: Subject: [PATCH] Storable docs
2742              From: Nicholas Clark <nick@unfortu.net>
2743              Date: Wed, 1 May 2002 20:44:42 +0100
2744              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
2745      Branch: perl
2746            ! ext/Storable/Storable.pm
2747 ____________________________________________________________________________
2748 [ 16315] By: sky                                   on 2002/05/01  19:15:46
2749         Log: Now passes old test case.
2750      Branch: perl
2751            ! ext/threads/shared/semaphore.pm
2752 ____________________________________________________________________________
2753 [ 16314] By: sky                                   on 2002/05/01  19:15:26
2754         Log: Cleanup memory a bit better in some cases.
2755      Branch: perl
2756            ! ext/threads/threads.xs
2757 ____________________________________________________________________________
2758 [ 16313] By: nick                                  on 2002/05/01  18:38:03
2759         Log: Integrate mainline
2760      Branch: perlio
2761           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2762           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
2763           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
2764           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2765           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
2766           !> pod/perl.pod pod/perlthrtut.pod toke.c
2767           !> vms/descrip_mms.template vms/perlvms.pod
2768 ____________________________________________________________________________
2769 [ 16312] By: sky                                   on 2002/05/01  18:12:37
2770         Log: Don't forget to add it to the MANIFEST
2771      Branch: perl
2772            + ext/threads/shared/t/semaphore.t
2773            ! MANIFEST
2774 ____________________________________________________________________________
2775 [ 16311] By: sky                                   on 2002/05/01  17:54:19
2776         Log: Add semaphore.pm
2777      Branch: perl
2778            + ext/threads/shared/semaphore.pm
2779 ____________________________________________________________________________
2780 [ 16310] By: sky                                   on 2002/05/01  17:13:57
2781         Log: Fix makefile to put queue.pm correctly, update test script.
2782      Branch: perl
2783            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
2784 ____________________________________________________________________________
2785 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
2786         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
2787              From: Dan Kogai <dankogai@dan.co.jp>
2788              Date: Thu, 2 May 2002 00:14:41 +0900
2789              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
2790      Branch: perl
2791            ! ext/PerlIO/t/fallback.t
2792 ____________________________________________________________________________
2793 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
2794         Log: Encode tweak from Dan Kogai.
2795      Branch: perl
2796            ! ext/Encode/Encode.xs
2797 ____________________________________________________________________________
2798 [ 16307] By: sky                                   on 2002/05/01  13:40:58
2799         Log: Flush directly to avoid erros when running from test harness
2800      Branch: perl
2801            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2802 ____________________________________________________________________________
2803 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
2804         Log: Update Changes.
2805      Branch: perl
2806            ! Changes patchlevel.h
2807 ____________________________________________________________________________
2808 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
2809         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
2810              From: PPrymmer@factset.com
2811              Date: Wed, 1 May 2002 10:12:53 -0400
2812              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
2813      Branch: perl
2814            ! lib/User/pwent.t
2815 ____________________________________________________________________________
2816 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
2817         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
2818              From: PPrymmer@factset.com
2819              Date: Wed, 1 May 2002 09:54:51 -0400
2820              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
2821      Branch: perl
2822            ! vms/descrip_mms.template
2823 ____________________________________________________________________________
2824 [ 16303] By: sky                                   on 2002/05/01  13:00:57
2825         Log: First attempt at updating perlthrtut for ithreaded threads.pm
2826      Branch: perl
2827            ! pod/perlthrtut.pod
2828 ____________________________________________________________________________
2829 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
2830         Log: Provide the \N{U+HHHH} syntax before we forget.
2831      Branch: perl
2832            ! lib/charnames.pm lib/charnames.t toke.c
2833 ____________________________________________________________________________
2834 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
2835         Log: Subject: Copy-and-Pasto in perl.pod     
2836              From: lupe@lupe-christoph.de (Lupe Christoph)    
2837              Date: Wed, 1 May 2002 13:31:47 +0200
2838              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
2839      Branch: perl
2840            ! pod/perl.pod
2841 ____________________________________________________________________________
2842 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
2843         Log: Upgrade to Encode 1.66.
2844      Branch: perl
2845            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2846            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
2847 ____________________________________________________________________________
2848 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
2849         Log: Integrate perlio; symbol cleanups.
2850      Branch: perl
2851           !> global.sym makedef.pl
2852 ____________________________________________________________________________
2853 [ 16298] By: ams                                   on 2002/05/01  09:42:27
2854         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
2855              From: Philip Newton <Philip.Newton@gmx.net>
2856              Date: Wed, 01 May 2002 12:41:10 +0200
2857              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
2858      Branch: perl
2859            ! vms/perlvms.pod
2860 ____________________________________________________________________________
2861 [ 16297] By: nick                                  on 2002/05/01  06:50:24
2862         Log: Remove "spurious" (and unnecessary) variables from layer_syms
2863              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
2864      Branch: perlio
2865            ! makedef.pl
2866 ____________________________________________________________________________
2867 [ 16296] By: nick                                  on 2002/05/01  06:21:28
2868         Log: perl embed.pl to update global.sym
2869      Branch: perlio
2870            ! global.sym
2871 ____________________________________________________________________________
2872 [ 16295] By: nick                                  on 2002/05/01  06:16:18
2873         Log: Raw integrate of mainline (global.sym wrong on Win32)
2874      Branch: perlio
2875           +> t/comp/hints.t
2876           !> (integrate 45 files)
2877 ____________________________________________________________________________
2878 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
2879         Log: metaconfig unit change for #16293.
2880      Branch: metaconfig/U/perl
2881            ! bincompat5005.U
2882 ____________________________________________________________________________
2883 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
2884         Log: Try #2 of getting rid of bincompat5005.
2885      Branch: perl
2886            ! Configure NetWare/config_H.wc Porting/Glossary
2887            ! Porting/config.sh Porting/config_H config_h.SH embed.h
2888            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2889            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2890            ! wince/config.h wince/config_H.ce
2891 ____________________________________________________________________________
2892 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
2893         Log: metaconfig unit changes for #16291.
2894      Branch: metaconfig
2895            ! U/installdirs/inc_version_list.U
2896      Branch: metaconfig/U/perl
2897            ! bincompat5005.U xs_apiversion.U
2898 ____________________________________________________________________________
2899 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
2900         Log: No bincompat5005.
2901      Branch: perl
2902            ! Configure INSTALL NetWare/config.wc Porting/Glossary
2903            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
2904            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
2905            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
2906            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
2907            ! win32/config.bc win32/config.gc win32/config.vc
2908            ! win32/config.vc64 wince/config.ce
2909 ____________________________________________________________________________
2910 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
2911         Log: Remove sv_setpviv{_,mg}; regen perlapi.
2912      Branch: perl
2913            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
2914 ____________________________________________________________________________
2915 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
2916         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
2917              From: Dave Mitchell <davem@fdgroup.com>
2918              Date: Tue, 30 Apr 2002 23:55:43 +0100
2919              Message-ID: <20020430235543.A27796@fdgroup.com>
2920      Branch: perl
2921            ! sv.c
2922 ____________________________________________________________________________
2923 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
2924         Log: Update to Getopt::Long 2.30.
2925      Branch: perl
2926            ! lib/Getopt/Long.pm
2927 ____________________________________________________________________________
2928 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
2929         Log: Integrate perlio;
2930              
2931              Attempt at sanity in PerlIO/makedef.pl world:
2932              1. Add comments to what each clump of symbols is for
2933              2. Explicitly export layer syms like I thought they were
2934              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2935              section.
2936              4. Re-sort perlio.sym
2937      Branch: perl
2938           !> makedef.pl perlio.sym
2939 ____________________________________________________________________________
2940 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
2941         Log: Fix bug id 20020427.004 on %^H.
2942              Add a regression test for %^H.
2943              Change the sort pragma implementation to use a
2944              global variable instead of %^H.
2945      Branch: perl
2946            + t/comp/hints.t
2947            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
2948 ____________________________________________________________________________
2949 [ 16285] By: nick                                  on 2002/04/30  19:00:03
2950         Log: Attempt at sanity in PerlIO/makedef.pl world:
2951              1. Add comments to what each clump of symbols is for
2952              2. Explicitly export layer syms like I thought they were
2953              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2954              section.
2955              4. Re-sort perlio.sym
2956      Branch: perlio
2957            ! makedef.pl perlio.sym
2958 ____________________________________________________________________________
2959 [ 16284] By: nick                                  on 2002/04/30  18:10:23
2960         Log: Rest of integrate
2961      Branch: perlio
2962           +> lib/ExtUtils/MM_MacOS.pm
2963           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2964           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2965           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2966           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
2967           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2968           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
2969           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
2970           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
2971           !> lib/Test/Harness/t/strap-analyze.t
2972           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
2973           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
2974 ____________________________________________________________________________
2975 [ 16283] By: nick                                  on 2002/04/30  17:53:37
2976         Log: Integrate mailine makedef.pl so I can look at it
2977      Branch: perlio
2978           !> makedef.pl
2979 ____________________________________________________________________________
2980 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
2981         Log: Upgrade to Encode 1.65.
2982      Branch: perl
2983            ! ext/Encode/Changes ext/Encode/Encode.pm
2984            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2985            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2986 ____________________________________________________________________________
2987 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
2988         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
2989      Branch: perl
2990            ! makedef.pl
2991 ____________________________________________________________________________
2992 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
2993         Log: NetWare: disable DEBUG/ASSERT for now.
2994      Branch: perl
2995            ! ext/Storable/Storable.xs
2996 ____________________________________________________________________________
2997 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
2998         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
2999              From: Michael G Schwern <schwern@pobox.com>
3000              Date: Tue, 30 Apr 2002 01:05:41 -0400
3001              Message-ID: <20020430050541.GL756@blackrider>
3002      Branch: perl
3003            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
3004            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3005            ! lib/Test/Harness/t/test-harness.t
3006 ____________________________________________________________________________
3007 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
3008         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
3009              From: Michael G Schwern <schwern@pobox.com>
3010              Date: Tue, 30 Apr 2002 00:24:59 -0400
3011              Message-ID: <20020430042459.GJ756@blackrider>
3012      Branch: perl
3013            + lib/ExtUtils/MM_MacOS.pm
3014            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
3015            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
3016            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
3017 ____________________________________________________________________________
3018 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
3019         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
3020              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
3021      Branch: perl
3022            ! util.c
3023 ____________________________________________________________________________
3024 [ 16276] By: ams                                   on 2002/04/30  08:42:32
3025         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
3026              From: "Craig A. Berry" <craigberry@mac.com>
3027              Date: Mon, 29 Apr 2002 23:37:06 -0500
3028              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
3029      Branch: perl
3030            ! t/pod/testp2pt.pl
3031 ____________________________________________________________________________
3032 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
3033         Log: Regen toc.
3034      Branch: perl
3035            ! pod/perltoc.pod
3036 ____________________________________________________________________________
3037 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
3038         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
3039              From: PPrymmer@factset.com
3040              Date: Mon, 29 Apr 2002 17:58:06 -0400
3041              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
3042      Branch: perl
3043            ! vms/perlvms.pod
3044 ____________________________________________________________________________
3045 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
3046         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
3047              from Todd Miller.
3048      Branch: perl
3049            ! hints/openbsd.sh
3050 ____________________________________________________________________________
3051 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
3052         Log: Integrate perlio;
3053              
3054              Adding Encode::* to .pm creates stash at compile time
3055              which means we need a stronger check on Encode at boot time.
3056      Branch: perl
3057           !> ext/PerlIO/encoding/encoding.pm
3058           !> ext/PerlIO/encoding/encoding.xs
3059 ____________________________________________________________________________
3060 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
3061         Log: OpenBSD hints update from Todd Miller.
3062              
3063              - old versions of OpenBSD don't have 'arch -s'
3064              - OpenBSD 3.1 and higher don't use libdl but users may have
3065              and old libdl on the system so we need to avoid using it.
3066      Branch: perl
3067            ! hints/openbsd.sh
3068 ____________________________________________________________________________
3069 [ 16270] By: nick                                  on 2002/04/29  17:33:38
3070         Log: Adding Encode::* to .pm creates stash at compile time
3071              which means we need a stronger check on Encode at boot time.
3072      Branch: perlio
3073            ! ext/PerlIO/encoding/encoding.pm
3074            ! ext/PerlIO/encoding/encoding.xs
3075 ____________________________________________________________________________
3076 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
3077         Log: Detypo by Ronald Kimball.
3078      Branch: perl
3079            ! pod/perlport.pod
3080 ____________________________________________________________________________
3081 [ 16268] By: nick                                  on 2002/04/29  15:47:00
3082         Log: Integrate mainline
3083      Branch: perlio
3084           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
3085           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
3086           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
3087           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
3088           !> pod/perlfaq2.pod pod/perlfaq3.pod
3089 ____________________________________________________________________________
3090 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
3091         Log: Update Changes.
3092      Branch: perl
3093            ! Changes patchlevel.h
3094 ____________________________________________________________________________
3095 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
3096         Log: MM_NW5 update from C Aditya.
3097      Branch: perl
3098            ! lib/ExtUtils/MM_NW5.pm
3099 ____________________________________________________________________________
3100 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
3101         Log: FAQ sync.
3102      Branch: perl
3103            ! pod/perlfaq2.pod pod/perlfaq3.pod
3104 ____________________________________________________________________________
3105 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
3106         Log: NetBSD hints rewrite from Johnny Lam.
3107      Branch: perl
3108            ! hints/netbsd.sh
3109 ____________________________________________________________________________
3110 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
3111         Log: Upgrade to Encode 1.64.
3112      Branch: perl
3113            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3114            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
3115 ____________________________________________________________________________
3116 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
3117         Log: Subject: [Unicode::Normalize] mkheader tweak
3118              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3119              Date: Mon, 29 Apr 2002 12:58:01 +0900
3120              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
3121      Branch: perl
3122            ! ext/Unicode/Normalize/mkheader
3123 ____________________________________________________________________________
3124 [ 16261] By: nick                                  on 2002/04/29  06:29:48
3125         Log: Integrate mainline
3126      Branch: perlio
3127            - macos/MacPerlTests.cmd macos/xsubpp.patch
3128           !> (integrate 40 files)
3129 ____________________________________________________________________________
3130 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
3131         Log: Upgrade to Unicode::Normalize 0.76,
3132              from SADAHIRO Tomoyuki.
3133      Branch: perl
3134            ! ext/Unicode/Normalize/Changes
3135            ! ext/Unicode/Normalize/Normalize.pm
3136            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3137            ! ext/Unicode/Normalize/t/func.t
3138 ____________________________________________________________________________
3139 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
3140         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
3141              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3142              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
3143              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
3144      Branch: perl
3145            ! pod/perlport.pod
3146 ____________________________________________________________________________
3147 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
3148         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
3149              the basic and list tests started hanging).
3150      Branch: perl
3151            ! ext/threads/t/basic.t ext/threads/t/list.t
3152            ! ext/threads/t/thread.t
3153 ____________________________________________________________________________
3154 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
3155         Log: Integrate #16254 from macperl;
3156              
3157              Fix most tests on MacOS (not yet ext/ or /lib)
3158      Branch: perl
3159           !> (integrate 30 files)
3160 ____________________________________________________________________________
3161 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
3162         Log: As requested by pudge.
3163      Branch: perl
3164            - macos/MacPerlTests.cmd macos/xsubpp.patch
3165            ! MANIFEST
3166 ____________________________________________________________________________
3167 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
3168         Log: Integrate perl
3169      Branch: macperl
3170           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
3171           +> wince/cecopy-lib.pl wince/comp.pl
3172           !> (integrate 38 files)
3173 ____________________________________________________________________________
3174 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
3175         Log: Fix most tests on MacOS (not yet ext/ or /lib)
3176      Branch: macperl
3177            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
3178            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
3179            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
3180            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
3181            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
3182            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
3183            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
3184            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
3185 ____________________________________________________________________________
3186 [ 16253] By: nick                                  on 2002/04/28  19:10:50
3187         Log: Integrate mainline
3188      Branch: perlio
3189           +> wince/cecopy-lib.pl wince/comp.pl
3190           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
3191           !> ext/threads/t/basic.t ext/threads/t/list.t
3192           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
3193           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
3194           !> wince/win32.h wince/wince.c
3195 ____________________________________________________________________________
3196 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
3197         Log: More configuration/build changes
3198      Branch: macperl
3199            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
3200            ! macos/Makefile.mk macos/config.h macos/config.sh
3201            ! macos/macish.h
3202 ____________________________________________________________________________
3203 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
3204         Log: Subject: WinCE many fixes
3205              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3206              Date: Sun, 28 Apr 2002 21:54:31 +0400
3207              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
3208      Branch: perl
3209            + wince/cecopy-lib.pl wince/comp.pl
3210            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
3211            ! wince/config_h.PL wince/perldll.def wince/win32.h
3212            ! wince/wince.c
3213 ____________________________________________________________________________
3214 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
3215         Log: Retract the cond.t part of #16249 since the nature
3216              of the test changed.
3217      Branch: perl
3218            ! ext/threads/shared/t/cond.t
3219 ____________________________________________________________________________
3220 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
3221         Log: (retracted by #16258)
3222              
3223              Fix thread tests not to depend on sleep() as
3224              a scheduling aid.  In two tests (basic and list)
3225              I had to change from sleep() hack to another hack...
3226              basically, using the filesystem as a semaphore.
3227              The assumption made is that rmdir() is atomic.
3228              (The sleep() scheduling assumption broke with the
3229              GNU pth in NetBSD.)
3230              
3231              (the cond.t part retracted by #16250)
3232      Branch: perl
3233            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
3234            ! ext/threads/t/list.t ext/threads/t/thread.t
3235 ____________________________________________________________________________
3236 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
3237         Log: Be tidy.
3238      Branch: perl
3239            ! ext/PerlIO/t/fallback.t
3240 ____________________________________________________________________________
3241 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
3242         Log: Integrate perlio;
3243              
3244              Builds under -Uuseperlio
3245              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3246              
3247              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3248              as gate on layer tests which fail on -Dusesfio
3249              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3250              
3251              Have :encoding() default to perlqq style fallbacks.
3252              Add test for that.
3253      Branch: perl
3254           +> ext/PerlIO/t/fallback.t
3255           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
3256           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
3257           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
3258           !> t/io/binmode.t t/io/crlf.t
3259 ____________________________________________________________________________
3260 [ 16246] By: nick                                  on 2002/04/28  10:08:05
3261         Log: Have :encoding() default to perlqq style fallbacks.
3262              Add test for that.
3263      Branch: perlio
3264            + ext/PerlIO/t/fallback.t
3265            ! MANIFEST ext/PerlIO/encoding/encoding.pm
3266            ! ext/PerlIO/encoding/encoding.xs
3267 ____________________________________________________________________________
3268 [ 16245] By: nick                                  on 2002/04/28  08:57:54
3269         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
3270              as gate on layer tests which fail on -Dusesfio
3271              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
3272      Branch: perlio
3273            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
3274            ! t/io/crlf.t
3275 ____________________________________________________________________________
3276 [ 16244] By: nick                                  on 2002/04/28  08:22:07
3277         Log: Builds under -Uuseperlio
3278              Uses PUSHSTACK/POPSTACK in :encoding and :Via
3279      Branch: perlio
3280            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
3281 ____________________________________________________________________________
3282 [ 16243] By: nick                                  on 2002/04/28  07:19:01
3283         Log: Integrate mainline
3284      Branch: perlio
3285           +> ext/threads/t/list.t
3286           !> (integrate 40 files)
3287 ____________________________________________________________________________
3288 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
3289         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
3290      Branch: perl
3291            ! hints/netbsd.sh
3292 ____________________________________________________________________________
3293 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
3294         Log: Plan better.
3295      Branch: perl
3296            ! t/io/fs.t
3297 ____________________________________________________________________________
3298 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
3299         Log: No trunc worries.
3300      Branch: perl
3301            ! pod/perldelta.pod
3302 ____________________________________________________________________________
3303 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
3304         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
3305              From: Michael G Schwern <schwern@pobox.com>
3306              Date: Sat, 27 Apr 2002 23:20:19 -0400
3307              Message-ID: <20020428032019.GF1821@blackrider>
3308      Branch: perl
3309            ! pod/perlfunc.pod t/io/fs.t
3310 ____________________________________________________________________________
3311 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
3312         Log: More valgrind findings: e.g. t/op/utfhash.t.
3313      Branch: perl
3314            ! hv.c
3315 ____________________________________________________________________________
3316 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
3317         Log: Unused variables now that "did you use incorrect case" is gone;
3318              and valgrind claims that the savepvn() in utilize() leaks in e.g.
3319              lib/blib.t.
3320      Branch: perl
3321            ! op.c
3322 ____________________________________________________________________________
3323 [ 16236] By: sky                                   on 2002/04/28  00:15:45
3324         Log: Added test cases and fixed some obvious things.
3325      Branch: perl
3326            + ext/threads/t/list.t
3327            ! MANIFEST ext/threads/threads.xs
3328 ____________________________________________________________________________
3329 [ 16235] By: sky                                   on 2002/04/27  23:50:11
3330         Log: Removed last traces of autodetach.
3331              Added list() methid.
3332              Changed documentation.
3333      Branch: perl
3334            ! ext/threads/threads.pm ext/threads/threads.xs
3335 ____________________________________________________________________________
3336 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
3337         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
3338              From: Jerrad Pierce <belg4mit@MIT.EDU>
3339              Date: Sat, 27 Apr 2002 19:14:17 -0400
3340              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
3341      Branch: perl
3342            ! lib/FileCache.pm
3343 ____________________________________________________________________________
3344 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
3345         Log: More NetBSD patches from Johnny Lam.
3346              
3347              Remove the need for a $prefix setting that was added in the
3348              previous patch I sent.     Also add the proper rpath options
3349              to the linker flags depending on whether we're on a ELF or
3350              a.out platform.     These were tested both in a non-pkgsrc and
3351              pkgsrc build.
3352              
3353              Append to $libs instead of overwriting its value.  This was
3354              causing $(LDLOADLIBS) to not get added to the dynamic_libs
3355              link command on NetBSD systems and was the cause of the GDBM
3356              problems reported.  Also use '$(LDLOADLIBS)' instead of
3357              expanding its value so that it is more easily overridden in
3358              the Makefile by "make all LDLOADLIBS=...".
3359              
3360              Remove "-L/usr/local/lib" because the location of libgdbm.so
3361              is already added during the Configure process, and this
3362              spurious addition may cause the wrong libgdbm.so to be linked
3363              against as a result.
3364      Branch: perl
3365            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
3366            ! lib/ExtUtils/MM_Unix.pm
3367 ____________________________________________________________________________
3368 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
3369         Log: More VC5-induced casting found by Nikola Knezevic.
3370      Branch: perl
3371            ! av.c hv.c mg.c sv.c
3372 ____________________________________________________________________________
3373 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
3374         Log: More U32 regflags.
3375      Branch: perl
3376            ! op.h regcomp.c thrdvar.h
3377 ____________________________________________________________________________
3378 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
3379         Log: Integrate from bleadperl
3380      Branch: macperl
3381           +> ext/Encode/lib/Encode/Guess.pm
3382           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3383           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3384           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3385           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
3386           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
3387           +> lib/ExtUtils/t/zz_cleanup_dummy.t
3388           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3389           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3390           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3391           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
3392            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3393            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3394            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3395            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3396            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3397            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3398            - t/op/system_tests
3399           !> (integrate 133 files)
3400 ____________________________________________________________________________
3401 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
3402         Log: Retract #16195 since it seems to be unnecessary.
3403      Branch: perl
3404            ! lib/ExtUtils/MM_Unix.pm
3405 ____________________________________________________________________________
3406 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
3407         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
3408              From: "Craig A. Berry" <craigberry@mac.com>
3409              Date: Sat, 27 Apr 2002 15:11:31 -0500
3410              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
3411      Branch: perl
3412            ! vms/descrip_mms.template
3413 ____________________________________________________________________________
3414 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
3415         Log: Some more known open() modes.
3416      Branch: perl
3417            ! pod/perldiag.pod
3418 ____________________________________________________________________________
3419 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
3420         Log: Upgrade to Encode 1.63.
3421      Branch: perl
3422            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3423            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
3424            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
3425            ! ext/Encode/lib/Encode/Encoding.pm
3426            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
3427            ! ext/Encode/lib/Encode/JP/JIS7.pm
3428            ! ext/Encode/lib/Encode/KR/2022_KR.pm
3429            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3430 ____________________________________________________________________________
3431 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
3432         Log: Update Changes.
3433      Branch: perl
3434            ! Changes patchlevel.h
3435 ____________________________________________________________________________
3436 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
3437         Log: Integrate perlio;
3438              
3439              Correct which var is nulled, stack movement protection.
3440      Branch: perl
3441           !> ext/PerlIO/encoding/encoding.xs
3442 ____________________________________________________________________________
3443 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
3444         Log: Subject: PATCH t/TEST
3445              From: Mark-Jason Dominus <mjd@plover.com>
3446              Date: Sat, 27 Apr 2002 14:06:56 -0400
3447              Message-ID: <20020427180656.5422.qmail@plover.com>
3448      Branch: perl
3449            ! t/TEST
3450 ____________________________________________________________________________
3451 [ 16222] By: sky                                   on 2002/04/27  17:00:29
3452         Log: Ahem, look another way.
3453      Branch: perl
3454            ! ext/threads/shared/t/queue.t
3455 ____________________________________________________________________________
3456 [ 16221] By: nick                                  on 2002/04/27  16:34:48
3457         Log: Correct which var is nulled, stack movement protection.
3458      Branch: perlio
3459            ! ext/PerlIO/encoding/encoding.xs
3460 ____________________________________________________________________________
3461 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
3462         Log: Integrate perlio;
3463              
3464              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3465              - if encoding loads Encode then stack grows.
3466              - pp_binmode was not allowing for that to happen
3467              - added PUTBACK/SPAGAIN.
3468      Branch: perl
3469           !> pp_sys.c
3470 ____________________________________________________________________________
3471 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
3472         Log: First half of NetBSD patch-ai, from Johnny Lam:
3473              
3474              The first part removes "installman" and "installhtml" from the
3475              .PHONY target, which was causing problems during installation.
3476              
3477              (the installman and installhtml are not phony targets,
3478              they are real files)
3479      Branch: perl
3480            ! Makefile.SH
3481 ____________________________________________________________________________
3482 [ 16218] By: nick                                  on 2002/04/27  16:22:40
3483         Log: Integrate mainline
3484      Branch: perlio
3485           +> ext/threads/shared/t/cond.t
3486           !> MANIFEST ext/threads/shared/shared.xs
3487           !> ext/threads/shared/t/queue.t
3488 ____________________________________________________________________________
3489 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
3490         Log: NetBSD patch-ab from Johnny Lam:
3491              
3492              Some tweaks to the NetBSD hints file to make the Configure
3493              process more useful when not building from pkgsrc.  This file
3494              will definitely need to change again when the 1.6 release of
3495              NetBSD comes out, but I'll handle the changes at the later
3496              date.
3497      Branch: perl
3498            ! hints/netbsd.sh
3499 ____________________________________________________________________________
3500 [ 16216] By: nick                                  on 2002/04/27  16:19:21
3501         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
3502              - if encoding loads Encode then stack grows.
3503              - pp_binmode was not allowing for that to happen
3504              - added PUTBACK/SPAGAIN.
3505      Branch: perlio
3506            ! pp_sys.c
3507 ____________________________________________________________________________
3508 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
3509         Log: Integrate perlio;
3510              
3511              Fix fd leak on Via(bogus).
3512              Finish implementing PerlIOVia_open().
3513              Export more guts of PerlIO_* so Via_open() can work.
3514              Fix various PerlIO_allocate() features exposed by above.
3515              
3516              Re-instate $PerlIO::encoding::check at boot.
3517              (Retaining Dan's XS side require though I don't see need.)
3518      Branch: perl
3519           !> embed.fnc ext/PerlIO/Via/Via.xs
3520           !> ext/PerlIO/encoding/encoding.pm
3521           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
3522           !> perlio.c perlio.h perliol.h
3523 ____________________________________________________________________________
3524 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
3525         Log: Upgrade to Encode 1.62.
3526      Branch: perl
3527            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3528 ____________________________________________________________________________
3529 [ 16213] By: ams                                   on 2002/04/27  15:38:50
3530         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
3531              From: Philip Newton <Philip.Newton@gmx.net>
3532              Date: Sat, 27 Apr 2002 08:51:30 +0200
3533              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
3534              
3535              Subject: Re: Change 16183: Stop being coy.
3536              From: Philip Newton <Philip.Newton@gmx.net>
3537              Date: Sat, 27 Apr 2002 08:52:13 +0200
3538              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
3539      Branch: perl
3540            ! INSTALL pod/perldelta.pod
3541 ____________________________________________________________________________
3542 [ 16212] By: sky                                   on 2002/04/27  13:54:46
3543         Log: Add test numbers to make "make test" happy. Order is irrelevant
3544              but number of oks is not.
3545      Branch: perl
3546            ! ext/threads/shared/t/queue.t
3547 ____________________________________________________________________________
3548 [ 16211] By: nick                                  on 2002/04/27  13:29:55
3549         Log: Re-instate $PerlIO::encoding::check at boot.
3550              (Retaining Dan's XS side require though I don't see need.)
3551      Branch: perlio
3552            ! ext/PerlIO/encoding/encoding.pm
3553            ! ext/PerlIO/encoding/encoding.xs
3554 ____________________________________________________________________________
3555 [ 16210] By: sky                                   on 2002/04/27  12:56:44
3556         Log: Fixed race condtions and deadlocks in interaction with 
3557              cond_wait/cond_signal and lock.
3558              Now we wait for a lock to gie up if we return from COND_WAIT
3559              and we are still locked. We also notifiers potential 
3560              lockers that it is free for locking when we go into COND_WAIT.
3561      Branch: perl
3562            + ext/threads/shared/t/cond.t
3563            ! MANIFEST ext/threads/shared/shared.xs
3564            ! ext/threads/shared/t/queue.t
3565 ____________________________________________________________________________
3566 [ 16209] By: nick                                  on 2002/04/27  12:32:41
3567         Log: Integrate mainline
3568      Branch: perlio
3569           +> t/win32/system_tests
3570            - t/op/system_tests
3571           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
3572           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
3573           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
3574           !> t/lib/warnings/pp_hot t/win32/system.t
3575 ____________________________________________________________________________
3576 [ 16208] By: sky                                   on 2002/04/27  11:46:53
3577         Log: Saving locks after we set it to 0 was kind of pointless.
3578              Hunting down fixes in cond_* functions.
3579      Branch: perl
3580            ! ext/threads/shared/shared.xs
3581 ____________________________________________________________________________
3582 [ 16207] By: nick                                  on 2002/04/27  10:12:00
3583         Log: Fix fd leak on Via(bogus).
3584              Finish implementing PerlIOVia_open().
3585              Export more guts of PerlIO_* so Via_open() can work.
3586              Fix various PerlIO_allocate() features exposed by above.
3587      Branch: perlio
3588            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
3589            ! perlio.h perliol.h
3590 ____________________________________________________________________________
3591 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
3592         Log: NetBSD and OpenBSD cannot do comments at #! line
3593              (or long #! lines?)
3594      Branch: perl
3595            ! t/japh/abigail.t
3596 ____________________________________________________________________________
3597 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
3598         Log: Add taint rethink to the todo list.
3599      Branch: perl
3600            ! pod/perltodo.pod
3601 ____________________________________________________________________________
3602 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
3603         Log: Integrate changes #16199 and #16201 from macperl;
3604              
3605              Time::Local compatibility patches, from Graham
3606              
3607              MacPerl require() portability patches
3608      Branch: perl
3609           !> lib/Time/Local.pm pp_ctl.c
3610 ____________________________________________________________________________
3611 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
3612         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
3613              From: Nicholas Clark <nick@unfortu.net>
3614              Date: Fri, 26 Apr 2002 23:27:23 +0100
3615              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
3616      Branch: perl
3617            ! t/lib/warnings/pp_hot
3618 ____________________________________________________________________________
3619 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
3620         Log: Working on MacPerl tests
3621      Branch: macperl
3622            ! macos/MacPerlTests.cmd
3623 ____________________________________________________________________________
3624 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
3625         Log: MacPerl require() portability patches
3626      Branch: macperl
3627            ! pp_ctl.c
3628 ____________________________________________________________________________
3629 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
3630         Log: Fix a few MacPerl_CanonDir() problems
3631      Branch: macperl
3632            ! macos/macish.c macos/macish.h
3633 ____________________________________________________________________________
3634 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
3635         Log: Time::Local compatibility patches, from Graham
3636      Branch: macperl
3637            ! lib/Time/Local.pm
3638 ____________________________________________________________________________
3639 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
3640         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
3641              From: Simon Cozens <simon@netthink.co.uk>
3642              Date: Fri, 26 Apr 2002 21:58:21 +0100
3643              Message-ID: <20020426205821.GB5855@netthink.co.uk>
3644      Branch: perl
3645            ! ext/Time/HiRes/HiRes.pm
3646 ____________________________________________________________________________
3647 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
3648         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
3649              to know about it always (not just when using the pth).
3650      Branch: perl
3651            ! hints/netbsd.sh
3652 ____________________________________________________________________________
3653 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
3654         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
3655      Branch: perl
3656            ! ext/Digest/MD5/t/files.t
3657 ____________________________________________________________________________
3658 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
3659         Log: Subject: FIXIN problem under Win32
3660              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3661              Date: Thu, 25 Apr 2002 23:03:31 +0200
3662              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
3663      Branch: perl
3664            ! lib/ExtUtils/MM_Unix.pm
3665 ____________________________________________________________________________
3666 [ 16194] By: nick                                  on 2002/04/26  17:36:16
3667         Log: Integrate mainline
3668      Branch: perlio
3669           +> ext/Encode/lib/Encode/Guess.pm
3670           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3671           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3672           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3673           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3674           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3675           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3676           +> t/lib/sample-tests/die_last_minute
3677           !> (integrate 94 files)
3678 ____________________________________________________________________________
3679 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
3680         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
3681              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3682              Date: Fri, 26 Apr 2002 15:38:16 +0200
3683              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
3684      Branch: perl
3685            + t/win32/system_tests
3686            - t/op/system_tests
3687            ! MANIFEST t/win32/system.t
3688 ____________________________________________________________________________
3689 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
3690         Log: Mention explicitly the NetBSD + pth combination.
3691      Branch: perl
3692            ! pod/perldelta.pod
3693 ____________________________________________________________________________
3694 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
3695         Log: Subject: [PATCH] Fix email address.
3696              From: Abigail <abigail@foad.org>
3697              Date: Fri, 26 Apr 2002 18:03:11 +0200
3698              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
3699      Branch: perl
3700            ! t/japh/abigail.t
3701 ____________________________________________________________________________
3702 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
3703         Log: NetWare update from C Aditya.
3704      Branch: perl
3705            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
3706            ! lib/ExtUtils/MM_Unix.pm
3707 ____________________________________________________________________________
3708 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
3709         Log: Subject: [PATCH vms/test.com] use t/TEST
3710              From: "Craig A. Berry" <craigberry@mac.com>
3711              Date: Fri, 26 Apr 2002 09:34:46 -0500
3712              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
3713      Branch: perl
3714            ! vms/test.com
3715 ____________________________________________________________________________
3716 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
3717         Log: Update Changes.
3718      Branch: perl
3719            ! Changes patchlevel.h
3720 ____________________________________________________________________________
3721 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
3722         Log: Subject: [Encode] s/=over2/=over 2/g
3723              From: Dan Kogai <dankogai@dan.co.jp>
3724              Date: Fri, 26 Apr 2002 14:57:09 +0900
3725              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
3726      Branch: perl
3727            ! ext/Encode/Encode.pm
3728 ____________________________________________________________________________
3729 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
3730         Log: Use temp int variable in the W*() since direct casting
3731              to either an int or an IV would not be right.
3732      Branch: perl
3733            ! ext/POSIX/POSIX.xs
3734 ____________________________________________________________________________
3735 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
3736         Log: The #16182 radiates U32ness.
3737      Branch: perl
3738            ! embed.fnc embed.h proto.h regcomp.c toke.c
3739 ____________________________________________________________________________
3740 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
3741         Log: Subject: t/TEST ported to VMS
3742              From: "Craig A. Berry" <craigberry@mac.com>
3743              Date: Fri, 26 Apr 2002 00:13:31 -0500
3744              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
3745      Branch: perl
3746            ! t/TEST
3747 ____________________________________________________________________________
3748 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
3749         Log: Stop being coy.
3750      Branch: perl
3751            ! pod/perldelta.pod
3752 ____________________________________________________________________________
3753 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
3754         Log: Subject: Re: binary compatibility
3755              From: Mark-Jason Dominus <mjd@plover.com>
3756              Date: Wed, 24 Apr 2002 17:35:07 -0400
3757              Message-ID: <20020424213507.7846.qmail@plover.com>
3758      Branch: perl
3759            ! op.h
3760 ____________________________________________________________________________
3761 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
3762         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
3763              allocating half of the retstack!)
3764      Branch: perl
3765            ! README.win32 sv.c
3766 ____________________________________________________________________________
3767 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
3768         Log: temporary variable not wide enough to hold all the bits in
3769              op->op_targ
3770      Branch: perl
3771            ! op.c
3772 ____________________________________________________________________________
3773 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
3774         Log: Add an idea/question from Damian. 
3775      Branch: perl
3776            ! pod/perltodo.pod
3777 ____________________________________________________________________________
3778 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
3779         Log: build missing utilities on windows; clean stray files
3780      Branch: perl
3781            ! win32/Makefile win32/makefile.mk
3782 ____________________________________________________________________________
3783 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
3784         Log: Upgrade to Encode 1.61, from Dan Kogai.
3785      Branch: perl
3786            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3787            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
3788            ! ext/Encode/lib/Encode/Guess.pm
3789            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
3790            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
3791            ! ext/Encode/t/mime-header.t
3792 ____________________________________________________________________________
3793 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
3794         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
3795              From: andreas.koenig@anima.de (Andreas J. Koenig)
3796              Date: Tue, 23 Apr 2002 04:40:42 +0200      
3797              Message-ID: <m37kmzi1cl.fsf@anima.de>
3798      Branch: perl
3799            ! pod/perluniintro.pod
3800 ____________________________________________________________________________
3801 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
3802         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
3803              platform needs to fill in the other branch here)
3804      Branch: perl
3805            ! ext/Digest/MD5/t/files.t
3806 ____________________________________________________________________________
3807 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
3808         Log: MANIFEST is needlessly held open for entire duration of "make test"
3809      Branch: perl
3810            ! t/TEST t/harness
3811 ____________________________________________________________________________
3812 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
3813         Log: various signed/unsigned mismatch nits
3814      Branch: perl
3815            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3816            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3817            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
3818            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
3819            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
3820            ! ext/Time/HiRes/HiRes.xs regcomp.c
3821 ____________________________________________________________________________
3822 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
3823         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
3824              From: Nicholas Clark <nick@unfortu.net>
3825              Date: Thu, 25 Apr 2002 22:41:57 +0100
3826              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
3827      Branch: perl
3828            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
3829            + ext/Storable/t/make_downgrade.pl
3830            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
3831            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
3832            ! ext/Storable/t/utf8hash.t
3833 ____________________________________________________________________________
3834 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
3835         Log: Extra guidance for JAPH debuggers.
3836      Branch: perl
3837            ! t/japh/abigail.t
3838 ____________________________________________________________________________
3839 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
3840         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
3841              From: Paul_GreenVOS@vos.stratus.com
3842              Date: Wed, 24 Apr 02 18:27 edt
3843              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
3844      Branch: perl
3845            ! vos/vos.c
3846 ____________________________________________________________________________
3847 [ 16169] By: ams                                   on 2002/04/25  20:33:35
3848         Log: Subject: [PATCH] don't build B/C twice on VMS
3849              From: "Craig A. Berry" <craigberry@mac.com>
3850              Date: Thu, 25 Apr 2002 16:00:57 -0500
3851              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
3852      Branch: perl
3853            ! configure.com
3854 ____________________________________________________________________________
3855 [ 16168] By: ams                                   on 2002/04/25  20:31:19
3856         Log: Subject: Re: POSIX::WEXITSTATUS broken again
3857              From: Andy Dougherty <doughera@lafayette.edu>
3858              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
3859              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
3860      Branch: perl
3861            ! ext/POSIX/POSIX.xs
3862 ____________________________________________________________________________
3863 [ 16167] By: ams                                   on 2002/04/25  19:49:09
3864         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
3865              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3866              Date: Thu, 25 Apr 2002 13:39:35 -0700
3867              Message-Id: <HmGy8gzkguHW092yn@efn.org>
3868      Branch: perl
3869            ! t/harness
3870 ____________________________________________________________________________
3871 [ 16166] By: ams                                   on 2002/04/25  19:43:06
3872         Log: $fh->close(); print $fh "foo" would segfault under -w in
3873              report_evil_fh() because $fh doesn't have a name.
3874      Branch: perl
3875            ! util.c
3876 ____________________________________________________________________________
3877 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
3878         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
3879              being found properly
3880      Branch: perl
3881            ! ext/Cwd/t/cwd.t
3882 ____________________________________________________________________________
3883 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
3884         Log: Brace yourself from Craig Berry to keep older compilers happy.
3885      Branch: perl
3886            ! vms/vms.c
3887 ____________________________________________________________________________
3888 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
3889         Log: More %{} overload tests.
3890      Branch: perl
3891            ! lib/overload.t
3892 ____________________________________________________________________________
3893 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
3894         Log: some extension builds need to find pl2bat.bat on windows
3895      Branch: perl
3896            ! win32/buildext.pl
3897 ____________________________________________________________________________
3898 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
3899         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
3900              From: "Craig A. Berry" <craigberry@mac.com>
3901              Date: Thu, 25 Apr 2002 12:30:06 -0500
3902              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
3903      Branch: perl
3904            ! lib/ExtUtils/MM_VMS.pm
3905 ____________________________________________________________________________
3906 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
3907         Log: windows build fails if there is no perlglob.exe in the PATH
3908      Branch: perl
3909            ! win32/buildext.pl
3910 ____________________________________________________________________________
3911 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
3912         Log: Mysterious setlocale() core dump in ancient Solaris
3913              found by Merijn Broeren.  Doesn't look like Perl's fault.
3914      Branch: perl
3915            ! pod/perldelta.pod
3916 ____________________________________________________________________________
3917 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
3918         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
3919              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3920              Date: Thu, 25 Apr 2002 17:35:23 +0200
3921              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
3922      Branch: perl
3923            ! pp_ctl.c
3924 ____________________________________________________________________________
3925 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
3926         Log: Subject: [PATCH] pp_ctl.c:pp_require
3927              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3928              Date: Thu, 25 Apr 2002 16:01:14 +0200
3929              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
3930      Branch: perl
3931            ! pp_ctl.c
3932 ____________________________________________________________________________
3933 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
3934         Log: -Wformat cleanups from Robin Barker.
3935      Branch: perl
3936            ! dump.c embed.fnc proto.h sv.c
3937 ____________________________________________________________________________
3938 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
3939         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
3940              From: Michael G Schwern <schwern@pobox.com>
3941              Date: Thu, 25 Apr 2002 01:51:27 -0400
3942              Message-ID: <20020425055127.GB3456@blackrider>
3943      Branch: perl
3944            + t/lib/sample-tests/bignum t/lib/sample-tests/die
3945            + t/lib/sample-tests/die_head_end
3946            + t/lib/sample-tests/die_last_minute
3947            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3948            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3949            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
3950 ____________________________________________________________________________
3951 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
3952         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
3953              From: Michael G Schwern <schwern@pobox.com>
3954              Date: Thu, 25 Apr 2002 01:32:10 -0400
3955              Message-ID: <20020425053210.GA3334@blackrider>
3956      Branch: perl
3957            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3958            + lib/Test/Simple/t/strays.t
3959            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3960            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3961            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
3962            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
3963            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
3964            ! lib/Test/Simple/t/use_ok.t
3965 ____________________________________________________________________________
3966 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
3967         Log: Elaborate a bit on Storable.
3968      Branch: perl
3969            ! pod/perldelta.pod
3970 ____________________________________________________________________________
3971 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
3972         Log: Cleaner Encode tests under -Mutf8.
3973      Branch: perl
3974            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
3975 ____________________________________________________________________________
3976 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
3977         Log: Subject: [PATCH] installperl
3978              From: Abe Timmerman <abe@ztreet.demon.nl>
3979              Date: Thu, 25 Apr 2002 01:00:00 +0200
3980              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
3981      Branch: perl
3982            ! installperl
3983 ____________________________________________________________________________
3984 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
3985         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
3986              From: Dan Kogai <dankogai@dan.co.jp>
3987              Date: Thu, 25 Apr 2002 10:49:13 +0900
3988              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
3989      Branch: perl
3990            ! ext/PerlIO/encoding/encoding.xs
3991 ____________________________________________________________________________
3992 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
3993         Log: Stray =back.
3994      Branch: perl
3995            ! README.win32
3996 ____________________________________________________________________________
3997 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
3998         Log: Add an untested warning variant.
3999      Branch: perl
4000            ! t/lib/warnings/op
4001 ____________________________________________________________________________
4002 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
4003         Log: Update Changes.
4004      Branch: perl
4005            ! Changes patchlevel.h
4006 ____________________________________________________________________________
4007 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
4008         Log: Wrong plan.
4009      Branch: perl
4010            ! ext/Encode/t/mime-header.t
4011 ____________________________________________________________________________
4012 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
4013         Log: Upgrade to Encode 1.60, from Dan Kogai.
4014      Branch: perl
4015            + ext/Encode/lib/Encode/Guess.pm
4016            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
4017            + ext/Encode/t/mime-header.t
4018            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
4019            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4020            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
4021            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
4022            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
4023            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
4024 ____________________________________________________________________________
4025 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
4026         Log: another case of enabling binmode() where it should not be: if the
4027              *.enc files are CRLF terminated, the result gets CRCRLF terminations
4028      Branch: perl
4029            ! ext/Encode/t/CJKT.t
4030 ____________________________________________________________________________
4031 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
4032         Log: microperl update; boldly assume time() and time_t
4033              (since we assume ANSI and i_time, anyway).
4034      Branch: perl
4035            ! uconfig.h uconfig.sh
4036 ____________________________________________________________________________
4037 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
4038         Log: Integrate #16136, #16137, #16138 from macperl;
4039              
4040              Silly fix for the SC compiler's fixation with "comp" as a type
4041              
4042              Skip more PerlIO symbols for sfio
4043              
4044              Play nicely in miniperl
4045      Branch: perl
4046           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
4047           !> lib/File/Spec/Mac.pm makedef.pl
4048 ____________________________________________________________________________
4049 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
4050         Log: Sync configpm and config.h for use in 5.8
4051              (still need to do config.sh)
4052      Branch: macperl
4053            ! macos/config.h macos/configpm
4054 ____________________________________________________________________________
4055 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
4056         Log: Make MM_MacOS work with new MakeMaker
4057      Branch: macperl
4058            ! macos/lib/ExtUtils/MM_MacOS.pm
4059 ____________________________________________________________________________
4060 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
4061         Log: Makefile.mk changes for 5.8: additional extensions
4062              and source files; bump version
4063      Branch: macperl
4064            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
4065 ____________________________________________________________________________
4066 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
4067         Log: Play nicely in miniperl
4068      Branch: macperl
4069            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
4070 ____________________________________________________________________________
4071 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
4072         Log: Skip more PerlIO symbols for sfio
4073      Branch: macperl
4074            ! makedef.pl
4075 ____________________________________________________________________________
4076 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
4077         Log: Silly fix for the SC compiler's fixation with "comp" as a type
4078      Branch: macperl
4079            ! ext/Unicode/Normalize/Normalize.xs
4080 ____________________________________________________________________________
4081 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
4082         Log: Merge macperl xsubpp with current xsubpp
4083      Branch: macperl
4084            ! macos/xsubpp
4085 ____________________________________________________________________________
4086 [ 16134] By: nick                                  on 2002/04/24  18:08:37
4087         Log: Integrate mainline
4088      Branch: perlio
4089           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4090           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4091            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4092            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4093            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4094            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4095            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4096            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4097           !> (integrate 44 files)
4098 ____________________________________________________________________________
4099 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
4100         Log: Delete more included modules from bundled_ext
4101      Branch: macperl
4102            - macos/bundled_ext/Digest/MD5/Changes
4103            - macos/bundled_ext/Digest/MD5/MD5.pm
4104            - macos/bundled_ext/Digest/MD5/MD5.xs
4105            - macos/bundled_ext/Digest/MD5/Makefile.PL
4106            - macos/bundled_ext/Digest/MD5/Makefile.mk
4107            - macos/bundled_ext/Digest/MD5/README
4108            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
4109            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
4110            - macos/bundled_ext/Digest/MD5/rfc1321.txt
4111            - macos/bundled_ext/Digest/MD5/t/badfile.t
4112            - macos/bundled_ext/Digest/MD5/t/files.t
4113            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
4114            - macos/bundled_ext/Digest/MD5/typemap
4115            - macos/bundled_ext/Filter/Util/Call/Call.pm
4116            - macos/bundled_ext/Filter/Util/Call/Call.xs
4117            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
4118            - macos/bundled_ext/Filter/Util/Call/ppport.h
4119            - macos/bundled_ext/Filter/t/call.t
4120            - macos/bundled_ext/Filter/t/filter-util.pl
4121            - macos/bundled_ext/List/Util/ChangeLog
4122            - macos/bundled_ext/List/Util/Makefile.PL
4123            - macos/bundled_ext/List/Util/README
4124            - macos/bundled_ext/List/Util/Util.xs
4125            - macos/bundled_ext/List/Util/lib/List/Util.pm
4126            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
4127            - macos/bundled_ext/List/Util/t/blessed.t
4128            - macos/bundled_ext/List/Util/t/dualvar.t
4129            - macos/bundled_ext/List/Util/t/first.t
4130            - macos/bundled_ext/List/Util/t/max.t
4131            - macos/bundled_ext/List/Util/t/maxstr.t
4132            - macos/bundled_ext/List/Util/t/min.t
4133            - macos/bundled_ext/List/Util/t/minstr.t
4134            - macos/bundled_ext/List/Util/t/readonly.t
4135            - macos/bundled_ext/List/Util/t/reduce.t
4136            - macos/bundled_ext/List/Util/t/reftype.t
4137            - macos/bundled_ext/List/Util/t/shuffle.t
4138            - macos/bundled_ext/List/Util/t/sum.t
4139            - macos/bundled_ext/List/Util/t/tainted.t
4140            - macos/bundled_ext/List/Util/t/weak.t
4141            - macos/bundled_ext/MIME/Base64/Base64.pm
4142            - macos/bundled_ext/MIME/Base64/Base64.xs
4143            - macos/bundled_ext/MIME/Base64/Changes
4144            - macos/bundled_ext/MIME/Base64/Makefile.PL
4145            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
4146            - macos/bundled_ext/MIME/Base64/README
4147            - macos/bundled_ext/MIME/Base64/t/base64.t
4148            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
4149            - macos/bundled_ext/MIME/Base64/t/unicode.t
4150            - macos/bundled_ext/Storable/ChangeLog
4151            - macos/bundled_ext/Storable/Makefile.PL
4152            - macos/bundled_ext/Storable/README
4153            - macos/bundled_ext/Storable/Storable.pm
4154            - macos/bundled_ext/Storable/Storable.xs
4155            - macos/bundled_ext/Storable/t/blessed.t
4156            - macos/bundled_ext/Storable/t/canonical.t
4157            - macos/bundled_ext/Storable/t/compat-0.6.t
4158            - macos/bundled_ext/Storable/t/dclone.t
4159            - macos/bundled_ext/Storable/t/dump.pl
4160            - macos/bundled_ext/Storable/t/forgive.t
4161            - macos/bundled_ext/Storable/t/freeze.t
4162            - macos/bundled_ext/Storable/t/lock.t
4163            - macos/bundled_ext/Storable/t/overload.t
4164            - macos/bundled_ext/Storable/t/recurse.t
4165            - macos/bundled_ext/Storable/t/retrieve.t
4166            - macos/bundled_ext/Storable/t/store.t
4167            - macos/bundled_ext/Storable/t/tied.t
4168            - macos/bundled_ext/Storable/t/tied_hook.t
4169            - macos/bundled_ext/Storable/t/tied_items.t
4170            - macos/bundled_ext/Storable/t/utf8.t
4171            - macos/bundled_ext/Time/HiRes/Changes
4172            - macos/bundled_ext/Time/HiRes/HiRes.pm
4173            - macos/bundled_ext/Time/HiRes/HiRes.t
4174            - macos/bundled_ext/Time/HiRes/HiRes.xs
4175            - macos/bundled_ext/Time/HiRes/Makefile.PL
4176            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
4177            - macos/bundled_ext/Time/HiRes/hints/sco.pl
4178 ____________________________________________________________________________
4179 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
4180         Log: Thou shalt not assume %x works for UVs.
4181      Branch: perl
4182            ! ext/Encode/Encode.xs
4183 ____________________________________________________________________________
4184 [ 16131] By: nick                                  on 2002/04/24  15:50:31
4185         Log: Submit an old integrate
4186      Branch: perlio
4187           +> (branch 27 files)
4188            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4189            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4190            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4191            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4192            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4193            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4194            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4195           !> (integrate 84 files)
4196 ____________________________________________________________________________
4197 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
4198         Log: Partially retract #12056, from Craig Berry.
4199      Branch: perl
4200            ! vms/vms.c
4201 ____________________________________________________________________________
4202 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
4203         Log: Delete more included modules from bundled_lib
4204      Branch: macperl
4205            - macos/bundled_lib/blib/lib/Class/ISA.pm
4206            - macos/bundled_lib/blib/lib/Digest.pm
4207            - macos/bundled_lib/blib/lib/Filter/Simple.pm
4208            - macos/bundled_lib/blib/lib/Memoize.pm
4209            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
4210            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
4211            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
4212            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
4213            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
4214            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
4215            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
4216            - macos/bundled_lib/blib/lib/NEXT.pm
4217            - macos/bundled_lib/blib/lib/Net/Cmd.pm
4218            - macos/bundled_lib/blib/lib/Net/Config.pm
4219            - macos/bundled_lib/blib/lib/Net/Domain.pm
4220            - macos/bundled_lib/blib/lib/Net/FTP.pm
4221            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
4222            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
4223            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
4224            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
4225            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
4226            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
4227            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
4228            - macos/bundled_lib/blib/lib/Net/NNTP.pm
4229            - macos/bundled_lib/blib/lib/Net/Netrc.pm
4230            - macos/bundled_lib/blib/lib/Net/POP3.pm
4231            - macos/bundled_lib/blib/lib/Net/SMTP.pm
4232            - macos/bundled_lib/blib/lib/Net/Time.pm
4233            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
4234            - macos/bundled_lib/blib/lib/Switch.pm
4235            - macos/bundled_lib/t/Class/ISA/test.pl
4236            - macos/bundled_lib/t/Digest/Digest.t
4237            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
4238            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
4239            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
4240            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
4241            - macos/bundled_lib/t/Filter/Simple/data.t
4242            - macos/bundled_lib/t/Filter/Simple/export.t
4243            - macos/bundled_lib/t/Filter/Simple/filter.t
4244            - macos/bundled_lib/t/Filter/Simple/filter_only.t
4245            - macos/bundled_lib/t/Filter/Simple/import.t
4246            - macos/bundled_lib/t/Memoize/array.t
4247            - macos/bundled_lib/t/Memoize/array_confusion.t
4248            - macos/bundled_lib/t/Memoize/correctness.t
4249            - macos/bundled_lib/t/Memoize/errors.t
4250            - macos/bundled_lib/t/Memoize/expire.t
4251            - macos/bundled_lib/t/Memoize/expire_file.t
4252            - macos/bundled_lib/t/Memoize/expire_module_n.t
4253            - macos/bundled_lib/t/Memoize/expire_module_t.t
4254            - macos/bundled_lib/t/Memoize/flush.t
4255            - macos/bundled_lib/t/Memoize/normalize.t
4256            - macos/bundled_lib/t/Memoize/prototype.t
4257            - macos/bundled_lib/t/Memoize/speed.t
4258            - macos/bundled_lib/t/Memoize/tie.t
4259            - macos/bundled_lib/t/Memoize/tie_gdbm.t
4260            - macos/bundled_lib/t/Memoize/tie_ndbm.t
4261            - macos/bundled_lib/t/Memoize/tie_sdbm.t
4262            - macos/bundled_lib/t/Memoize/tie_storable.t
4263            - macos/bundled_lib/t/Memoize/tiefeatures.t
4264            - macos/bundled_lib/t/Memoize/unmemoize.t
4265            - macos/bundled_lib/t/NEXT/actual.t
4266            - macos/bundled_lib/t/NEXT/actuns.t
4267            - macos/bundled_lib/t/NEXT/next.t
4268            - macos/bundled_lib/t/NEXT/unseen.t
4269            - macos/bundled_lib/t/Switch/t/given.t
4270            - macos/bundled_lib/t/Switch/t/nested.t
4271            - macos/bundled_lib/t/Switch/t/switch.t
4272            - macos/bundled_lib/t/libnet/config.t
4273            - macos/bundled_lib/t/libnet/ftp.t
4274            - macos/bundled_lib/t/libnet/hostname.t
4275            - macos/bundled_lib/t/libnet/libnet_t.pl
4276            - macos/bundled_lib/t/libnet/netrc.t
4277            - macos/bundled_lib/t/libnet/nntp.t
4278            - macos/bundled_lib/t/libnet/require.t
4279            - macos/bundled_lib/t/libnet/smtp.t
4280 ____________________________________________________________________________
4281 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
4282         Log: Remove Text::Balanced from bundled_lib (already in lib)
4283      Branch: macperl
4284            - macos/bundled_lib/blib/lib/Text/Balanced.pm
4285            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
4286            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
4287            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
4288            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
4289            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
4290            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
4291            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
4292            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
4293 ____________________________________________________________________________
4294 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
4295         Log: A word of warning to the users of UTF-8 locales.
4296      Branch: perl
4297            ! pod/perluniintro.pod
4298 ____________________________________________________________________________
4299 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
4300         Log: Forgotten from #16125.
4301      Branch: perl
4302            ! t/lib/MakeMaker/Test/Utils.pm
4303 ____________________________________________________________________________
4304 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
4305         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
4306      Branch: perl
4307            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
4308            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
4309            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
4310            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
4311            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
4312            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
4313            - lib/ExtUtils/t/Problem-Module/Makefile.PL
4314            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
4315            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
4316            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
4317            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4318            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
4319            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
4320            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
4321            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
4322            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
4323            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
4324 ____________________________________________________________________________
4325 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
4326         Log: Subject: New UTF-8 surprise
4327              From: andreas.koenig@anima.de (Andreas J. Koenig)
4328              Date: Mon, 22 Apr 2002 12:08:48 +0200
4329              Message-ID: <m38z7gjb9r.fsf@anima.de>
4330      Branch: perl
4331            ! pp_hot.c t/op/subst.t
4332 ____________________________________________________________________________
4333 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
4334         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
4335              tree that is branched from //depot/maint-5.6/macperl/macos/...
4336      Branch: macperl
4337           +> (branch 3590 files)
4338 ____________________________________________________________________________
4339 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
4340         Log: Try to be clearer about perlio.
4341      Branch: perl
4342            ! INSTALL
4343 ____________________________________________________________________________
4344 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
4345         Log: Subject: Re: binary compatibility
4346              From: Andy Dougherty <doughera@lafayette.edu>
4347              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
4348              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
4349      Branch: perl
4350            ! INSTALL patchlevel.h
4351 ____________________________________________________________________________
4352 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
4353         Log: Go on record about the binary backward incompatibility.
4354      Branch: perl
4355            ! pod/perldelta.pod
4356 ____________________________________________________________________________
4357 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
4358         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
4359              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
4360              Date: Wed, 24 Apr 2002 01:51:43 +0400
4361              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
4362      Branch: perl
4363            ! t/win32/system.t
4364 ____________________________________________________________________________
4365 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
4366         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
4367              From: PPrymmer@factset.com
4368              Date: Tue, 23 Apr 2002 17:14:32 -0400
4369              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
4370      Branch: perl
4371            ! lib/locale.t
4372 ____________________________________________________________________________
4373 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
4374         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
4375              From: Paul_GreenVOS@vos.stratus.com
4376              Date: Tue, 23 Apr 02 15:06 edt   
4377              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
4378      Branch: perl
4379            ! Makefile.SH cflags.SH
4380 ____________________________________________________________________________
4381 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
4382         Log: metaconfig unit change for #16115.
4383      Branch: metaconfig
4384            ! U/compline/byteorder.U
4385      Branch: perl
4386            ! config_h.SH
4387 ____________________________________________________________________________
4388 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
4389         Log: Regen Configure to mirror #16111 (with one added tweak).
4390      Branch: perl
4391            ! Configure
4392 ____________________________________________________________________________
4393 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
4394         Log: Retract #16109.
4395      Branch: perl
4396            ! lib/ExtUtils/MM_Unix.pm
4397 ____________________________________________________________________________
4398 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
4399         Log: FAQ sync.
4400      Branch: perl
4401            ! pod/perlfaq3.pod pod/perlfaq8.pod
4402 ____________________________________________________________________________
4403 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
4404         Log: use encoding no more defaults to Latin 1.
4405      Branch: perl
4406            ! pod/perluniintro.pod
4407 ____________________________________________________________________________
4408 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
4409         Log: Configure test for byteorder loses bits
4410      Branch: perl
4411            ! Configure
4412 ____________________________________________________________________________
4413 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
4414         Log: hacking around byteorder variance between config.sh and config.h
4415              isn't needed after change#16099
4416      Branch: perl
4417            ! ext/Storable/t/malice.t
4418 ____________________________________________________________________________
4419 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
4420         Log: (retracted by #16114)
4421              
4422              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
4423              From: "Green, Paul" <Paul.Green@stratus.com>
4424              Date: Tue, 23 Apr 2002 13:47:19 -0400
4425              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
4426      Branch: perl
4427            ! lib/ExtUtils/MM_Unix.pm
4428 ____________________________________________________________________________
4429 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
4430         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
4431              From: Norton Allen <allen@huarp.harvard.edu>
4432              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
4433              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
4434      Branch: perl
4435            ! lib/File/Find.pm
4436 ____________________________________________________________________________
4437 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
4438         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
4439              From: Norton Allen <allen@huarp.harvard.edu>
4440              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
4441              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
4442      Branch: perl
4443            ! README.qnx hints/qnx.sh
4444 ____________________________________________________________________________
4445 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
4446         Log: Subject: [PATCH] pod/perlhist.pod
4447              From: Abigail <abigail@foad.org>
4448              Date: Tue, 23 Apr 2002 16:21:31 +0200
4449              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
4450              
4451              (removed 5.005_04 which never happened)
4452      Branch: perl
4453            ! pod/perlhist.pod
4454 ____________________________________________________________________________
4455 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
4456         Log: Subject: Re: [PATCH abigail.t] another portability attempt
4457              From: Abigail <abigail@foad.org>
4458              Date: Tue, 23 Apr 2002 11:35:54 +0200
4459              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
4460      Branch: perl
4461            ! t/japh/abigail.t
4462 ____________________________________________________________________________
4463 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
4464         Log: NetWare tweak from C Aditya.
4465      Branch: perl
4466            ! NetWare/Nwmain.c NetWare/nw5.c
4467 ____________________________________________________________________________
4468 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
4469         Log: fix a typo
4470      Branch: perl
4471            ! regexec.c
4472 ____________________________________________________________________________
4473 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
4474         Log: Uncurliff.
4475      Branch: perl
4476            ! README.ko
4477 ____________________________________________________________________________
4478 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
4479         Log: Pointer to UV casting.
4480      Branch: perl
4481            ! regexec.c
4482 ____________________________________________________________________________
4483 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
4484         Log: metaconfig unit change for #16099.
4485      Branch: metaconfig
4486            ! U/compline/byteorder.U
4487 ____________________________________________________________________________
4488 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
4489         Log: Use UV (not long) for BYTEORDER.
4490      Branch: perl
4491            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4492            ! config_h.SH
4493 ____________________________________________________________________________
4494 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
4495         Log: # cpp commands must start in the first column.
4496      Branch: perl
4497            ! scope.c
4498 ____________________________________________________________________________
4499 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
4500         Log: Reborn as text.
4501      Branch: perl
4502            + NetWare/interface.cpp
4503 ____________________________________________________________________________
4504 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
4505         Log: Dead as binary.
4506      Branch: perl
4507            - NetWare/interface.cpp
4508 ____________________________________________________________________________
4509 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
4510         Log: Undo #16091, a time-warped escapee.
4511      Branch: perl
4512            ! lib/ExtUtils/t/MM_Cygwin.t
4513 ____________________________________________________________________________
4514 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
4515         Log: *size tweaks from Sarathy.
4516      Branch: perl
4517            ! ext/Storable/t/malice.t
4518 ____________________________________________________________________________
4519 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
4520         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
4521              From: Stas Bekman <stas@stason.org>
4522              Date: Tue, 23 Apr 2002 01:52:22 +0800
4523              Message-ID: <3CC44DD6.3090401@stason.org>
4524      Branch: perl
4525            ! pod/perlguts.pod
4526 ____________________________________________________________________________
4527 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
4528         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
4529              From: Paul_GreenVOS@vos.stratus.com
4530              Date: Mon, 22 Apr 02 20:35 edt
4531              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
4532      Branch: perl
4533            + hints/t001.c
4534            ! MANIFEST hints/README.hints hints/vos.sh
4535 ____________________________________________________________________________
4536 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
4537         Log: (retracted by #16095)
4538      Branch: perl
4539            ! lib/ExtUtils/t/MM_Cygwin.t
4540 ____________________________________________________________________________
4541 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
4542         Log: Subject: Re: perl@16083
4543              From: Nicholas Clark <nick@unfortu.net>
4544              Date: Mon, 22 Apr 2002 23:17:45 +0100
4545              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
4546      Branch: perl
4547            ! ext/Storable/t/malice.t
4548 ____________________________________________________________________________
4549 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
4550         Log: Upgrade to Encode 1.58.
4551      Branch: perl
4552            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
4553            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
4554            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
4555            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
4556            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
4557            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
4558            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
4559            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
4560            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4561            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
4562            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
4563            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
4564            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
4565            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
4566            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
4567            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4568            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4569            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
4570 ____________________________________________________________________________
4571 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
4572         Log: On Win32 the end.t failure should be gone now.
4573      Branch: perl
4574            ! pod/perldelta.pod
4575 ____________________________________________________________________________
4576 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
4577         Log: Subject: [PATCH] update VOS-specific pod files
4578              From: Paul_GreenVOS@vos.stratus.com
4579              Date: Mon, 22 Apr 02 16:02 edt
4580              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
4581      Branch: perl
4582            ! README.vos pod/perlport.pod
4583 ____________________________________________________________________________
4584 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
4585         Log: Subject: [PATCH] cleanup ./hints/vos.sh
4586              From: Paul_GreenVOS@vos.stratus.com
4587              Date: Mon, 22 Apr 02 15:26 edt
4588              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
4589      Branch: perl
4590            ! hints/vos.sh
4591 ____________________________________________________________________________
4592 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
4593         Log: Upgrade to Encode 1.57, from Dan Kogai.
4594      Branch: perl
4595            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4596            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
4597            ! ext/Encode/lib/Encode/Encoding.pm
4598            ! ext/Encode/lib/Encode/JP/JIS7.pm
4599            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
4600            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
4601 ____________________________________________________________________________
4602 [ 16084] By: ams                                   on 2002/04/22  18:10:13
4603         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
4604              From: Stas Bekman <stas@stason.org>
4605              Date: Tue, 23 Apr 2002 01:59:07 +0800
4606              Message-Id: <3CC44F6B.5010300@stason.org>
4607      Branch: perl
4608            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
4609 ____________________________________________________________________________
4610 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
4611         Log: Update Changes.
4612      Branch: perl
4613            ! Changes patchlevel.h
4614 ____________________________________________________________________________
4615 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
4616         Log: In MANIFEST but not added.
4617      Branch: perl
4618            + NetWare/interface.cpp
4619 ____________________________________________________________________________
4620 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
4621         Log: Duh.
4622      Branch: perl
4623            ! lib/ExtUtils/MM_Unix.pm
4624 ____________________________________________________________________________
4625 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
4626         Log: Subject: Re: t/japh/abigail.t [PATCH]
4627              From: Norton Allen <allen@huarp.harvard.edu>
4628              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
4629              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
4630      Branch: perl
4631            ! t/japh/abigail.t
4632 ____________________________________________________________________________
4633 [ 16079] By: ams                                   on 2002/04/22  15:59:55
4634         Log: Subject: {PATCH docs] sockatmark
4635              From: Mark-Jason Dominus <mjd@plover.com>
4636              Date: Mon, 22 Apr 2002 02:43:42 -0400
4637              Message-Id: <20020422064342.24646.qmail@plover.com>
4638      Branch: perl
4639            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
4640 ____________________________________________________________________________
4641 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
4642         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
4643              From: Paul_GreenVOS@vos.stratus.com
4644              Date: Mon, 22 Apr 02 12:40 edt
4645              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
4646      Branch: perl
4647            ! cflags.SH
4648 ____________________________________________________________________________
4649 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
4650         Log: Add new files from #16076; re-sort.
4651      Branch: perl
4652            ! MANIFEST
4653 ____________________________________________________________________________
4654 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
4655         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
4656      Branch: perl
4657            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
4658            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
4659            + NetWare/perllib.cpp NetWare/splittree.pl
4660            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
4661            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
4662            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
4663            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
4664            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
4665            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
4666            ! x2p/hash.c x2p/walk.c
4667 ____________________________________________________________________________
4668 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
4669         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
4670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4671              Date: Mon, 22 Apr 2002 17:56:17 +0200
4672              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
4673      Branch: perl
4674            ! README.aix
4675 ____________________________________________________________________________
4676 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
4677         Log: Signedness nit.
4678      Branch: perl
4679            ! ext/PerlIO/encoding/encoding.xs
4680 ____________________________________________________________________________
4681 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
4682         Log: No semicolons after blocks.
4683      Branch: perl
4684            ! ext/Encode/Encode.xs
4685 ____________________________________________________________________________
4686 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
4687         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
4688      Branch: perl
4689            ! ext/PerlIO/encoding/encoding.pm
4690            ! ext/PerlIO/encoding/encoding.xs
4691 ____________________________________________________________________________
4692 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
4693         Log: Upgrade to Encode 1.56, from Dan Kogai.
4694      Branch: perl
4695            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4696            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4697            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
4698            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4699            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
4700            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4701            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
4702            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
4703            ! ext/Encode/lib/Encode/Config.pm
4704            ! ext/Encode/lib/Encode/Encoder.pm
4705            ! ext/Encode/lib/Encode/Encoding.pm
4706            ! ext/Encode/lib/Encode/JP/H2Z.pm
4707            ! ext/Encode/lib/Encode/JP/JIS7.pm
4708            ! ext/Encode/lib/Encode/KR/2022_KR.pm
4709            ! ext/Encode/lib/Encode/PerlIO.pod
4710            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
4711            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4712            ! ext/Encode/ucm/big5-hkscs.ucm
4713 ____________________________________________________________________________
4714 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
4715         Log: Comment tweak from Philip.
4716      Branch: perl
4717            ! opcode.pl
4718 ____________________________________________________________________________
4719 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
4720         Log: a Test::Harness tweak to make the test lines show up prettier
4721      Branch: perl
4722            ! lib/Test/Harness.pm
4723 ____________________________________________________________________________
4724 [ 16067] By: nick                                  on 2002/04/22  09:19:23
4725         Log: Integrate mainline
4726      Branch: perlio
4727           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4728           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4729           !> t/lib/warnings/perlio t/win32/system.t
4730 ____________________________________________________________________________
4731 [ 16066] By: nick                                  on 2002/04/22  09:01:43
4732         Log: Integrate //depot/perlio into mainline
4733      Branch: perl
4734           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4735           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
4736           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
4737 ____________________________________________________________________________
4738 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
4739         Log: clean up after stray test file littering
4740              
4741              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
4742              it seems that it shouldn't (looks like a handle leak in PerlIO
4743              to me)
4744      Branch: perl
4745            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4746            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4747            ! t/lib/warnings/perlio t/win32/system.t
4748 ____________________________________________________________________________
4749 [ 16064] By: nick                                  on 2002/04/22  08:02:58
4750         Log: Integrate mainline into perlio
4751      Branch: perlio
4752           +> ext/Storable/t/malice.t
4753            ! pod/perliol.pod
4754           !> (integrate 57 files)
4755 ____________________________________________________________________________
4756 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
4757         Log: integrate change#16062 from mainline
4758              
4759              another windows fix: only create a new console for subprocesses
4760              when all three stdhandles are invalid (from Jan Dubois)
4761      Branch: maint-5.6/perl
4762            ! win32/win32.c
4763 ____________________________________________________________________________
4764 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
4765         Log: another windows fix: only create a new console for subprocesses
4766              when all three stdhandles are invalid (from Jan Dubois)
4767      Branch: perl
4768            ! win32/win32.c
4769 ____________________________________________________________________________
4770 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
4771         Log: all the thread tests now pass on windows (32-bit and 64-bit)
4772      Branch: perl
4773            ! README.win32
4774 ____________________________________________________________________________
4775 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
4776         Log: enable maximal optimizations on win64
4777      Branch: perl
4778            ! win32/Makefile win32/makefile.mk
4779 ____________________________________________________________________________
4780 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
4781         Log: Tweaks copied from Philip Newton's Encode patches.
4782      Branch: perl
4783            ! AUTHORS
4784 ____________________________________________________________________________
4785 [ 16057] By: sky                                   on 2002/04/22  00:19:40
4786         Log: End blocks were not run on Win32.
4787              The real fix should be to turn this flag on in RunPerl but
4788              I think we are too close 5.8 to change that.
4789      Branch: perl
4790            ! ext/threads/threads.xs
4791 ____________________________________________________________________________
4792 [ 16056] By: sky                                   on 2002/04/21  23:29:22
4793         Log: Do not unlock mutex twice.
4794              Do not unlock mutex after it has been destroyed and freed.
4795              Do not email p5p without uncrossing eyes.
4796      Branch: perl
4797            ! ext/threads/threads.xs
4798 ____________________________________________________________________________
4799 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
4800         Log: squelch some more type mismatch warnings
4801              
4802              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
4803              missing parens in macro definition
4804      Branch: perl
4805            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
4806            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
4807            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
4808            ! pp.c regexec.c sv.h
4809 ____________________________________________________________________________
4810 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
4811         Log: Make writing user-defined character properties nicer.
4812      Branch: perl
4813            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
4814 ____________________________________________________________________________
4815 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
4816         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
4817              isn't the case on win64
4818      Branch: perl
4819            ! ext/Storable/t/malice.t
4820 ____________________________________________________________________________
4821 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
4822         Log: One more way to do character class subtraction.
4823      Branch: perl
4824            ! pod/perlunicode.pod
4825 ____________________________________________________________________________
4826 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
4827         Log: Mopup of #16048.
4828      Branch: perl
4829            ! pp_sys.c
4830 ____________________________________________________________________________
4831 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
4832         Log: some test failures have been fixed
4833      Branch: perl
4834            ! README.win32
4835 ____________________________________________________________________________
4836 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
4837         Log: use compare_text() rather than compare() to avoid bogus
4838              failures when the test files happen to be CRLF terminated
4839      Branch: perl
4840            ! ext/Encode/t/JP.t
4841 ____________________________________________________________________________
4842 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
4843         Log: fixes for all the warnings reported by Visual C (most of this
4844              change is from change#12026)
4845      Branch: perl
4846            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
4847            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
4848            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
4849            ! regexec.c sv.c toke.c universal.c utf8.c util.c
4850            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
4851 ____________________________________________________________________________
4852 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
4853         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
4854              From: Nicholas Clark <nick@unfortu.net>
4855              Date: Sun, 21 Apr 2002 19:15:24 +0100
4856              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
4857      Branch: perl
4858            + ext/Storable/t/malice.t
4859            ! MANIFEST ext/Storable/Storable.pm
4860 ____________________________________________________________________________
4861 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
4862         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
4863              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4864              Date: Sun, 21 Apr 2002 19:37:51 +0200
4865              Message-ID: <3CC3150F.5798.22A05AE@localhost>
4866      Branch: perl
4867            ! ext/Encode/t/perlio.t
4868 ____________________________________________________________________________
4869 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
4870         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
4871              From: Andrey Sapozhnikov <sapa@icb.chel.su>
4872              Date: Fri, 19 Apr 2002 19:55:56 +0600
4873              Message-ID: <3CC021EC.5080005@icb.chel.su>
4874              
4875              (tweaked a bit)
4876      Branch: perl
4877            ! pod/perltrap.pod
4878 ____________________________________________________________________________
4879 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
4880         Log: Do not assume that io buffer flushing happens in the same
4881              order as joins (that assumption broke in a multicpu IRIX box)
4882      Branch: perl
4883            ! ext/threads/t/thread.t
4884 ____________________________________________________________________________
4885 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
4886         Log: As if people would be reading the documentation :-)
4887      Branch: perl
4888            ! opcode.pl
4889 ____________________________________________________________________________
4890 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
4891         Log: Typo tweaks.
4892      Branch: perl
4893            ! pod/perlrun.pod
4894 ____________________________________________________________________________
4895 [ 16041] By: sky                                   on 2002/04/21  13:53:54
4896         Log: Got the last memory leak in the while(1) { threads->create(sub 
4897              {})->join() }, now we can loop over a million threads without a 
4898              problem. 
4899              Cleared up SVs that should have been mortal but never where.
4900      Branch: perl
4901            ! ext/threads/threads.xs
4902 ____________________________________________________________________________
4903 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
4904         Log: Make doc clearer, as suggested by Brent Dax
4905      Branch: perl
4906            ! opcode.pl
4907 ____________________________________________________________________________
4908 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
4909         Log: Revert change #15974.
4910      Branch: perl
4911            ! ext/B/B/Deparse.pm
4912 ____________________________________________________________________________
4913 [ 16038] By: nick                                  on 2002/04/21  08:43:48
4914         Log: Integrate mainline
4915      Branch: perlio
4916           +> win32/config.vc64 win32/config_H.vc64
4917           !> (integrate 43 files)
4918 ____________________________________________________________________________
4919 [ 16037] By: nick                                  on 2002/04/21  08:10:07
4920         Log: Integrate mainline
4921      Branch: perlio
4922           +> ext/Encode/ucm/big5-eten.ucm
4923            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
4924            - win32/config.win64 win32/config_H.win64
4925           !> MANIFEST Porting/makerel ext/Encode/Changes
4926           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
4927           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4928           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4929           !> ext/Encode/lib/Encode/Config.pm
4930           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4931           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4932           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
4933           !> pod/perlunicode.pod vms/vms.c
4934 ____________________________________________________________________________
4935 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
4936         Log: S_ stands sfor static.
4937      Branch: perl
4938            ! hv.c
4939 ____________________________________________________________________________
4940 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
4941         Log: htovs et al might be macros.
4942      Branch: perl
4943            ! perl.h
4944 ____________________________________________________________________________
4945 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
4946         Log: missed checkin of this file in change#16033
4947      Branch: perl
4948            ! makedef.pl
4949 ____________________________________________________________________________
4950 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
4951         Log: Windows 64-bit support:
4952              
4953              * support for building it in the regular makefiles
4954              * large files support via the _*i64() functions (this should be
4955              portable to the 32-bit universe too, but quite untested and
4956              and binary-incompatible, therefore not enabled there)
4957              * three additional test failures in addition to the t/end.t one
4958              (see README.win32)
4959              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
4960              the ones available from the CRT (needed because Perl uses
4961              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
4962              * add a few 64-bit notes to README.win32
4963              
4964              The following general problems were also fixed:
4965              
4966              * s/struct stat/Stat_t/g
4967              * Data::Dumper had some naughty 'long' typecasts
4968              * Errno_pm.PL didn't work safe when winsock.h was not in the same
4969              directory as errno.h
4970              * various tell/seek things were incorrectly prototyped
4971              * squelch ugly looking noise when running tests
4972              * Embed.t wasn't linking in all the libraries
4973              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
4974              * re-enable all the disabled warnings (additional fixes may be
4975              needed for the warnings uncovered by this)
4976      Branch: perl
4977            + win32/config.vc64 win32/config_H.vc64
4978            ! MANIFEST README.win32 doio.c dosish.h
4979            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
4980            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
4981            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
4982            ! win32/config.vc win32/makefile.mk win32/perlglob.c
4983            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
4984            ! win32/win32iop.h win32/win32sck.c
4985 ____________________________________________________________________________
4986 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
4987         Log: Upgrade to Encode 1.52, from Dan Kogai.
4988      Branch: perl
4989            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4990            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
4991            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
4992            ! ext/Encode/lib/Encode/JP/JIS7.pm
4993            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
4994            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4995            ! ext/Encode/ucm/big5-hkscs.ucm
4996 ____________________________________________________________________________
4997 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
4998         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4999              From: Mark-Jason Dominus <mjd@plover.com>
5000              Date: Sat, 20 Apr 2002 03:36:28 -0400
5001              Message-ID: <20020420073628.324.qmail@plover.com>
5002      Branch: perl
5003            ! pod/perlopentut.pod
5004 ____________________________________________________________________________
5005 [ 16030] By: sky                                   on 2002/04/20  22:02:32
5006         Log: Remove auto-detach
5007              Cleans up memory now, destroys the mutex and frees thread
5008              Makes returnvalues mortal
5009              Doesn't run thread_destruct until the thread has stopped AND
5010              all references to it are gone.
5011      Branch: perl
5012            ! ext/threads/threads.xs
5013 ____________________________________________________________________________
5014 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
5015         Log: Subject: [PATCH @16005] rescue perldoc for VMS
5016              From: "Craig A. Berry" <craigberry@mac.com>
5017              Date: Sat, 20 Apr 2002 15:16:30 -0500
5018              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
5019      Branch: perl
5020            ! vms/vms.c
5021 ____________________________________________________________________________
5022 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
5023         Log: Subject: Re: [PATCH] typo
5024              From: andreas.koenig@anima.de (Andreas J. Koenig)
5025              Date: Sat, 20 Apr 2002 15:41:23 +0200
5026              Message-ID: <m37kn2o5bw.fsf@anima.de>
5027      Branch: perl
5028            ! ext/Encode/encoding.pm
5029 ____________________________________________________________________________
5030 [ 16027] By: nick                                  on 2002/04/20  21:42:09
5031         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
5032              and change test not to skip them.
5033      Branch: perlio
5034            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
5035 ____________________________________________________________________________
5036 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
5037         Log: Upgrade to Encode 1.51, from Dan Kogai.
5038      Branch: perl
5039            + ext/Encode/ucm/big5-eten.ucm
5040            - ext/Encode/ucm/big5.ucm
5041            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5042            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
5043            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
5044            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
5045            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
5046            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
5047 ____________________________________________________________________________
5048 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
5049         Log: purge existing win64 stuff (this never really worked in 5.7.x)
5050              in preparation for completely redone win64 support
5051      Branch: perl
5052            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
5053            ! MANIFEST Porting/makerel
5054 ____________________________________________________________________________
5055 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
5056         Log: Subject: Re: perl@16005
5057              From: Stas Bekman <stas@stason.org>
5058              Date: Sat, 20 Apr 2002 13:06:49 +0800
5059              Message-ID: <3CC0F769.1010705@stason.org>
5060              (with a minor formatting nit)
5061      Branch: perl
5062            ! pod/perlfunc.pod
5063 ____________________________________________________________________________
5064 [ 16023] By: nick                                  on 2002/04/20  19:06:04
5065         Log: Some tweaks for encodings which need lines.
5066              Also disabled trial of using fallbacks.
5067      Branch: perlio
5068            ! ext/PerlIO/encoding/encoding.pm
5069            ! ext/PerlIO/encoding/encoding.xs
5070 ____________________________________________________________________________
5071 [ 16022] By: nick                                  on 2002/04/20  18:37:38
5072         Log: Various tweaks to Encode
5073      Branch: perlio
5074            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5075            ! ext/Encode/Unicode/Unicode.xs
5076            ! ext/Encode/lib/Encode/Encoding.pm
5077            ! ext/Encode/lib/Encode/JP/JIS7.pm
5078            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
5079 ____________________________________________________________________________
5080 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
5081         Log: Subject: [PATCH] perlunicode.pod typos
5082              From: andreas.koenig@anima.de (Andreas J. Koenig)     
5083              Date: Sat, 20 Apr 2002 11:20:25 +0200
5084              Message-ID: <m3vgamoheu.fsf@anima.de>
5085      Branch: perl
5086            ! pod/perlunicode.pod
5087 ____________________________________________________________________________
5088 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
5089         Log: Test tweak from mjd.
5090      Branch: perl
5091            ! lib/Memoize/t/errors.t
5092 ____________________________________________________________________________
5093 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
5094         Log: Integrate perlio;
5095              
5096              Tweak to Encode.xs to avoid buffer overrun.
5097              
5098              Add :bytes to POD part.
5099              Remove 'alias' to Encode now it exists as a module.
5100              
5101              Fill in the PERLIO sections.
5102      Branch: perl
5103           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
5104 ____________________________________________________________________________
5105 [ 16018] By: nick                                  on 2002/04/20  13:38:24
5106         Log: Fill in the PERLIO sections.
5107      Branch: perlio
5108            ! pod/perlrun.pod
5109 ____________________________________________________________________________
5110 [ 16017] By: nick                                  on 2002/04/20  13:37:15
5111         Log: Add :bytes to POD part.
5112              Remove 'alias' to Encode now it exists as a module.
5113      Branch: perlio
5114            ! lib/PerlIO.pm
5115 ____________________________________________________________________________
5116 [ 16016] By: sky                                   on 2002/04/20  13:12:31
5117         Log: Really let the update of the link list do something.
5118      Branch: perl
5119            ! ext/threads/threads.xs
5120 ____________________________________________________________________________
5121 [ 16015] By: nick                                  on 2002/04/20  07:51:26
5122         Log: Integrate mainline
5123      Branch: perlio
5124           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
5125           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5126           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
5127 ____________________________________________________________________________
5128 [ 16014] By: nick                                  on 2002/04/20  07:46:11
5129         Log: Tweak to Encode.xs to avoid buffer overrun.
5130      Branch: perlio
5131            ! ext/Encode/Encode.xs
5132 ____________________________________________________________________________
5133 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
5134         Log: Subject: [PATCH] t/japh/abigail.t
5135              From: abigail@foad.org
5136              Date: Fri, 19 Apr 2002 02:21:36 +0200
5137              Message-ID: <20020419002136.16948.qmail@foad.org>
5138              
5139              Subject: Re: [PATCH] t/japh/abigail.t
5140              From: "Craig A. Berry" <craigberry@mac.com>
5141              Date: Fri, 19 Apr 2002 11:23:45 -0500
5142              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
5143      Branch: perl
5144            ! t/japh/abigail.t
5145 ____________________________________________________________________________
5146 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
5147         Log: User-defined character properties were unintentionally
5148              removed, noticed by Dan Kogai.
5149      Branch: perl
5150            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
5151            ! pod/perlunicode.pod t/op/pat.t
5152 ____________________________________________________________________________
5153 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
5154         Log: Subject: Re: [PATCH] Big5-related changes.
5155              From: Autrijus Tang <autrijus@autrijus.org>
5156              Date: Sat, 20 Apr 2002 04:06:31 +0800
5157              Message-ID: <20020419200631.GA20964@not.autrijus.org>
5158      Branch: perl
5159            ! README.cn README.tw
5160 ____________________________________________________________________________
5161 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
5162         Log: Add a BUGS sections to O.pm
5163      Branch: perl
5164            ! ext/B/O.pm
5165 ____________________________________________________________________________
5166 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
5167         Log: Disable warning noise
5168      Branch: perl
5169            ! t/io/open.t
5170 ____________________________________________________________________________
5171 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
5172         Log: More tests for the 3-arg open
5173      Branch: perl
5174            ! t/io/open.t t/lib/warnings/doio
5175 ____________________________________________________________________________
5176 [ 16007] By: nick                                  on 2002/04/19  17:45:53
5177         Log: Silence warning generating warning message for U+FFFF does not map etc.
5178      Branch: perlio
5179            ! ext/Encode/Encode.xs
5180 ____________________________________________________________________________
5181 [ 16006] By: nick                                  on 2002/04/19  15:24:57
5182         Log: Integrate mainline (for Tk with Encode testing)
5183              Some perlio & encode issues otherwise cleanish.
5184      Branch: perlio
5185           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5186           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5187           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5188           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5189           +> ext/threads/t/thread.t
5190            - ext/Encode/lib/Encode/Unicode.pm
5191           !> (integrate 38 files)
5192 ____________________________________________________________________________
5193 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
5194         Log: Update Changes.
5195      Branch: perl
5196            ! Changes patchlevel.h
5197 ____________________________________________________________________________
5198 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
5199         Log: Subject: [PATCH] warn on ref open without perlio
5200              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5201              Date: Thu, 18 Apr 2002 23:17:44 +0200
5202              Message-ID: <20020418231744.A24159@rafael>
5203              
5204              (with one nit, the skip message needed "# " prefix)
5205      Branch: perl
5206            ! doio.c pod/perldiag.pod t/lib/warnings/doio
5207 ____________________________________________________________________________
5208 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
5209         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
5210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5211              Date: Fri, 19 Apr 2002 15:43:47 +0200
5212              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
5213      Branch: perl
5214            ! README.hpux
5215 ____________________________________________________________________________
5216 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
5217         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
5218      Branch: perl
5219            ! ext/PerlIO/encoding/encoding.pm
5220            ! ext/PerlIO/encoding/encoding.xs
5221 ____________________________________________________________________________
5222 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
5223         Log: Upgrade to Encode 1.50, from Dan Kogai.
5224      Branch: perl
5225            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
5226            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
5227            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
5228            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
5229            - ext/Encode/lib/Encode/Unicode.pm
5230            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
5231            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5232            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
5233            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
5234            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5235            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
5236            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
5237            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
5238            ! ext/Encode/t/jisx0208.ref
5239 ____________________________________________________________________________
5240 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
5241         Log: Subject: CPAN.pm sync
5242              From: andreas.koenig@anima.de (Andreas J. Koenig)
5243              Date: Fri, 19 Apr 2002 11:55:07 +0200
5244              Message-ID: <m3ads0qah0.fsf@anima.de>
5245      Branch: perl
5246            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
5247 ____________________________________________________________________________
5248 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
5249         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
5250      Branch: perl
5251            ! pod/perltooc.pod
5252 ____________________________________________________________________________
5253 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
5254         Log: The previous change on this was *ahem* slightly off-topic.
5255      Branch: perl
5256            ! ext/PerlIO/encoding/encoding.pm
5257 ____________________________________________________________________________
5258 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
5259         Log: variant of change#14657 from mainline, modified for binary
5260              compatibility for 5.6.x (from  Jan Dubois)
5261      Branch: maint-5.6/perl
5262            ! lib/Win32.pod win32/win32.c
5263 ____________________________________________________________________________
5264 [ 15996] By: ams                                   on 2002/04/18  16:16:26
5265         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
5266              From: abigail@foad.org
5267              Date: Thu, 18 Apr 2002 17:09:45 +0200
5268              Message-Id: <20020418150945.389.qmail@foad.org>
5269      Branch: perl
5270            ! pod/perldebtut.pod
5271 ____________________________________________________________________________
5272 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
5273         Log: z/OS situation update.
5274      Branch: perl
5275            ! pod/perldelta.pod
5276 ____________________________________________________________________________
5277 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
5278         Log: Doc tweaks.
5279      Branch: perl
5280            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
5281 ____________________________________________________________________________
5282 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
5283         Log: The tests need perlio.
5284      Branch: perl
5285            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
5286 ____________________________________________________________________________
5287 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
5288         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
5289              From: Mark-Jason Dominus <mjd@plover.com>
5290              Date: Thu, 18 Apr 2002 09:38:17 -0400
5291              Message-ID: <20020418133817.22436.qmail@plover.com>    
5292              
5293              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
5294              From: Mark-Jason Dominus <mjd@plover.com>
5295              Date: Thu, 18 Apr 2002 09:54:50 -0400
5296              Message-ID: <20020418135450.22999.qmail@plover.com>    
5297      Branch: perl
5298            ! pod/perlfaq8.pod
5299 ____________________________________________________________________________
5300 [ 15991] By: sky                                   on 2002/04/18  09:18:14
5301         Log: Port testcases from thr5005 tests so we don't fail on same things.
5302              Added yield support using threads->yield().
5303      Branch: perl
5304            + ext/threads/t/thread.t
5305            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
5306 ____________________________________________________________________________
5307 [ 15990] By: nick                                  on 2002/04/18  07:56:40
5308         Log: Integrate mainline
5309      Branch: perlio
5310            - t/io/full.t
5311           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
5312           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
5313           !> perl.c t/op/groups.t toke.c win32/win32.c
5314 ____________________________________________________________________________
5315 [ 15989] By: sky                                   on 2002/04/18  07:15:55
5316         Log: Always flush the PerlIO buffers after running END blocks in 
5317              perl_destruct. This should fix ext/threads/t/end.t under Win32.
5318      Branch: perl
5319            ! perl.c
5320 ____________________________________________________________________________
5321 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
5322         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
5323      Branch: perl
5324            ! perl.c
5325 ____________________________________________________________________________
5326 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
5327         Log: Move /dev/full testing post-5.8.0.
5328      Branch: perl
5329            - t/io/full.t
5330            ! MANIFEST
5331 ____________________________________________________________________________
5332 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
5333         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
5334              ("Crays have only REAL memory.")
5335      Branch: perl
5336            ! hints/unicos.sh hints/unicosmk.sh
5337 ____________________________________________________________________________
5338 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
5339         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
5340              From: luc.st-louis@ca.transport.bombardier.com
5341              Date: Wed, 17 Apr 2002 14:22:25 -0400
5342              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
5343      Branch: perl
5344            ! win32/win32.c
5345 ____________________________________________________________________________
5346 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
5347         Log: With -Uuseperlio the error might be EBADF.
5348      Branch: perl
5349            ! t/io/full.t
5350 ____________________________________________________________________________
5351 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
5352         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
5353              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5354              Date: Wed, 17 Apr 2002 21:16:22 +0400
5355              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
5356      Branch: perl
5357            ! lib/ExtUtils/t/Embed.t
5358 ____________________________________________________________________________
5359 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
5360         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
5361              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5362              Date: Wed, 17 Apr 2002 20:08:03 +0400
5363              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
5364      Branch: perl
5365            ! win32/win32.c
5366 ____________________________________________________________________________
5367 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
5368         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5369              From: Mark-Jason Dominus <mjd@plover.com>
5370              Date: Wed, 17 Apr 2002 11:14:17 -0400
5371              Message-ID: <20020417151417.27268.qmail@plover.com>
5372      Branch: perl
5373            ! t/io/full.t
5374 ____________________________________________________________________________
5375 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
5376         Log: README.cjk update.
5377      Branch: perl
5378            ! README.cn README.jp README.ko README.tw
5379 ____________________________________________________________________________
5380 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
5381         Log: Subject: [PATCH toke.c] @:foo?
5382              From: Philip Newton <Philip.Newton@gmx.net>
5383              Date: Wed, 17 Apr 2002 19:48:09 +0200
5384              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
5385      Branch: perl
5386            ! toke.c
5387 ____________________________________________________________________________
5388 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
5389         Log: Subject: Re: gcc on HP
5390              From: Philip Newton <Philip.Newton@gmx.net>
5391              Date: Wed, 17 Apr 2002 20:36:34 +0200
5392              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
5393      Branch: perl
5394            ! README.hpux
5395 ____________________________________________________________________________
5396 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
5397         Log: Adjust test for groups that appear multiple times on Cygwin
5398      Branch: perl
5399            ! t/op/groups.t
5400 ____________________________________________________________________________
5401 [ 15976] By: nick                                  on 2002/04/17  17:03:40
5402         Log: Integrate mainline
5403      Branch: perlio
5404           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5405           +> ext/PerlIO/encoding/encoding.pm
5406           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
5407           +> ext/threads/shared/t/queue.t t/io/full.t
5408            - ext/Encode/lib/Encode/XS.pm
5409           !> (integrate 50 files)
5410 ____________________________________________________________________________
5411 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
5412         Log: Update Changes.
5413      Branch: perl
5414            ! Changes patchlevel.h
5415 ____________________________________________________________________________
5416 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
5417         Log: Subject: [PATCH B::Deparse] "foo bar"->()
5418              From: Robin Houston <robin@kitsite.com>
5419              Date: Wed, 17 Apr 2002 15:45:32 +0100
5420              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
5421      Branch: perl
5422            ! ext/B/B/Deparse.pm
5423 ____________________________________________________________________________
5424 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
5425         Log: metaconfig unit change for #15972.
5426      Branch: metaconfig/U/perl
5427            ! Extensions.U
5428 ____________________________________________________________________________
5429 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
5430         Log: As suggested by Arthur: the threads and threads::shared
5431              modules are always present.  This tries to preempt two
5432              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
5433              to have this new fancy threads implementation but my Perl
5434              doesn't seem to have it" (2) someone attempting to install
5435              threads using CPAN.pm and CPAN.pm helpfully starting to
5436              install perl 5.8.0 (which they might already have installed).
5437      Branch: perl
5438            ! Configure ext/threads/Makefile.PL
5439            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
5440            ! ext/threads/shared/shared.xs ext/threads/threads.pm
5441            ! ext/threads/threads.xs
5442 ____________________________________________________________________________
5443 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
5444         Log: More signedness nits.
5445      Branch: perl
5446            ! ext/Encode/Encode.xs
5447 ____________________________________________________________________________
5448 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
5449         Log: fast_abs_path() is tainted.
5450      Branch: perl
5451            ! ext/Cwd/t/cwd.t
5452 ____________________________________________________________________________
5453 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
5454         Log: Signedness nit.
5455      Branch: perl
5456            ! ext/Encode/bin/enc2xs
5457 ____________________________________________________________________________
5458 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
5459         Log: Subject: gcc on HP
5460              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5461              Date: Wed, 17 Apr 2002 12:43:38 +0200
5462              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
5463      Branch: perl
5464            ! README.hpux
5465 ____________________________________________________________________________
5466 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
5467         Log: Add just a little bit more explanation to PerlIO::encoding.
5468      Branch: perl
5469            ! ext/PerlIO/encoding/encoding.pm
5470 ____________________________________________________________________________
5471 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
5472         Log: PerlIO::encoding 0.01 from Dan Kogai.
5473      Branch: perl
5474            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
5475            + ext/PerlIO/encoding/encoding.pm
5476            + ext/PerlIO/encoding/encoding.xs
5477            ! MANIFEST
5478 ____________________________________________________________________________
5479 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
5480         Log: Upgrade to Encode 1.42, from Dan Kogai.
5481      Branch: perl
5482            - ext/Encode/lib/Encode/XS.pm
5483            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
5484            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
5485            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5486            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
5487            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
5488            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
5489            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
5490            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
5491            ! ext/Encode/lib/Encode/Config.pm
5492            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
5493            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
5494            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
5495            ! ext/Encode/t/encoding.t
5496 ____________________________________________________________________________
5497 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
5498         Log: Test tweaks from mjd and Benjamin Goldberg.
5499      Branch: perl
5500            ! t/io/full.t
5501 ____________________________________________________________________________
5502 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
5503         Log: Document taint-safeness.   Life in the fast_abs_path()
5504              lane is unsafe.
5505      Branch: perl
5506            ! lib/Cwd.pm
5507 ____________________________________________________________________________
5508 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
5509         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
5510              From: Mark-Jason Dominus <mjd@plover.com>
5511              Date: Tue, 16 Apr 2002 19:24:12 -0400
5512              Message-ID: <20020416232412.14297.qmail@plover.com>
5513      Branch: perl
5514            + t/io/full.t
5515            ! MANIFEST perlio.c
5516 ____________________________________________________________________________
5517 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
5518         Log: Manifestations of mjd, from mjd.
5519      Branch: perl
5520            ! MANIFEST
5521 ____________________________________________________________________________
5522 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
5523         Log: metaconfig unit change for #15959.
5524      Branch: metaconfig/U/perl
5525            ! Extensions.U
5526 ____________________________________________________________________________
5527 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
5528         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
5529              From: Andy Dougherty <doughera@lafayette.edu>
5530              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
5531              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
5532      Branch: perl
5533            ! Configure
5534 ____________________________________________________________________________
5535 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
5536         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
5537              From: Nicholas Clark <nick@unfortu.net>
5538              Date: Tue, 16 Apr 2002 22:22:41 +0100
5539              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
5540      Branch: perl
5541            ! embed.fnc global.sym hv.c universal.c
5542 ____________________________________________________________________________
5543 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
5544         Log: Documents for Merijn and lots of XXXs for NI-S :-)
5545      Branch: perl
5546            ! pod/perlfunc.pod pod/perlrun.pod
5547 ____________________________________________________________________________
5548 [ 15956] By: sky                                   on 2002/04/16  21:26:53
5549         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
5550              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
5551              stuff being 0xabababab on cleanup.
5552      Branch: perl
5553            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
5554            ! MANIFEST
5555 ____________________________________________________________________________
5556 [ 15955] By: nick                                  on 2002/04/16  20:46:03
5557         Log: Integate mainline (other machine)
5558      Branch: perlio
5559           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
5560           !> t/op/magic.t
5561 ____________________________________________________________________________
5562 [ 15954] By: nick                                  on 2002/04/16  20:13:32
5563         Log: Integrate mainline
5564      Branch: perlio
5565           +> README.cn README.jp README.ko README.tw
5566           +> ext/threads/shared/t/av_refs.t
5567           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
5568           !> (integrate 41 files)
5569 ____________________________________________________________________________
5570 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
5571         Log: B::walkoptree bugfix (see also #15850)
5572      Branch: perl
5573            ! ext/B/B.xs ext/B/t/terse.t
5574 ____________________________________________________________________________
5575 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
5576         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
5577              From: Philip Newton <Philip.Newton@gmx.net>
5578              Date: Tue, 16 Apr 2002 21:09:44 +0200
5579              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
5580      Branch: perl
5581            ! pod/perltodo.pod
5582 ____________________________________________________________________________
5583 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
5584         Log: Subject: [PATCH] B::Deparse problems with japhs
5585              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5586              Date: Tue, 16 Apr 2002 15:47:33 +0100
5587              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
5588      Branch: perl
5589            ! ext/B/B/Deparse.pm
5590 ____________________________________________________________________________
5591 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
5592         Log: Stas' tainting worries, obscured by me.
5593      Branch: perl
5594            ! ext/Cwd/t/cwd.t lib/Cwd.pm
5595 ____________________________________________________________________________
5596 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
5597         Log: Pod tweak to avoid =item<japanese> problems.
5598      Branch: perl
5599            ! README.jp
5600 ____________________________________________________________________________
5601 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
5602         Log: Some UTF-8 todos.
5603      Branch: perl
5604            ! pod/perltodo.pod
5605 ____________________________________________________________________________
5606 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
5607         Log: Let's not promise too much: use utf8 only works on identifier
5608              names, not package or subroutine names (admittedly limited [1], but
5609              that's what the Camel says, and that's what we are going to stick
5610              to for 5.8.0).  Also document that use vars does not do utf8.
5611              [1] The obvious problem in both is that package and subroutine
5612              names need to mappable to the filesystem.
5613      Branch: perl
5614            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
5615 ____________________________________________________________________________
5616 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
5617         Log: Subject: [PATCH] small typo in IO::Pipe pod
5618              From: Slaven Rezic <rezic@onlineoffice.de>
5619              Date: Tue, 16 Apr 2002 12:31:10 +0200
5620              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
5621      Branch: perl
5622            ! ext/IO/lib/IO/Pipe.pm
5623 ____________________________________________________________________________
5624 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
5625         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
5626              From: Arthur Bergman <arthur@contiller.se>
5627              Date: Tue, 16 Apr 2002 11:58:45 +0200
5628              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
5629      Branch: perl
5630            ! lib/Attribute/Handlers.pm
5631 ____________________________________________________________________________
5632 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
5633         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
5634              Jungshik Shin.  Regen toc.
5635      Branch: perl
5636            + README.cn README.jp README.ko README.tw
5637            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5638 ____________________________________________________________________________
5639 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
5640         Log: my $utf8here, our $utf8here, and package variable $utf8here.
5641              
5642              The actual minimal fix is in utf8.c and from NI-S,
5643              the rest are the tests (in fresh_perl since I couldn't get
5644              them easily to work elsewhere) and a slight behaviour change:
5645              previously UTF-8 identifiers had to start with an alphabetic
5646              character.  No more so, now they can start with an (Unicode)
5647              ID_Continue character (which however is not a (Unicode) digit).
5648              (Limiting the first character to ID_Start would be rather
5649              restrictive, since ID_Start allows only alphabetic letters.)
5650              
5651              TODO: use vars qw($utf8here).  This I don't find to be
5652              a showstopper.
5653      Branch: perl
5654            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
5655            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
5656 ____________________________________________________________________________
5657 [ 15942] By: ams                                   on 2002/04/16  02:24:25
5658         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
5659              From: "Craig A. Berry" <craigberry@mac.com>
5660              Date: Mon, 15 Apr 2002 22:06:14 -0500
5661              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
5662      Branch: perl
5663            ! lib/FileCache.t
5664 ____________________________________________________________________________
5665 [ 15941] By: ams                                   on 2002/04/16  02:16:35
5666         Log: Subject: [PATCH] s2p fix for VMS
5667              From: "Craig A. Berry" <craigberry@mac.com>
5668              Date: Mon, 15 Apr 2002 21:48:36 -0500
5669              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
5670      Branch: perl
5671            ! configure.com t/x2p/s2p.t x2p/s2p.PL
5672 ____________________________________________________________________________
5673 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
5674         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
5675              (and the licensing of the other code clarified, from Mark Bixby.)
5676      Branch: perl
5677            ! mpeix/mpeix.c
5678 ____________________________________________________________________________
5679 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
5680         Log: AUTHORS updates.
5681      Branch: perl
5682            ! AUTHORS
5683 ____________________________________________________________________________
5684 [ 15938] By: sky                                   on 2002/04/15  22:13:17
5685         Log: Add support for my $foo : shared; 
5686              Add testcase for this.
5687              Update manifest.
5688      Branch: perl
5689            + ext/threads/shared/t/shared_attr.t
5690            ! MANIFEST ext/threads/shared/shared.pm
5691 ____________________________________________________________________________
5692 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
5693         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
5694              From: abigail@foad.org
5695              Date: Mon, 15 Apr 2002 17:41:17 +0200
5696              Message-ID: <20020415154117.1559.qmail@foad.org>
5697              
5698              (With EBCDIC skippage added, and the skip reason
5699              skippage on the two ?? loops tweaked.)
5700      Branch: perl
5701            + t/japh/abigail.t
5702            ! MANIFEST t/TEST
5703 ____________________________________________________________________________
5704 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
5705         Log: Subject: Re: [ID 20020412.005] Dancing ??s
5706              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5707              Date: Sun, 14 Apr 2002 16:09:30 +0100
5708              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
5709      Branch: perl
5710            ! pod/perlop.pod pp_hot.c t/op/pat.t
5711 ____________________________________________________________________________
5712 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
5713         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
5714              From: abigail@foad.org
5715              Date: Mon, 15 Apr 2002 17:40:02 +0200
5716              Message-ID: <20020415154002.1549.qmail@foad.org>
5717      Branch: perl
5718            ! t/test.pl
5719 ____________________________________________________________________________
5720 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
5721         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
5722              From: "Craig A. Berry" <craigberry@mac.com>
5723              Date: Mon, 15 Apr 2002 14:05:26 -0500
5724              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
5725      Branch: perl
5726            ! universal.c
5727 ____________________________________________________________________________
5728 [ 15933] By: sky                                   on 2002/04/15  21:26:16
5729         Log: Test arrays containing references, and references to shared arrays.
5730      Branch: perl
5731            + ext/threads/shared/t/av_refs.t
5732 ____________________________________________________________________________
5733 [ 15932] By: nick                                  on 2002/04/15  15:06:49
5734         Log: Integrate mainline (for Encode)
5735      Branch: perlio
5736           +> ext/Encode/Encode/ConfigLocal_PM.e2x
5737           +> ext/Encode/lib/Encode/JP/JIS7.pm
5738            - ext/Encode/lib/Encode/JP/2022_JP.pm
5739            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5740            - ext/Encode/lib/Encode/JP/JIS.pm
5741           !> (integrate 26 files)
5742 ____________________________________________________________________________
5743 [ 15931] By: ams                                   on 2002/04/15  14:51:31
5744         Log: Subject: [PATCH] Chip didn't time travel.
5745              From: abigail@foad.org
5746              Date: Mon, 15 Apr 2002 17:40:22 +0200
5747              Message-Id: <20020415154022.1554.qmail@foad.org>
5748      Branch: perl
5749            ! pod/perlhist.pod
5750 ____________________________________________________________________________
5751 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
5752         Log: Update Changes.
5753      Branch: perl
5754            ! Changes patchlevel.h
5755 ____________________________________________________________________________
5756 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
5757         Log: The #15921 made the 'no warnings' unnecessary.
5758      Branch: perl
5759            ! t/op/magic.t
5760 ____________________________________________________________________________
5761 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
5762         Log: Subject: Re: [FILE] FileCache.t
5763              From: belg4mit <belg4mit@mit.edu>
5764              Date: Mon, 15 Apr 2002 01:31:21 -0400
5765              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
5766      Branch: perl
5767            ! lib/FileCache.t
5768 ____________________________________________________________________________
5769 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
5770         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
5771      Branch: perl
5772            ! lib/FileCache.pm lib/FileCache.t
5773 ____________________________________________________________________________
5774 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
5775         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
5776              From: Nicholas Clark <nick@unfortu.net>
5777              Date: Sun, 14 Apr 2002 22:54:43 +0100
5778              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
5779      Branch: perl
5780            ! lib/Hash/Util.t
5781 ____________________________________________________________________________
5782 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
5783         Log: Subject: [Encode] 1.40 released!
5784              From: Dan Kogai <dankogai@dan.co.jp>
5785              Date: Mon, 15 Apr 2002 07:51:52 +0900
5786              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
5787      Branch: perl
5788            + ext/Encode/Encode/ConfigLocal_PM.e2x
5789            + ext/Encode/lib/Encode/JP/JIS7.pm
5790            - ext/Encode/lib/Encode/JP/2022_JP.pm
5791            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5792            - ext/Encode/lib/Encode/JP/JIS.pm
5793            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
5794            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5795            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
5796            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
5797            ! ext/Encode/lib/Encode/Config.pm
5798            ! ext/Encode/lib/Encode/Encoder.pm
5799            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5800            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
5801 ____________________________________________________________________________
5802 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
5803         Log: return undef is of questionable style.
5804      Branch: perl
5805            ! lib/Hash/Util.pm
5806 ____________________________________________________________________________
5807 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
5808         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
5809              From: mjd@plover.com
5810              Date: 15 Apr 2002 06:46:02 -0000
5811              Message-ID: <20020415064602.17052.qmail@plover.com>     
5812      Branch: perl
5813            ! t/op/magic.t
5814 ____________________________________________________________________________
5815 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
5816         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
5817              From: mjd@plover.com
5818              Date: 14 Apr 2002 22:30:17 -0000
5819              Message-ID: <20020414223017.17361.qmail@plover.com>
5820      Branch: perl
5821            ! t/op/re_tests
5822 ____________________________________________________________________________
5823 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
5824         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
5825              From: Mark-Jason Dominus <mjd@plover.com>
5826              Date: Mon, 15 Apr 2002 02:41:52 -0400
5827              Message-ID: <20020415064152.16958.qmail@plover.com>
5828      Branch: perl
5829            ! perl.c t/lib/warnings/toke
5830 ____________________________________________________________________________
5831 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
5832         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
5833              From: "Craig A. Berry" <craigberry@mac.com>
5834              Date: Sun, 14 Apr 2002 18:56:02 -0500
5835              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
5836      Branch: perl
5837            ! configure.com
5838 ____________________________________________________________________________
5839 [ 15919] By: nick                                  on 2002/04/15  06:14:25
5840         Log: Integrate mainline
5841      Branch: perlio
5842           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
5843           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
5844           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
5845 ____________________________________________________________________________
5846 [ 15918] By: ams                                   on 2002/04/15  04:25:48
5847         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
5848              From: Stas Bekman <stas@stason.org>
5849              Date: Mon, 15 Apr 2002 11:45:03 +0800
5850              Message-Id: <3CBA4CBF.9030306@stason.org>
5851      Branch: perl
5852            ! lib/Cwd.pm
5853 ____________________________________________________________________________
5854 [ 15917] By: ams                                   on 2002/04/15  04:21:14
5855         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
5856              From: Mark-Jason Dominus <mjd@plover.com>
5857              Date: Mon, 15 Apr 2002 00:30:26 -0400
5858              Message-Id: <20020415043026.11417.qmail@plover.com>
5859      Branch: perl
5860            ! perl.c t/lib/warnings/toke
5861 ____________________________________________________________________________
5862 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
5863         Log: Correct precedence problem in #15915
5864      Branch: perl
5865            ! lib/vars.pm
5866 ____________________________________________________________________________
5867 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
5868         Log: use vars wasn't use utf8 aware.
5869      Branch: perl
5870            ! lib/vars.pm
5871 ____________________________________________________________________________
5872 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
5873         Log: Subject: [PATCH] Re: restricted hashes are unblessable
5874              From: Nicholas Clark <nick@unfortu.net>
5875              Date: Sat, 13 Apr 2002 23:43:02 +0100
5876              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
5877              
5878              The function name sucks but can't think of anything better.
5879      Branch: perl
5880            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
5881 ____________________________________________________________________________
5882 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
5883         Log: Subject: AUTHORS update
5884              From: Chris Nandor <pudge@pobox.com>
5885              Date: Sun, 14 Apr 2002 11:54:40 -0400
5886              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
5887      Branch: perl
5888            ! AUTHORS
5889 ____________________________________________________________________________
5890 [ 15912] By: nick                                  on 2002/04/14  14:47:18
5891         Log: XS versions of encode/decode for Encode::Unicode
5892      Branch: perlio
5893            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
5894 ____________________________________________________________________________
5895 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
5896         Log: metaconfig unit changes for #15910.
5897      Branch: metaconfig
5898            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5899            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5900            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5901            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5902            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5903            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5904            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5905            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5906            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5907            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5908            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5909            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5910            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5911            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5912            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5913            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5914            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5915            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5916            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5917            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5918            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5919            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5920            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5921            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5922 ____________________________________________________________________________
5923 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
5924         Log: Simplify the _r probing code by adding the i_systime
5925              only for the APIs where it matters.
5926      Branch: perl
5927            ! Configure reentr.pl
5928 ____________________________________________________________________________
5929 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
5930         Log: Integrate perlio;
5931              
5932              Avoid expensive paranoid check that decoder does return legal UTF-8
5933              
5934              Disable test code (assertions) in CRLF layer.
5935      Branch: perl
5936           !> ext/Encode/Encode.xs perlio.c
5937 ____________________________________________________________________________
5938 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
5939         Log: Subject: patch for FileCache in 5.7.3
5940              From: JPIERCE <belg4mit@MIT.EDU>
5941              Date: Sun, 14 Apr 2002 00:38:21 -0400
5942              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
5943      Branch: perl
5944            ! lib/FileCache.pm
5945 ____________________________________________________________________________
5946 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
5947         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5948              From: Tim Bunce <Tim.Bunce@pobox.com>
5949              Date: Sun, 14 Apr 2002 12:07:35 +0100
5950              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
5951      Branch: perl
5952            ! ext/Storable/Storable.xs
5953 ____________________________________________________________________________
5954 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
5955         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
5956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5957              Date: Sun, 14 Apr 2002 16:29:59 +0200
5958              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
5959      Branch: perl
5960            ! hints/hpux.sh
5961 ____________________________________________________________________________
5962 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
5963         Log: Subject: Enable portable gcc code on hp-ux
5964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5965              Date: Sun, 14 Apr 2002 16:30:01 +0200
5966              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
5967      Branch: perl
5968            ! hints/hpux.sh
5969 ____________________________________________________________________________
5970 [ 15904] By: nick                                  on 2002/04/14  09:18:01
5971         Log: Disable test code (assertions) in CRLF layer.
5972      Branch: perlio
5973            ! perlio.c
5974 ____________________________________________________________________________
5975 [ 15903] By: nick                                  on 2002/04/14  09:16:39
5976         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
5977      Branch: perlio
5978            ! ext/Encode/Encode.xs
5979 ____________________________________________________________________________
5980 [ 15902] By: nick                                  on 2002/04/14  09:15:45
5981         Log: Integrate mainline
5982      Branch: perlio
5983           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5984           +> t/win32/longpath.t t/win32/system.t
5985            - t/op/winsystem.t
5986           !> (integrate 30 files)
5987 ____________________________________________________________________________
5988 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
5989         Log: Fixed URL for the Alpha editor.
5990      Branch: perl
5991            ! pod/perlfaq3.pod
5992 ____________________________________________________________________________
5993 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
5994         Log: Dedodgify.
5995      Branch: perl
5996            ! ext/Storable/Storable.xs
5997 ____________________________________________________________________________
5998 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
5999         Log: AUTHORS updates.
6000      Branch: perl
6001            ! AUTHORS
6002 ____________________________________________________________________________
6003 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
6004         Log: s2p needs Config.pm.
6005      Branch: perl
6006            ! Makefile.SH
6007 ____________________________________________________________________________
6008 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
6009         Log: Subject: [PATCH] Benchmark.t 75,90,109
6010              From: Nicholas Clark <nick@unfortu.net>
6011              Date: Sat, 13 Apr 2002 21:43:04 +0100
6012              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
6013      Branch: perl
6014            ! lib/Benchmark.t
6015 ____________________________________________________________________________
6016 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
6017         Log: Tweaks by Autrijus Tang.
6018      Branch: perl
6019            ! ext/Encode/encoding.pm
6020 ____________________________________________________________________________
6021 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
6022         Log: FAQ sync.
6023      Branch: perl
6024            ! pod/perlfaq5.pod
6025 ____________________________________________________________________________
6026 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
6027         Log: z/OS tally update.
6028      Branch: perl
6029            ! pod/perldelta.pod
6030 ____________________________________________________________________________
6031 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
6032         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
6033              From: Nicholas Clark <nick@unfortu.net>
6034              Date: Sat, 13 Apr 2002 02:58:07 +0100
6035              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
6036      Branch: perl
6037            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
6038            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
6039            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
6040            ! t/lib/st-dump.pl
6041 ____________________________________________________________________________
6042 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
6043         Log: Add piconv and enc2xs to the list of utilities.
6044      Branch: perl
6045            ! utils.lst
6046 ____________________________________________________________________________
6047 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
6048         Log: s.
6049      Branch: perl
6050            ! pod/perlunicode.pod
6051 ____________________________________________________________________________
6052 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
6053         Log: Phrasing fixes by Nick Clark
6054      Branch: perl
6055            ! pod/perlunicode.pod
6056 ____________________________________________________________________________
6057 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
6058         Log: More POD fixes and typos
6059      Branch: perl
6060            ! pod/perlunicode.pod
6061 ____________________________________________________________________________
6062 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
6063         Log: Subject: Re: UTF-8 and DB_File ?
6064              From: andreas.koenig@anima.de (Andreas J. Koenig)
6065              Date: Sat, 13 Apr 2002 13:29:41 +0200
6066              Message-ID: <m3ads7j0pm.fsf@anima.de>
6067      Branch: perl
6068            ! pod/perlunicode.pod
6069 ____________________________________________________________________________
6070 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
6071         Log: Fix a typo noticed by Paul Johnson.
6072      Branch: perl
6073            ! MANIFEST
6074 ____________________________________________________________________________
6075 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
6076         Log: Subject: Re: Win32 Status
6077              From: Michael G Schwern <schwern@pobox.com>
6078              Date: Fri, 12 Apr 2002 10:15:33 -0400
6079              Message-ID: <20020412141533.GB9788@blackrider>
6080      Branch: perl
6081            ! lib/ExtUtils/t/INST.t
6082 ____________________________________________________________________________
6083 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
6084         Log: Upgrade to Encode 1.34, from Dan Kogai.
6085      Branch: perl
6086            ! ext/Encode/Changes ext/Encode/Encode.pm
6087            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6088            ! ext/Encode/t/Unicode.t
6089 ____________________________________________________________________________
6090 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
6091         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
6092              From: Graham TerMarsch <graham@howlingfrog.com>
6093              Date: Fri, 12 Apr 2002 12:28:47 -0700
6094              Message-Id: <200204121228.47826.graham@howlingfrog.com>
6095      Branch: perl
6096            ! AUTHORS
6097 ____________________________________________________________________________
6098 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
6099         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
6100              From: Nicholas Clark <nick@unfortu.net>
6101              Date: Fri, 12 Apr 2002 21:59:06 +0100
6102              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
6103      Branch: perl
6104            ! pp_pack.c t/op/pack.t
6105 ____________________________________________________________________________
6106 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
6107         Log: Re-sort MANIFEST.
6108      Branch: perl
6109            ! MANIFEST
6110 ____________________________________________________________________________
6111 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
6112         Log: Move also the Win32 system testing to t/win32.
6113      Branch: perl
6114            + t/win32/system.t
6115            - t/op/winsystem.t
6116            ! MANIFEST
6117 ____________________________________________________________________________
6118 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
6119         Log: Integrate change #15879 from maint-5.6;
6120              
6121              Win32::GetLongPathName() did not return valid results if there
6122              were "." and ".." components in the path; also fix a potential
6123              buffer overflow if the long path happens to be longer than
6124              MAX_PATH (this can presumably happen if they use \\?\... style
6125              paths); add a rather limited testsuite that exercises just the
6126              edge cases
6127      Branch: perl
6128           +> t/win32/longpath.t
6129           !> MANIFEST t/harness win32/win32.c
6130 ____________________________________________________________________________
6131 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
6132         Log: Win32::GetLongPathName() did not return valid results if there
6133              were "." and ".." components in the path; also fix a potential
6134              buffer overflow if the long path happens to be longer than
6135              MAX_PATH (this can presumably happen if they use \\?\... style
6136              paths); add a rather limited testsuite that exercises just the
6137              edge cases
6138      Branch: maint-5.6/perl
6139            + t/win32/longpath.t
6140            ! MANIFEST t/harness win32/win32.c
6141 ____________________________________________________________________________
6142 [ 15878] By: nick                                  on 2002/04/12  14:38:32
6143         Log: Integrate mainline
6144      Branch: perlio
6145           +> lib/ExtUtils/t/INST_PREFIX.t
6146           !> (integrate 37 files)
6147 ____________________________________________________________________________
6148 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
6149         Log: Update Changes.
6150      Branch: perl
6151            ! Changes patchlevel.h
6152 ____________________________________________________________________________
6153 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
6154         Log: Discuss the magic of \w in security terms.
6155      Branch: perl
6156            ! pod/perlsec.pod pod/perlunicode.pod
6157 ____________________________________________________________________________
6158 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
6159         Log: Add a warning about the symbolic methods and
6160              symbolic sub refs not being checked for taint.
6161      Branch: perl
6162            ! pod/perlsec.pod
6163 ____________________________________________________________________________
6164 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
6165         Log: In EBCDIC the BOM detection doesn't seem
6166              to be working right.  For now skipping the test,
6167              waiting for Dan's opinion.
6168      Branch: perl
6169            ! ext/Encode/t/Unicode.t
6170 ____________________________________________________________________________
6171 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
6172         Log: Update to Net::Ping 2.16.
6173      Branch: perl
6174            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
6175 ____________________________________________________________________________
6176 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
6177         Log: Upgrade to CGI.pm 2.81.
6178      Branch: perl
6179            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
6180 ____________________________________________________________________________
6181 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
6182         Log: Move up restricted hashes a bit.
6183      Branch: perl
6184            ! pod/perldelta.pod
6185 ____________________________________________________________________________
6186 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
6187         Log: Now using Unicode 3.2.0.
6188      Branch: perl
6189            ! pod/perldelta.pod
6190 ____________________________________________________________________________
6191 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
6192         Log: UNICOS too has sockpair issues (unsurprisingly,
6193              since UNICOS/mk has them too)
6194      Branch: perl
6195            ! ext/Socket/socketpair.t
6196 ____________________________________________________________________________
6197 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
6198         Log: FAQ patch from mjd regarding Tie::File.
6199      Branch: perl
6200            ! pod/perlfaq5.pod
6201 ____________________________________________________________________________
6202 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
6203         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
6204              consider using the NamesList.
6205      Branch: perl
6206            ! lib/charnames.pm lib/charnames.t
6207 ____________________________________________________________________________
6208 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
6209         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
6210              From: "Craig A. Berry" <craigberry@mac.com>
6211              Date: Thu, 11 Apr 2002 13:47:21 -0500
6212              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
6213      Branch: perl
6214            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6215 ____________________________________________________________________________
6216 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
6217         Log: More NT Unicode information from Jan Dubois.
6218      Branch: perl
6219            ! pod/perltodo.pod
6220 ____________________________________________________________________________
6221 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
6222         Log: Add one perltodo item (and move bunch of them to better spot),
6223              add sysopen() to "Functions for filehandles, files, or directories".
6224      Branch: perl
6225            ! pod/perlfunc.pod pod/perltodo.pod
6226 ____________________________________________________________________________
6227 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
6228         Log: Prettyprinting: shorten the lines to avoid linewrapping.
6229      Branch: perl
6230            ! t/TEST
6231 ____________________________________________________________________________
6232 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
6233         Log: Also NEC SUPER-UX has buggy sockpair().
6234      Branch: perl
6235            ! ext/Socket/socketpair.t
6236 ____________________________________________________________________________
6237 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
6238         Log: dTHX works on its own just fine.
6239      Branch: perl
6240            ! ext/DynaLoader/dl_aix.xs
6241 ____________________________________________________________________________
6242 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
6243         Log: Must hold off building s2p until there's a miniperl.
6244      Branch: perl
6245            ! Makefile.SH
6246 ____________________________________________________________________________
6247 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
6248         Log: AIX: strerror_r() needs dTHX.
6249      Branch: perl
6250            ! ext/DynaLoader/dl_aix.xs
6251 ____________________________________________________________________________
6252 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
6253         Log: Extracting the s2p may require the right dynlibpath.
6254      Branch: perl
6255            ! Makefile.SH
6256 ____________________________________________________________________________
6257 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
6258         Log: Doc tweaks.
6259      Branch: perl
6260            ! ext/Time/HiRes/HiRes.pm
6261 ____________________________________________________________________________
6262 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
6263         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
6264              From: Michael G Schwern <schwern@pobox.com>
6265              Date: Thu, 11 Apr 2002 01:25:26 -0400
6266              Message-ID: <20020411052525.GA17038@blackrider>
6267      Branch: perl
6268            + lib/ExtUtils/t/INST_PREFIX.t
6269            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
6270            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6271            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6272            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
6273            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
6274            ! lib/ExtUtils/t/prefixify.t
6275 ____________________________________________________________________________
6276 [ 15855] By: nick                                  on 2002/04/11  06:26:44
6277         Log: Integrate mainline
6278      Branch: perlio
6279           !> (integrate 42 files)
6280 ____________________________________________________________________________
6281 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
6282         Log: Unused variables.
6283      Branch: perl
6284            ! ext/threads/shared/shared.xs ext/threads/threads.xs
6285 ____________________________________________________________________________
6286 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
6287         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
6288              From: Ilya Martynov <ilya@martynov.org>
6289              Date: 11 Apr 2002 03:21:17 +0400
6290              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
6291      Branch: perl
6292            ! lib/Term/ReadLine.pm
6293 ____________________________________________________________________________
6294 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
6295         Log: Upgrade to Encode 1.33, from Dan Kogai.
6296      Branch: perl
6297            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
6298            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
6299            ! ext/Encode/lib/Encode/Supported.pod
6300            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
6301            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
6302            ! ext/Encode/ucm/adobeSymbol.ucm
6303            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6304 ____________________________________________________________________________
6305 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
6306         Log: Backward portability from Dan Kogai.
6307      Branch: perl
6308            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
6309            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
6310            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
6311            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
6312            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
6313            ! ext/Storable/t/store.t ext/Storable/t/tied.t
6314            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
6315            ! ext/Storable/t/utf8.t
6316 ____________________________________________________________________________
6317 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
6318         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
6319              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
6320              bug in B::walkoptree still to be fixed.
6321      Branch: perl
6322            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
6323 ____________________________________________________________________________
6324 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
6325         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
6326              From: Philip Newton <Philip.Newton@gmx.net>
6327              Date: Wed, 10 Apr 2002 21:29:58 +0200
6328              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
6329      Branch: perl
6330            ! pod/perldelta.pod
6331 ____________________________________________________________________________
6332 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
6333         Log: Integrate perlio;
6334              
6335              Add a \t to Win32 pm_to_blib $(TOUCH) line.
6336      Branch: perl
6337           !> lib/ExtUtils/MM_Win32.pm
6338 ____________________________________________________________________________
6339 [ 15847] By: nick                                  on 2002/04/10  13:08:29
6340         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
6341      Branch: perlio
6342            ! lib/ExtUtils/MM_Win32.pm
6343 ____________________________________________________________________________
6344 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
6345         Log: Try to fool old AIX when threading, from Merijn.
6346      Branch: perl
6347            ! perl.h
6348 ____________________________________________________________________________
6349 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
6350         Log: Update Changes.
6351      Branch: perl
6352            ! Changes patchlevel.h
6353 ____________________________________________________________________________
6354 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
6355         Log: Welcome to the 5.7.3.
6356      Branch: perl
6357            ! NetWare/Makefile win32/Makefile
6358 ____________________________________________________________________________
6359 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
6360         Log: Make x2p/s2p part of the test_prep target now that we
6361              have a test for it.
6362      Branch: perl
6363            ! Makefile.SH
6364 ____________________________________________________________________________
6365 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
6366         Log: Integrate perlio.
6367              
6368              We have been 5.7.3 for a while - install there ...
6369      Branch: perl
6370           !> win32/makefile.mk
6371 ____________________________________________________________________________
6372 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
6373         Log: SImilarly to old HP-UX, in old AIX too including
6374              crypt.h leads into trouble.  (from Merijn)
6375      Branch: perl
6376            ! hints/aix.sh
6377 ____________________________________________________________________________
6378 [ 15840] By: nick                                  on 2002/04/10  10:04:19
6379         Log: We have been 5.7.3 for a while - install there ...
6380      Branch: perlio
6381            ! win32/makefile.mk
6382 ____________________________________________________________________________
6383 [ 15839] By: nick                                  on 2002/04/10  10:03:46
6384         Log: Intgrate mainline
6385      Branch: perlio
6386           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
6387            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6388            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
6389           !> (integrate 40 files)
6390 ____________________________________________________________________________
6391 [ 15838] By: ams                                   on 2002/04/10  04:16:45
6392         Log: Subject: [PATCH] ext/attrs.t getting skipped
6393              From: "Craig A. Berry" <craigberry@mac.com>
6394              Date: Tue, 9 Apr 2002 23:58:49 -0500
6395              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
6396      Branch: perl
6397            ! t/TEST
6398 ____________________________________________________________________________
6399 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
6400         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
6401              From: Michael G Schwern <schwern@pobox.com>
6402              Date: Tue, 9 Apr 2002 20:52:55 -0400
6403              Message-ID: <20020410005254.GI8954@blackrider>
6404      Branch: perl
6405            ! t/op/sub_lval.t
6406 ____________________________________________________________________________
6407 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
6408         Log: Undo accident in #15385.
6409      Branch: metaconfig/U/perl
6410            ! Extensions.U
6411 ____________________________________________________________________________
6412 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
6413         Log: Retract the UTF-8 filenames patch.  This may be
6414              better dealt with in Perl level, a la File::Spec
6415              (since the whole mess is strongly filesystem-specific).
6416      Branch: metaconfig/U/perl
6417            + usecjk.U
6418            ! Extensions.U
6419      Branch: perl
6420            - ext/File/Glob/t/utf8.t
6421            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6422            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6423            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6424            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6425            ! t/op/readdir.t
6426 ____________________________________________________________________________
6427 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
6428         Log: Upgrade to Encode 1.32, from Dan Kogai.
6429      Branch: perl
6430            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
6431            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
6432            - ext/Encode/ucm/macGurmukhi.ucm
6433            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
6434            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
6435            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
6436            ! ext/Encode/lib/Encode/Encoder.pm
6437            ! ext/Encode/lib/Encode/Supported.pod
6438            ! ext/Encode/lib/Encode/Unicode.pm
6439            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
6440            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
6441 ____________________________________________________________________________
6442 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
6443         Log: Add tests for s2p/psed, from Wolfgang Laun.
6444      Branch: perl
6445            + t/x2p/s2p.t
6446            ! MANIFEST t/TEST
6447 ____________________________________________________________________________
6448 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
6449         Log: FAQ sync.
6450      Branch: perl
6451            ! pod/perlfaq2.pod pod/perlfaq3.pod
6452 ____________________________________________________________________________
6453 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
6454         Log: Remove false dependency between getgrent and setpwent
6455              having/not having FILE**.  Also make the names of the
6456              {set,get,end}* interface struct members a bit shorter.
6457      Branch: perl
6458            ! reentr.c reentr.h reentr.pl
6459 ____________________________________________________________________________
6460 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
6461         Log: Avoid bad prototypes.
6462      Branch: perl
6463            ! hints/hpux.sh
6464 ____________________________________________________________________________
6465 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
6466         Log: metaconfig unit change for #15828.
6467      Branch: metaconfig
6468            ! U/protos/Protochk.U
6469 ____________________________________________________________________________
6470 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
6471         Log: As Merijn points out, pthread.h really needs to be known
6472              by protochk.
6473      Branch: perl
6474            ! Configure
6475 ____________________________________________________________________________
6476 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
6477         Log: Integrate perlio;
6478              
6479              Patch up Encode for Tk
6480      Branch: perl
6481           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6482           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6483 ____________________________________________________________________________
6484 [ 15826] By: nick                                  on 2002/04/09  12:38:25
6485         Log: Patch up Encode for Tk
6486      Branch: perlio
6487            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
6488            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6489 ____________________________________________________________________________
6490 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
6491         Log: Portability tweak.
6492      Branch: perl
6493            ! lib/File/CheckTree.t
6494 ____________________________________________________________________________
6495 [ 15824] By: sky                                   on 2002/04/09  10:51:07
6496         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
6497              From: Abigail <abigail@osp.nl>
6498              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
6499              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
6500      Branch: perl
6501            ! pod/perlhist.pod
6502 ____________________________________________________________________________
6503 [ 15823] By: nick                                  on 2002/04/09  08:17:59
6504         Log: Integrate mainline
6505      Branch: perlio
6506           +> ext/Encode/lib/Encode/Config.pm
6507           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
6508           !> (integrate 37 files)
6509 ____________________________________________________________________________
6510 [ 15822] By: ams                                   on 2002/04/09  06:43:50
6511         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
6512              From: Spider Boardman <spider@Orb.Nashua.NH.US>
6513              Date: Tue, 09 Apr 2002 02:00:51 -0400
6514              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
6515      Branch: perl
6516            ! lib/File/CheckTree.pm
6517 ____________________________________________________________________________
6518 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
6519         Log: Small perldelta tweaks.
6520      Branch: perl
6521            ! pod/perldelta.pod
6522 ____________________________________________________________________________
6523 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
6524         Log: File::Checktree update from Paul Grassie.
6525      Branch: perl
6526            ! lib/File/CheckTree.pm lib/File/CheckTree.t
6527 ____________________________________________________________________________
6528 [ 15819] By: ams                                   on 2002/04/08  22:43:48
6529         Log: Subject: patch against t/op/sub_lval.t
6530              From: Jim Cromie <jcromie@divsol.com>
6531              Date: Mon, 08 Apr 2002 17:38:16 -0600
6532              Message-Id: <3CB229E8.9080500@divsol.com>
6533      Branch: perl
6534            ! t/op/sub_lval.t
6535 ____________________________________________________________________________
6536 [ 15818] By: ams                                   on 2002/04/08  22:40:16
6537         Log: Humbly pay homage to the redundancy gods.
6538      Branch: perl
6539            ! mg.c
6540 ____________________________________________________________________________
6541 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
6542         Log: metaconfig mirror #15816.
6543      Branch: metaconfig
6544            ! U/modified/Unix.U
6545 ____________________________________________________________________________
6546 [ 15816] By: ams                                   on 2002/04/08  22:18:32
6547         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
6548      Branch: perl
6549            ! Porting/Glossary
6550 ____________________________________________________________________________
6551 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
6552         Log: Small piconv tweaks (sent to Dan).
6553      Branch: perl
6554            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
6555            ! ext/Encode/lib/Encode/Alias.pm
6556 ____________________________________________________________________________
6557 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
6558         Log: Update Changes.
6559      Branch: perl
6560            ! Changes patchlevel.h
6561 ____________________________________________________________________________
6562 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
6563         Log: FAQ sync.  (Ignoring the few URL differences for now.)
6564      Branch: perl
6565            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6566            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6567            ! pod/perlfaq7.pod pod/perlfaq9.pod
6568 ____________________________________________________________________________
6569 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
6570         Log: Upgrade to Encode 1.31, from Dan Kogai.
6571      Branch: perl
6572            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
6573            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6574            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
6575            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6576 ____________________________________________________________________________
6577 [ 15811] By: ams                                   on 2002/04/08  17:00:37
6578         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
6579              From: Andy Dougherty <doughera@lafayette.edu>
6580              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
6581              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
6582      Branch: perl
6583            ! lib/sort.t pp_sort.c
6584 ____________________________________________________________________________
6585 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
6586         Log: metaconfig unit changes for #15809.
6587      Branch: metaconfig
6588            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
6589 ____________________________________________________________________________
6590 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
6591         Log: Mirroring #15806.
6592      Branch: perl
6593            ! Porting/Glossary Porting/config.sh Porting/config_H
6594 ____________________________________________________________________________
6595 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
6596         Log: metaconfig unit changes for #15807.
6597      Branch: metaconfig
6598            ! U/protos/Protochk.U U/threads/d_asctime_r.U
6599            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
6600            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
6601            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
6602            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
6603            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
6604            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
6605            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
6606            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
6607            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
6608            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
6609            ! U/threads/d_getprotobyname_r.U
6610            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6611            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6612            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6613            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6614            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6615            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6616            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6617            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6618            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6619            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6620            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6621            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6622            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6623            ! U/threads/i_pthread.U
6624      Branch: perl
6625            ! config_h.SH
6626 ____________________________________________________________________________
6627 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
6628         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
6629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6630              Date: Mon, 08 Apr 2002 14:34:27 +0200
6631              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
6632      Branch: perl
6633            ! Configure hints/hpux.sh reentr.pl
6634 ____________________________________________________________________________
6635 [ 15806] By: ams                                   on 2002/04/08  13:50:43
6636         Log: Subject: [PATCH] Updates to Porting/Glossary
6637              From: Paul_GreenVOS@vos.stratus.com
6638              Date: Mon, 8 Apr 02 10:44 edt
6639              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
6640      Branch: perl
6641            ! Porting/Glossary
6642 ____________________________________________________________________________
6643 [ 15805] By: ams                                   on 2002/04/08  13:47:32
6644         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
6645              coredumps on startup)
6646              From: Michael G Schwern <schwern@pobox.com>
6647              Date: Mon, 8 Apr 2002 10:34:49 -0400
6648              Message-Id: <20020408143449.GB3245@blackrider>
6649      Branch: perl
6650            ! lib/ExtUtils/MM_Unix.pm
6651 ____________________________________________________________________________
6652 [ 15804] By: ams                                   on 2002/04/08  13:29:28
6653         Log: Subject: [PATCH] example in pod/perllexwarn.pod
6654              From: Slaven Rezic <slaven.rezic@berlin.de>
6655              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
6656              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
6657      Branch: perl
6658            ! pod/perllexwarn.pod
6659 ____________________________________________________________________________
6660 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
6661         Log: Upgrade to Encode 1.30, from Dan Kogai. 
6662      Branch: perl
6663            + ext/Encode/lib/Encode/Encoder.pm
6664            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6665            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
6666            ! ext/Encode/lib/Encode/Supported.pod
6667            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6668            ! ext/Encode/t/grow.t
6669 ____________________________________________________________________________
6670 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
6671         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
6672              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6673              Date: Mon, 08 Apr 2002 01:08:40 +0100
6674              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
6675      Branch: perl
6676            ! ext/MIME/Base64/t/base64.t
6677 ____________________________________________________________________________
6678 [ 15801] By: nick                                  on 2002/04/08  07:28:27
6679         Log: Integrate mainline
6680      Branch: perlio
6681           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
6682           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
6683           +> ext/File/Glob/t/utf8.t
6684           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6685           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6686           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6687            - ext/Encode/lib/Encode/10646_1.pm
6688            - ext/Encode/lib/Encode/Internal.pm
6689            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6690            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
6691            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
6692            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
6693            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
6694            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
6695            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
6696           !> (integrate 157 files)
6697 ____________________________________________________________________________
6698 [ 15800] By: ams                                   on 2002/04/08  07:06:21
6699         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
6700              From: Jan Dubois <JanD@ActiveState.com>
6701              Date: Mon, 08 Apr 2002 00:10:39 -0700
6702              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
6703      Branch: perl
6704            ! lib/ExtUtils/Packlist.pm
6705 ____________________________________________________________________________
6706 [ 15799] By: ams                                   on 2002/04/08  04:50:36
6707         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
6708              From: Stas Bekman <stas@stason.org>
6709              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
6710              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
6711      Branch: perl
6712            ! pod/perlguts.pod
6713 ____________________________________________________________________________
6714 [ 15798] By: ams                                   on 2002/04/08  03:56:52
6715         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
6716      Branch: perl
6717            ! util.c
6718 ____________________________________________________________________________
6719 [ 15797] By: ams                                   on 2002/04/08  01:30:38
6720         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
6721              same line of code. (As suggested by Simon Cozens.)
6722      Branch: perl
6723            ! mg.c
6724 ____________________________________________________________________________
6725 [ 15796] By: ams                                   on 2002/04/08  01:27:24
6726         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
6727              Simon Cozens.
6728      Branch: perl
6729            ! embed.fnc util.c
6730 ____________________________________________________________________________
6731 [ 15795] By: ams                                   on 2002/04/08  01:05:16
6732         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
6733              From: Tom Brown <thecap@peach.ece.utexas.edu>
6734              Date: Sun, 07 Apr 2002 23:20:05 GMT
6735              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
6736      Branch: perl
6737            ! ext/Devel/DProf/DProf.xs
6738 ____________________________________________________________________________
6739 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
6740         Log: Retract #15793 since #15775 should fix the problem.
6741      Branch: perl
6742            ! hv.c
6743 ____________________________________________________________________________
6744 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
6745         Log: (Retracted by #15794)
6746              Subject: [PATCH] hv.c
6747              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6748              Date: Sun, 7 Apr 2002 14:25:48 +0200
6749              Message-ID: <3CB056EC.16340.1119992@localhost>
6750      Branch: perl
6751            ! hv.c
6752 ____________________________________________________________________________
6753 [ 15792] By: ams                                   on 2002/04/07  21:48:49
6754         Log: Make other nits nervous.
6755      Branch: perl
6756            ! gv.c perl.c
6757 ____________________________________________________________________________
6758 [ 15791] By: ams                                   on 2002/04/07  20:31:08
6759         Log: Subject: [MIME::Base64 patch] t/base64.t fix
6760              From: Dan Kogai <dankogai@dan.co.jp>
6761              Date: Mon, 8 Apr 2002 06:19:29 +0900
6762              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
6763      Branch: perl
6764            ! ext/MIME/Base64/t/base64.t
6765 ____________________________________________________________________________
6766 [ 15790] By: ams                                   on 2002/04/07  20:15:52
6767         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
6768              From: Slaven Rezic <slaven.rezic@berlin.de>
6769              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
6770              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
6771      Branch: perl
6772            ! ext/Devel/Peek/Peek.xs
6773 ____________________________________________________________________________
6774 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
6775         Log: Fully qualify in warning message the name of a subroutine redefined
6776              via glob assignment
6777      Branch: perl
6778            ! sv.c t/lib/warnings/op t/lib/warnings/sv
6779 ____________________________________________________________________________
6780 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
6781         Log: Update from Dan Kogai.
6782      Branch: perl
6783            ! ext/Encode/t/Unicode.t
6784 ____________________________________________________________________________
6785 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
6786         Log: Can't right now twist my brain to figure out
6787              the right CR/LF code point mappings in EBCDIC.
6788      Branch: perl
6789            ! lib/Pod/t/eol.t
6790 ____________________________________________________________________________
6791 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
6792         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
6793              From: Nicholas Clark <nick@ccl4.org>
6794              Date: Sun, 7 Apr 2002 15:01:56 +0100
6795              Message-ID: <20020407150156.R10686@plum.flirble.org>
6796      Branch: perl
6797            ! ext/Data/Dumper/Dumper.xs
6798 ____________________________________________________________________________
6799 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
6800         Log: Tpyo.
6801      Branch: perl
6802            ! lib/Pod/t/eol.t
6803 ____________________________________________________________________________
6804 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
6805         Log: EBCDIC branch was forgotten.
6806      Branch: perl
6807            ! ext/Devel/Peek/Peek.t
6808 ____________________________________________________________________________
6809 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
6810         Log: charnames::viacode() was broken, noticed by Jeffrey.
6811      Branch: perl
6812            ! lib/charnames.pm lib/charnames.t
6813 ____________________________________________________________________________
6814 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
6815         Log: Missing files.
6816      Branch: perl
6817            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
6818            ! MANIFEST ext/Encode/MANIFEST
6819 ____________________________________________________________________________
6820 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
6821         Log: (intentionally empty)
6822      Branch: perl
6823            ! MANIFEST sv.h
6824 ____________________________________________________________________________
6825 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
6826         Log: Upgrade to Encode 1.26, from Dan Kogai.
6827      Branch: perl
6828            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
6829            + ext/Encode/ucm/jis0212.ucm
6830            - ext/Encode/lib/Encode/10646_1.pm
6831            - ext/Encode/lib/Encode/Internal.pm
6832            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6833            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
6834            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
6835            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
6836            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
6837            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
6838            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
6839            - ext/Encode/ucm/macRumanian.ucm
6840            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6841            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6842            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6843            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
6844            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6845            ! ext/Encode/lib/Encode/Encoding.pm
6846            ! ext/Encode/lib/Encode/Supported.pod
6847            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6848            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
6849            ! ext/Encode/ucm/adobeSymbol.ucm
6850            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
6851            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
6852            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
6853            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
6854            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
6855            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
6856            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
6857            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
6858            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
6859            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
6860            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
6861            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
6862            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
6863            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
6864            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
6865            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6866            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6867            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
6868            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
6869            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
6870            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
6871            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
6872            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
6873            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
6874            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
6875            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
6876            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
6877            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6878            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
6879            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
6880            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6881            ! ext/Encode/ucm/nextstep.ucm
6882 ____________________________________________________________________________
6883 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
6884         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
6885              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
6886              Now, where was my coffee mug...
6887      Branch: perl
6888            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
6889            ! pp_sys.c
6890 ____________________________________________________________________________
6891 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
6892         Log: Subject: [PATCH] MakeMaker basic.t on Win32
6893              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6894              Date: Sun, 7 Apr 2002 14:25:48 +0200
6895              Message-ID: <3CB056EC.27101.1119A3D@localhost>
6896              
6897              Subject: [PATCH] MakeMaker && Win32 && nmake
6898              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6899              Date: Sun, 7 Apr 2002 14:25:48 +0200
6900              Message-ID: <3CB056EC.9001.11199ED@localhost>
6901      Branch: perl
6902            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6903 ____________________________________________________________________________
6904 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
6905         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
6906              From: Philip Newton <Philip.Newton@gmx.net>
6907              Date: Sun, 07 Apr 2002 07:51:49 +0200      
6908              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
6909      Branch: perl
6910            ! utf8.c
6911 ____________________________________________________________________________
6912 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
6913         Log: There was no nice way of getting in UTF-8 filenames:
6914              now one can use in the (new) three-arg form of readdir()
6915              and in File::Glob import a ":utf8" to transparently accept
6916              the filenames as Unicode.  Note that only :utf8 is supported,
6917              not fancier stuff like :encoding(foobar)
6918      Branch: perl
6919            + ext/File/Glob/t/utf8.t
6920            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6921            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6922            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6923            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6924            ! t/op/readdir.t
6925 ____________________________________________________________________________
6926 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
6927         Log: Subject: [PATCH] Re: perl@15772
6928              From: Nicholas Clark <nick@ccl4.org>
6929              Date: Sun, 7 Apr 2002 11:06:42 +0100
6930              Message-ID: <20020407110641.O10686@plum.flirble.org>
6931      Branch: perl
6932            ! hv.c
6933 ____________________________________________________________________________
6934 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
6935         Log: Subject: [PATCH] Re: 15764 breakage
6936              From: Michael G Schwern <schwern@pobox.com>
6937              Date: Sat, 6 Apr 2002 19:14:02 -0500
6938              Message-ID: <20020407001401.GA7076@blackrider>
6939      Branch: perl
6940            ! lib/ExtUtils/MM_Unix.pm
6941 ____________________________________________________________________________
6942 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
6943         Log: Instruction tweak.
6944      Branch: perl
6945            ! README.os390
6946 ____________________________________________________________________________
6947 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
6948         Log: Update Changes.
6949      Branch: perl
6950            ! Changes patchlevel.h
6951 ____________________________________________________________________________
6952 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
6953         Log: Subject: [PATCH] Encode tweaks for VMS
6954              From: Michael G Schwern <schwern@pobox.com>
6955              Date: Sat, 6 Apr 2002 03:26:09 -0500
6956              Message-ID: <20020406082609.GA28758@blackrider>
6957      Branch: perl
6958            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6959            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6960            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6961            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6962 ____________________________________________________________________________
6963 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
6964         Log: Prettyprinting and version paranoia.
6965      Branch: perl
6966            ! ext/DB_File/t/db-recno.t
6967 ____________________________________________________________________________
6968 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
6969         Log: Be explicit about the two DB_File tests croaking
6970              in Mac OS X.
6971      Branch: perl
6972            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
6973 ____________________________________________________________________________
6974 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
6975         Log: Regen toc.
6976      Branch: perl
6977            ! pod/perltoc.pod
6978 ____________________________________________________________________________
6979 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
6980         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6981              From: Benjamin Goldberg <goldbb2@earthlink.net>
6982              Date: Fri, 05 Apr 2002 19:15:42 -0500
6983              Message-ID: <3CAE3E2E.8483505@earthlink.net>
6984      Branch: perl
6985            ! hv.h
6986 ____________________________________________________________________________
6987 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
6988         Log: Underline that the current implementation is not
6989              guaranteed to be forever; and reformat a bit.
6990      Branch: perl
6991            ! lib/utf8.pm
6992 ____________________________________________________________________________
6993 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
6994         Log: Subject: Weak spots in the utf8 manpage
6995              From: andreas.koenig@anima.de (Andreas J. Koenig)
6996              Date: Fri, 05 Apr 2002 10:08:44 +0200      
6997              Message-ID: <m3u1qqefeb.fsf@anima.de>      
6998      Branch: perl
6999            ! lib/utf8.pm
7000 ____________________________________________________________________________
7001 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
7002         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
7003              From: Michael G Schwern <schwern@pobox.com>
7004              Date: Sat, 6 Apr 2002 03:22:03 -0500
7005              Message-ID: <20020406082203.GA28713@blackrider>
7006      Branch: perl
7007            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
7008            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
7009            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
7010            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7011            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
7012            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7013            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7014            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
7015            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
7016            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
7017 ____________________________________________________________________________
7018 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
7019         Log: No need to avoid utf8 warnings after #15762.
7020      Branch: perl
7021            ! lib/Unicode/Collate.pm
7022 ____________________________________________________________________________
7023 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
7024         Log: As noted by Philip Newton: nothing wrong with BOM,
7025              but 0xFFFE quite wrong.
7026      Branch: perl
7027            ! t/lib/warnings/utf8 utf8.c utf8.h
7028 ____________________________________________________________________________
7029 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
7030         Log: Explain the "gaps" in the UTF-8 encoding.
7031      Branch: perl
7032            ! pod/perlunicode.pod utf8.h
7033 ____________________________________________________________________________
7034 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
7035         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
7036              From: Nicholas Clark <nick@unfortu.net>
7037              Date: Sat, 6 Apr 2002 14:54:51 +0100
7038              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
7039      Branch: perl
7040            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
7041 ____________________________________________________________________________
7042 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
7043         Log: Signedness nits.
7044      Branch: perl
7045            ! hv.c
7046 ____________________________________________________________________________
7047 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
7048         Log: Make hv_notallowed a static as suggested by Nick Clark;
7049              and synchronize the nomenclature to talk about restricted
7050              (not fixed) hashes.
7051      Branch: perl
7052            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
7053            ! proto.h
7054 ____________________________________________________________________________
7055 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
7056         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7057              From: Nicholas Clark <nick@unfortu.net>
7058              Date: Sat, 6 Apr 2002 00:21:17 +0100
7059              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
7060              
7061              (with the last one reversed)
7062      Branch: perl
7063            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
7064            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
7065 ____________________________________________________________________________
7066 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
7067         Log: Update the warning message.
7068      Branch: perl
7069            ! README.tru64
7070 ____________________________________________________________________________
7071 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
7072         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
7073              From: Dan Kogai <dankogai@dan.co.jp>
7074              Date: Sat, 6 Apr 2002 06:08:40 +0900
7075              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
7076      Branch: perl
7077            ! pod/perlunicode.pod
7078 ____________________________________________________________________________
7079 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
7080         Log: Some tests were failing silently instead of saying "not ok"
7081      Branch: perl
7082            ! t/comp/proto.t
7083 ____________________________________________________________________________
7084 [ 15753] By: nick                                  on 2002/04/05  19:30:12
7085         Log: Integrate mainline
7086      Branch: perlio
7087           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
7088           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
7089           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
7090 ____________________________________________________________________________
7091 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
7092         Log: Minor Tie::File test patch, from mjd.
7093      Branch: perl
7094            ! lib/Tie/File/t/24_cache_loop.t
7095 ____________________________________________________________________________
7096 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
7097         Log: Not *that* different line endings (noticed by Philip Newton)
7098      Branch: perl
7099            ! pod/perldelta.pod
7100 ____________________________________________________________________________
7101 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
7102         Log: Retract #15745 for now; won't work without more Encode fixes.
7103      Branch: perl
7104            ! ext/Encode/lib/Encode/10646_1.pm
7105 ____________________________________________________________________________
7106 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
7107         Log: metaconfig unit change for #15748.
7108      Branch: metaconfig
7109            ! U/modified/Oldconfig.U
7110 ____________________________________________________________________________
7111 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
7112         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
7113              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
7114              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
7115              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
7116      Branch: perl
7117            ! Configure
7118 ____________________________________________________________________________
7119 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
7120         Log: NetWare update from C Aditya.
7121      Branch: perl
7122            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
7123 ____________________________________________________________________________
7124 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
7125         Log: Win32 pacifying from mjd.
7126      Branch: perl
7127            ! lib/Tie/File/t/26_twrite.t
7128 ____________________________________________________________________________
7129 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
7130         Log: Integrate perlio;
7131              
7132              Not only did UCS-2 have dodgy name it was buggy.
7133      Branch: perl
7134           !> ext/Encode/lib/Encode/10646_1.pm
7135 ____________________________________________________________________________
7136 [ 15744] By: nick                                  on 2002/04/05  13:02:36
7137         Log: Not only did UCS-2 have dodgy name it was buggy.
7138      Branch: perlio
7139            ! ext/Encode/lib/Encode/10646_1.pm
7140 ____________________________________________________________________________
7141 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
7142         Log: Subject: Patch for bug ID 20020221.007
7143              From: Archer Sully <archer@meer.net>
7144              Date: Thu, 4 Apr 2002 21:45:34 -0700
7145              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
7146              
7147              Fix for "[ID 20020221.007] SEGV in Storable with empty string
7148              scalar object" (dclone)
7149      Branch: perl
7150            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
7151 ____________________________________________________________________________
7152 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
7153         Log: Subject: Re: lib/sort.t failure 
7154              From: "John P. Linderman" <jpl@research.att.com>
7155              Date: Fri, 05 Apr 2002 06:19:07 -0500
7156              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
7157              
7158              with a minor formatting tweak
7159      Branch: perl
7160            ! pod/perlfunc.pod
7161 ____________________________________________________________________________
7162 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
7163         Log: Subject: Re: lib/sort.t failure (and [PATCH])
7164              From: "John P. Linderman" <jpl@research.att.com>
7165              Date: Fri, 05 Apr 2002 07:13:27 -0500
7166              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
7167      Branch: perl
7168            ! lib/sort.t
7169 ____________________________________________________________________________
7170 [ 15740] By: nick                                  on 2002/04/05  09:31:42
7171         Log: Integrate mainline
7172      Branch: perlio
7173           +> (branch 49 files)
7174           !> (integrate 82 files)
7175 ____________________________________________________________________________
7176 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
7177         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7178              From: Dan Kogai <dankogai@dan.co.jp>
7179              Date: Fri, 5 Apr 2002 11:52:50 +0900
7180              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
7181      Branch: perl
7182            ! ext/Encode/t/Aliases.t
7183 ____________________________________________________________________________
7184 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
7185         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
7186              From: Dan Kogai <dankogai@dan.co.jp>
7187              Date: Fri, 5 Apr 2002 11:39:55 +0900
7188              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
7189      Branch: perl
7190            ! ext/Encode/lib/Encode/Alias.pm
7191 ____________________________________________________________________________
7192 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
7193         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
7194              From: Ilmari Karonen <iltzu@sci.fi>
7195              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
7196              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
7197      Branch: perl
7198            ! gv.c t/op/method.t
7199 ____________________________________________________________________________
7200 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
7201         Log: I was fooled for a while, somebody else might be too.
7202      Branch: perl
7203            ! t/test.pl
7204 ____________________________________________________________________________
7205 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
7206         Log: test.pl-ify.
7207      Branch: perl
7208            ! t/op/method.t
7209 ____________________________________________________________________________
7210 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
7211         Log: Upgrade to Encode 1.20, from Dan Kogai.
7212      Branch: perl
7213            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
7214            + ext/Encode/ucm/adobeSymbol.ucm
7215            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
7216            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
7217            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
7218            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
7219            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
7220            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
7221            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
7222            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
7223            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
7224            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
7225            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
7226            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
7227            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
7228            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
7229            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
7230            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
7231            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
7232            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
7233            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
7234            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
7235            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
7236            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
7237            + ext/Encode/ucm/macSymbol.ucm
7238            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7239            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
7240            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
7241            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
7242            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7243            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
7244            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
7245            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7246            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
7247            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
7248            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
7249            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
7250            ! ext/Encode/lib/Encode/Alias.pm
7251            ! ext/Encode/lib/Encode/Supported.pod
7252            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
7253            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
7254            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
7255            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
7256            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7257            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
7258            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
7259            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
7260            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
7261            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
7262            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7263            ! ext/Encode/ucm/nextstep.ucm
7264 ____________________________________________________________________________
7265 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
7266         Log: Subject: left-over "use 5.7.2" in threads.pm
7267              From: Slaven Rezic <slaven.rezic@berlin.de>
7268              Date: 21 Mar 2002 23:18:13 +0100
7269              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
7270      Branch: perl
7271            ! ext/threads/threads.pm
7272 ____________________________________________________________________________
7273 [ 15732] By: ams                                   on 2002/04/04  17:08:13
7274         Log: Subject: [PATCH 5.7.3 DOCS]
7275              From: mjd@plover.com
7276              Date: 4 Apr 2002 15:59:39 -0000
7277              Message-Id: <20020404155939.6754.qmail@plover.com>
7278      Branch: perl
7279            ! pod/perlfaq9.pod
7280 ____________________________________________________________________________
7281 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
7282         Log: metaconfig unit change for #15730.
7283      Branch: metaconfig
7284            ! U/threads/usethreads.U
7285 ____________________________________________________________________________
7286 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
7287         Log: Subject: Re: lib/sort.t failure [PATCH]
7288              From: Andy Dougherty <doughera@lafayette.edu>
7289              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
7290              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
7291              
7292              Default to usethreads in case the user most probably forgot it.
7293      Branch: perl
7294            ! Configure
7295 ____________________________________________________________________________
7296 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
7297         Log: Typo nits from Wolfgang Laun.
7298      Branch: perl
7299            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
7300 ____________________________________________________________________________
7301 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
7302         Log: Detypo in diagnostics.
7303      Branch: perl
7304            ! lib/locale.t
7305 ____________________________________________________________________________
7306 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
7307         Log: pod2html: try to be EOL agnostic.
7308              (Needs testing on CRLF and CR platforms.)
7309      Branch: perl
7310            + lib/Pod/t/eol.t
7311            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
7312 ____________________________________________________________________________
7313 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
7314         Log: Subject: [PATCH} Pod::HTML and HTML4
7315              From: Robert Spier <rspier@pobox.com>
7316              Date: Wed, 03 Apr 2002 16:26:21 -0800
7317              Message-ID: <3CAB9DAD.20305@pobox.com>
7318      Branch: perl
7319            ! lib/Pod/Html.pm
7320 ____________________________________________________________________________
7321 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
7322         Log: Byebye, beebee.
7323      Branch: perl
7324            ! t/lib/warnings/perlio
7325 ____________________________________________________________________________
7326 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
7327         Log: Subject: Re: enc2xs needs portable way to know it's in the core
7328              From: PPrymmer@factset.com
7329              Date: Wed, 3 Apr 2002 14:29:32 -0500
7330              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
7331      Branch: perl
7332            ! configure.com
7333 ____________________________________________________________________________
7334 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
7335         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
7336              From: Dominic Dunlop <domo@computer.org>
7337              Date: Wed, 3 Apr 2002 22:44:01 +0200
7338              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
7339      Branch: perl
7340            ! lib/File/Spec/t/rel2abs2rel.t
7341 ____________________________________________________________________________
7342 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
7343         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
7344              From: Paul_GreenVOS@vos.stratus.com
7345              Date: Wed, 3 Apr 02 16:34 est
7346              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
7347      Branch: perl
7348            ! pp_pack.c
7349 ____________________________________________________________________________
7350 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
7351         Log: Upgrade to Tie::File 0.93, from mjd.
7352      Branch: perl
7353            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7354            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7355            ! lib/Tie/File/t/41_heap.t
7356 ____________________________________________________________________________
7357 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
7358         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
7359              From: Andy Dougherty <doughera@lafayette.edu>
7360              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
7361              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
7362      Branch: perl
7363            ! lib/AnyDBM_File.t
7364 ____________________________________________________________________________
7365 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
7366         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
7367              and ccflags including -DNO_LOCALE
7368      Branch: perl
7369            ! perl.h
7370 ____________________________________________________________________________
7371 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
7372         Log: EPOC tweaks from Olaf Flebbe.
7373      Branch: perl
7374            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
7375 ____________________________________________________________________________
7376 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
7377         Log: Subject: [PATCH] Set @INC earlier
7378              From: Andy Dougherty <doughera@lafayette.edu>
7379              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
7380              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
7381      Branch: perl
7382            ! lib/AnyDBM_File.t lib/sort.t
7383 ____________________________________________________________________________
7384 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
7385         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7386              (resubmitted)
7387      Branch: perl
7388            ! pod/perlcompile.pod
7389 ____________________________________________________________________________
7390 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
7391         Log: perlcompile.pod was listing all B:: modules, except B::Concise
7392      Branch: perl
7393            ! pod/perlcompile.pod
7394 ____________________________________________________________________________
7395 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
7396         Log: non-perlio robustness.
7397      Branch: perl
7398            ! ext/Socket/socketpair.t lib/utf8.t
7399 ____________________________________________________________________________
7400 [ 15713] By: nick                                  on 2002/04/03  18:06:49
7401         Log: Integrate mainline
7402      Branch: perlio
7403           +> lib/Tie/File/t/41_heap.t
7404           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
7405           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
7406           !> regexec.c t/op/re_tests t/op/tiearray.t
7407 ____________________________________________________________________________
7408 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
7409         Log: Tweak for 8.3 compat.
7410      Branch: perl
7411            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7412            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
7413            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
7414            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
7415            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7416            ! ext/Encode/bin/enc2xs
7417 ____________________________________________________________________________
7418 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
7419         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7420              From: Mark-Jason Dominus <mjd@plover.com>
7421              Date: Wed, 03 Apr 2002 13:04:40 -0500
7422              Message-ID: <20020403180440.7614.qmail@plover.com>
7423      Branch: perl
7424            ! t/op/tiearray.t
7425 ____________________________________________________________________________
7426 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
7427         Log: Forgotten.
7428      Branch: perl
7429            + lib/Tie/File/t/41_heap.t
7430            ! MANIFEST
7431 ____________________________________________________________________________
7432 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
7433         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
7434              From: Mark Kvale <kvale@phy.ucsf.edu>
7435              Date: Tue, 2 Apr 2002 13:57:37 -0800
7436              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
7437      Branch: perl
7438            ! t/op/re_tests
7439 ____________________________________________________________________________
7440 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
7441         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
7442              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
7443              Date: Wed, 03 Apr 2002 03:34:34 +0100
7444              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
7445      Branch: perl
7446            ! regcomp.c
7447 ____________________________________________________________________________
7448 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
7449         Log: The leavetry crash should now be history.
7450      Branch: perl
7451            ! t/op/tiearray.t
7452 ____________________________________________________________________________
7453 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
7454         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
7455              From: Michael G Schwern <schwern@pobox.com>
7456              Date: Wed, 3 Apr 2002 10:56:44 -0500
7457              Message-ID: <20020403155644.GC916@blackrider>
7458      Branch: perl
7459            ! lib/ExtUtils/MM_Win95.pm
7460 ____________________________________________________________________________
7461 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
7462         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
7463              From: Dave Mitchell <davem@fdgroup.com>
7464              Date: Wed, 3 Apr 2002 02:08:26 +0100
7465              Message-ID: <20020403020825.B16724@fdgroup.com>
7466      Branch: perl
7467            ! pp_ctl.c
7468 ____________________________________________________________________________
7469 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
7470         Log: Prototype tweak for non-threaded builds.
7471      Branch: perl
7472            ! perl.c
7473 ____________________________________________________________________________
7474 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
7475         Log: Detached threads do not help; they still hold resources.
7476      Branch: perl
7477            ! ext/threads/threads.pm pod/perldiag.pod
7478 ____________________________________________________________________________
7479 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
7480         Log: Doc tweak from Wolfgang Laun.
7481      Branch: perl
7482            ! lib/File/Compare.pm
7483 ____________________________________________________________________________
7484 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
7485         Log: Subject: [PATCH bleadperl] regexec.c
7486              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7487              Date: Wed, 3 Apr 2002 11:13:30 +0200
7488              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
7489      Branch: perl
7490            ! regexec.c
7491 ____________________________________________________________________________
7492 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
7493         Log: Document the "Cleanup skipped ..." warning.
7494      Branch: perl
7495            ! ext/threads/threads.pm pod/perldiag.pod
7496 ____________________________________________________________________________
7497 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
7498         Log: Integrate perlio;
7499              
7500              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7501              
7502              Fix segfaults when mainthread exits with other threads running:
7503              - track number of running threads
7504              - if main thread calls perl_destruct() with other threads running
7505              skip most of cleanup (with a warning).
7506      Branch: perl
7507           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7508           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
7509           !> pod/perlapi.pod proto.h
7510 ____________________________________________________________________________
7511 [ 15698] By: nick                                  on 2002/04/03  13:15:30
7512         Log: Fix segfaults when mainthread exits with other threads running:
7513              - track number of running threads
7514              - if main thread calls perl_destruct() with other threads running
7515              skip most of cleanup (with a warning).
7516      Branch: perlio
7517            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
7518            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
7519 ____________________________________________________________________________
7520 [ 15697] By: nick                                  on 2002/04/03  07:34:13
7521         Log: Integrate mainline
7522      Branch: perlio
7523           +> lib/Net/Ping/t/250_ping_hires.t
7524           !> (integrate 33 files)
7525 ____________________________________________________________________________
7526 [ 15696] By: nick                                  on 2002/04/03  06:41:58
7527         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
7528      Branch: perlio
7529            ! lib/ExtUtils/xsubpp
7530 ____________________________________________________________________________
7531 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
7532         Log: Subject: [PATCH @15047] debugger
7533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7534              Date: Sat, 16 Mar 2002 04:38:50 -0500
7535              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
7536      Branch: perl
7537            ! lib/perl5db.pl
7538 ____________________________________________________________________________
7539 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
7540         Log: Third Degree flags.
7541      Branch: perl
7542            ! Makefile.SH
7543 ____________________________________________________________________________
7544 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
7545         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
7546              From: Mark-Jason Dominus <mjd@plover.com>
7547              Date: Tue, 02 Apr 2002 16:35:11 -0500
7548              Message-ID: <20020402213511.27781.qmail@plover.com>
7549              
7550              (tweaked)
7551      Branch: perl
7552            ! pod/perlfunc.pod
7553 ____________________________________________________________________________
7554 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
7555         Log: Upgrade to Tie::File 0.92, from mjd.
7556      Branch: perl
7557            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
7558            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7559            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
7560            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
7561            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
7562            ! lib/Tie/File/t/40_abs_cache.t
7563 ____________________________________________________________________________
7564 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
7565         Log: Subject: [PATCH] Update my email address in perl.c
7566              From: Paul_GreenVOS@vos.stratus.com
7567              Date: Tue, 2 Apr 02 15:27 est
7568              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
7569      Branch: perl
7570            ! AUTHORS perl.c
7571 ____________________________________________________________________________
7572 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
7573         Log: POD fix.
7574      Branch: perl
7575            ! pod/perldelta.pod
7576 ____________________________________________________________________________
7577 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
7578         Log: What started as a small nit (the charnames test, nit found
7579              be Hugo), ballooned a bit... the goal is Larry's wish that
7580              illegal Unicode (such as U+FFFF) by default doesn't warn,
7581              since what if somebody WANTS to create illegal Unicode?
7582              Now getting close to this in the regex runtime.
7583              (Also, fix more of my fixation that BOM would be U+FFFE.)
7584      Branch: perl
7585            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
7586            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
7587 ____________________________________________________________________________
7588 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
7589         Log: Talk more about Net::Ping.
7590      Branch: perl
7591            ! pod/perldelta.pod
7592 ____________________________________________________________________________
7593 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
7594         Log: Upgrade to Net::Ping 2.14.
7595      Branch: perl
7596            + lib/Net/Ping/t/250_ping_hires.t
7597            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
7598            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
7599            ! lib/Net/Ping/t/140_stream_inst.t
7600 ____________________________________________________________________________
7601 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
7602         Log: XML::Parser 2.31 should be out shortly.
7603      Branch: perl
7604            ! pod/perldelta.pod
7605 ____________________________________________________________________________
7606 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
7607         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
7608              From: George Necula <necula@eecs.berkeley.edu>
7609              Date: Tue, 2 Apr 2002 10:22:41 -0800
7610              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
7611      Branch: perl
7612            ! lib/File/Spec/Cygwin.pm
7613 ____________________________________________________________________________
7614 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
7615         Log: EBCDIC test tweak.
7616      Branch: perl
7617            ! pod/perldelta.pod t/uni/case.pl
7618 ____________________________________________________________________________
7619 [ 15683] By: nick                                  on 2002/04/02  15:36:17
7620         Log: Integrate mainline
7621      Branch: perlio
7622           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
7623           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7624           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
7625 ____________________________________________________________________________
7626 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
7627         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
7628              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7629              Date: Tue, 2 Apr 2002 00:37:08 -0500
7630              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
7631      Branch: perl
7632            ! os2/os2ish.h perlio.c
7633 ____________________________________________________________________________
7634 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
7635         Log: Subject: [PATCH @15047] debugger again
7636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7637              Date: Tue, 2 Apr 2002 00:30:31 -0500
7638              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
7639      Branch: perl
7640            ! lib/perl5db.pl
7641 ____________________________________________________________________________
7642 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
7643         Log: Subject: [PATCH @15047] test() in CPAN.pm
7644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7645              Date: Tue, 2 Apr 2002 00:46:45 -0500
7646              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
7647      Branch: perl
7648            ! lib/CPAN.pm
7649 ____________________________________________________________________________
7650 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
7651         Log: Sync with libnet-1.11
7652      Branch: perl
7653            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7654            ! lib/Net/SMTP.pm
7655 ____________________________________________________________________________
7656 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
7657         Log: NetWare tweaks from C Aditya.
7658      Branch: perl
7659            ! NetWare/t/NWScripts.pl scope.c
7660 ____________________________________________________________________________
7661 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
7662         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
7663              From: Dan Kogai <dankogai@dan.co.jp>
7664              Date: Tue, 2 Apr 2002 22:21:47 +0900
7665              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
7666      Branch: perl
7667            ! ext/Encode/Encode.xs
7668 ____________________________________________________________________________
7669 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
7670         Log: Integrate perlio;
7671              
7672              Calculate buffer size needs in float to avoid 32-bit overflow.
7673              
7674              Add buffer size growth test.
7675      Branch: perl
7676           +> ext/Encode/t/grow.t
7677           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
7678 ____________________________________________________________________________
7679 [ 15675] By: nick                                  on 2002/04/02  07:49:41
7680         Log: Add buffer size growth test.
7681      Branch: perlio
7682            + ext/Encode/t/grow.t
7683            ! MANIFEST ext/Encode/MANIFEST
7684 ____________________________________________________________________________
7685 [ 15674] By: nick                                  on 2002/04/02  07:40:49
7686         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
7687      Branch: perlio
7688            ! ext/Encode/Encode.xs
7689 ____________________________________________________________________________
7690 [ 15673] By: nick                                  on 2002/04/02  07:40:06
7691         Log: Integrate mainline
7692      Branch: perlio
7693           +> (branch 102 files)
7694            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7695            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7696            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7697            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7698            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7699            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7700            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7701            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7702            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
7703            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
7704            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7705            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
7706            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
7707            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
7708            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
7709            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
7710            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
7711            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7712            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7713            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7714            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7715            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
7716            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
7717            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
7718            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
7719            - ext/Encode/Encode/macCentEuro.ucm
7720            - ext/Encode/Encode/macCroatian.ucm
7721            - ext/Encode/Encode/macCyrillic.ucm
7722            - ext/Encode/Encode/macDingbats.ucm
7723            - ext/Encode/Encode/macGreek.ucm
7724            - ext/Encode/Encode/macIceland.ucm
7725            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7726            - ext/Encode/Encode/macRumanian.ucm
7727            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7728            - ext/Encode/Encode/macTurkish.ucm
7729            - ext/Encode/Encode/macUkraine.ucm
7730            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7731            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
7732            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
7733            - ext/Encode/compile ext/Encode/encode.h
7734            - ext/Encode/lib/Encode/CN/2022_CN.pm
7735            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
7736            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7737            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
7738            - lib/unicore/PropertyValueAliases.txt
7739           !> (integrate 143 files)
7740 ____________________________________________________________________________
7741 [ 15672] By: ams                                   on 2002/04/02  04:42:44
7742         Log: Win32 fix for Tie::File from MJD.
7743      Branch: perl
7744            ! lib/Tie/File.pm
7745 ____________________________________________________________________________
7746 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
7747         Log: Add a few tests to the timing-sensitive list.
7748      Branch: perl
7749            ! INSTALL
7750 ____________________________________________________________________________
7751 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
7752         Log: Subject: [PATCH sort.t] extensive regression testing
7753              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7754              Date: Mon, 1 Apr 2002 23:50:24 +0200
7755              Message-ID: <20020401235024.E677@rafael>
7756      Branch: perl
7757            ! lib/sort.t
7758 ____________________________________________________________________________
7759 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
7760         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)
7761              From: Nicholas Clark <nick@unfortu.net>
7762              Date: Mon, 1 Apr 2002 21:54:05 +0100
7763              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
7764      Branch: perl
7765            ! lib/Memoize/t/errors.t
7766 ____________________________________________________________________________
7767 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
7768         Log: Subject: getting rid of a few superfluous $&/$`
7769              From: Jeffrey Friedl <jfriedl@yahoo.com>
7770              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
7771              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
7772              
7773              (with more-backward-compat than just using @- and @+, also by Jeffrey)
7774              
7775              (The version number of Text::Balanced intentionally not
7776              increased since Damian will make a new release after 5.8)
7777      Branch: perl
7778            ! lib/Pod/Html.pm lib/Text/Balanced.pm
7779 ____________________________________________________________________________
7780 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
7781         Log: Subject: [PATCH 5.7.3 TESTS]
7782              From: mjd@plover.com
7783              Date: 1 Apr 2002 20:32:18 -0000
7784              Message-ID: <20020401203218.25230.qmail@plover.com>
7785      Branch: perl
7786            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7787            ! t/op/tiearray.t t/test.pl
7788 ____________________________________________________________________________
7789 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
7790         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
7791              From: Paul_GreenVOS@vos.stratus.com
7792              Date: Mon, 1 Apr 02 15:15 est
7793              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
7794      Branch: perl
7795            ! iperlsys.h
7796 ____________________________________________________________________________
7797 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
7798         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
7799              From: Paul_GreenVOS@vos.stratus.com
7800              Date: Mon, 1 Apr 02 14:11 est
7801              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
7802      Branch: perl
7803            ! lib/ExtUtils/MM_Unix.pm
7804 ____________________________________________________________________________
7805 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
7806         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
7807              From: Nicholas Clark <nick@unfortu.net>
7808              Date: Mon, 1 Apr 2002 19:30:05 +0100
7809              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
7810      Branch: perl
7811            ! t/op/pat.t t/op/utfhash.t
7812 ____________________________________________________________________________
7813 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
7814         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
7815              From: Mark-Jason Dominus <mjd@plover.com>
7816              Date: Mon, 01 Apr 2002 13:22:01 -0500
7817              Message-ID: <20020401182201.21189.qmail@plover.com>
7818      Branch: perl
7819            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
7820 ____________________________________________________________________________
7821 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
7822         Log: Update Changes.
7823      Branch: perl
7824            ! Changes patchlevel.h
7825 ____________________________________________________________________________
7826 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
7827         Log: Subject: [PATCH 5.7.3 DOC]
7828              From: mjd@plover.com
7829              Date: 1 Apr 2002 17:23:40 -0000
7830              Message-ID: <20020401172340.16410.qmail@plover.com>
7831      Branch: perl
7832            ! pod/perldelta.pod
7833 ____________________________________________________________________________
7834 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
7835         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
7836      Branch: perl
7837            ! hints/unicos.sh
7838 ____________________________________________________________________________
7839 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
7840         Log: Advertise piconv and enc2xs.
7841      Branch: perl
7842            ! pod/perldelta.pod
7843 ____________________________________________________________________________
7844 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
7845         Log: Add enc2xs.
7846      Branch: perl
7847            + utils/enc2xs.PL
7848            ! MANIFEST utils/Makefile
7849 ____________________________________________________________________________
7850 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
7851         Log: Integrate perlio;
7852              
7853              Be more explicit testing for \015 not \r
7854      Branch: perl
7855           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
7856           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
7857 ____________________________________________________________________________
7858 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
7859         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
7860              From: Philip Newton <Philip.Newton@gmx.net>
7861              Date: Mon, 01 Apr 2002 17:06:18 +0200
7862              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
7863      Branch: perl
7864            ! lib/charnames.pm lib/charnames.t
7865 ____________________________________________________________________________
7866 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
7867         Log: Subject: detypo patch
7868              From: andreas.koenig@anima.de (Andreas J. Koenig)
7869              Date: Mon, 01 Apr 2002 10:09:21 +0200
7870              Message-ID: <m3r8lzsuvi.fsf@anima.de>
7871      Branch: perl
7872            ! INSTALL
7873 ____________________________________________________________________________
7874 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
7875         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
7876              From: Philip Newton <Philip.Newton@gmx.net>
7877              Date: Mon, 01 Apr 2002 08:12:01 +0200
7878              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
7879      Branch: perl
7880            ! lib/charnames.pm lib/charnames.t
7881 ____________________________________________________________________________
7882 [ 15653] By: nick                                  on 2002/04/01  09:20:24
7883         Log: Be more explicit testing for \015 not \r
7884      Branch: perlio
7885            ! t/io/crlf.t
7886 ____________________________________________________________________________
7887 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
7888         Log: If under UTF-8 locale the utf8.pm really needs to be found.
7889      Branch: perl
7890            ! t/comp/cpp.t t/run/switchPx.t
7891 ____________________________________________________________________________
7892 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
7893         Log: Upgrade to Tie::File 0.91, from mjd.
7894      Branch: perl
7895            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
7896            + lib/Tie/File/t/26_twrite.t
7897            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7898            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7899            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7900            ! lib/Tie/File/t/16_handle.t
7901 ____________________________________________________________________________
7902 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
7903         Log: DJGPP tweaks from Laszlo.
7904      Branch: perl
7905            ! lib/ExtUtils/MM_DOS.pm util.c
7906 ____________________________________________________________________________
7907 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
7908         Log: Discussion about minimal installations.
7909      Branch: perl
7910            ! INSTALL
7911 ____________________________________________________________________________
7912 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
7913         Log: Comment tweak from Hugo.
7914      Branch: perl
7915            ! regexec.c
7916 ____________________________________________________________________________
7917 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
7918         Log: Another UTF-8 locale tweak from Hugo.
7919      Branch: perl
7920            ! regexec.c
7921 ____________________________________________________________________________
7922 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
7923         Log: Document the known MacOS X locale problem.
7924      Branch: perl
7925            ! pod/perldelta.pod
7926 ____________________________________________________________________________
7927 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
7928         Log: Regex fix from Hugo: in UTF-8 locales the character
7929              counting code didn't work right for minimal matches.
7930      Branch: perl
7931            ! regexec.c
7932 ____________________________________________________________________________
7933 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
7934         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
7935              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7936              Date: Sun, 31 Mar 2002 20:32:43 -0500
7937              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
7938      Branch: perl
7939            ! lib/ExtUtils/xsubpp
7940 ____________________________________________________________________________
7941 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
7942         Log: Document known FreeBSD locale glitch. 
7943      Branch: perl
7944            ! pod/perldelta.pod
7945 ____________________________________________________________________________
7946 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
7947         Log: There is --list in glibc iconv.
7948      Branch: perl
7949            ! ext/Encode/bin/piconv
7950 ____________________________________________________________________________
7951 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
7952         Log: Slight usage tweaks to piconv: show usage with
7953              no -t -f or -l arguments, or with -h.
7954      Branch: perl
7955            ! ext/Encode/bin/piconv
7956 ____________________________________________________________________________
7957 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
7958         Log: Get the piconv installed.
7959      Branch: perl
7960            + utils/piconv.PL
7961            ! MANIFEST utils/Makefile
7962 ____________________________________________________________________________
7963 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
7964         Log: Spelling tweaks.
7965      Branch: perl
7966            ! ext/Encode/bin/piconv
7967 ____________________________________________________________________________
7968 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
7969         Log: Upgrade to Encode 1.11, from Dan Kogai.
7970      Branch: perl
7971            + ext/Encode/Encode/Changes.e2x
7972            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
7973            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
7974            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
7975            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
7976            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
7977            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
7978            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
7979            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
7980            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
7981            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
7982            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
7983            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
7984            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
7985            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
7986            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
7987            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7988            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
7989            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
7990            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
7991            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
7992            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
7993            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
7994            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
7995            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
7996            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
7997            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
7998            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
7999            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
8000            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
8001            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
8002            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
8003            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
8004            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
8005            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
8006            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
8007            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
8008            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
8009            + ext/Encode/ucm/viscii.ucm
8010            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8011            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8012            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8013            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8014            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8015            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8016            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8017            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8018            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8019            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8020            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8021            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8022            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8023            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8024            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8025            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8026            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8027            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8028            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8029            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8030            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8031            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8032            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8033            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8034            - ext/Encode/Encode/ksc5601.ucm
8035            - ext/Encode/Encode/macCentEuro.ucm
8036            - ext/Encode/Encode/macCroatian.ucm
8037            - ext/Encode/Encode/macCyrillic.ucm
8038            - ext/Encode/Encode/macDingbats.ucm
8039            - ext/Encode/Encode/macGreek.ucm
8040            - ext/Encode/Encode/macIceland.ucm
8041            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8042            - ext/Encode/Encode/macRumanian.ucm
8043            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8044            - ext/Encode/Encode/macTurkish.ucm
8045            - ext/Encode/Encode/macUkraine.ucm
8046            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8047            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8048            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
8049            - lib/encoding.pm lib/encoding.t
8050            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8051            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
8052            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
8053            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
8054            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8055            ! ext/Encode/Makefile.PL ext/Encode/README
8056            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8057            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8058            ! ext/Encode/lib/Encode/Alias.pm
8059            ! ext/Encode/lib/Encode/Supported.pod
8060 ____________________________________________________________________________
8061 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
8062         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
8063              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
8064              respective test    and doc tweaks.
8065      Branch: perl
8066            ! lib/charnames.pm lib/charnames.t
8067 ____________________________________________________________________________
8068 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
8069         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
8070              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8071              Date: Sun, 31 Mar 2002 22:47:31 +0200
8072              Message-ID: <20020331224731.E854@rafael>
8073      Branch: perl
8074            ! pod/perlfunc.pod
8075 ____________________________________________________________________________
8076 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
8077         Log: Subject: [PATCH] __attribute__ problems with g++
8078              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8079              Date: Sun, 31 Mar 2002 22:43:03 +0200
8080              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
8081      Branch: perl
8082            ! perl.h
8083 ____________________________________________________________________________
8084 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
8085         Log: Put back the #! line, false alarm.
8086      Branch: perl
8087            ! lib/ExtUtils/t/Constant.t
8088 ____________________________________________________________________________
8089 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
8090         Log: Subject: Re: [Patch] pod/perlvar.pod
8091              From: Philip Newton <Philip.Newton@gmx.net>
8092              Date: Sun, 31 Mar 2002 07:40:43 +0200
8093              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
8094      Branch: perl
8095            ! pod/perlvar.pod
8096 ____________________________________________________________________________
8097 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
8098         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
8099              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8100              Date: Sat, 30 Mar 2002 21:37:37 -0500
8101              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
8102      Branch: perl
8103            ! ext/Socket/socketpair.t
8104 ____________________________________________________________________________
8105 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
8106         Log: Subject: Re: compile tweak for Win32
8107              From: Michael G Schwern <schwern@pobox.com>
8108              Date: Fri, 29 Mar 2002 17:48:22 -0500      
8109              Message-ID: <20020329224822.GG16816@blackrider>
8110      Branch: perl
8111            ! win32/buildext.pl
8112 ____________________________________________________________________________
8113 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
8114         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
8115              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8116              Date: Sat, 30 Mar 2002 22:19:46 +0100
8117              Message-ID: <20020330221946.A28497@rafael>
8118      Branch: perl
8119            ! t/lib/1_compile.t
8120 ____________________________________________________________________________
8121 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
8122         Log: Subject: [PATCH regmesg.t] increase output verbosity
8123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8124              Date: Sat, 30 Mar 2002 22:34:08 +0100
8125              Message-ID: <20020330223408.C28497@rafael>
8126      Branch: perl
8127            ! t/op/regmesg.t
8128 ____________________________________________________________________________
8129 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
8130         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
8131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8132              Date: Sat, 30 Mar 2002 21:36:23 +0100
8133              Message-ID: <20020330213623.A677@rafael>
8134      Branch: perl
8135            ! regcomp.c
8136 ____________________________________________________________________________
8137 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
8138         Log: If using a network filesystem several different hosts
8139              may be trying to lock the same file.  In this case offering
8140              to kill the other process is not that helpful.  (Unless one
8141              has *real* clustering, but that's not usually the case.)
8142      Branch: perl
8143            ! lib/CPAN.pm
8144 ____________________________________________________________________________
8145 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
8146         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
8147              From: andreas.koenig@anima.de (Andreas J. Koenig)
8148              Date: Sat, 30 Mar 2002 06:12:36 +0100
8149              Message-ID: <m3hemyvdtn.fsf@anima.de>
8150      Branch: perl
8151            ! lib/Dumpvalue.pm
8152 ____________________________________________________________________________
8153 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
8154         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
8155              From: Jeremy Zawodny <Jeremy@Zawodny.com>
8156              Date: Fri, 29 Mar 2002 17:55:20 -0800
8157              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
8158      Branch: perl
8159            ! utils/dprofpp.PL
8160 ____________________________________________________________________________
8161 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
8162         Log: Subject: [Patch] pod/perlvar.pod
8163              From: Dan Kogai <dankogai@dan.co.jp>
8164              Date: Sun, 31 Mar 2002 02:03:36 +0900
8165              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
8166      Branch: perl
8167            ! pod/perlvar.pod
8168 ____________________________________________________________________________
8169 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
8170         Log: Subject: [PATCH] MM & Encode fixes
8171              From: Michael G Schwern <schwern@pobox.com>
8172              Date: Sat, 30 Mar 2002 06:41:56 -0500
8173              Message-ID: <20020330114156.GA16533@blackrider>
8174      Branch: perl
8175            + lib/ExtUtils/t/basic.t
8176            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8177            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
8178            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8179            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8180            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
8181            ! lib/ExtUtils/t/hints.t
8182 ____________________________________________________________________________
8183 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
8184         Log: EBCDICification.
8185      Branch: perl
8186            ! lib/charnames.t
8187 ____________________________________________________________________________
8188 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
8189         Log: Upgrade to Tie::File 0.90, from mjd.
8190      Branch: perl
8191            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
8192            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
8193            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
8194            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
8195            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
8196            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
8197            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
8198            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
8199            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
8200 ____________________________________________________________________________
8201 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
8202         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
8203              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8204              Date: Sat, 30 Mar 2002 00:20:39 +0100
8205              Message-ID: <20020330002039.A716@rafael>
8206      Branch: perl
8207            ! lib/sort.pm
8208 ____________________________________________________________________________
8209 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
8210         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
8211              From: Michael G Schwern <schwern@pobox.com>
8212              Date: Fri, 29 Mar 2002 18:14:20 -0500
8213              Message-ID: <20020329231419.GI16816@blackrider>
8214      Branch: perl
8215            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
8216            ! wince/Makefile.ce
8217 ____________________________________________________________________________
8218 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
8219         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
8220              From: Paul_GreenVOS@vos.stratus.com
8221              Date: Fri, 29 Mar 02 18:01 est
8222              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
8223      Branch: perl
8224            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
8225 ____________________________________________________________________________
8226 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
8227         Log: AUTHORS updates.
8228      Branch: perl
8229            ! AUTHORS
8230 ____________________________________________________________________________
8231 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
8232         Log: Upgrade to Encode 1.01, from Dan Kogai.
8233      Branch: perl
8234            ! ext/Encode/Changes ext/Encode/Encode.pm
8235            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8236            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8237            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8238            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8239            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8240            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8241            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8242            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8243            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
8244            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8245            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
8246            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
8247            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
8248            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
8249            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
8250            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
8251            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
8252            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8253            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8254            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8255            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8256            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
8257            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
8258            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8259            ! ext/Encode/Encode/ksc5601.ucm
8260            ! ext/Encode/Encode/macCentEuro.ucm
8261            ! ext/Encode/Encode/macCroatian.ucm
8262            ! ext/Encode/Encode/macCyrillic.ucm
8263            ! ext/Encode/Encode/macDingbats.ucm
8264            ! ext/Encode/Encode/macGreek.ucm
8265            ! ext/Encode/Encode/macIceland.ucm
8266            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8267            ! ext/Encode/Encode/macRumanian.ucm
8268            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8269            ! ext/Encode/Encode/macTurkish.ucm
8270            ! ext/Encode/Encode/macUkraine.ucm
8271            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8272            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
8273            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
8274            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8275            ! ext/Encode/lib/Encode/CJKConstants.pm
8276            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
8277            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
8278            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
8279 ____________________________________________________________________________
8280 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
8281         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
8282              From: "Craig A. Berry" <craigberry@mac.com>
8283              Date: Fri, 29 Mar 2002 13:46:28 -0600
8284              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
8285      Branch: perl
8286            ! configure.com
8287 ____________________________________________________________________________
8288 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
8289         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
8290              which one has to get from the CPAN distribution.
8291      Branch: perl
8292            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
8293            + lib/Memoize/t/expmod_t.t
8294            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8295            - lib/Memoize/t/expire_module_t.t
8296            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
8297            ! lib/Memoize/README
8298 ____________________________________________________________________________
8299 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
8300         Log: metaconfig unit tweak.
8301      Branch: metaconfig/U/perl
8302            ! versiononly.U
8303 ____________________________________________________________________________
8304 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
8305         Log: Configure-related tweaks.
8306      Branch: perl
8307            ! Porting/Glossary Porting/config.sh Porting/config_H
8308            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8309            ! vos/config.ga.h
8310 ____________________________________________________________________________
8311 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
8312         Log: Ooops.
8313      Branch: perl
8314            ! t/op/ver.t
8315 ____________________________________________________________________________
8316 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
8317         Log: Subject: [PATCH @15606] d_time for vms
8318              From: "Craig A. Berry" <craigberry@mac.com>
8319              Date: Fri, 29 Mar 2002 11:58:29 -0600
8320              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
8321      Branch: perl
8322            ! configure.com
8323 ____________________________________________________________________________
8324 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
8325         Log: Subject: Re: Regex-Unicode bugs
8326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8327              Date: Thu, 28 Mar 2002 10:12:35 +0100
8328              Message-ID: <20020328101235.F678@rafael>
8329      Branch: perl
8330            ! t/op/regmesg.t
8331 ____________________________________________________________________________
8332 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
8333         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
8334              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8335              Date: Fri, 29 Mar 2002 16:53:27 +0000
8336              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
8337      Branch: perl
8338            ! pod/perlre.pod pod/perlretut.pod
8339 ____________________________________________________________________________
8340 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
8341         Log: Subject: Re: debugger debuggers wanted
8342              From: spidb@cpan.org
8343              Date: Fri, 29 Mar 2002 06:34:11 -0500
8344              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
8345      Branch: perl
8346            ! lib/perl5db.pl
8347 ____________________________________________________________________________
8348 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
8349         Log: Update Changes.
8350      Branch: perl
8351            ! Changes patchlevel.h
8352 ____________________________________________________________________________
8353 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
8354         Log: Rename for 8.3-friendliness.
8355      Branch: perl
8356            + lib/unicore/PropValueAliases.txt
8357            - lib/unicore/PropertyValueAliases.txt
8358            ! MANIFEST lib/unicore/README.perl
8359 ____________________________________________________________________________
8360 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
8361         Log: Retract ExtUtils/t/basic.t until it works.
8362      Branch: perl
8363            - lib/ExtUtils/t/basic.t
8364            ! MANIFEST
8365 ____________________________________________________________________________
8366 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
8367         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
8368              From: Slaven Rezic <slaven.rezic@berlin.de>
8369              Date: 28 Mar 2002 22:27:14 +0100
8370              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
8371      Branch: perl
8372            ! hints/freebsd.sh
8373 ____________________________________________________________________________
8374 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
8375         Log: Interesting... where did this come from?
8376              (The Configure change in #15600)
8377      Branch: perl
8378            ! config_h.SH
8379 ____________________________________________________________________________
8380 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
8381         Log: metaconfig unit change for #15600.
8382      Branch: metaconfig/U/perl
8383            ! versiononly.U
8384 ____________________________________________________________________________
8385 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
8386         Log: Subject: versiononly should not put `old' versions in inc
8387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8388              Date: Fri, 29 Mar 2002 12:53:49 +0100
8389              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
8390      Branch: perl
8391            ! Configure
8392 ____________________________________________________________________________
8393 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
8394         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
8395              From: Michael G Schwern <schwern@pobox.com>
8396              Date: Fri, 29 Mar 2002 04:12:47 -0500
8397              Message-ID: <20020329091247.GA7432@blackrider>
8398              
8399              (with two nits: (1) change lib/Extutils/Command/MM.pm
8400              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
8401              @INC to compile.t)
8402      Branch: perl
8403            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
8404            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
8405            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
8406            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
8407            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
8408            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
8409            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
8410            + lib/ExtUtils/t/Problem-Module/Makefile.PL
8411            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
8412            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
8413            + t/lib/MakeMaker/Test/Utils.pm
8414            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
8415            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
8416            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
8417            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
8418            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
8419            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
8420            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
8421            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
8422            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
8423            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
8424            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
8425            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
8426            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
8427            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
8428            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
8429            ! t/lib/TieOut.pm
8430 ____________________________________________________________________________
8431 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
8432         Log: Leftovers from Encode 0.99.
8433      Branch: perl
8434            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
8435            - ext/Encode/compile ext/Encode/encode.h
8436            - ext/Encode/lib/Encode/CN/2022_CN.pm
8437            - ext/Encode/lib/Encode/Details.pod
8438 ____________________________________________________________________________
8439 [ 15597] By: nick                                  on 2002/03/29  14:03:35
8440         Log: Integrate mainline
8441      Branch: perlio
8442           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8443           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8444           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8445           !> (integrate 130 files)
8446 ____________________________________________________________________________
8447 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
8448         Log: Subject: Another Unicode-3.2-induced doc fix
8449              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8450              Date: Fri, 29 Mar 2002 21:45:47 +0900
8451              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
8452      Branch: perl
8453            ! ext/Unicode/Normalize/Normalize.pm
8454 ____________________________________________________________________________
8455 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
8456         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
8457              From: Slaven Rezic <slaven.rezic@berlin.de>
8458              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
8459              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
8460      Branch: perl
8461            ! reentr.c reentr.pl
8462 ____________________________________________________________________________
8463 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
8464         Log: Subject: [PATCH] Quieting OS X
8465              From: Michael G Schwern <schwern@pobox.com>
8466              Date: Fri, 29 Mar 2002 05:46:23 -0500
8467              Message-ID: <20020329104622.GA9163@blackrider>
8468      Branch: perl
8469            ! ext/POSIX/t/posix.t t/op/stat.t
8470 ____________________________________________________________________________
8471 [ 15593] By: ams                                   on 2002/03/29  07:32:22
8472         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
8473              From: Paul_GreenVOS@vos.stratus.com
8474              Date: Fri, 29 Mar 02 0:05 est
8475              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
8476      Branch: perl
8477            ! ext/Time/HiRes/HiRes.xs
8478 ____________________________________________________________________________
8479 [ 15592] By: ams                                   on 2002/03/29  07:28:29
8480         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8481              From: Spider Boardman <spidb@cpan.org>
8482              Date: Fri, 29 Mar 2002 00:52:24 -0500
8483              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
8484      Branch: perl
8485            ! op.c t/op/attrs.t
8486 ____________________________________________________________________________
8487 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
8488         Log: It's perlce.
8489      Branch: perl
8490            ! pod/perldelta.pod
8491 ____________________________________________________________________________
8492 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
8493         Log: MPE/iX tweaks from Mark Bixby.
8494      Branch: perl
8495            ! ext/Storable/t/lock.t mpeix/relink
8496 ____________________________________________________________________________
8497 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
8498         Log: Upgrade to Encode 1.00, from Dan Kogai.
8499              
8500              (one nit: bin/enc2xs needed also ../..)
8501      Branch: perl
8502            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
8503            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
8504            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
8505            ! (edit 104 files)
8506 ____________________________________________________________________________
8507 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
8508         Log: Subject: [PATCH] NEXT LINE --> NEL
8509              From: Philip Newton <Philip.Newton@gmx.net>
8510              Date: Thu, 28 Mar 2002 21:03:10 +0000
8511              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
8512      Branch: perl
8513            ! lib/charnames.pm lib/charnames.t
8514 ____________________________________________________________________________
8515 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
8516         Log: binmode :bytes, again.
8517      Branch: perl
8518            ! lib/utf8.t
8519 ____________________________________________________________________________
8520 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
8521         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
8522              From: Mark-Jason Dominus <mjd@plover.com>
8523              Date: Thu, 28 Mar 2002 10:36:03 -0500
8524              Message-ID: <20020328153603.11992.qmail@plover.com>
8525      Branch: perl
8526            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8527 ____________________________________________________________________________
8528 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
8529         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
8530      Branch: perl
8531            ! lib/charnames.pm lib/charnames.t pp_pack.c
8532 ____________________________________________________________________________
8533 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
8534         Log: If expecting UTF-8, probably not expecting UTF-16.
8535      Branch: perl
8536            ! t/comp/require.t
8537 ____________________________________________________________________________
8538 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
8539         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
8540              From: Paul_GreenVOS@vos.stratus.com
8541              Date: Thu, 28 Mar 02 8:22 est
8542              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
8543      Branch: perl
8544            ! lib/Time/Local.pm
8545 ____________________________________________________________________________
8546 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
8547         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
8548              From: Paul_GreenVOS@vos.stratus.com
8549              Date: Thu, 28 Mar 02 7:46 est
8550              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
8551      Branch: perl
8552            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
8553 ____________________________________________________________________________
8554 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
8555         Log: A little bit better error message for \pq, still
8556              not good because the script context is not shown.
8557      Branch: perl
8558            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
8559 ____________________________________________________________________________
8560 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
8561         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
8562              From: Jeffrey Friedl <jfriedl@yahoo.com>
8563              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
8564              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
8565      Branch: perl
8566            ! sv.c t/op/pat.t
8567 ____________________________________________________________________________
8568 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
8569         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
8570              From: Mark-Jason Dominus <mjd@plover.com>
8571              Date: Thu, 28 Mar 2002 05:04:40 -0500
8572              Message-ID: <20020328100440.22081.qmail@plover.com>
8573      Branch: perl
8574            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
8575 ____________________________________________________________________________
8576 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
8577         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
8578              From: mjd@plover.com
8579              Date: 28 Mar 2002 09:22:06 -0000
8580              Message-ID: <20020328092206.18833.qmail@plover.com>
8581      Branch: perl
8582            ! lib/encoding.t
8583 ____________________________________________________________________________
8584 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
8585         Log: Unicode 3.2.0-induced doc tweaks.
8586      Branch: perl
8587            ! pod/perlretut.pod pod/perlunicode.pod
8588 ____________________________________________________________________________
8589 [ 15576] By: nick                                  on 2002/03/28  07:40:04
8590         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
8591      Branch: perlio
8592           +> (branch 31 files)
8593           !> (integrate 162 files)
8594 ____________________________________________________________________________
8595 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
8596         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
8597              From: Paul_GreenVOS@vos.stratus.com
8598              Date: Thu, 28 Mar 02 0:16 est
8599              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
8600      Branch: perl
8601            ! ext/POSIX/t/posix.t
8602 ____________________________________________________________________________
8603 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
8604         Log: Subject: Re: Regex-Unicode bugs
8605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8606              Date: Wed, 27 Mar 2002 13:48:06 +0100
8607              Message-ID: <20020327134806.C18945@rafael>
8608              
8609              regmesg.t patch still would be nice.
8610      Branch: perl
8611            ! regcomp.c
8612 ____________________________________________________________________________
8613 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
8614         Log: Subject: Re: Regex-Unicode bugs
8615              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
8616              Date: Wed, 27 Mar 2002 12:39:57 +0000
8617              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
8618      Branch: perl
8619            ! pod/perldiag.pod regcomp.c
8620 ____________________________________________________________________________
8621 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
8622         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
8623              From: Paul_GreenVOS@vos.stratus.com
8624              Date: Wed, 27 Mar 02 23:33 est
8625              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
8626      Branch: perl
8627            ! t/io/fs.t
8628 ____________________________________________________________________________
8629 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
8630         Log: The Official 3.2.0 came out.
8631      Branch: perl
8632            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
8633            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
8634            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
8635            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
8636            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
8637            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
8638            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
8639            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
8640            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
8641            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
8642            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
8643            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8644            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
8645            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8646            + lib/unicore/lib/UnifiedI.pl
8647            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
8648 ____________________________________________________________________________
8649 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
8650         Log: socketpair binmode :bytes.
8651      Branch: perl
8652            ! ext/Socket/socketpair.t
8653 ____________________________________________________________________________
8654 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
8655         Log: Don't install anything beneath 't' directories.
8656      Branch: perl
8657            ! installperl
8658 ____________________________________________________________________________
8659 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
8660         Log: More UTF-8 locale sensitivity.
8661      Branch: perl
8662            ! t/io/utf8.t
8663 ____________________________________________________________________________
8664 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
8665         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
8666              From: Stas Bekman <stas@stason.org>
8667              Date: Thu, 28 Mar 2002 10:13:45 +0800
8668              Message-ID: <3CA27C59.4020209@stason.org>
8669              
8670              Temp file cleanup.
8671      Branch: perl
8672            ! lib/Pod/t/pod2html-lib.pl
8673 ____________________________________________________________________________
8674 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
8675         Log: Be compatible also with non-UTF-8 locales.
8676      Branch: perl
8677            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
8678            ! lib/Locale/Language.pod
8679 ____________________________________________________________________________
8680 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
8681         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8682              From: Spider Boardman <spidb@cpan.org>
8683              Date: Wed, 27 Mar 2002 20:52:28 -0500
8684              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
8685      Branch: perl
8686            ! cv.h op.c t/op/attrs.t toke.c
8687 ____________________________________________________________________________
8688 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
8689         Log: "Last element".
8690      Branch: perl
8691            ! pod/perlfunc.pod
8692 ____________________________________________________________________________
8693 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
8694         Log: Subject: Error in perlfunc for "die"
8695              From: William R Ward <bill@wards.net>
8696              Date: 27 Mar 2002 12:31:32 -0800
8697              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
8698      Branch: perl
8699            ! pod/perlfunc.pod
8700 ____________________________________________________________________________
8701 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
8702         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
8703              From: Mark Kvale <kvale@phy.ucsf.edu>
8704              Date: Wed, 27 Mar 2002 16:45:37 -0800
8705              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
8706      Branch: perl
8707            ! pod/perlre.pod pod/perlretut.pod
8708 ____________________________________________________________________________
8709 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
8710         Log: Try to handle UTF-8 locales.
8711      Branch: perl
8712            ! lib/locale.t
8713 ____________________________________________________________________________
8714 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
8715         Log: More binmode :bytes.
8716      Branch: perl
8717            ! t/io/utf8.t
8718 ____________________________________________________________________________
8719 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
8720         Log: binmode(FH, ":bytes") is the right way, methinks.
8721      Branch: perl
8722            ! ext/PerlIO/t/encoding.t
8723 ____________________________________________________________________________
8724 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
8725         Log: UTF-8 locale: need to open explicitly for bytes.
8726      Branch: perl
8727            ! ext/PerlIO/t/encoding.t
8728 ____________________________________________________________________________
8729 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
8730         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
8731      Branch: perl
8732            ! lib/Locale/Language.pm lib/Locale/Language.pod
8733 ____________________________________________________________________________
8734 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
8735         Log: Warn instead of croak.
8736      Branch: perl
8737            ! pod/perldiag.pod utf8.c
8738 ____________________________________________________________________________
8739 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
8740         Log: UTF-8 locale: there might already be one UTF-8 discipline.
8741      Branch: perl
8742            ! lib/open.t
8743 ____________________________________________________________________________
8744 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
8745         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
8746              From: "Craig A. Berry" <craigberry@mac.com>
8747              Date: Wed, 27 Mar 2002 15:22:13 -0600
8748              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
8749      Branch: perl
8750            ! t/lib/1_compile.t t/lib/compmod.pl
8751 ____________________________________________________________________________
8752 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
8753         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
8754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8755              Date: Wed, 27 Mar 2002 22:35:03 +0100
8756              Message-ID: <20020327223503.A678@rafael>
8757      Branch: perl
8758            ! pod/perlop.pod
8759 ____________________________________________________________________________
8760 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
8761         Log: Start using the Unicode 3.2.0 data (NOTE: still
8762              unofficial, but the data is unlikely to change much.
8763              Doublecheck when 3.2.0 gets released.)
8764      Branch: perl
8765            + lib/unicore/PropertyAliases.txt
8766            + lib/unicore/PropertyValueAliases.txt
8767            ! (edit 129 files)
8768 ____________________________________________________________________________
8769 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
8770         Log: Update Changes.
8771      Branch: perl
8772            ! Changes patchlevel.h
8773 ____________________________________________________________________________
8774 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
8775         Log: Further fixing for #15549.  Six tests are failing
8776              under Solaris with en_US.UTF-8 but those failures seem
8777              unrelated to the BOUND problem, will look at them later.
8778      Branch: perl
8779            ! regexec.c
8780 ____________________________________________________________________________
8781 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
8782         Log: Possible fix for "Orks, Dragons, and Elves":
8783              should now build under UTF-8 locales (is building
8784              under Solaris en_US.UTF-8 right now).
8785      Branch: perl
8786            ! Makefile.SH regexec.c
8787 ____________________________________________________________________________
8788 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
8789         Log: Forgotten from #15523.
8790      Branch: perl
8791            ! lib/Math/BigInt/Calc.pm
8792 ____________________________________________________________________________
8793 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
8794         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
8795              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
8796              Date: Wed, 27 Mar 2002 13:32:00 +0100
8797              Message-ID: <20020327133200.A18945@rafael>
8798      Branch: perl
8799            ! regcomp.c t/lib/warnings/regcomp
8800 ____________________________________________________________________________
8801 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
8802         Log: Subject: [PATCH] MANIFES --> MANIFEST
8803              From: Philip Newton <Philip.Newton@gmx.net>
8804              Date: Wed, 27 Mar 2002 10:05:46 +0000
8805              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
8806              
8807              (plus a few tweaks more)
8808      Branch: perl
8809            ! Porting/check83.pl
8810 ____________________________________________________________________________
8811 [ 15545] By: nick                                  on 2002/03/27  07:37:36
8812         Log: Integrate mainline
8813      Branch: perlio
8814           +> lib/Math/BigInt/t/with_sub.t
8815            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8816            - lib/bignum/t/trace.t
8817           !> (integrate 76 files)
8818 ____________________________________________________________________________
8819 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
8820         Log: Obsolete mailing list information.
8821      Branch: perl
8822            ! README.bs2000 README.os390 README.vmesa
8823 ____________________________________________________________________________
8824 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
8825         Log: More URL "whitespacing".
8826      Branch: perl
8827            ! README.bs2000 README.hurd README.mpeix README.netware
8828            ! README.os390 README.vmesa README.vos README.win32
8829            ! pod/perl5004delta.pod pod/perl5005delta.pod
8830            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
8831            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
8832            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
8833            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
8834            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
8835            ! pod/perltodo.pod
8836 ____________________________________________________________________________
8837 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
8838         Log: I like doubleclicking on URLs in pods to select them.
8839      Branch: perl
8840            ! README.amiga README.epoc README.vos pod/perl561delta.pod
8841            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
8842            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8843            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
8844            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
8845            ! pod/perltodo.pod pod/perlvar.pod
8846 ____________________________________________________________________________
8847 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
8848         Log: Regen modlib.
8849      Branch: perl
8850            ! pod/perlmodlib.pod
8851 ____________________________________________________________________________
8852 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
8853         Log: Update the CPAN sites list.
8854      Branch: perl
8855            ! pod/perlmodlib.PL pod/perlmodlib.pod
8856 ____________________________________________________________________________
8857 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
8858         Log: Regen modlib, toc.
8859      Branch: perl
8860            ! pod/perlmodlib.pod pod/perltoc.pod
8861 ____________________________________________________________________________
8862 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
8863         Log: s/rationale/rational/
8864      Branch: perl
8865            ! lib/Math/BigRat.pm lib/bigrat.pm
8866 ____________________________________________________________________________
8867 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
8868         Log: s/done/esac/
8869      Branch: perl
8870            ! hints/dec_osf.sh
8871 ____________________________________________________________________________
8872 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
8873         Log: Advertise big* and BigRat.
8874      Branch: perl
8875            ! pod/perldelta.pod
8876 ____________________________________________________________________________
8877 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
8878         Log: A missing ) in #15527.
8879      Branch: perl
8880            ! pp_sys.c
8881 ____________________________________________________________________________
8882 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
8883         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
8884              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8885              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
8886              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
8887      Branch: perl
8888            ! lib/ExtUtils/typemap
8889 ____________________________________________________________________________
8890 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
8891         Log: Subject: Re: Cygwin PerlIO.t failing
8892              From: Stas Bekman <stas@stason.org>
8893              Date: Wed, 27 Mar 2002 01:34:11 +0800
8894              Message-ID: <3CA0B113.1070800@stason.org>
8895      Branch: perl
8896            ! ext/PerlIO/PerlIO.t
8897 ____________________________________________________________________________
8898 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
8899         Log: Subject: [PATCH] safety check for vms/test.com
8900              From: "Craig A. Berry" <craigberry@mac.com>
8901              Date: Tue, 26 Mar 2002 12:15:21 -0600
8902              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
8903      Branch: perl
8904            ! vms/test.com
8905 ____________________________________________________________________________
8906 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
8907         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
8908              From: PPrymmer@factset.com
8909              Date: Tue, 26 Mar 2002 13:04:59 -0500
8910              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
8911      Branch: perl
8912            ! configure.com
8913 ____________________________________________________________________________
8914 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
8915         Log: Subject: [PATCH] Minor typo in test harness
8916              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8917              Date: Tue, 26 Mar 2002 17:44:06 -0000
8918              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
8919      Branch: perl
8920            ! t/lib/warnings/perlio
8921 ____________________________________________________________________________
8922 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
8923         Log: Subject: PATCH s2p.PL
8924              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8925              Date: Tue, 26 Mar 2002 17:16:46 +0100
8926              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
8927      Branch: perl
8928            ! x2p/s2p.PL
8929 ____________________________________________________________________________
8930 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
8931         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
8932      Branch: perl
8933            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8934            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8935            ! MANIFEST
8936 ____________________________________________________________________________
8937 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
8938         Log: Avoid and document a weird bug in UNICOS/mk.
8939      Branch: perl
8940            ! pod/perldelta.pod pp_sys.c
8941 ____________________________________________________________________________
8942 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
8943         Log: Math::BigInt::Lite 0.09, from Tels.
8944      Branch: perl
8945            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8946            ! MANIFEST
8947 ____________________________________________________________________________
8948 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
8949         Log: For now disable the test in OS/390; it seems to hang,
8950              but frustratingly seems to run from command line and
8951              from Perl debugger.
8952      Branch: perl
8953            ! lib/Math/BigInt/t/mbi_rand.t
8954 ____________________________________________________________________________
8955 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
8956         Log: EPOC update from Olaf Flebbe.
8957      Branch: perl
8958            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
8959            ! pod/perlport.pod t/io/fs.t
8960 ____________________________________________________________________________
8961 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
8962         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
8963              and bignum 0.11, from Tels.
8964      Branch: perl
8965            + lib/Math/BigInt/t/with_sub.t
8966            - lib/bignum/t/trace.t
8967            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8968            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
8969            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
8970            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
8971            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
8972            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
8973            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
8974            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
8975            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
8976            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
8977            ! lib/bignum/t/bigrat.t lib/bigrat.pm
8978            ! t/lib/Math/BigInt/Subclass.pm
8979 ____________________________________________________________________________
8980 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
8981         Log: Integrate perlio;
8982              
8983              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8984              
8985              Testcase for crlf spanning buffer boundary
8986      Branch: perl
8987           +> t/io/crlf.t
8988           !> MANIFEST perlio.c
8989 ____________________________________________________________________________
8990 [ 15521] By: nick                                  on 2002/03/26  15:31:55
8991         Log: Testcase for crlf spanning buffer boundary
8992      Branch: perlio
8993            + t/io/crlf.t
8994            ! MANIFEST
8995 ____________________________________________________________________________
8996 [ 15520] By: nick                                  on 2002/03/26  15:09:52
8997         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8998      Branch: perlio
8999            ! perlio.c
9000 ____________________________________________________________________________
9001 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
9002         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
9003      Branch: perl
9004            ! t/lib/1_compile.t
9005 ____________________________________________________________________________
9006 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
9007         Log: Document the Configure (really, awk) glitch in
9008              UNICOS/mk.
9009      Branch: perl
9010            ! pod/perldelta.pod
9011 ____________________________________________________________________________
9012 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
9013         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
9014              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9015              Date: Fri, 22 Mar 2002 16:11:28 +0100
9016              Message-ID: <3C9B57B0.31936.496399@localhost>
9017      Branch: perl
9018            ! win32/win32.c
9019 ____________________________________________________________________________
9020 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
9021         Log: Subject: Re: Jarkko likes OOOOs
9022              From: "Gerrit P. Haase" <gp@familiehaase.de>
9023              Date: Tue, 26 Mar 2002 08:44:02 +0100
9024              Message-ID: <40509050505.20020326084402@familiehaase.de>
9025      Branch: perl
9026            ! t/io/fs.t
9027 ____________________________________________________________________________
9028 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
9029         Log: Subject: [patch utils/perlbug] subject header setting problem      
9030              From: Stas Bekman <stas@stason.org>
9031              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
9032              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
9033      Branch: perl
9034            ! utils/perlbug.PL
9035 ____________________________________________________________________________
9036 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
9037         Log: Subject: [PATCH] win32/makefile.mk
9038              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9039              Date: Tue, 26 Mar 2002 13:56:19 +0100
9040              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
9041      Branch: perl
9042            ! win32/makefile.mk
9043 ____________________________________________________________________________
9044 [ 15513] By: nick                                  on 2002/03/26  07:17:17
9045         Log: Integrate mainline
9046      Branch: perlio
9047           +> (branch 39 files)
9048            - (delete 109 files)
9049           !> (integrate 105 files)
9050 ____________________________________________________________________________
9051 [ 15512] By: nick                                  on 2002/03/26  06:52:42
9052         Log: Integrate mainline
9053      Branch: perlio
9054           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
9055           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
9056           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
9057           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
9058           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
9059 ____________________________________________________________________________
9060 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
9061         Log: Installation advice from Robert Spier. 
9062      Branch: perl
9063            ! INSTALL
9064 ____________________________________________________________________________
9065 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
9066         Log: Stas setting things right.
9067      Branch: perl
9068            ! ext/PerlIO/PerlIO.t
9069 ____________________________________________________________________________
9070 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
9071         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
9072              From: Paul_GreenVOS@vos.stratus.com
9073              Date: Mon, 25 Mar 02 23:57 est
9074              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
9075      Branch: perl
9076            ! ext/IO/lib/IO/t/io_unix.t
9077 ____________________________________________________________________________
9078 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
9079         Log: Add threads hints for UNICOS/mk and UNICOS.
9080              (I'm just guessing on UNICOS.)
9081      Branch: perl
9082            ! hints/unicos.sh hints/unicosmk.sh
9083 ____________________________________________________________________________
9084 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
9085         Log: Mention the effect of Unicode keys on hashes.
9086      Branch: perl
9087            ! pod/perlunicode.pod
9088 ____________________________________________________________________________
9089 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
9090         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
9091              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9092              Date: Mon, 25 Mar 2002 17:24:33 -0600
9093              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
9094      Branch: perl
9095            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
9096            ! vms/vms_yfix.pl
9097 ____________________________________________________________________________
9098 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
9099         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
9100      Branch: perl
9101            ! hints/dec_osf.sh
9102 ____________________________________________________________________________
9103 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
9104         Log: The .ucm of Encode are big when uncompressed.
9105      Branch: perl
9106            ! INSTALL
9107 ____________________________________________________________________________
9108 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
9109         Log: I don't understand what is going on what these
9110              news tests, retracting the whole lot.
9111      Branch: perl
9112            ! ext/PerlIO/PerlIO.t
9113 ____________________________________________________________________________
9114 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
9115         Log: Upgrade to Encode 0.99, from Dan Kogai.
9116      Branch: perl
9117            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
9118            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
9119            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
9120            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
9121            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
9122            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
9123            + ext/Encode/Encode/ksc5601.ucm
9124            + ext/Encode/Encode/macCentEuro.ucm
9125            + ext/Encode/Encode/macCroatian.ucm
9126            + ext/Encode/Encode/macCyrillic.ucm
9127            + ext/Encode/Encode/macDingbats.ucm
9128            + ext/Encode/Encode/macGreek.ucm
9129            + ext/Encode/Encode/macIceland.ucm
9130            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
9131            + ext/Encode/Encode/macRumanian.ucm
9132            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
9133            + ext/Encode/Encode/macTurkish.ucm
9134            + ext/Encode/Encode/macUkraine.ucm
9135            + ext/Encode/Encode/shiftjis.ucm
9136            + ext/Encode/lib/Encode/10646_1.pm
9137            + ext/Encode/lib/Encode/CJKConstants.pm
9138            + ext/Encode/lib/Encode/CN/2022_CN.pm
9139            + ext/Encode/lib/Encode/JP/2022_JP.pm
9140            + ext/Encode/lib/Encode/JP/2022_JP1.pm
9141            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
9142            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
9143            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
9144            + ext/Encode/ucm2table
9145            - (delete 109 files)
9146            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
9147            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
9148            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
9149            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9150            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9151            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
9152            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
9153            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
9154            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
9155            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
9156            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
9157            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
9158            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
9159            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
9160            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
9161            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
9162            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
9163            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
9164            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
9165            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
9166            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
9167            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
9168            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
9169            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
9170            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
9171            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9172            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
9173            ! ext/Encode/Makefile.PL ext/Encode/README
9174            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9175            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
9176            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
9177            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
9178            ! ext/Encode/lib/Encode/Details.pod
9179            ! ext/Encode/lib/Encode/Encoding.pm
9180            ! ext/Encode/lib/Encode/Internal.pm
9181            ! ext/Encode/lib/Encode/JP/H2Z.pm
9182            ! ext/Encode/lib/Encode/JP/JIS.pm
9183            ! ext/Encode/lib/Encode/Supported.pod
9184            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9185            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9186            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
9187            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
9188            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
9189            ! ext/Encode/t/jisx0212.ref
9190 ____________________________________________________________________________
9191 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
9192         Log: Noise with -w.
9193      Branch: perl
9194            ! ext/PerlIO/PerlIO.t
9195 ____________________________________________________________________________
9196 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
9197         Log: If no perlio no perlio warnings, either.
9198      Branch: perl
9199            ! lib/warnings.t
9200 ____________________________________________________________________________
9201 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
9202         Log: ...and put some of the new perlio tests here.
9203              The in-memory ones not yet since my poor brain
9204              refuses to find the right TODO incantation.
9205      Branch: perl
9206            ! ext/PerlIO/PerlIO.t
9207 ____________________________________________________________________________
9208 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
9209         Log: Take away the perlio-requiring tests..
9210      Branch: perl
9211            ! t/io/open.t
9212 ____________________________________________________________________________
9213 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
9214         Log: More correct now, but actually the two new tests
9215              need to be moved, since they are perlio-only...
9216      Branch: perl
9217            ! t/io/open.t
9218 ____________________________________________________________________________
9219 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
9220         Log: More neo-io tests from Stas Bekman.
9221      Branch: perl
9222            ! t/io/open.t
9223 ____________________________________________________________________________
9224 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
9225         Log: Document the QNX6 sprintf glitch.
9226      Branch: perl
9227            ! pod/perldelta.pod
9228 ____________________________________________________________________________
9229 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
9230         Log: AmigaOS must use the ixemul directly, since there
9231              is no more vfork support.
9232      Branch: perl
9233            ! hints/amigaos.sh
9234 ____________________________________________________________________________
9235 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
9236         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
9237              From: Norton Allen <allen@huarp.harvard.edu>
9238              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
9239              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
9240      Branch: perl
9241            ! pp_sys.c
9242 ____________________________________________________________________________
9243 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
9244         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
9245              From: Norton Allen <allen@huarp.harvard.edu>
9246              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
9247              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
9248      Branch: perl
9249            ! ext/Socket/socketpair.t
9250 ____________________________________________________________________________
9251 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
9252         Log: Clarify the 8.3 rule.
9253      Branch: perl
9254            ! Porting/check83.pl
9255 ____________________________________________________________________________
9256 [ 15490] By: nick                                  on 2002/03/25  16:05:07
9257         Log: Integrate mainline
9258      Branch: perlio
9259           +> ext/Encode/lib/Encode/EncFormat.pod
9260           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
9261            - ext/Encode/lib/EncodeFormat.pod
9262           !> (integrate 41 files)
9263 ____________________________________________________________________________
9264 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
9265         Log: Update Changes.
9266      Branch: perl
9267            ! Changes patchlevel.h
9268 ____________________________________________________________________________
9269 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
9270         Log: Forgotten from #15486.
9271      Branch: perl
9272            ! perl.c
9273 ____________________________________________________________________________
9274 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
9275         Log: It seems that FreeBSD does not like using Perl's malloc
9276              when multithreaded.
9277      Branch: perl
9278            ! hints/freebsd.sh
9279 ____________________________________________________________________________
9280 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
9281         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
9282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9283              Date: Mon, 25 Mar 2002 11:33:17 +0100
9284              Message-ID: <20020325113317.A1410@rafael>
9285              
9286              Apparently VMS does not do YYDEBUG.
9287      Branch: perl
9288            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
9289 ____________________________________________________________________________
9290 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
9291         Log: Subject: [PATCH] warnings for perlio + others
9292              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9293              Date: Mon, 25 Mar 2002 13:01:44 -0000
9294              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
9295      Branch: perl
9296            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
9297            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
9298            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
9299            ! warnings.pl
9300 ____________________________________________________________________________
9301 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
9302         Log: As verified by Doug MacEachern.
9303      Branch: perl
9304            ! pod/perldelta.pod
9305 ____________________________________________________________________________
9306 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
9307         Log: MPE/iX update from Mark Bixby.
9308      Branch: perl
9309            + mpeix/mpeix.c
9310            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
9311            ! hints/mpeix.sh mpeix/mpeixish.h
9312 ____________________________________________________________________________
9313 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
9314         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
9315              From: Nicholas Clark <nick@unfortu.net>
9316              Date: Sun, 24 Mar 2002 22:50:06 +0000
9317              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
9318      Branch: perl
9319            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
9320 ____________________________________________________________________________
9321 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
9322         Log: Subject: [PATCH] fix warning + carp interaction
9323              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
9324              Date: Sun, 24 Mar 2002 23:00:21 -0000
9325              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
9326      Branch: perl
9327            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
9328            ! warnings.pl
9329 ____________________________________________________________________________
9330 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
9331         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
9332              (All the code changes have already been applied earlier.)
9333      Branch: perl
9334            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
9335 ____________________________________________________________________________
9336 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
9337         Log: DB_File: for the core version, no need to specify
9338              a minimum MM version.
9339      Branch: perl
9340            ! ext/DB_File/Makefile.PL
9341 ____________________________________________________________________________
9342 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
9343         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
9344              From: Dave Mitchell <davem@fdgroup.com>
9345              Date: Sun, 24 Mar 2002 22:23:08 +0000
9346              Message-ID: <20020324222308.B21963@fdgroup.com>
9347      Branch: perl
9348            ! pp_pack.c
9349 ____________________________________________________________________________
9350 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
9351         Log: Subject: [PATCH @15450] errno help for VMS
9352              From: "Craig A. Berry" <craigberry@mac.com>
9353              Date: Sun, 24 Mar 2002 16:17:52 -0600
9354              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
9355      Branch: perl
9356            ! ext/POSIX/t/posix.t vms/vms.c
9357 ____________________________________________________________________________
9358 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
9359         Log: Upgrade to Locale::Codes 2.03.
9360      Branch: perl
9361            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
9362            ! lib/Locale/Country.pm
9363 ____________________________________________________________________________
9364 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
9365         Log: metaconfig unit change for #15474.
9366      Branch: metaconfig/U/perl
9367            ! Extensions.U
9368 ____________________________________________________________________________
9369 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
9370         Log: The #15472 said "properly".  Ha!
9371      Branch: perl
9372            ! Configure
9373 ____________________________________________________________________________
9374 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
9375         Log: metaconfig unit change for #15472.
9376      Branch: metaconfig/U/perl
9377            ! Extensions.U
9378 ____________________________________________________________________________
9379 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
9380         Log: Properly scan for the subextensions of Encode
9381              when doing static builds.
9382      Branch: perl
9383            ! Configure
9384 ____________________________________________________________________________
9385 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
9386         Log: Tru64: Document the known odbm failure with static builds.
9387      Branch: perl
9388            ! README.tru64
9389 ____________________________________________________________________________
9390 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
9391         Log: microperl tweaks.
9392      Branch: perl
9393            ! Makefile.micro locale.c util.c
9394 ____________________________________________________________________________
9395 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
9396         Log: metaconfig unit changes for #15468.
9397      Branch: metaconfig
9398            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
9399            ! U/modified/libc.U U/modified/libs.U
9400            ! U/threads/d_pthread_atfork.U
9401 ____________________________________________________________________________
9402 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
9403         Log: Various metaconfig unit cleanup; only one visible change
9404              in Configure, though.
9405      Branch: perl
9406            ! Configure
9407 ____________________________________________________________________________
9408 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
9409         Log: Upgrade to Encode 0.98, from Dan Kogai.
9410      Branch: perl
9411            + ext/Encode/lib/Encode/EncFormat.pod
9412            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
9413            - ext/Encode/lib/EncodeFormat.pod
9414            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
9415            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
9416            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9417            ! ext/Encode/lib/Encode/Alias.pm
9418            ! ext/Encode/lib/Encode/Details.pod
9419            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9420            ! ext/Encode/lib/Encode/JP/JIS.pm
9421            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9422 ____________________________________________________________________________
9423 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
9424         Log: Integrate perlio;
9425              
9426              Avoid core-dump in Encode with PERLIO=mmap
9427      Branch: perl
9428           !> ext/Encode/Encode.xs
9429 ____________________________________________________________________________
9430 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
9431         Log: In the spirit of #15464.
9432      Branch: perl
9433            ! perl.c sv.c
9434 ____________________________________________________________________________
9435 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
9436         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
9437              From: Michael G Schwern <schwern@pobox.com>
9438              Date: Sun, 24 Mar 2002 02:27:25 -0500
9439              Message-ID: <20020324072725.GA3554@blackrider>
9440      Branch: perl
9441            ! perl.c
9442 ____________________________________________________________________________
9443 [ 15463] By: nick                                  on 2002/03/24  10:24:41
9444         Log: Integrate mainline
9445      Branch: perlio
9446           +> (branch 28 files)
9447            - lib/bigfloat.t lib/bigint.t
9448           !> (integrate 59 files)
9449 ____________________________________________________________________________
9450 [ 15462] By: nick                                  on 2002/03/24  08:59:35
9451         Log: Avoid core-dump in Encode with PERLIO=mmap
9452      Branch: perlio
9453            ! ext/Encode/Encode.xs
9454 ____________________________________________________________________________
9455 [ 15461] By: nick                                  on 2002/03/24  08:58:21
9456         Log: Too many machines doing integrate mainline
9457      Branch: perlio
9458           !> Changes Configure lib/AutoSplit.t
9459           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
9460           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
9461           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
9462           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
9463 ____________________________________________________________________________
9464 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
9465         Log: Retract Math::BigInt::Lite for now, seems to confuse
9466              bignum and bigrat.
9467      Branch: perl
9468            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9469            ! MANIFEST
9470 ____________________________________________________________________________
9471 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
9472         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
9473              From: "Craig A. Berry" <craigberry@mac.com>
9474              Date: Sat, 23 Mar 2002 23:23:00 -0600
9475              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
9476      Branch: perl
9477            ! configure.com vms/vms.c
9478 ____________________________________________________________________________
9479 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
9480         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
9481              From: Michael G Schwern <schwern@pobox.com>
9482              Date: Sat, 23 Mar 2002 21:32:32 -0500
9483              Message-ID: <20020324023232.GA29972@blackrider>
9484              
9485              (with Russ Allbery's simplifications)
9486      Branch: perl
9487            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
9488 ____________________________________________________________________________
9489 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
9490         Log: Merge Math::BigInt::Lite 0.08, from Tels.
9491      Branch: perl
9492            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
9493            ! MANIFEST
9494 ____________________________________________________________________________
9495 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
9496         Log: Too chatty.
9497      Branch: perl
9498            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
9499 ____________________________________________________________________________
9500 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
9501         Log: Merge bignum 0.10, from Tels.
9502      Branch: perl
9503            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
9504            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
9505            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
9506            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
9507            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
9508            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
9509            ! MANIFEST
9510 ____________________________________________________________________________
9511 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
9512         Log: Rename the Perl 4 tests in preparation of bignum.
9513      Branch: perl
9514            + lib/bigfloatpl.t lib/bigintpl.t
9515            - lib/bigfloat.t lib/bigint.t
9516            ! MANIFEST
9517 ____________________________________________________________________________
9518 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
9519         Log: Merge Math::BigRat 0.04, from Tels.
9520      Branch: perl
9521            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9522            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
9523            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
9524            + t/lib/Math/BigRat/Test.pm
9525            ! MANIFEST
9526 ____________________________________________________________________________
9527 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
9528         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
9529              From: Dave Mitchell <davem@fdgroup.com>
9530              Date: Sat, 23 Mar 2002 22:27:24 +0000
9531              Message-ID: <20020323222724.A19425@fdgroup.com>
9532      Branch: perl
9533            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
9534 ____________________________________________________________________________
9535 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
9536         Log: Forgotten.
9537      Branch: perl
9538            ! ext/Unicode/Normalize/README
9539 ____________________________________________________________________________
9540 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
9541         Log: Update Changes.
9542      Branch: perl
9543            ! Changes patchlevel.h
9544 ____________________________________________________________________________
9545 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
9546         Log: Subject: perldoc -m [PATCH]
9547              From: "John L. Allen" <allen@grumman.com>
9548              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
9549              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
9550      Branch: perl
9551            ! utils/perldoc.PL
9552 ____________________________________________________________________________
9553 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
9554         Log: Subject: Re: Copious warnings from Sys::Syslog
9555              From: andreas.koenig@anima.de (Andreas J. Koenig)
9556              Date: Sat, 23 Mar 2002 06:47:08 +0100
9557              Message-ID: <m31yebvns3.fsf@anima.de>
9558      Branch: perl
9559            ! ext/Sys/Syslog/Syslog.pm
9560 ____________________________________________________________________________
9561 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
9562         Log: Upgrade to Math::BigInt 1.55, from Tels.
9563      Branch: perl
9564            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
9565            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
9566            + lib/Math/BigInt/t/use_lib4.t
9567            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9568            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9569            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
9570            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
9571            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
9572            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
9573            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
9574            ! lib/Math/BigInt/t/upgrade.t
9575 ____________________________________________________________________________
9576 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
9577         Log: Upgrade to Encode 0.97, from Dan Kogai.
9578      Branch: perl
9579            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
9580            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
9581            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
9582            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9583            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9584            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
9585            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
9586            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
9587            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
9588            ! ext/Encode/t/Tcl.t
9589 ____________________________________________________________________________
9590 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
9591         Log: Slight tweaks on #15443.
9592      Branch: perl
9593            ! pod/perlvar.pod
9594 ____________________________________________________________________________
9595 [ 15444] By: nick                                  on 2002/03/23  17:30:42
9596         Log: Integrate mainline
9597      Branch: perlio
9598           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9599           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9600           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9601           !> (integrate 50 files)
9602 ____________________________________________________________________________
9603 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
9604         Log: Subject: patch [bleadperl]: Document %! special variable
9605              From: mjd@plover.com
9606              Date: 23 Mar 2002 18:25:44 -0000
9607              Message-ID: <20020323182544.11741.qmail@plover.com>    
9608      Branch: perl
9609            ! pod/perlvar.pod
9610 ____________________________________________________________________________
9611 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
9612         Log: Since the Encode::JP is unsupported under EBCDIC we
9613              cannot run this test (aliases as such should work fine).
9614      Branch: perl
9615            ! ext/Encode/t/Aliases.t
9616 ____________________________________________________________________________
9617 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
9618         Log: EBCDIC: the sorting order is different under
9619              byte-EBCDIC and Unicode.
9620      Branch: perl
9621            ! t/op/utfhash.t
9622 ____________________________________________________________________________
9623 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
9624         Log: EBCDIC: the character codes are different.
9625      Branch: perl
9626            ! lib/Pod/t/pod2html-lib.pl
9627 ____________________________________________________________________________
9628 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
9629         Log: Purify: #15434 got the test the wrong.
9630              (Is there an approved way of testing "is this an unop"?)
9631      Branch: perl
9632            ! op.c
9633 ____________________________________________________________________________
9634 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
9635         Log: Purify: Array bounds read: could read one character past the end.
9636      Branch: perl
9637            ! pp_pack.c
9638 ____________________________________________________________________________
9639 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
9640         Log: Purify: Array bounds read: reading one byte before the buffer.
9641      Branch: perl
9642            ! util.c
9643 ____________________________________________________________________________
9644 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
9645         Log: Purify: Unitialized memory read.  Too many code paths
9646              to keep track of, I guess.
9647      Branch: perl
9648            ! sv.c
9649 ____________________________________________________________________________
9650 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
9651         Log: Purify: Array bounds write: pre-extend the strxfrm
9652              buffer by a factor of four (suggested maximum by HP-UX;
9653              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
9654              know how portable that is; locale.c uses yet another trick
9655              (not a particularly good trick, I might add))
9656      Branch: perl
9657            ! ext/POSIX/POSIX.xs
9658 ____________________________________________________________________________
9659 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
9660         Log: Purify: Array bounds read: o->op_last was accessed
9661              for unops (via newUNOP() and ck_eof()).
9662              (analysis okay, patch bad: see #15439)
9663      Branch: perl
9664            ! op.c
9665 ____________________________________________________________________________
9666 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
9667         Log: Subject: [PATCH] vms/test.com, File::Find tests
9668              From: "Craig A. Berry" <craigberry@mac.com>
9669              Date: Fri, 22 Mar 2002 16:52:59 -0600
9670              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
9671      Branch: perl
9672            ! vms/test.com
9673 ____________________________________________________________________________
9674 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
9675         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
9676              From: Michael G Schwern <schwern@pobox.com>
9677              Date: Fri, 22 Mar 2002 18:08:19 -0500
9678              Message-ID: <20020322230819.GB16454@blackrider>
9679      Branch: perl
9680            ! ext/Sys/Syslog/Syslog.pm
9681 ____________________________________________________________________________
9682 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
9683         Log: Update the information on Encode.
9684      Branch: perl
9685            ! pod/perldelta.pod
9686 ____________________________________________________________________________
9687 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
9688         Log: Upgrade to Encode 0.96, from Dan Kogai.
9689      Branch: perl
9690            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9691            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9692            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9693            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9694            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9695            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9696            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
9697            ! ext/Encode/lib/Encode/Alias.pm
9698            ! ext/Encode/lib/Encode/Encoding.pm
9699            ! ext/Encode/lib/Encode/Internal.pm
9700            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9701 ____________________________________________________________________________
9702 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
9703         Log: Subject: [PATCH] h2xs.t fix for VMS
9704              From: "Craig A. Berry" <craigberry@mac.com>
9705              Date: Fri, 22 Mar 2002 15:47:38 -0600
9706              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
9707      Branch: perl
9708            ! lib/h2xs.t
9709 ____________________________________________________________________________
9710 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
9711         Log: One more pass.
9712      Branch: perl
9713            ! epoc/config.sh
9714 ____________________________________________________________________________
9715 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
9716         Log: Even better version from Olaf Flebbe.
9717      Branch: perl
9718            ! epoc/config.sh pp_sys.c util.c
9719 ____________________________________________________________________________
9720 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
9721         Log: EPOC update from Olaf Flebbe.
9722      Branch: perl
9723            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
9724            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
9725 ____________________________________________________________________________
9726 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
9727         Log: Tweak from John P. Linderman.
9728      Branch: perl
9729            ! pod/perlhack.pod
9730 ____________________________________________________________________________
9731 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
9732         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
9733              From: Stas Bekman <stas@stason.org>
9734              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
9735              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
9736      Branch: perl
9737            ! pod/perlfunc.pod
9738 ____________________________________________________________________________
9739 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
9740         Log: Subject: [PATCH] check sysconf's return value in reentr.c
9741              From: <slaven.rezic@berlin.de>
9742              Date: Fri, 22 Mar 2002 18:30:36 +0100
9743              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
9744              
9745              (plus use 4k instead 2k as the "usual" size)
9746      Branch: perl
9747            ! reentr.c reentr.pl
9748 ____________________________________________________________________________
9749 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
9750         Log: Update Changes.
9751      Branch: perl
9752            ! Changes patchlevel.h
9753 ____________________________________________________________________________
9754 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
9755         Log: Forgot from #15416.
9756      Branch: perl
9757            ! pod/perlfaq3.pod
9758 ____________________________________________________________________________
9759 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
9760         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
9761              From: andreas.koenig@anima.de (Andreas J. Koenig)
9762              Date: Fri, 22 Mar 2002 16:27:51 +0100
9763              Message-ID: <m3n0x0vczs.fsf@anima.de>
9764      Branch: perl
9765            ! pod/perlmodstyle.pod
9766 ____________________________________________________________________________
9767 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
9768         Log: metaconfig unit changes for #15418.
9769      Branch: metaconfig
9770            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9771            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9772            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9773            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9774            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9775            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9776            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9777            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9778            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9779            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9780            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9781            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9782            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9783            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9784            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9785            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9786            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9787            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9788            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9789            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9790            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9791            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9792            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9793            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9794 ____________________________________________________________________________
9795 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
9796         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
9797              Also, there's no i_stdio.
9798      Branch: perl
9799            ! Configure reentr.h reentr.pl
9800 ____________________________________________________________________________
9801 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
9802         Log: Document a known AIX warning.
9803      Branch: perl
9804            ! pod/perldelta.pod
9805 ____________________________________________________________________________
9806 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
9807         Log: Undo #15415, allow the faq people to catch up first.
9808      Branch: perl
9809            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9810 ____________________________________________________________________________
9811 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
9812         Log: FAQ sync.
9813      Branch: perl
9814            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
9815 ____________________________________________________________________________
9816 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
9817         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
9818              From: andreas.koenig@anima.de (Andreas J. Koenig)
9819              Date: Fri, 22 Mar 2002 15:16:19 +0100
9820              Message-ID: <m38z8kwuvg.fsf@anima.de>
9821              
9822              (plus reformat)
9823      Branch: perl
9824            ! pod/perldelta.pod
9825 ____________________________________________________________________________
9826 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
9827         Log: Integrate perlio;
9828              
9829              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9830              
9831              Check for sanity of UTF-8 keys in hashes
9832      Branch: perl
9833           +> t/op/utfhash.t
9834           !> MANIFEST doio.c
9835 ____________________________________________________________________________
9836 [ 15412] By: nick                                  on 2002/03/22  10:50:53
9837         Log: Check for sanity of UTF-8 keys in hashes
9838              (feel free to add more tests...)
9839      Branch: perlio
9840            + t/op/utfhash.t
9841            ! MANIFEST
9842 ____________________________________________________________________________
9843 [ 15411] By: ams                                   on 2002/03/22  08:36:33
9844         Log: Revert #15200 for backwards compatiblity reasons.
9845      Branch: perl
9846            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
9847            ! pp_ctl.c t/op/override.t
9848 ____________________________________________________________________________
9849 [ 15410] By: nick                                  on 2002/03/22  07:47:41
9850         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9851              - when (e.g.) STDOUT is char special file and gets IoOFP
9852              created - do _NOT_ pass num_svs as that fopen-s stringified
9853              glob, and not fdopen-s the fd.
9854      Branch: perlio
9855            ! doio.c
9856 ____________________________________________________________________________
9857 [ 15409] By: nick                                  on 2002/03/22  07:19:33
9858         Log: Integrate mainline
9859      Branch: perlio
9860           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9861           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9862           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9863           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9864           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9865           +> ext/Encode/lib/Encode/Details.pod
9866           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9867           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9868           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9869           +> lib/Pod/t/pod2html-lib.pl
9870            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9871           !> (integrate 39 files)
9872 ____________________________________________________________________________
9873 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
9874         Log: Win32 tweak from mjd.
9875      Branch: perl
9876            ! lib/Tie/File.pm
9877 ____________________________________________________________________________
9878 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
9879         Log: If Unicode keys are entered to a hash, a bit is turned on.
9880              If the bit is on, when the keys are fetched from the hash
9881              (%h, each %h, keys %h), the Unicodified versions of the keys
9882              are returned if needed.  This solution errs on the size of
9883              over-Unicodifying, the old solution erred on the side of
9884              under-Unicodifying.  As long as the hash keys can be a mix
9885              of byte and Unicode strings, a perfect fit is hard to come by.
9886      Branch: perl
9887            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
9888            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
9889 ____________________________________________________________________________
9890 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
9891         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9892              From: Mike Guy <mjtg@cam.ac.uk>
9893              Date: Fri, 22 Mar 2002 02:08:20 +0000
9894              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
9895      Branch: perl
9896            ! pod/perldelta.pod
9897 ____________________________________________________________________________
9898 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
9899         Log: PM_SETRE() fallout.
9900      Branch: perl
9901            ! ext/ByteLoader/bytecode.h
9902 ____________________________________________________________________________
9903 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
9904         Log: Subject: [PATCH pod/perlxs.pod] doc fix
9905              From: Stas Bekman <stas@stason.org>
9906              Date: Thu, 21 Mar 2002 18:47:35 +0800
9907              Message-ID: <3C99BA47.9010403@stason.org>
9908      Branch: perl
9909            ! pod/perlxs.pod
9910 ____________________________________________________________________________
9911 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
9912         Log: Subject: [PATCH]
9913              From: Slaven Rezic <slaven.rezic@berlin.de>
9914              Date: 21 Mar 2002 10:19:23 +0100
9915              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
9916              
9917              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
9918      Branch: perl
9919            ! hints/freebsd.sh
9920 ____________________________________________________________________________
9921 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
9922         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
9923              From: Tim Bunce <Tim.Bunce@pobox.com>
9924              Date: Thu, 21 Mar 2002 21:18:05 +0000
9925              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
9926      Branch: perl
9927            ! ext/Storable/Storable.xs
9928 ____________________________________________________________________________
9929 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
9930         Log: Reword the Apache^Wmod_perl bit so that Sarathy
9931              can sleep easier :-)
9932      Branch: perl
9933            ! pod/perldelta.pod
9934 ____________________________________________________________________________
9935 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
9936         Log: It seems that the strange failure (core dump) of
9937              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
9938              (1) using Sun's cc helps
9939              (2) rewriting the ithreads PM_SETRE() to do the
9940              setting in two steps helps
9941              (3) no other platforms have the crash
9942              (4) Tru64's Third Degree sees nothing evil
9943              So we implement (2).
9944      Branch: perl
9945            ! op.h
9946 ____________________________________________________________________________
9947 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
9948         Log: Solaris: default to the SUNwspro cc if it is available.
9949      Branch: perl
9950            ! hints/solaris_2.sh
9951 ____________________________________________________________________________
9952 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
9953         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9954              does not get fixed in time.
9955      Branch: perl
9956            ! pod/perldelta.pod
9957 ____________________________________________________________________________
9958 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
9959         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
9960              From: Dave Mitchell <davem@fdgroup.com>
9961              Date: Thu, 21 Mar 2002 17:24:40 +0000
9962              Message-ID: <20020321172440.C13683@fdgroup.com>
9963      Branch: perl
9964            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
9965            ! pod/perlapi.pod proto.h sv.h toke.c
9966 ____________________________________________________________________________
9967 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
9968         Log: One more proto escapee.
9969      Branch: perl
9970            ! hints/linux.sh
9971 ____________________________________________________________________________
9972 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
9973         Log: metaconfig unit change for #15394.
9974      Branch: metaconfig/U/perl
9975            ! Checkcc.U
9976 ____________________________________________________________________________
9977 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
9978         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
9979              From: Robin Barker <rmb1@cise.npl.co.uk>
9980              Date: Thu, 21 Mar 2002 17:35:00 GMT
9981              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
9982      Branch: perl
9983            ! Configure
9984 ____________________________________________________________________________
9985 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
9986         Log: Subject: Re: [tests for Pod::Html]
9987              From: Stas Bekman <stas@stason.org>
9988              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
9989              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
9990      Branch: perl
9991            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9992            - t/pod2html/README
9993            ! MANIFEST lib/Pod/t/pod2html-lib.pl
9994 ____________________________________________________________________________
9995 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
9996         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
9997              From: Stas Bekman <stas@stason.org>
9998              Date: Thu, 21 Mar 2002 18:50:56 +0800
9999              Message-ID: <3C99BB10.50004@stason.org>
10000      Branch: perl
10001            ! ext/Cwd/Cwd.xs
10002 ____________________________________________________________________________
10003 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
10004         Log: Upgrade to Encode 0.95, from Dan Kogai.
10005      Branch: perl
10006            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
10007            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
10008            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
10009            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
10010            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
10011            + ext/Encode/lib/Encode/Details.pod
10012            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
10013            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10014            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10015            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
10016            ! ext/Encode/Makefile.PL
10017 ____________________________________________________________________________
10018 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
10019         Log: Mention the new syslog try-harder feature.
10020      Branch: perl
10021            ! pod/perldelta.pod
10022 ____________________________________________________________________________
10023 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
10024         Log: metaconfig unit changes for #15388.
10025      Branch: metaconfig
10026            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10027            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10028            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10029            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10030            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10031            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10032            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10033            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10034            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10035            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10036            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10037            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10038            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10039            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10040            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10041            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10042            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10043            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10044            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10045            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10046            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10047            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10048            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10049            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10050 ____________________________________________________________________________
10051 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
10052         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
10053              From: Spider Boardman <spider@web.zk3.dec.com>
10054              Date: Thu, 21 Mar 2002 09:23:45 -0500
10055              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
10056      Branch: perl
10057            ! Configure hints/hpux.sh reentr.pl
10058 ____________________________________________________________________________
10059 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
10060         Log: NetWare diff from C Aditya.
10061      Branch: perl
10062            ! perl.h
10063 ____________________________________________________________________________
10064 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
10065         Log: The htmlview test doesn't work yet.
10066      Branch: perl
10067            + t/pod2html/README
10068            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10069            ! MANIFEST
10070 ____________________________________________________________________________
10071 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
10072         Log: Placeholder.
10073      Branch: perl
10074            ! MANIFEST
10075 ____________________________________________________________________________
10076 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
10077         Log: Integrate perlio: missing tabs in makefile.mk.
10078      Branch: perl
10079           !> win32/makefile.mk
10080 ____________________________________________________________________________
10081 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
10082         Log: Subject: [tests for Pod::Html]
10083              From: Stas Bekman <stas@stason.org>
10084              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
10085              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
10086      Branch: perl
10087            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
10088            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
10089            + lib/Pod/t/pod2html-lib.pl
10090            ! MANIFEST
10091 ____________________________________________________________________________
10092 [ 15382] By: nick                                  on 2002/03/21  07:21:57
10093         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
10094      Branch: perlio
10095           +> ext/Encode/AUTHORS ext/Encode/Changes
10096           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
10097           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10098           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10099           +> ext/I18N/Langinfo/fallback/const-c.inc
10100           +> ext/I18N/Langinfo/fallback/const-xs.inc
10101           +> lib/ExtUtils/t/Constant.t
10102            - ext/Encode/Encode/euc-jp-0212.enc
10103            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
10104            - ext/Encode/t/table.euc ext/Encode/t/table.ref
10105            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
10106           !> (integrate 105 files)
10107 ____________________________________________________________________________
10108 [ 15381] By: nick                                  on 2002/03/21  06:59:57
10109         Log: Restore tabs so dmake will parse file!
10110      Branch: perlio
10111            ! win32/makefile.mk
10112 ____________________________________________________________________________
10113 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
10114         Log: Upgrade to Unicode::Normalize 0.16.
10115      Branch: perl
10116            ! ext/Unicode/Normalize/Changes
10117            ! ext/Unicode/Normalize/Normalize.pm
10118 ____________________________________________________________________________
10119 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
10120         Log: Schwern's wallet is a bit more loose.
10121      Branch: perl
10122            ! t/lib/1_compile.t
10123 ____________________________________________________________________________
10124 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
10125         Log: Subject: [PATCH]
10126              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
10127              Date: Wed, 20 Mar 2002 22:56:17 -0000
10128              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
10129              
10130              packWARN also for subdirs.
10131      Branch: perl
10132            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
10133            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
10134            ! win32/win32.c
10135 ____________________________________________________________________________
10136 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
10137         Log: A plan is better.
10138      Branch: perl
10139            ! ext/Encode/t/CJKalias.t
10140 ____________________________________________________________________________
10141 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
10142         Log: Upgrade to Encode 0.94, from Dan Kogai.
10143      Branch: perl
10144            + ext/Encode/lib/Encode/Description.pod
10145            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
10146            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
10147            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10148            ! ext/Encode/lib/Encode/Encoding.pm
10149            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10150            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10151            ! ext/Encode/t/CJKalias.t
10152 ____________________________________________________________________________
10153 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
10154         Log: Rats' nest.
10155      Branch: perl
10156            ! hints/solaris_2.sh
10157 ____________________________________________________________________________
10158 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
10159         Log: Rrright.
10160      Branch: perl
10161            ! pod/perlguts.pod
10162 ____________________________________________________________________________
10163 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
10164         Log: Update Changes.
10165      Branch: perl
10166            ! Changes patchlevel.h
10167 ____________________________________________________________________________
10168 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
10169         Log: Reapply #15336.
10170      Branch: perl
10171            ! ext/Encode/lib/Encode/Tcl.pm
10172 ____________________________________________________________________________
10173 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
10174         Log: Upgrade to Encode 0.93, from Dan Kogai.
10175      Branch: perl
10176            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
10177            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10178            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
10179            ! ext/Encode/README ext/Encode/TW/TW.pm
10180            ! ext/Encode/lib/Encode/CN/HZ.pm
10181            ! ext/Encode/lib/Encode/Encoding.pm
10182            ! ext/Encode/lib/Encode/Internal.pm
10183            ! ext/Encode/lib/Encode/JP/Constants.pm
10184            ! ext/Encode/lib/Encode/JP/H2Z.pm
10185            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10186            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10187            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10188            ! ext/Encode/lib/Encode/Tcl/Table.pm
10189            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10190            ! ext/Encode/lib/Encode/iso10646_1.pm
10191            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10192            ! ext/Encode/t/JP.t
10193 ____________________________________________________________________________
10194 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
10195         Log: Subject: patch for syslog
10196              From: <Nick.Williams@morganstanley.com>
10197              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
10198              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
10199      Branch: perl
10200            ! ext/Sys/Syslog/Syslog.pm
10201 ____________________________________________________________________________
10202 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
10203         Log: Some failure updates.
10204      Branch: perl
10205            ! pod/perldelta.pod
10206 ____________________________________________________________________________
10207 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
10208         Log: Getopt::Long 2.29 from Johan Vromans.
10209      Branch: perl
10210            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
10211 ____________________________________________________________________________
10212 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
10213         Log: Rename ExtUtils.t to Constant.t, as suggested by
10214              Nicholas Clark.
10215      Branch: perl
10216            + lib/ExtUtils/t/Constant.t
10217            - lib/ExtUtils/t/ExtUtils.t
10218            ! MANIFEST
10219 ____________________________________________________________________________
10220 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
10221         Log: Subject: [PATCH] TODO - Make Schwern Poorer
10222              From: Nicholas Clark <nick@unfortu.net>
10223              Date: Tue, 19 Mar 2002 22:50:28 +0000
10224              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
10225      Branch: perl
10226            ! t/lib/1_compile.t
10227 ____________________________________________________________________________
10228 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
10229         Log: Subject: Re: The story of O [PATCH]
10230              From: Richard.Foley@t-online.de (Richard Foley)
10231              Date: Sun, 17 Mar 2002 08:37:26 +0100
10232              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
10233      Branch: perl
10234            ! lib/perl5db.pl
10235 ____________________________________________________________________________
10236 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
10237         Log: Mention the external modules Encode::HanExtra and
10238              PadWalker.
10239      Branch: perl
10240            ! pod/perldelta.pod
10241 ____________________________________________________________________________
10242 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
10243         Log: Subject: [PATCH] List lexicals from debugger
10244              From: Peter Scott <Peter@PSDT.com>
10245              Date: Tue, 19 Mar 2002 12:28:52 -0800
10246              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
10247      Branch: perl
10248            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
10249 ____________________________________________________________________________
10250 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
10251         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
10252              and :encoding(xxx) was errorneously parsed.
10253      Branch: perl
10254            ! lib/open.pm
10255 ____________________________________________________________________________
10256 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
10257         Log: Subject: [PATCH bleadperl] exec.t tweak
10258              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10259              Date: Wed, 20 Mar 2002 01:21:40 +0100
10260              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
10261              
10262              4NT returns 2 as error-code for nonexistant file.
10263      Branch: perl
10264            ! t/op/exec.t
10265 ____________________________________________________________________________
10266 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
10267         Log: minor Tie::File test patch to make win32 happier, from mjd.
10268      Branch: perl
10269            ! lib/Tie/File/t/30_defer.t
10270 ____________________________________________________________________________
10271 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
10272         Log: Subject: [PATCH bleadperl] magic.t tweak
10273              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10274              Date: Wed, 20 Mar 2002 00:39:16 +0100
10275              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
10276      Branch: perl
10277            ! t/op/magic.t
10278 ____________________________________________________________________________
10279 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
10280         Log: Typo fix from Andreas Koenig, plus a tweak.
10281      Branch: perl
10282            ! pod/perlunicode.pod
10283 ____________________________________________________________________________
10284 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
10285         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
10286              in Mandrake 8.2.  Now we need to figure out a way not to
10287              unbreak Apache.
10288      Branch: perl
10289            ! hints/linux.sh
10290 ____________________________________________________________________________
10291 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
10292         Log: Fix for "UTF-8 bug with s///" from Hugo.
10293      Branch: perl
10294            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
10295            ! t/op/pat.t
10296 ____________________________________________________________________________
10297 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
10298         Log: metaconfig unit change for #15354.
10299      Branch: metaconfig
10300            ! U/threads/usethreads.U
10301 ____________________________________________________________________________
10302 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
10303         Log: Installation updates on threads and perlio.
10304      Branch: perl
10305            ! Configure INSTALL
10306 ____________________________________________________________________________
10307 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
10308         Log: Tpo.
10309      Branch: perl
10310            ! pod/perlfaq6.pod
10311 ____________________________________________________________________________
10312 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
10313         Log: Regen modlib and toc.
10314      Branch: perl
10315            ! pod/perlmodlib.pod pod/perltoc.pod
10316 ____________________________________________________________________________
10317 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
10318         Log: Whitespace tweaks.
10319      Branch: perl
10320            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
10321            ! pod/perltodo.pod pod/perlunicode.pod
10322 ____________________________________________________________________________
10323 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
10324         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
10325              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
10326              (And as suggested by Markus Kuhn.)
10327              
10328              While we are at it, document also the case of
10329              mixed hash keys as a known potential troublemaker.
10330              (Since it's locale-related, sometimes.)
10331      Branch: perl
10332            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
10333            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
10334            ! pod/perluniintro.pod
10335 ____________________________________________________________________________
10336 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
10337         Log: Surely a typo.
10338      Branch: perl
10339            ! gv.c
10340 ____________________________________________________________________________
10341 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
10342         Log: Take two.
10343      Branch: perl
10344            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10345            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10346 ____________________________________________________________________________
10347 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
10348         Log: Let's try this from scratch.
10349      Branch: perl
10350            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10351            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10352 ____________________________________________________________________________
10353 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
10354         Log: I could do this all day...
10355      Branch: perl
10356            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10357            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10358 ____________________________________________________________________________
10359 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
10360         Log: Grrr.
10361      Branch: perl
10362            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10363            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10364 ____________________________________________________________________________
10365 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
10366         Log: Subject: Re: Nearly OK for cygwin@15318
10367              From: John Peacock <jpeacock@rowman.com>
10368              Date: Tue, 19 Mar 2002 15:58:08 -0500
10369              Message-ID: <3C97A660.3060302@rowman.com>
10370      Branch: perl
10371            ! pod/perlport.pod
10372 ____________________________________________________________________________
10373 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
10374         Log: Subject: Re: Nearly OK for cygwin@15318
10375              From: <slaven.rezic@berlin.de>
10376              Date: Tue, 19 Mar 2002 21:47:49 +0100
10377              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
10378              
10379              Subject: Re: Nearly OK for cygwin@15318
10380              From: <slaven.rezic@berlin.de>
10381              Date: Tue, 19 Mar 2002 21:37:18 +0100
10382              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
10383      Branch: perl
10384            ! pod/perlport.pod t/io/fs.t
10385 ____________________________________________________________________________
10386 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
10387         Log: D'oh.
10388      Branch: perl
10389            + ext/I18N/Langinfo/fallback/const-c.inc
10390            + ext/I18N/Langinfo/fallback/const-xs.inc
10391 ____________________________________________________________________________
10392 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
10393         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
10394              From: Nicholas Clark <nick@unfortu.net>
10395              Date: Tue, 19 Mar 2002 22:37:08 +0000
10396              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
10397              
10398              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
10399              From: Nicholas Clark <nick@ccl4.org>
10400              Date: Tue, 19 Mar 2002 22:39:55 +0000
10401              Message-ID: <20020319223954.G94831@plum.flirble.org>
10402      Branch: perl
10403            - ext/I18N/Langinfo/fallback.xs
10404            ! MANIFEST
10405 ____________________________________________________________________________
10406 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
10407         Log: Text, not binary.
10408      Branch: perl
10409            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
10410            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
10411 ____________________________________________________________________________
10412 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
10413         Log: Subject: Re: perl@15244
10414              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10415              Date: Mon, 18 Mar 2002 17:37:31 +0100
10416              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
10417              
10418              (Goedendag: Dutch whitespace police)
10419      Branch: perl
10420            ! hints/hpux.sh
10421 ____________________________________________________________________________
10422 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
10423         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
10424              From: Nicholas Clark <nick@unfortu.net>
10425              Date: Tue, 19 Mar 2002 21:52:47 +0000
10426              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
10427      Branch: perl
10428            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
10429            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
10430            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
10431            ! ext/Sys/Syslog/Makefile.PL
10432 ____________________________________________________________________________
10433 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
10434         Log: More pathname portability checks.
10435      Branch: perl
10436            ! Porting/check83.pl
10437 ____________________________________________________________________________
10438 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
10439         Log: Begone, Encode::Tcl::Extended.
10440      Branch: perl
10441            ! ext/Encode/lib/Encode/Tcl.pm
10442 ____________________________________________________________________________
10443 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
10444         Log: This is like trying to put the shaving cream
10445              back to the can...
10446      Branch: perl
10447            ! hints/linux.sh
10448 ____________________________________________________________________________
10449 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
10450         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
10451              types of usleep().  Fun, fun. fun.
10452      Branch: perl
10453            ! hints/linux.sh
10454 ____________________________________________________________________________
10455 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
10456         Log: Sarathy's new suggestion for Linux threading flags.
10457      Branch: perl
10458            ! hints/linux.sh
10459 ____________________________________________________________________________
10460 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
10461         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
10462      Branch: perl
10463            - ext/Encode/Encode/euc-jp-0212.ucm
10464            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
10465            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10466 ____________________________________________________________________________
10467 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
10468         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
10469              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10470              Date: Tue, 19 Mar 2002 00:42:22 +0100
10471              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
10472      Branch: perl
10473            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
10474 ____________________________________________________________________________
10475 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
10476         Log: "+" is not a valid filename character in VMS.
10477      Branch: perl
10478            + ext/Encode/Encode/euc-jp-0212.ucm
10479            - ext/Encode/Encode/euc-jp+0212.ucm
10480            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
10481 ____________________________________________________________________________
10482 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
10483         Log: Update Changes.
10484      Branch: perl
10485            ! Changes patchlevel.h
10486 ____________________________________________________________________________
10487 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
10488         Log: Take away _GNU_SOURCE since that does not seem
10489              to play well with other software (like Apache),
10490              just hint away the WHOAs.
10491      Branch: perl
10492            ! hints/linux.sh
10493 ____________________________________________________________________________
10494 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
10495         Log: metaconfig unit change for #15326.
10496      Branch: metaconfig
10497            ! U/threads/d_crypt_r.U
10498 ____________________________________________________________________________
10499 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
10500         Log: Support crypt_r(const char*,const char*, CRYPTD*).
10501      Branch: perl
10502            ! Configure reentr.h reentr.pl
10503 ____________________________________________________________________________
10504 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
10505         Log: VMS acrobatics from Peter Prymmer.
10506      Branch: perl
10507            ! lib/ExtUtils/t/ExtUtils.t
10508 ____________________________________________________________________________
10509 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
10510         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
10511              From: Stas Bekman <stas@stason.org>
10512              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
10513              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
10514      Branch: perl
10515            ! lib/Pod/Html.pm
10516 ____________________________________________________________________________
10517 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
10518         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
10519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10520              Date: Tue, 19 Mar 2002 10:49:27 +0100
10521              Message-ID: <20020319104927.C705@rafael>   
10522      Branch: perl
10523            ! ext/B/t/xref.t
10524 ____________________________________________________________________________
10525 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
10526         Log: Integrate perlio;
10527              
10528              Move docs for Encode::valid_utf8 (which does not exist)
10529              to be docs for utf8::valid() (which does).
10530      Branch: perl
10531           !> ext/Encode/Encode.pm lib/utf8.pm
10532 ____________________________________________________________________________
10533 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
10534         Log: Remove Encode::Tcl::Extended, suggested by
10535              SADAHIRO Tomoyuki.
10536      Branch: perl
10537            - ext/Encode/Encode/euc-jp-0212.enc
10538            - ext/Encode/lib/Encode/Tcl/Extended.pm
10539            ! MANIFEST ext/Encode/MANIFEST
10540            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10541            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
10542 ____________________________________________________________________________
10543 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
10544         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
10545      Branch: perl
10546            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
10547            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
10548            + ext/Encode/t/jisx0212.ref
10549            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
10550            - ext/Encode/t/table.ref
10551            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
10552            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
10553            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
10554            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
10555            ! ext/Encode/lib/Encode/CN/HZ.pm
10556            ! ext/Encode/lib/Encode/Encoding.pm
10557            ! ext/Encode/lib/Encode/Internal.pm
10558            ! ext/Encode/lib/Encode/JP/Constants.pm
10559            ! ext/Encode/lib/Encode/JP/H2Z.pm
10560            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10561            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
10562            ! ext/Encode/lib/Encode/Tcl/Escape.pm
10563            ! ext/Encode/lib/Encode/Tcl/Extended.pm
10564            ! ext/Encode/lib/Encode/Tcl/Table.pm
10565            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
10566            ! ext/Encode/lib/Encode/iso10646_1.pm
10567            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
10568            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
10569            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
10570 ____________________________________________________________________________
10571 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
10572         Log: constness+signedness nit.
10573      Branch: perl
10574            ! ext/Unicode/Normalize/Normalize.xs
10575 ____________________________________________________________________________
10576 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
10577         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
10578      Branch: perl
10579            ! ext/Unicode/Normalize/Changes
10580            ! ext/Unicode/Normalize/Normalize.pm
10581            ! ext/Unicode/Normalize/Normalize.xs
10582            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
10583            ! ext/Unicode/Normalize/t/func.t
10584 ____________________________________________________________________________
10585 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
10586         Log: Split the ebcdic details to perlebcdic.
10587      Branch: perl
10588            ! pod/perlebcdic.pod pod/perluniintro.pod
10589 ____________________________________________________________________________
10590 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
10591         Log: Be explicit.
10592      Branch: perl
10593            ! pod/perluniintro.pod
10594 ____________________________________________________________________________
10595 [ 15315] By: nick                                  on 2002/03/19  09:24:18
10596         Log: Integrate mainline
10597      Branch: perlio
10598           +> ext/List/Util/t/openhan.t
10599           !> (integrate 53 files)
10600 ____________________________________________________________________________
10601 [ 15314] By: nick                                  on 2002/03/19  07:39:07
10602         Log: Move docs for Encode::valid_utf8 (which does not exist)
10603              to be docs for utf8::valid() (which does).
10604      Branch: perlio
10605            ! ext/Encode/Encode.pm lib/utf8.pm
10606 ____________________________________________________________________________
10607 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
10608         Log: Update the Unicode vs EBCDIC situation.
10609      Branch: perl
10610            ! pod/perlebcdic.pod pod/perluniintro.pod
10611 ____________________________________________________________________________
10612 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
10613         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
10614              From: Robert Spier <rspier@pobox.com>
10615              Date: Mon, 18 Mar 2002 19:22:55 -0800
10616              Message-ID: <15510.44815.383439.823671@rls.cx>
10617      Branch: perl
10618            ! ext/threads/t/end.t
10619 ____________________________________________________________________________
10620 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
10621         Log: UTF-8 walk errors that become visible in EBCDIC.
10622      Branch: perl
10623            ! regexec.c
10624 ____________________________________________________________________________
10625 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
10626         Log: s/regcinclasslen/reginclass/ and remove the old
10627              reginclass since nothing is using it.
10628      Branch: perl
10629            ! embed.fnc embed.h proto.h regexec.c
10630 ____________________________________________________________________________
10631 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
10632         Log: Close the file so it can be (a) removed (b) reopened.
10633      Branch: perl
10634            ! ext/B/t/xref.t
10635 ____________________________________________________________________________
10636 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
10637         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
10638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10639              Date: Mon, 18 Mar 2002 23:14:31 +0100
10640              Message-ID: <20020318231431.A699@rafael>
10641      Branch: perl
10642            ! ext/B/B.xs utf8.c
10643 ____________________________________________________________________________
10644 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
10645         Log: Failed patch hunk reapplied.
10646      Branch: perl
10647            ! lib/Tie/File/t/32_defer_misc.t
10648 ____________________________________________________________________________
10649 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
10650         Log: For DEBUGGING threaded builds.
10651      Branch: perl
10652            ! sv.c
10653 ____________________________________________________________________________
10654 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
10655         Log: AUTHORS update.
10656      Branch: perl
10657            ! AUTHORS
10658 ____________________________________________________________________________
10659 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
10660         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
10661              (Fix from Craig Berry)
10662      Branch: perl
10663            ! pp_sys.c
10664 ____________________________________________________________________________
10665 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
10666         Log: Subject: [PATCH] configure.com home-grown kill() check
10667              From: "Craig A. Berry" <craigberry@mac.com>
10668              Date: Mon, 18 Mar 2002 13:52:59 -0600
10669              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
10670      Branch: perl
10671            ! configure.com
10672 ____________________________________________________________________________
10673 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
10674         Log: Upgrade to Tie::File 0.50.
10675      Branch: perl
10676            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10677            ! lib/Tie/File/t/32_defer_misc.t
10678 ____________________________________________________________________________
10679 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
10680         Log: AUTHORS updates.
10681      Branch: perl
10682            ! AUTHORS
10683 ____________________________________________________________________________
10684 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
10685         Log: Update Changes.
10686      Branch: perl
10687            ! Changes patchlevel.h
10688 ____________________________________________________________________________
10689 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
10690         Log: OS/390 update.
10691      Branch: perl
10692            ! pod/perldelta.pod
10693 ____________________________________________________________________________
10694 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
10695         Log: Forgot from #15288.
10696      Branch: perl
10697            ! ext/B/B.xs
10698 ____________________________________________________________________________
10699 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
10700         Log: Make regex DEBUGGING faster.
10701      Branch: perl
10702            ! perl.c perl.h regexec.c
10703 ____________________________________________________________________________
10704 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
10705         Log: Undo accidental perl.h part of #15295 (wait for #15297)
10706      Branch: perl
10707            ! perl.h
10708 ____________________________________________________________________________
10709 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
10710         Log: Subject: prefix slip
10711              From: andreas.koenig@anima.de (Andreas J. Koenig)
10712              Date: Mon, 18 Mar 2002 16:24:46 +0100
10713              Message-ID: <m3y9gp3nlt.fsf@anima.de>
10714              
10715              (perl.h part accidental, undone by #15296)
10716      Branch: perl
10717            ! INSTALL perl.h
10718 ____________________________________________________________________________
10719 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
10720         Log: Be tidy.
10721      Branch: perl
10722            ! ext/B/t/xref.t
10723 ____________________________________________________________________________
10724 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
10725         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
10726              From: Spider Boardman <spider@web.zk3.dec.com>
10727              Date: Mon, 18 Mar 2002 10:09:50 -0500
10728              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
10729      Branch: perl
10730            ! README.tru64 hints/dec_osf.sh
10731 ____________________________________________________________________________
10732 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
10733         Log: NetWare tweaks from C Aditya <caditya@novell.com>
10734      Branch: perl
10735            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
10736 ____________________________________________________________________________
10737 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
10738         Log: metaconfig unit change for #15290.
10739      Branch: metaconfig/U/perl
10740            ! perlxv.U
10741 ____________________________________________________________________________
10742 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
10743         Log: Subject: d_nv_preserves_uv_bits
10744              From: Nicholas Clark <nick@unfortu.net>
10745              Date: Thu, 14 Mar 2002 22:24:19 +0000
10746              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
10747      Branch: perl
10748            ! Configure Porting/Glossary Porting/config.sh config_h.SH
10749            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
10750            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10751            ! win32/config.bc win32/config.gc win32/config.vc
10752            ! win32/config.win64
10753 ____________________________________________________________________________
10754 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
10755         Log: Subject: Re: perl@15244
10756              From: Spider Boardman <spider@web.zk3.dec.com>
10757              Date: Mon, 18 Mar 2002 09:38:55 -0500
10758              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
10759              
10760              (IA64 work.)
10761      Branch: perl
10762            ! hints/hpux.sh perl.h
10763 ____________________________________________________________________________
10764 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
10765         Log: Subject: [PATCH B] B::perlstring()
10766              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10767              Date: Sun, 17 Mar 2002 23:06:12 +0100
10768              Message-ID: <20020317230612.A24442@rafael>
10769      Branch: perl
10770            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
10771 ____________________________________________________________________________
10772 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
10773         Log: Subject: [PATCH] another pack "w" thing
10774              From: Nicholas Clark <nick@unfortu.net>
10775              Date: Sat, 16 Mar 2002 21:52:15 +0000
10776              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
10777      Branch: perl
10778            ! pp_pack.c t/op/pack.t
10779 ____________________________________________________________________________
10780 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
10781         Log: More prototypes blindness in Solaris.
10782              (TODO: readdir64_r really needs to be seen.)
10783      Branch: perl
10784            ! hints/solaris_2.sh
10785 ____________________________________________________________________________
10786 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
10787         Log: Integrate perlio;
10788              
10789              Tidy the "does not map" message for non-characters
10790              (e.g. iso-8859-3 "\xA5").
10791      Branch: perl
10792           !> ext/Encode/Encode.xs
10793 ____________________________________________________________________________
10794 [ 15284] By: nick                                  on 2002/03/18  11:00:31
10795         Log: Integrate mainline
10796      Branch: perlio
10797           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10798           +> lib/Tie/File/t/32_defer_misc.t
10799           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
10800           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
10801           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10802           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
10803           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
10804           !> reentr.pl regexec.c t/op/pat.t util.c
10805 ____________________________________________________________________________
10806 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
10807         Log: Sync with Scalar-List-Utils-1.07
10808      Branch: perl
10809            + ext/List/Util/t/openhan.t
10810            ! MANIFEST ext/List/Util/ChangeLog
10811            ! ext/List/Util/lib/List/Util.pm
10812            ! ext/List/Util/lib/Scalar/Util.pm
10813 ____________________________________________________________________________
10814 [ 15282] By: nick                                  on 2002/03/18  08:11:28
10815         Log: Tidy the "does not map" message for non-characters
10816              (e.g. iso-8859-3 "\xA5").
10817      Branch: perlio
10818            ! ext/Encode/Encode.xs
10819 ____________________________________________________________________________
10820 [ 15281] By: ams                                   on 2002/03/18  04:44:37
10821         Log: URL fix from MJD.
10822      Branch: perl
10823            ! pod/perlfaq3.pod
10824 ____________________________________________________________________________
10825 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
10826         Log: More prototype calming (really should fix the Configure
10827              protochk, but not at this point in time).
10828      Branch: perl
10829            ! hints/solaris_2.sh
10830 ____________________________________________________________________________
10831 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
10832         Log: return at the wrong side of #endif.
10833      Branch: perl
10834            ! util.c
10835 ____________________________________________________________________________
10836 [ 15278] By: ams                                   on 2002/03/17  23:45:31
10837         Log: Typo fix from Stas Bekman.
10838      Branch: perl
10839            ! pod/perlhack.pod
10840 ____________________________________________________________________________
10841 [ 15277] By: ams                                   on 2002/03/17  23:41:35
10842         Log: Upgrade to Tie::File 0.21.
10843      Branch: perl
10844            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10845            + lib/Tie/File/t/32_defer_misc.t
10846            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10847            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10848            ! lib/Tie/File/t/22_autochomp.t
10849 ____________________________________________________________________________
10850 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
10851         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
10852              character classes use inlined macros instead of the full
10853              function call.
10854      Branch: perl
10855            ! regexec.c
10856 ____________________________________________________________________________
10857 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
10858         Log: Integrate perlio;
10859              
10860              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10861              
10862              Other :encoding oddities
10863              - we should really pop while we can still make method calls
10864              in case DESTROY does something.
10865              - Provide a no-op DESTROY
10866              - Use SvPV_only() rather than just SvPV_on()
10867      Branch: perl
10868           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10869           !> ext/Encode/lib/Encode/Encoding.pm sv.c
10870 ____________________________________________________________________________
10871 [ 15274] By: nick                                  on 2002/03/17  20:00:12
10872         Log: Other :encoding oddities
10873              - we should really pop while we can still make method calls
10874              in case DESTROY does something.
10875              - Provide a no-op DESTROY
10876              - Use SvPV_only() rather than just SvPV_on()
10877      Branch: perlio
10878            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10879            ! ext/Encode/lib/Encode/Encoding.pm
10880 ____________________________________________________________________________
10881 [ 15273] By: nick                                  on 2002/03/17  19:53:24
10882         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10883      Branch: perlio
10884            ! sv.c
10885 ____________________________________________________________________________
10886 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
10887         Log: Implement the retry-on-ERANGE for the get*_r().
10888              The buffer will keep doubling until 64k.
10889      Branch: perl
10890            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
10891            ! reentr.h reentr.pl
10892 ____________________________________________________________________________
10893 [ 15271] By: nick                                  on 2002/03/17  17:38:44
10894         Log: Integrate mainline
10895      Branch: perlio
10896           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10897           +> t/op/pow.t
10898           !> (integrate 28 files)
10899 ____________________________________________________________________________
10900 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
10901         Log: Subject: UTF-8 bug (maybe alreayd known?)
10902              From: andreas.koenig@anima.de (Andreas J. Koenig)
10903              Date: Fri, 08 Mar 2002 16:36:01 +0100
10904              Message-ID: <m3n0xjul5q.fsf@anima.de>
10905      Branch: perl
10906            ! pp_hot.c t/op/pat.t
10907 ____________________________________________________________________________
10908 [ 15269] By: nick                                  on 2002/03/17  09:12:39
10909         Log: Integarate mainline
10910      Branch: perlio
10911           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10912           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10913           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
10914           !> (integrate 69 files)
10915 ____________________________________________________________________________
10916 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
10917         Log: Subject: SEGV in s/// and UTF-8
10918              From: andreas.koenig@anima.de (Andreas J. Koenig)
10919              Date: Tue, 12 Mar 2002 00:40:09 +0100
10920              Message-ID: <m3r8mqad2e.fsf@anima.de>
10921      Branch: perl
10922            ! regexec.c t/op/pat.t
10923 ____________________________________________________________________________
10924 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
10925         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
10926              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
10927              which assume that 2**someinteger is accurate.
10928      Branch: perl
10929            + t/op/pow.t
10930            ! MANIFEST pp.c t/test.pl
10931 ____________________________________________________________________________
10932 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
10933         Log: _r-ify config.win64, too.
10934      Branch: perl
10935            ! win32/config.win64
10936 ____________________________________________________________________________
10937 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
10938         Log: Better place to initialize (IRIX cc noticed that
10939              the many "goto defchars" bypass the initialization)
10940      Branch: perl
10941            ! regcomp.c
10942 ____________________________________________________________________________
10943 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
10944         Log: If not building threaded, never mind the threaded prototypes.
10945      Branch: perl
10946            ! Configure reentr.pl
10947 ____________________________________________________________________________
10948 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
10949         Log: metaconfig: If not using threads, not point probing for the
10950              prototypes (since they might be hidden behind many defines
10951              we won't have if not building threaded)
10952      Branch: metaconfig
10953            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10954            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10955            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10956            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10957            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10958            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10959            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10960            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10961            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10962            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10963            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10964            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10965            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10966            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10967            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10968            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10969            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10970            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10971            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10972            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10973            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10974            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10975            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10976            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10977 ____________________________________________________________________________
10978 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
10979         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
10980      Branch: perl
10981            ! hints/freebsd.sh
10982 ____________________________________________________________________________
10983 [ 15261] By: ams                                   on 2002/03/16  18:14:04
10984         Log: Upgrade to Tie::File 0.20.
10985      Branch: perl
10986            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10987            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10988            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
10989            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
10990            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10991            ! lib/Tie/File/t/11_rv_splice_rs.t
10992            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
10993            ! lib/Tie/File/t/16_handle.t
10994 ____________________________________________________________________________
10995 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
10996         Log: There seems to be a trend for the *time_r to be hidden.
10997      Branch: perl
10998            ! hints/irix_6.sh
10999 ____________________________________________________________________________
11000 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
11001         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
11002              From: Stas Bekman <stas@stason.org>
11003              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
11004              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
11005      Branch: perl
11006            ! lib/Pod/Html.pm
11007 ____________________________________________________________________________
11008 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
11009         Log: Subject: [PATCH] Re: dumpvar.pl bug
11010              From: Peter Scott <Peter@PSDT.com>
11011              Date: Fri, 15 Mar 2002 18:19:21 -0800
11012              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
11013      Branch: perl
11014            ! lib/dumpvar.pl lib/perl5db.pl
11015 ____________________________________________________________________________
11016 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
11017         Log: More paranoid _r protochecking.  At least Tru64 and
11018              Linux need additional hinting help to believe that
11019              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
11020              to see what goes bang.
11021      Branch: perl
11022            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
11023            ! reentr.pl
11024 ____________________________________________________________________________
11025 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
11026         Log: metaconfig: more paranoid _r protochecking.
11027      Branch: metaconfig
11028            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11029            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11030            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11031            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11032            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11033            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11034            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11035            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11036            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11037            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11038            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11039            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11040            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11041            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11042            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11043            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11044            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11045            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11046            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11047            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11048            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11049            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11050            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11051            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11052 ____________________________________________________________________________
11053 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
11054         Log: HP-UX gcc 3 warnings found by Sarathy.
11055      Branch: perl
11056            ! regcomp.c sv.c
11057 ____________________________________________________________________________
11058 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
11059         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
11060              From: Slaven Rezic <slaven.rezic@berlin.de>
11061              Date: 16 Mar 2002 15:29:18 +0100
11062              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
11063      Branch: perl
11064            ! pod/perldelta.pod
11065 ____________________________________________________________________________
11066 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
11067         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
11068      Branch: perl
11069            ! Porting/findrfuncs reentr.h reentr.pl
11070 ____________________________________________________________________________
11071 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
11072         Log: UIN32_MAX with borken under HP-UX+gcc
11073      Branch: perl
11074            ! handy.h
11075 ____________________________________________________________________________
11076 [ 15251] By: ams                                   on 2002/03/16  02:38:08
11077         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11078              *::DESTROY() is deprecated
11079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11080              Date: Thu, 14 Mar 2002 18:39:22 -0500
11081              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
11082              
11083              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
11084              *::DESTROY() is deprecated
11085              From: Dave Mitchell <davem@fdgroup.com>
11086              Date: Fri, 15 Mar 2002 19:22:49 +0000
11087              Message-Id: <20020315192249.A22389@fdgroup.com>
11088      Branch: perl
11089            ! gv.c t/op/method.t
11090 ____________________________________________________________________________
11091 [ 15250] By: ams                                   on 2002/03/16  02:14:41
11092         Log: Plural nit.
11093      Branch: perl
11094            ! pod/perldelta.pod
11095 ____________________________________________________________________________
11096 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
11097         Log: Doesn't make sense to test for protos if the
11098              functions are not to be used (!= functions exist!)
11099              This might be the key (well, a key) to the HP-UX
11100              problems.
11101      Branch: perl
11102            ! reentr.h reentr.pl
11103 ____________________________________________________________________________
11104 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
11105         Log: Typo in #15247.
11106      Branch: perl
11107            ! hints/hpux.sh
11108 ____________________________________________________________________________
11109 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
11110         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
11111              in HP-UX (from H.Merijn Brand)
11112      Branch: perl
11113            ! hints/hpux.sh
11114 ____________________________________________________________________________
11115 [ 15246] By: ams                                   on 2002/03/15  17:53:23
11116         Log: Subject: minor corrections in perldelta.pod
11117              From: mjd@plover.com
11118              Date: 15 Mar 2002 18:48:42 -0000
11119              Message-Id: <20020315184842.13573.qmail@plover.com>
11120      Branch: perl
11121            ! pod/perldelta.pod
11122 ____________________________________________________________________________
11123 [ 15245] By: ams                                   on 2002/03/15  17:37:52
11124         Log: Upgrade to Tie::File 0.19.
11125      Branch: perl
11126            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
11127            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
11128            + lib/Tie/File/t/21_win32.t
11129            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
11130            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
11131            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
11132            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
11133            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
11134            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
11135            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
11136            ! lib/Tie/File/t/17_misc_meth.t
11137 ____________________________________________________________________________
11138 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
11139         Log: Update Changes.
11140      Branch: perl
11141            ! Changes patchlevel.h
11142 ____________________________________________________________________________
11143 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
11144         Log: Forgot from #15241.
11145      Branch: perl
11146            ! win32/config_sh.PL
11147 ____________________________________________________________________________
11148 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
11149         Log: Subject: patch pod/perltodo.pod
11150              From: mjd@plover.com
11151              Date: 15 Mar 2002 15:42:18 -0000
11152              Message-ID: <20020315154218.10163.qmail@plover.com>
11153              
11154              (With s/WANT/Want/)
11155      Branch: perl
11156            ! pod/perltodo.pod
11157 ____________________________________________________________________________
11158 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
11159         Log: Subject: [PATCH bleadperl] (revision 5 undef)
11160              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11161              Date: Fri, 15 Mar 2002 00:39:48 +0100
11162              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
11163      Branch: perl
11164            ! win32/config.bc win32/config.gc win32/config.vc
11165            ! win32/config.win64
11166 ____________________________________________________________________________
11167 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
11168         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
11169              From: Michael G Schwern <schwern@pobox.com>
11170              Date: Thu, 14 Mar 2002 16:39:29 -0500
11171              Message-ID: <20020314213929.GA2912@blackrider>
11172      Branch: perl
11173            ! lib/perl5db.pl
11174 ____________________________________________________________________________
11175 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
11176         Log: Integrate perlio.
11177      Branch: perl
11178           !> embed.fnc ext/Encode/t/JP.t
11179 ____________________________________________________________________________
11180 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
11181         Log: Monster _r patch: try to scan for all known _r variants,
11182              and then use them (under ithreads).  May fail in HP-UX,
11183              and the op/groups is known to be fickle everywhere.  Known
11184              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
11185              warnings in AIX since the first arguments of getnetbyaddr
11186              and getnetbyadd_r are of different types.  Thanks, IBM.)
11187              
11188              In non-Configure platforms deny the existence of any
11189              of the _r thingies.  (Also add the recently introduced
11190              d_tm_* to places it wasn't already in.)
11191              
11192              TODO: the suggested glibc buffer growth retry loop in case
11193              some entries (at least for: gr*, host*) are big.
11194              Forgot win32/config.win64.
11195      Branch: perl
11196            + reentr.c reentr.h reentr.pl
11197            ! Configure MANIFEST Makefile.SH NetWare/Makefile
11198            ! NetWare/config.wc Porting/Glossary Porting/config.sh
11199            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
11200            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
11201            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
11202            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
11203            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
11204            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
11205            ! win32/config.bc win32/config.gc win32/config.vc
11206            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
11207 ____________________________________________________________________________
11208 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
11209         Log: Be more explicit on when is the $! worth anything.
11210      Branch: perl
11211            ! pod/perlvar.pod
11212 ____________________________________________________________________________
11213 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
11214         Log: metaconfig: _r _r we go.
11215      Branch: metaconfig
11216            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11217            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11218            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11219            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11220            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11221            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11222            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11223            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11224            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11225            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11226            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11227            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11228            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11229            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11230            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11231            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11232            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11233            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11234            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11235            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11236            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11237            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11238            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11239            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11240 ____________________________________________________________________________
11241 [ 15235] By: nick                                  on 2002/03/15  07:31:54
11242         Log: Add the binmode()s to make JP.t pass on Win32
11243      Branch: perlio
11244            ! ext/Encode/t/JP.t
11245 ____________________________________________________________________________
11246 [ 15234] By: nick                                  on 2002/03/15  07:20:49
11247         Log: Integrate perlio
11248      Branch: perl
11249           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
11250 ____________________________________________________________________________
11251 [ 15233] By: nick                                  on 2002/03/15  07:18:02
11252         Log: Mark JP.t's data files as binary
11253      Branch: perlio
11254            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
11255 ____________________________________________________________________________
11256 [ 15232] By: nick                                  on 2002/03/15  07:13:38
11257         Log: Integrate mainline
11258      Branch: perlio
11259           +> ext/B/t/xref.t
11260           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
11261           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
11262           !> perl.c t/op/arith.t
11263 ____________________________________________________________________________
11264 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
11265         Log: The section needs to be in the makedepend script
11266              (from Jan-Erik Karlsson).
11267      Branch: perl
11268            ! makedepend.SH
11269 ____________________________________________________________________________
11270 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
11271         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
11272              From: Nicholas Clark <nick@unfortu.net>
11273              Date: Thu, 14 Mar 2002 23:05:23 +0000
11274              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
11275      Branch: perl
11276            ! ext/Safe/safe2.t
11277 ____________________________________________________________________________
11278 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
11279         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
11280              From: "Brent Dax" <brentdax@cpan.org>
11281              Date: Thu, 14 Mar 2002 09:08:41 -0800
11282              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
11283      Branch: perl
11284            ! lib/Pod/Html.pm
11285 ____________________________________________________________________________
11286 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
11287         Log: metaconfig: one round again for the _r.
11288      Branch: metaconfig
11289            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11290            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11291            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11292            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11293            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11294            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11295            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11296            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11297            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11298            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11299            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11300            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11301            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11302            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11303            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11304            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11305            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11306            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11307            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11308            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11309            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11310            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11311            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11312            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11313 ____________________________________________________________________________
11314 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
11315         Log: metaconfig: new round of the _r units.
11316      Branch: metaconfig
11317            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11318            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11319            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11320            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11321            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11322            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11323            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11324            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11325            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11326            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11327            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11328            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11329            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11330            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11331            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11332            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11333            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11334            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11335            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11336            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11337            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11338            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11339            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11340            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11341      Branch: metaconfig/U/perl
11342            + i_crypt.U
11343 ____________________________________________________________________________
11344 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
11345         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
11346              From: Paul_GreenVOS@vos.stratus.com
11347              Date: Tue, 12 Mar 02 19:22 est   
11348              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
11349      Branch: perl
11350            ! lib/Benchmark.t t/op/arith.t
11351 ____________________________________________________________________________
11352 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
11353         Log: Subject: Re: Win32: C:\Program Files
11354              From: "Ken Williams" <ken@mathforum.org>
11355              Date: Wed, 13 Mar 2002 17:50:59 -0600
11356              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
11357              
11358              Add -t to perl -h.
11359      Branch: perl
11360            ! perl.c
11361 ____________________________________________________________________________
11362 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
11363         Log: Extra paranoia from Nick Clark.
11364      Branch: perl
11365            ! ext/Safe/safe2.t
11366 ____________________________________________________________________________
11367 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
11368         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
11369              From: Nicholas Clark <nick@ccl4.org>
11370              Date: Wed, 13 Mar 2002 14:22:50 +0000
11371              Message-ID: <20020313142250.G92566@plum.flirble.org>
11372      Branch: perl
11373            ! ext/Safe/safe2.t
11374 ____________________________________________________________________________
11375 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
11376         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
11377              From: <slaven.rezic@berlin.de>
11378              Date: Tue, 12 Mar 2002 13:03:41 +0100      
11379              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
11380      Branch: perl
11381            ! Makefile.SH
11382 ____________________________________________________________________________
11383 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
11384         Log: Subject: [PATCH] a test for B::Xref
11385              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11386              Date: Wed, 13 Mar 2002 17:18:57 +0100
11387              Message-ID: <20020313171857.F1144@rafael>
11388      Branch: perl
11389            + ext/B/t/xref.t
11390            ! MANIFEST ext/B/B/Xref.pm
11391 ____________________________________________________________________________
11392 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
11393         Log: Subject: [PATCH] Exporter.pm POD fixups
11394              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11395              Date: Wed, 13 Mar 2002 16:21:42 +0100
11396              Message-ID: <20020313162142.A1144@rafael>
11397      Branch: perl
11398            ! lib/Exporter.pm
11399 ____________________________________________________________________________
11400 [ 15219] By: nick                                  on 2002/03/14  07:00:16
11401         Log: Integrate mainline
11402      Branch: perlio
11403           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
11404 ____________________________________________________________________________
11405 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
11406         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
11407              From: Michael G Schwern <schwern@pobox.com>
11408              Date: Wed, 13 Mar 2002 17:43:00 -0500
11409              Message-ID: <20020313224300.GG3311@blackrider>
11410      Branch: perl
11411            ! lib/ExtUtils/MM_VMS.pm
11412 ____________________________________________________________________________
11413 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
11414         Log: Pod tweak.
11415      Branch: perl
11416            ! lib/open.pm
11417 ____________________________________________________________________________
11418 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
11419         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
11420              From: "Craig A. Berry" <craigberry@mac.com>
11421              Date: Wed, 13 Mar 2002 01:44:01 -0600
11422              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
11423      Branch: perl
11424            ! vms/descrip_mms.template
11425 ____________________________________________________________________________
11426 [ 15215] By: nick                                  on 2002/03/13  08:08:36
11427         Log: Integrate mainline.
11428      Branch: perlio
11429           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11430            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11431            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11432            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11433            - ext/Data/Util/t/Hash.t
11434           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
11435           !> ext/Encode/lib/Encode/CN/HZ.pm
11436           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11437           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
11438           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
11439           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
11440           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
11441           !> t/op/override.t toke.c universal.c
11442 ____________________________________________________________________________
11443 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
11444         Log: metaconfig: three guesses.
11445      Branch: metaconfig
11446            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11447            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11448            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11449            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11450            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11451            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11452            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11453            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11454            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11455            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11456            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11457            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11458            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11459            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11460            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11461            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11462            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11463            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11464            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11465            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11466            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11467            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11468            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11469            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11470 ____________________________________________________________________________
11471 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
11472         Log: metaconfig: regen _r units again.
11473      Branch: metaconfig
11474            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11475            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11476            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11477            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11478            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11479            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11480            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11481            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11482            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11483            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11484            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11485            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11486            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11487            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11488            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11489            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11490            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11491            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11492            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11493            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11494            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11495            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11496            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11497            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11498 ____________________________________________________________________________
11499 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
11500         Log: metaconfig: regen _r units.
11501      Branch: metaconfig
11502            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
11503            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11504            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11505            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11506            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11507            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
11508            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
11509            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11510            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11511            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
11512            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
11513            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
11514            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11515            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11516            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
11517            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
11518            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11519            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11520            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11521            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
11522            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11523            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
11524            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
11525            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
11526            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
11527 ____________________________________________________________________________
11528 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
11529         Log: metaconfig unit tweaks.
11530      Branch: metaconfig
11531            + U/threads/d_setprotoent_r.U
11532            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
11533            ! U/threads/d_tmpnam_r.U
11534 ____________________________________________________________________________
11535 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
11536         Log: metaconfig: replace the _r units with autogenerated ones.
11537      Branch: metaconfig
11538            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
11539            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
11540            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
11541            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
11542            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
11543            + U/threads/d_getprotobyname_r.U
11544            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
11545            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
11546            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
11547            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
11548            + U/threads/d_setservent_r.U
11549            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
11550            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
11551            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
11552            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
11553            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
11554            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
11555            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
11556            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
11557            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
11558            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
11559            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
11560            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
11561            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11562            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11563            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
11564            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11565            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
11566            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
11567            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11568            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11569            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
11570            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
11571            ! U/threads/d_ttyname_r.U
11572 ____________________________________________________________________________
11573 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
11574         Log: More known threadsafings.
11575      Branch: perl
11576            ! Porting/findrfuncs
11577 ____________________________________________________________________________
11578 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
11579         Log: Small tweaks.
11580      Branch: perl
11581            ! lib/Internals.t universal.c
11582 ____________________________________________________________________________
11583 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
11584         Log: VERSIONize.
11585      Branch: perl
11586            ! ext/Encode/lib/Encode/CN/HZ.pm
11587            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
11588            ! ext/Encode/lib/Encode/JP/JIS.pm
11589 ____________________________________________________________________________
11590 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
11591         Log: Subject: perl datastructure conversion shortcuts for DDD
11592              From: Stas Bekman <stas@stason.org>
11593              Date: Mon, 11 Mar 2002 14:54:31 +0800
11594              Message-ID: <3C8C54A7.5020502@stason.org>
11595      Branch: perl
11596            ! pod/perlhack.pod
11597 ____________________________________________________________________________
11598 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
11599         Log: Regen modlib.
11600      Branch: perl
11601            ! pod/perlmodlib.pod
11602 ____________________________________________________________________________
11603 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
11604         Log: Regen toc.
11605      Branch: perl
11606            ! pod/perltoc.pod
11607 ____________________________________________________________________________
11608 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
11609         Log: Tiny pod tweaks.
11610      Branch: perl
11611            ! lib/Hash/Util.pm
11612 ____________________________________________________________________________
11613 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
11614         Log: perldeltaize Hash::Util.
11615      Branch: perl
11616            ! pod/perldelta.pod
11617 ____________________________________________________________________________
11618 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
11619         Log: Move the readonly interface back to universal.c,
11620              (new name: Internals::SvREADONLY), remove Data::Util,
11621              move Hash::Util to lib, also introduce refcnt interface
11622              (Internals::SvREFCNT).     Make both the new interfaces
11623              to be more sane so that if they set the value, they return
11624              the new value, not the old one.
11625      Branch: perl
11626            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11627            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11628            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11629            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11630            - ext/Data/Util/t/Hash.t
11631            ! MANIFEST ext/B/t/stash.t universal.c
11632 ____________________________________________________________________________
11633 [ 15200] By: ams                                   on 2002/03/12  15:16:05
11634         Log: Subject: Disambiguate "Can't locate"
11635              From: Mike Guy <mjtg@cam.ac.uk>
11636              Date: Tue, 12 Mar 2002 16:04:23 +0000
11637              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
11638      Branch: perl
11639            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
11640            ! pp_ctl.c t/op/override.t
11641 ____________________________________________________________________________
11642 [ 15199] By: ams                                   on 2002/03/12  15:04:43
11643         Log: Subject: [PATCH] perl/lib/File/stat.t
11644              From: Paul_GreenVOS@vos.stratus.com
11645              Date: Tue, 12 Mar 02 11:00 est
11646              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
11647      Branch: perl
11648            ! lib/File/stat.t
11649 ____________________________________________________________________________
11650 [ 15198] By: ams                                   on 2002/03/12  15:00:44
11651         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
11652              From: Robin Barker <rmb1@cise.npl.co.uk>
11653              Date: Tue, 12 Mar 2002 13:31:58 GMT
11654              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
11655      Branch: perl
11656            ! pod/perlfunc.pod
11657 ____________________________________________________________________________
11658 [ 15197] By: ams                                   on 2002/03/12  14:57:34
11659         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
11660              From: "Clinton A. Pierce" <clintp@geeksalad.org>
11661              Date: Tue, 12 Mar 2002 10:11:53 -0500
11662              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
11663      Branch: perl
11664            ! toke.c
11665 ____________________________________________________________________________
11666 [ 15196] By: nick                                  on 2002/03/12  13:40:35
11667         Log: Integrate mainline
11668      Branch: perlio
11669           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11670           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11671           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11672           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
11673            - t/lib/access.t
11674           !> (integrate 96 files)
11675 ____________________________________________________________________________
11676 [ 15195] By: nick                                  on 2002/03/12  06:08:24
11677         Log: Integrate mainline (a while ago)
11678      Branch: perlio
11679           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
11680           +> ext/Encode/t/TW.t
11681            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
11682            - ext/Encode/lib/Encode/Tcl/HanZi.pm
11683            - ext/I18N/Langinfo/fallback.c
11684           !> (integrate 80 files)
11685 ____________________________________________________________________________
11686 [ 15194] By: ams                                   on 2002/03/12  06:02:20
11687         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
11688              From: Jonathan Stowe <gellyfish@gellyfish.com>
11689              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
11690              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
11691      Branch: perl
11692            ! ext/Encode/CN/Makefile.PL
11693 ____________________________________________________________________________
11694 [ 15193] By: ams                                   on 2002/03/12  05:55:07
11695         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
11696              From: Dave Mitchell <davem@fdgroup.co.uk>
11697              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
11698              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
11699      Branch: perl
11700            ! pod/perlguts.pod
11701 ____________________________________________________________________________
11702 [ 15192] By: ams                                   on 2002/03/12  05:50:08
11703         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
11704              From: Anton Tagunov <tagunov@motor.ru>
11705              Date: Tue, 12 Mar 2002 01:40:58 +0300
11706              Message-Id: <1194068830.20020312014058@motor.ru>
11707              (Applied with tweaks.)
11708      Branch: perl
11709            ! lib/utf8.pm
11710 ____________________________________________________________________________
11711 [ 15191] By: ams                                   on 2002/03/12  05:42:21
11712         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
11713              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11714              Date: Sun, 10 Mar 2002 22:10:15 +0100
11715              Message-Id: <3C8BD9C7.13988.73992D@localhost>
11716      Branch: perl
11717            ! iperlsys.h
11718 ____________________________________________________________________________
11719 [ 15190] By: ams                                   on 2002/03/12  05:38:08
11720         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
11721              From: Anton Tagunov <tagunov@motor.ru>
11722              Date: Mon, 11 Mar 2002 23:27:47 +0300
11723              Message-Id: <19414222180.20020311232747@motor.ru>
11724      Branch: perl
11725            ! pod/perlsub.pod
11726 ____________________________________________________________________________
11727 [ 15189] By: ams                                   on 2002/03/12  05:34:49
11728         Log: Subject: minor patch for comment in utfebcdic.h
11729              From: Anton Tagunov <tagunov@motor.ru>
11730              Date: Tue, 12 Mar 2002 00:20:21 +0300
11731              Message-Id: <13817376786.20020312002021@motor.ru>
11732      Branch: perl
11733            ! utfebcdic.h
11734 ____________________________________________________________________________
11735 [ 15188] By: ams                                   on 2002/03/12  05:32:30
11736         Log: Subject: [PATCH ?] B::Xref improvements
11737              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11738              Date: Mon, 11 Mar 2002 23:32:20 +0100
11739              Message-Id: <20020311233220.A12677@rafael>
11740      Branch: perl
11741            ! ext/B/B/Xref.pm
11742 ____________________________________________________________________________
11743 [ 15187] By: ams                                   on 2002/03/12  05:30:02
11744         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
11745              From: Paul_GreenVOS@vos.stratus.com
11746              Date: Mon, 11 Mar 02 17:23 est
11747              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
11748      Branch: perl
11749            ! lib/ExtUtils/MM_Unix.pm
11750 ____________________________________________________________________________
11751 [ 15186] By: ams                                   on 2002/03/12  05:27:06
11752         Log: Subject: [PATCH] installperl - minor untangle for VOS
11753              From: Paul_GreenVOS@vos.stratus.com
11754              Date: Mon, 11 Mar 02 17:05 est
11755              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
11756      Branch: perl
11757            ! installperl
11758 ____________________________________________________________________________
11759 [ 15185] By: ams                                   on 2002/03/12  05:25:59
11760         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
11761              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11762              Date: Mon, 11 Mar 2002 22:37:39 +0100
11763              Message-Id: <20020311223739.A691@rafael>
11764      Branch: perl
11765            ! ext/B/B/Deparse.pm
11766 ____________________________________________________________________________
11767 [ 15184] By: ams                                   on 2002/03/12  05:20:54
11768         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
11769              From: Michael G Schwern <schwern@pobox.com>
11770              Date: Tue, 12 Mar 2002 01:12:08 -0500
11771              Message-Id: <20020312061208.GD904@blackrider>
11772      Branch: perl
11773            ! hints/netbsd.sh
11774 ____________________________________________________________________________
11775 [ 15183] By: ams                                   on 2002/03/12  04:12:30
11776         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11777              From: Autrijus Tang <autrijus@autrijus.org>
11778              Date: Tue, 12 Mar 2002 13:05:53 +0800
11779              Message-Id: <20020312050553.GA7864@not.autrijus.org>
11780              (Only doc hunk applied, supplementing #15182.)
11781      Branch: perl
11782            ! ext/Encode/Encode.pm
11783 ____________________________________________________________________________
11784 [ 15182] By: ams                                   on 2002/03/12  04:04:34
11785         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11786              From: Autrijus Tang <autrijus@autrijus.org>
11787              Date: Tue, 12 Mar 2002 12:56:46 +0800
11788              Message-Id: <20020312045646.GA7689@not.autrijus.org>
11789              (Private mail.)
11790      Branch: perl
11791            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
11792 ____________________________________________________________________________
11793 [ 15181] By: ams                                   on 2002/03/12  03:09:20
11794         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11795              From: Autrijus Tang <autrijus@autrijus.org>
11796              Date: Tue, 12 Mar 2002 11:55:06 +0800
11797              Message-Id: <20020312035506.GA6946@not.autrijus.org>
11798      Branch: perl
11799            ! ext/Encode/Encode.pm
11800 ____________________________________________________________________________
11801 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
11802         Log: Deypo.
11803      Branch: metaconfig
11804            ! U/threads/d_asctime_r.U
11805 ____________________________________________________________________________
11806 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
11807         Log: FAQ sync.
11808      Branch: perl
11809            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11810            ! pod/perlfaq4.pod pod/perlfaq5.pod
11811 ____________________________________________________________________________
11812 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
11813         Log: The test needs perlio.
11814      Branch: perl
11815            ! lib/open.t
11816 ____________________________________________________________________________
11817 [ 15177] By: ams                                   on 2002/03/11  15:41:08
11818         Log: Subject: perlreftut update
11819              From: Mark-Jason Dominus <mjd@plover.com>
11820              Date: Mon, 11 Mar 2002 11:36:27 -0500
11821              Message-Id: <20020311163627.31020.qmail@plover.com>
11822      Branch: perl
11823            ! pod/perlreftut.pod
11824 ____________________________________________________________________________
11825 [ 15176] By: ams                                   on 2002/03/11  15:35:24
11826         Log: Subject: Minor correction in perlfaq5
11827              From: mjd@plover.com
11828              Date: 11 Mar 2002 16:34:22 -0000
11829              Message-Id: <20020311163422.30963.qmail@plover.com>
11830      Branch: perl
11831            ! pod/perlfaq5.pod
11832 ____________________________________________________________________________
11833 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
11834         Log: number of skipped tests was incorrect
11835      Branch: perl
11836            ! t/op/stat.t
11837 ____________________________________________________________________________
11838 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
11839         Log: remove doubled CRs
11840      Branch: perl
11841            ! win32/Makefile
11842 ____________________________________________________________________________
11843 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
11844         Log: Update Changes.
11845      Branch: perl
11846            ! Changes patchlevel.h
11847 ____________________________________________________________________________
11848 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
11849         Log: Regen toc.
11850      Branch: perl
11851            ! pod/perltoc.pod
11852 ____________________________________________________________________________
11853 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
11854         Log: Add t/CN.t and t/TW.t; re-sort.
11855      Branch: perl
11856            ! ext/Encode/MANIFEST
11857 ____________________________________________________________________________
11858 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
11859         Log: Document what to do if one yearns back to
11860              the old legacy encoding.
11861      Branch: perl
11862            ! lib/encoding.pm
11863 ____________________________________________________________________________
11864 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
11865         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
11866              as general purpose encoding transformation interfaces
11867              since that's not what they are.
11868      Branch: perl
11869            ! lib/utf8.pm pod/perlunicode.pod sv.c
11870 ____________________________________________________________________________
11871 [ 15168] By: ams                                   on 2002/03/11  12:54:16
11872         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
11873              warnings
11874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11875              Date: Mon, 11 Mar 2002 14:35:22 +0100
11876              Message-Id: <20020311143522.A7431@rafael>
11877      Branch: perl
11878            ! t/lib/warnings/pp_sys
11879 ____________________________________________________________________________
11880 [ 15167] By: ams                                   on 2002/03/11  04:57:20
11881         Log: A little commonsense is better than 1_compile.
11882      Branch: perl
11883            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11884 ____________________________________________________________________________
11885 [ 15166] By: ams                                   on 2002/03/11  04:53:50
11886         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
11887              From: Michael G Schwern <schwern@pobox.com>
11888              Date: Sun, 10 Mar 2002 13:27:12 -0500
11889              Message-Id: <20020310182712.GC693@blackrider>
11890              
11891              Subject: [PATCH] Hash::Util part 2
11892              From: Michael G Schwern <schwern@pobox.com>
11893              Date: Sun, 10 Mar 2002 15:09:34 -0500
11894              Message-Id: <20020310200934.GB27112@blackrider>
11895              
11896              Subject: [PATCH] Hash::Util MANIFEST correction
11897              From: Michael G Schwern <schwern@pobox.com>
11898              Date: Sun, 10 Mar 2002 16:27:07 -0500
11899              Message-Id: <20020310212707.GF27112@blackrider>
11900              
11901              (Also changes find.t and taint.t, which were looking for access.t)
11902      Branch: perl
11903            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11904            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11905            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11906            + ext/Data/Util/t/Hash.t
11907            - t/lib/access.t
11908            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
11909            ! pod/perldiag.pod pod/perltodo.pod universal.c
11910 ____________________________________________________________________________
11911 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
11912         Log: metaconfig: more thready fixes.
11913      Branch: metaconfig
11914            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11915            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
11916            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11917            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
11918            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11919            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
11920            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11921            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11922            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
11923 ____________________________________________________________________________
11924 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
11925         Log: Skip obsoleted interfaces.
11926      Branch: perl
11927            ! Porting/findrfuncs
11928 ____________________________________________________________________________
11929 [ 15162] By: ams                                   on 2002/03/11  03:48:14
11930         Log: Typo fixes.
11931      Branch: perl
11932            ! perl.c
11933 ____________________________________________________________________________
11934 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
11935         Log: Upgrade to Locale::Codes 2.02.
11936      Branch: perl
11937            + lib/Locale/Codes/t/rename.t
11938            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11939            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
11940            ! lib/Locale/Country.pod
11941 ____________________________________________________________________________
11942 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
11943         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11944              From: Nicholas Clark <nick@unfortu.net>
11945              Date: Sun, 10 Mar 2002 18:17:50 +0000
11946              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
11947              
11948              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11950              Date: Sun, 10 Mar 2002 13:53:34 -0800
11951              Message-ID: <eX9i8gzkg26G092yn@efn.org>
11952              
11953              (and reenable the feature in freebsd,
11954              and move the freebsd pr url to perl.c)
11955      Branch: perl
11956            ! hints/freebsd.sh perl.c pod/perldelta.pod
11957 ____________________________________________________________________________
11958 [ 15159] By: ams                                   on 2002/03/11  03:34:13
11959         Log: Subject: [PATCH stash.t] access::readonly is gone
11960              From: Michael G Schwern <schwern@pobox.com>
11961              Date: Sun, 10 Mar 2002 16:18:14 -0500
11962              Message-Id: <20020310211813.GE27112@blackrider>
11963      Branch: perl
11964            ! ext/B/t/stash.t
11965 ____________________________________________________________________________
11966 [ 15158] By: ams                                   on 2002/03/11  03:28:04
11967         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
11968              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11969              Date: Sun, 10 Mar 2002 22:10:15 +0100
11970              Message-Id: <3C8BD9C7.610.7398DD@localhost>
11971      Branch: perl
11972            ! lib/Net/Ping/t/110_icmp_inst.t
11973 ____________________________________________________________________________
11974 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
11975         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
11976              From: Michael G Schwern <schwern@pobox.com>
11977              Date: Sun, 10 Mar 2002 19:22:33 -0500
11978              Message-ID: <20020311002233.GE4927@blackrider>
11979      Branch: perl
11980            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11981            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
11982            ! lib/Test/Simple/t/fail-more.t
11983 ____________________________________________________________________________
11984 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
11985         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
11986              From: Michael G Schwern <schwern@pobox.com>
11987              Date: Sun, 10 Mar 2002 17:14:10 -0500
11988              Message-ID: <20020310221410.GA4915@blackrider>
11989      Branch: perl
11990            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
11991            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
11992 ____________________________________________________________________________
11993 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
11994         Log: Subject: [PATCH] more warnings tidyup
11995              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11996              Date: Sun, 10 Mar 2002 21:01:39 -0000
11997              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
11998      Branch: perl
11999            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
12000            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
12001            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
12002            ! util.c
12003 ____________________________________________________________________________
12004 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
12005         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
12006              From: Nicholas Clark <nick@unfortu.net>
12007              Date: Sun, 10 Mar 2002 23:21:07 +0000
12008              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
12009      Branch: perl
12010            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
12011            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
12012            ! ext/Encode/TW/Makefile.PL
12013 ____________________________________________________________________________
12014 [ 15153] By: ams                                   on 2002/03/11  03:06:59
12015         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
12016              From: Max Baker <max@warped.org>
12017              Date: Fri, 8 Mar 2002 10:56:19 -0800
12018              Message-Id: <20020308105619.A15039@warped.org>
12019      Branch: perl
12020            ! ext/IO/lib/IO/Socket/INET.pm
12021 ____________________________________________________________________________
12022 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
12023         Log: Subject: [PATCH] spelling correction
12024              From: Nicholas Clark <nick@unfortu.net>
12025              Date: Sun, 10 Mar 2002 18:34:42 +0000
12026              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
12027      Branch: perl
12028            ! pp.c pp_hot.c
12029 ____________________________________________________________________________
12030 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
12031         Log: DG/UX updates from Takis Psarogiannakopoulos.
12032      Branch: perl
12033            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
12034 ____________________________________________________________________________
12035 [ 15150] By: ams                                   on 2002/03/11  03:02:47
12036         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
12037              From: Chris Nandor <pudge@pobox.com>
12038              Date: Mon, 04 Mar 2002 17:48:12 -0500
12039              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
12040      Branch: perl
12041            ! lib/DB.pm lib/perl5db.pl
12042 ____________________________________________________________________________
12043 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
12044         Log: metaconfig unit changes in preparation of reentrancy changes.
12045      Branch: metaconfig
12046            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
12047            + U/threads/d_ttyname_r.U
12048            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
12049            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
12050            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
12051            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
12052            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
12053            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
12054            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
12055            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
12056            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
12057            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
12058            ! U/threads/d_strerror_r.U
12059 ____________________________________________________________________________
12060 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
12061         Log: Mysterious characters.
12062      Branch: perl
12063            ! utf8.h
12064 ____________________________________________________________________________
12065 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
12066         Log: Unused.
12067      Branch: perl
12068            ! op.c
12069 ____________________________________________________________________________
12070 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
12071         Log: Implement :std subpragma of the open pragma
12072              that makes the standard filehandles to talk in
12073              encodings.  This change set off a weird warning
12074              from op.c, though: disabled it now until someone
12075              who knows what it is about comes along.
12076      Branch: perl
12077            ! lib/open.pm op.c
12078 ____________________________________________________________________________
12079 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
12080         Log: Document the logic of :locale better.
12081      Branch: perl
12082            ! lib/open.pm
12083 ____________________________________________________________________________
12084 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
12085         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
12086              From: Slaven Rezic <slaven.rezic@berlin.de>
12087              Date: 10 Mar 2002 02:49:17 +0100
12088              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
12089      Branch: perl
12090            ! hints/freebsd.sh
12091 ____________________________________________________________________________
12092 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
12093         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
12094              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12095              Date: Sun, 10 Mar 2002 17:08:54 +0900
12096              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
12097      Branch: perl
12098            ! ext/Encode/lib/Encode/Tcl.pm
12099            ! ext/Encode/lib/Encode/Tcl/Escape.pm
12100            ! ext/Encode/lib/Encode/Tcl/Extended.pm
12101            ! ext/Encode/lib/Encode/Tcl/Table.pm
12102 ____________________________________________________________________________
12103 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
12104         Log: The patch does the following:
12105              - Nix the unneccessary diagnostics line
12106              - Quell -w warnings if the first ENV doesn't exist
12107              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
12108              is too baroque and bloated for daily use (and for perl core inclusion).
12109              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
12110              non-fatal.
12111              - Consequently, the ^OPEN bits is set only when needed.
12112      Branch: perl
12113            ! lib/open.pm
12114 ____________________________________________________________________________
12115 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
12116         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
12117      Branch: perl
12118            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
12119 ____________________________________________________________________________
12120 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
12121         Log: Precedence problem.
12122      Branch: perl
12123            ! ext/Socket/socketpair.t
12124 ____________________________________________________________________________
12125 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
12126         Log: Renaming tweaks, and split off the reentrant "superbuffer"
12127              init routine.
12128      Branch: perl
12129            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
12130            ! sv.c util.c
12131 ____________________________________________________________________________
12132 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
12133         Log: The 7-bit jis seems to be the hanging one.
12134      Branch: perl
12135            ! ext/Encode/t/Tcl.t
12136 ____________________________________________________________________________
12137 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
12138         Log: Begone.
12139      Branch: perl
12140            ! ext/Encode/MANIFEST
12141 ____________________________________________________________________________
12142 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
12143         Log: Better fix from Autrijus.
12144      Branch: perl
12145            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
12146            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
12147 ____________________________________________________________________________
12148 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
12149         Log: Not everybody has Encode::HanExtra.
12150      Branch: perl
12151            ! ext/Encode/Encode.pm
12152 ____________________________________________________________________________
12153 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
12154         Log: Decutandpasto.
12155      Branch: perl
12156            ! ext/Encode/lib/Encode/Tcl.pm
12157 ____________________________________________________________________________
12158 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
12159         Log: Subject: [PATCH] Data::Dumper
12160              From: Nicholas Clark <nick@unfortu.net>
12161              Date: Sat, 9 Mar 2002 19:03:54 +0000
12162              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
12163      Branch: perl
12164            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12165            ! ext/Data/Dumper/t/dumper.t
12166 ____________________________________________________________________________
12167 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
12168         Log: Subject: [PATCH] socketpair.t w/o fork
12169              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12170              Date: Sat, 9 Mar 2002 14:55:11 +0100
12171              Message-ID: <3C8A224F.29578.13691BA@localhost>
12172              
12173              (modified as suggested by Sarathy)
12174      Branch: perl
12175            ! ext/Socket/socketpair.t
12176 ____________________________________________________________________________
12177 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
12178         Log: Subject: [PATCH perldelta] Mention Change 14727
12179              From: Autrijus Tang <autrijus@autrijus.org>
12180              Date: Sat, 9 Mar 2002 23:31:40 +0800
12181              Message-ID: <20020309153140.GA4224@not.autrijus.org>
12182      Branch: perl
12183            ! pod/perldelta.pod
12184 ____________________________________________________________________________
12185 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
12186         Log: Make Encode.pm implicitly load external CJK tables the first
12187              time they're needed (instead of immediately), from Autrijus
12188              Tang.
12189      Branch: perl
12190            ! ext/Encode/Encode.pm
12191 ____________________________________________________________________________
12192 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
12193         Log: Subject: Re: Two questions
12194              From: Nicholas Clark <nick@unfortu.net>
12195              Date: Sat, 9 Mar 2002 12:42:40 +0000
12196              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
12197      Branch: perl
12198            ! Porting/pumpkin.pod
12199 ____________________________________________________________________________
12200 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
12201         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
12202              From: Paul_GreenVOS@vos.stratus.com
12203              Date: Fri, 8 Mar 02 22:34 est
12204              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
12205      Branch: perl
12206            ! pp_sys.c
12207 ____________________________________________________________________________
12208 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
12209         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
12210              From: davem@fdgroup.co.uk
12211              Date: Sat, 9 Mar 2002 00:13:27 GMT
12212              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
12213      Branch: perl
12214            ! dump.c
12215 ____________________________________________________________________________
12216 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
12217         Log: Deglitch from Rafael.
12218      Branch: perl
12219            ! ext/B/t/lint.t
12220 ____________________________________________________________________________
12221 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
12222         Log: Still more portability.
12223      Branch: perl
12224            ! Porting/findrfuncs
12225 ____________________________________________________________________________
12226 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
12227         Log: More portability.
12228      Branch: perl
12229            ! Porting/findrfuncs
12230 ____________________________________________________________________________
12231 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
12232         Log: Shared library paths; running tests manually.
12233      Branch: perl
12234            ! INSTALL
12235 ____________________________________________________________________________
12236 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
12237         Log: Subject: RE: Two questions
12238              From: "Green, Paul" <Paul.Green@stratus.com>
12239              Date: Fri, 8 Mar 2002 17:55:19 -0500
12240              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
12241      Branch: perl
12242            ! Porting/pumpkin.pod
12243 ____________________________________________________________________________
12244 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
12245         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
12246              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
12247      Branch: perl
12248            + ext/B/t/lint.t
12249            ! MANIFEST ext/B/B/Lint.pm
12250 ____________________________________________________________________________
12251 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
12252         Log: metaconfig unit change for #15119.
12253      Branch: metaconfig
12254            ! U/threads/d_pthread_atfork.U
12255 ____________________________________________________________________________
12256 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
12257         Log: In DG/UX finding pthread_atfork requires a true compile,
12258              from Takis Psarogiannakopoulos.
12259      Branch: perl
12260            ! Configure config_h.SH
12261 ____________________________________________________________________________
12262 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
12263         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
12264              From: John Peacock <jpeacock@rowman.com>
12265              Date: Fri, 08 Mar 2002 15:52:41 -0500
12266              Message-ID: <3C892499.4050502@rowman.com>
12267      Branch: perl
12268            ! lib/ExtUtils/xsubpp
12269 ____________________________________________________________________________
12270 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
12271         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
12272              From: "Craig A. Berry" <craigberry@mac.com>
12273              Date: Fri, 08 Mar 2002 15:02:51 -0600
12274              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
12275      Branch: perl
12276            ! t/op/write.t
12277 ____________________________________________________________________________
12278 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
12279         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
12280              From: Paul_GreenVOS@vos.stratus.com
12281              Date: Fri, 8 Mar 02 14:45 est
12282              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
12283      Branch: perl
12284            ! installperl
12285 ____________________________________________________________________________
12286 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
12287         Log: Subject: [PATCH @15109] tm_tm_* for VMS
12288              From: "Craig A. Berry" <craigberry@mac.com>
12289              Date: Fri, 08 Mar 2002 13:07:52 -0600
12290              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
12291      Branch: perl
12292            ! configure.com
12293 ____________________________________________________________________________
12294 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
12295         Log: Detypo.
12296      Branch: perl
12297            ! Changes
12298 ____________________________________________________________________________
12299 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
12300         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
12301      Branch: perl
12302            ! t/op/pat.t
12303 ____________________________________________________________________________
12304 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
12305         Log: HP-UX nm seems to repeat itself.
12306      Branch: perl
12307            ! Porting/findrfuncs
12308 ____________________________________________________________________________
12309 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
12310         Log: Nice porting script from Sarathy.  Well, less nice
12311              in the sense that it shows the looong road ahead.
12312      Branch: perl
12313            + Porting/findrfuncs
12314            ! MANIFEST Porting/makerel
12315 ____________________________________________________________________________
12316 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
12317         Log: Subject: Re: Performance considerations for UTF-8
12318              From: Jarkko Hietaniemi <jhi@iki.fi>
12319              Date: Fri, 8 Mar 2002 18:53:28 +0200
12320              Message-ID: <20020308185328.D640@alpha.hut.fi>
12321              
12322              (put all in perlunicode)
12323      Branch: perl
12324            ! pod/perlunicode.pod
12325 ____________________________________________________________________________
12326 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
12327         Log: Update Changes.
12328      Branch: perl
12329            ! Changes patchlevel.h
12330 ____________________________________________________________________________
12331 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
12332         Log: Subject: Cygwin cygipc support skipped
12333              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
12334              Date: Fri, 8 Mar 2002 16:59:34 +0100
12335              Message-ID: <113694157285.20020308165934@familiehaase.de>
12336      Branch: perl
12337            ! hints/cygwin.sh
12338 ____________________________________________________________________________
12339 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
12340         Log: metaconfig unit change for #15106.
12341      Branch: metaconfig
12342            ! U/compline/d_gconvert.U
12343 ____________________________________________________________________________
12344 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
12345         Log: Subject: Re: [PATCH] tests for Gconvert
12346              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12347              Date: Thu, 07 Mar 2002 16:48:10 -0800
12348              Message-ID: <KpAi8gzkganW092yn@efn.org>
12349      Branch: perl
12350            ! Configure config_h.SH t/base/num.t
12351 ____________________________________________________________________________
12352 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
12353         Log: The new test has some teething problems.
12354      Branch: perl
12355            - ext/B/t/lint.t
12356            ! MANIFEST
12357 ____________________________________________________________________________
12358 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
12359         Log: Subject: [PATCH] B::Lint tests
12360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12361              Date: Fri, 8 Mar 2002 14:47:19 +0100
12362              Message-ID: <20020308144719.A2663@rafael>
12363      Branch: perl
12364            + ext/B/t/lint.t
12365            ! MANIFEST ext/B/B/Lint.pm
12366 ____________________________________________________________________________
12367 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
12368         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
12369              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
12370              Date: Fri, 8 Mar 2002 13:24:14 GMT
12371              Message-Id: <200203081324.NAA00642@cleo>
12372      Branch: perl
12373            ! hints/powerux.sh
12374 ____________________________________________________________________________
12375 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
12376         Log: Subject: HP has some new models
12377              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12378              Date: Fri, 08 Mar 2002 13:07:02 +0100
12379              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
12380      Branch: perl
12381            ! README.hpux
12382 ____________________________________________________________________________
12383 [ 15101] By: ams                                   on 2002/03/08  09:11:40
12384         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
12385              From: Stas Bekman <stas@stason.org>
12386              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
12387              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
12388      Branch: perl
12389            ! pod/perlguts.pod
12390 ____________________________________________________________________________
12391 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
12392         Log: Update Changes
12393      Branch: maint-5.6/macperl
12394            ! macos/Changes
12395 ____________________________________________________________________________
12396 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
12397         Log: Replace macperlbundled with macperldelta
12398      Branch: maint-5.6/macperl
12399            ! macos/macperl/MacPerl.podhelp
12400 ____________________________________________________________________________
12401 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
12402         Log: Comsetic fixes (Thomas Wegner)
12403      Branch: maint-5.6/macperl
12404            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
12405 ____________________________________________________________________________
12406 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
12407         Log: Bump OS version
12408      Branch: maint-5.6/macperl
12409            ! macos/config.sh
12410 ____________________________________________________________________________
12411 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
12412         Log: Thought I deleted this already?
12413      Branch: perl
12414            - ext/I18N/Langinfo/fallback.c
12415 ____________________________________________________________________________
12416 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
12417         Log: perlport updates from Pudge.
12418      Branch: perl
12419            ! pod/perlport.pod
12420 ____________________________________________________________________________
12421 [ 15094] By: ams                                   on 2002/03/08  03:06:03
12422         Log: Nitpick.
12423      Branch: perl
12424            ! MANIFEST
12425 ____________________________________________________________________________
12426 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
12427         Log: Wrong test.
12428      Branch: perl
12429            ! pod/perldelta.pod
12430 ____________________________________________________________________________
12431 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
12432         Log: Integrate change 14064 from macperl to blead.
12433      Branch: perl
12434           !> pod/perlmodinstall.pod pod/perlport.pod
12435 ____________________________________________________________________________
12436 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
12437         Log: Integrate recent perlport changes
12438      Branch: maint-5.6/macperl
12439           !> pod/perlport.pod
12440 ____________________________________________________________________________
12441 [ 15089] By: ams                                   on 2002/03/08  01:54:03
12442         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
12443              minor typo in perlguts.pod
12444              From: Anton Tagunov <tagunov@motor.ru>
12445              Date: Fri, 8 Mar 2002 05:26:59 +0300
12446              Message-Id: <4649821189.20020308052659@motor.ru>
12447      Branch: perl
12448            ! pod/perlguts.pod
12449 ____________________________________________________________________________
12450 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
12451         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"! 
12452              From: Anton Tagunov <tagunov@newmail.ru>
12453              Date: Fri, 8 Mar 2002 04:31:44 +0300
12454              Message-ID: <13946506773.20020308043144@newmail.ru>
12455              
12456              (one test changed)
12457      Branch: perl
12458            ! lib/encoding.t sv.c
12459 ____________________________________________________________________________
12460 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
12461         Log: Subject: [PATCH perldelta] some more deltas
12462              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12463              Date: Thu, 7 Mar 2002 23:13:23 +0100
12464              Message-ID: <20020307231323.A13068@rafael>
12465      Branch: perl
12466            ! pod/perldelta.pod
12467 ____________________________________________________________________________
12468 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
12469         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
12470              From: Paul_GreenVOS@vos.stratus.com
12471              Date: Thu, 7 Mar 02 14:25 est
12472              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
12473      Branch: perl
12474            ! t/io/fs.t
12475 ____________________________________________________________________________
12476 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
12477         Log: As suggested by Anton Tagunov, eq and cmp now obey the
12478              encoding pragma (by remapping their byte argument if the
12479              other argument is in Unicode).  Also fix a bug found by
12480              Anton where ord undef under the encoding pragma would barf.
12481              ([ID 20020307.009] A null pointer dereference with 'use encoding')
12482              Finally, use the nicer form of sv_recode_to_utf8.
12483      Branch: perl
12484            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
12485 ____________________________________________________________________________
12486 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
12487         Log: Retract #14985, #14899, and #14990, following the principles
12488              "Do no harm." and "If it ain't broke, don't fix it."
12489              
12490              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
12491              some, but still broken, and I do not have the extra brain
12492              cells for the EBCDIC backport.  Secondly, the old version
12493              worked both in EBCDIC and non-.  Thirdly, the old version
12494              may be more amenable for the behaviour suggsted by Anton
12495              Tagunov regarding the encoding pragma.
12496      Branch: perl
12497            ! embed.fnc embed.h global.sym proto.h sv.c util.c
12498 ____________________________________________________________________________
12499 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
12500         Log: Long doubles give you long doubles.
12501      Branch: perl
12502            ! t/base/num.t
12503 ____________________________________________________________________________
12504 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
12505         Log: Forgotten deMANIFESTation.
12506      Branch: perl
12507            ! MANIFEST
12508 ____________________________________________________________________________
12509 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
12510         Log: Obsolete unused file, noticed by Dank Kogai.
12511      Branch: perl
12512            - ext/Encode/lib/Encode/JP/Tr.pm
12513 ____________________________________________________________________________
12514 [ 15080] By: ams                                   on 2002/03/07  11:31:46
12515         Log: Subject: [PATCH Changes] Changes should mirror version number
12516              From: Robin Barker <rmb1@cise.npl.co.uk>
12517              Date: Thu, 7 Mar 2002 11:04:24 GMT
12518              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
12519      Branch: perl
12520            ! Porting/pumpkin.pod
12521 ____________________________________________________________________________
12522 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
12523         Log: metaconfig unit change for #15078.
12524      Branch: metaconfig
12525            ! U/compline/d_gconvert.U
12526 ____________________________________________________________________________
12527 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
12528         Log: Subject: Re: [PATCH] tests for Gconvert
12529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12530              Date: Wed, 06 Mar 2002 20:22:54 -0800
12531              Message-ID: <esuh8gzkg2/b092yn@efn.org>
12532      Branch: perl
12533            ! Configure pod/perldelta.pod t/base/num.t
12534 ____________________________________________________________________________
12535 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
12536         Log: Mac OS X UFS does not do ctime.
12537      Branch: perl
12538            ! pod/perldelta.pod pod/perlport.pod
12539 ____________________________________________________________________________
12540 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
12541         Log: AUTHORS updates.
12542      Branch: perl
12543            ! AUTHORS
12544 ____________________________________________________________________________
12545 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
12546         Log: Continued Chinese puzzles from Autrijus.
12547      Branch: perl
12548            + ext/Encode/t/CN.t ext/Encode/t/TW.t
12549            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
12550 ____________________________________________________________________________
12551 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
12552         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
12553              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12554              Date: Wed, 6 Mar 2002 18:13:51 +0100
12555              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
12556      Branch: perl
12557            ! lib/File/Spec/Win32.pm
12558 ____________________________________________________________________________
12559 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
12560         Log: perlport tweaks.
12561      Branch: perl
12562            ! pod/perlport.pod
12563 ____________________________________________________________________________
12564 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
12565         Log: Subject: Re: [PATCH docs] Re: Bug with -M
12566              From: Michael G Schwern <schwern@pobox.com>
12567              Date: Wed, 6 Mar 2002 16:20:27 -0500
12568              Message-ID: <20020306212027.GC4257@blackrider>
12569      Branch: perl
12570            ! pod/perlfunc.pod pod/perlport.pod
12571 ____________________________________________________________________________
12572 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
12573         Log: perldelta updates.
12574      Branch: perl
12575            ! pod/perldelta.pod
12576 ____________________________________________________________________________
12577 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
12578         Log: 5005threads wasn't even compiling.
12579      Branch: perl
12580            ! perl.c
12581 ____________________________________________________________________________
12582 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
12583         Log: Subject: Re: perl@15047 New format tests for still existing bugs
12584              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12585              Date: Wed, 06 Mar 2002 12:59:29 +0100
12586              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
12587      Branch: perl
12588            ! t/op/write.t
12589 ____________________________________________________________________________
12590 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
12591         Log: Regen Glossary et al.
12592      Branch: perl
12593            ! Porting/Glossary Porting/config.sh Porting/config_H
12594 ____________________________________________________________________________
12595 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
12596         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
12597              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
12598      Branch: perl
12599            ! util.c
12600 ____________________________________________________________________________
12601 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
12602         Log: metaconfig unit change for #15065.
12603      Branch: metaconfig
12604            ! U/compline/i_time.U
12605 ____________________________________________________________________________
12606 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
12607         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
12608      Branch: perl
12609            ! Configure config_h.SH
12610 ____________________________________________________________________________
12611 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
12612         Log: Must remove fallback.c also from here.
12613      Branch: perl
12614            ! MANIFEST
12615 ____________________________________________________________________________
12616 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
12617         Log: Subject: Re: perl@15047 WinCE
12618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12619              Date: Wed, 06 Mar 2002 13:41:30 +0100
12620              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
12621              
12622              Subject: Re: perl@15047 Win32
12623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12624              Date: Wed, 06 Mar 2002 13:46:02 +0100
12625              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
12626              
12627              Subject: Re: perl@15047 Epoc
12628              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12629              Date: Wed, 06 Mar 2002 13:48:31 +0100
12630              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
12631              
12632              Subject: Re: perl@15047 NetWare
12633              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12634              Date: Wed, 06 Mar 2002 13:55:46 +0100
12635              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
12636      Branch: perl
12637            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
12638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12639            ! wince/Makefile.ce wince/config.h
12640 ____________________________________________________________________________
12641 [ 15062] By: ams                                   on 2002/03/06  09:26:49
12642         Log: Subject: Re: perl@15047
12643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12644              Date: Wed, 06 Mar 2002 11:25:50 +0100
12645              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
12646      Branch: perl
12647            ! cygwin/perlld.in
12648 ____________________________________________________________________________
12649 [ 15061] By: ams                                   on 2002/03/06  08:44:12
12650         Log: Subject: Re: perl@15047
12651              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12652              Date: Wed, 06 Mar 2002 10:38:02 +0100
12653              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
12654      Branch: perl
12655            ! pod/perldelta.pod
12656 ____________________________________________________________________________
12657 [ 15060] By: ams                                   on 2002/03/06  08:30:33
12658         Log: Subject: Update perlhist.pod
12659              From: mjd@plover.com
12660              Date: 6 Mar 2002 07:11:55 -0000
12661              Message-Id: <20020306071155.10240.qmail@plover.com>
12662              
12663              Subject: [PATCH pod/perlvar.pod] $^V => string
12664              From: Stas Bekman <stas@stason.org>
12665              Date: Wed, 06 Mar 2002 14:56:55 +0800
12666              Message-Id: <3C85BDB7.7050700@stason.org>
12667      Branch: perl
12668            ! pod/perlhist.pod pod/perlvar.pod
12669 ____________________________________________________________________________
12670 [ 15059] By: ams                                   on 2002/03/06  04:15:38
12671         Log: Subject: [PATCH] assorted configure.com fix-ups
12672              From: "Craig A. Berry" <craigberry@mac.com>
12673              Date: Tue, 5 Mar 2002 23:11:22 -0600
12674              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
12675      Branch: perl
12676            ! configure.com
12677 ____________________________________________________________________________
12678 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
12679         Log: IRIX failure with long doubles.
12680      Branch: perl
12681            ! t/op/pack.t
12682 ____________________________________________________________________________
12683 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
12684         Log: Make reality and Changes coincide.
12685      Branch: perl
12686            ! Changes
12687 ____________________________________________________________________________
12688 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
12689         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
12690              From: Anton Tagunov <tagunov@motor.ru>
12691              Date: Wed, 6 Mar 2002 02:10:21 +0300
12692              Message-ID: <11152782757.20020306021021@motor.ru>
12693              
12694              (reworded)
12695      Branch: perl
12696            ! pod/perluniintro.pod
12697 ____________________________________________________________________________
12698 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
12699         Log: Subject: [PATCH] B::Lint doesn't work
12700              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12701              Date: Tue, 5 Mar 2002 22:51:18 +0100
12702              Message-ID: <20020305225118.C733@rafael>
12703      Branch: perl
12704            ! ext/B/B/Lint.pm
12705 ____________________________________________________________________________
12706 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
12707         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
12708              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12709              Date: Mon, 04 Mar 2002 16:24:32 -0800
12710              Message-ID: <ABBh8gzkgezX092yn@efn.org>
12711      Branch: perl
12712            ! op.h pp_ctl.c t/op/flip.t
12713 ____________________________________________________________________________
12714 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
12715         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
12716              From: Nicholas Clark <nick@unfortu.net>
12717              Date: Tue, 5 Mar 2002 22:30:49 +0000
12718              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
12719      Branch: perl
12720            ! pod/perldelta.pod
12721 ____________________________________________________________________________
12722 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
12723         Log: Subject: [PATCH] tests for Gconvert
12724              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12725              Date: Tue, 05 Mar 2002 16:35:45 -0800
12726              Message-ID: <hRWh8gzkgONX092yn@efn.org>
12727      Branch: perl
12728            ! t/base/num.t
12729 ____________________________________________________________________________
12730 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
12731         Log: Subject: [PATCH] toplevel Makefile.SH
12732              From: Paul_GreenVOS@vos.stratus.com
12733              Date: Tue, 5 Mar 02 17:34 est
12734              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
12735      Branch: perl
12736            ! Makefile.SH
12737 ____________________________________________________________________________
12738 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
12739         Log: Subject: [PATCH] pointer to perldelta in Changes
12740              From: Chris Nandor <pudge@pobox.com>
12741              Date: Tue, 05 Mar 2002 16:04:50 -0500
12742              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
12743      Branch: perl
12744            ! Changes
12745 ____________________________________________________________________________
12746 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
12747         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
12748              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12749              Date: Tue, 5 Mar 2002 22:26:20 +0100
12750              Message-ID: <20020305222620.A733@rafael>
12751      Branch: perl
12752            ! pod/perldelta.pod
12753 ____________________________________________________________________________
12754 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
12755         Log: Solaris: allow for /usr/bin/df not to exist.
12756              
12757              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
12758              From: Kingpin <mthurn@copper.dulles.tasc.com>
12759              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
12760              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
12761      Branch: perl
12762            ! hints/solaris_2.sh
12763 ____________________________________________________________________________
12764 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
12765         Log: Update Changes.
12766      Branch: perl
12767            ! Changes patchlevel.h
12768 ____________________________________________________________________________
12769 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
12770         Log: Double MANIFESTing.
12771      Branch: perl
12772            ! ext/Encode/MANIFEST
12773 ____________________________________________________________________________
12774 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
12775         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
12776      Branch: perl
12777            - ext/Encode/Encode/7bit-kr.enc
12778            - ext/Encode/lib/Encode/Tcl/HanZi.pm
12779            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
12780 ____________________________________________________________________________
12781 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
12782         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
12783              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12784              Date: Tue, 5 Mar 2002 14:35:57 +0100
12785              Message-ID: <20020305143557.C695@rafael>   
12786      Branch: perl
12787            ! pp_sys.c t/lib/warnings/pp_sys
12788 ____________________________________________________________________________
12789 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
12790         Log: Subject: [PATCH Devel::PPPort]
12791              From: Robin Barker <rmb1@cise.npl.co.uk>
12792              Date: Tue, 5 Mar 2002 13:37:59 GMT
12793              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
12794      Branch: perl
12795            ! ext/Devel/PPPort/Makefile.PL
12796 ____________________________________________________________________________
12797 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
12798         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
12799      Branch: perl
12800            ! ext/Encode/t/Tcl.t
12801 ____________________________________________________________________________
12802 [ 15041] By: nick                                  on 2002/03/05  07:23:58
12803         Log: Integrate mainline (5.7.3)
12804      Branch: perlio
12805           +> ext/Encode/lib/Encode/CN/HZ.pm
12806            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
12807           !> (integrate 54 files)
12808 ____________________________________________________________________________
12809 [ 15040] By: ams                                   on 2002/03/05  05:10:33
12810         Log: Subject: DOC PATCH 5.7.3 (perldelta)
12811              From: mjd@plover.com
12812              Date: 5 Mar 2002 05:35:58 -0000
12813              Message-Id: <20020305053558.31677.qmail@plover.com>
12814      Branch: perl
12815            ! pod/perldelta.pod
12816 ____________________________________________________________________________
12817 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
12818         Log: This is 5.7.3.
12819      Branch: perl
12820            ! patchlevel.h
12821 ____________________________________________________________________________
12822 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
12823         Log: Shoo.
12824      Branch: perl
12825            ! ext/Encode/t/Tcl.t
12826 ____________________________________________________________________________
12827 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
12828         Log: Update Changes.
12829      Branch: perl
12830            ! Changes patchlevel.h
12831 ____________________________________________________________________________
12832 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
12833         Log: Regen perlapi.
12834      Branch: perl
12835            ! pod/perlapi.pod
12836 ____________________________________________________________________________
12837 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
12838         Log: Tie::File doc tweak for Win32 from mjd. 
12839      Branch: perl
12840            ! lib/Tie/File.pm
12841 ____________________________________________________________________________
12842 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
12843         Log: Regen toc.
12844      Branch: perl
12845            ! pod/perltoc.pod
12846 ____________________________________________________________________________
12847 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
12848         Log: Decommission Encode::Tcl HZ testing for now.
12849      Branch: perl
12850            ! ext/Encode/t/Tcl.t
12851 ____________________________________________________________________________
12852 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
12853         Log: Must have a return.
12854      Branch: perl
12855            ! pp_pack.c
12856 ____________________________________________________________________________
12857 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
12858         Log: The very latest win32 score from Jan Dubois.
12859      Branch: perl
12860            ! pod/perldelta.pod
12861 ____________________________________________________________________________
12862 [ 15030] By: ams                                   on 2002/03/05  01:40:01
12863         Log: Subject: [PATCH] README.macos
12864              From: Chris Nandor <pudge@pobox.com>
12865              Date: Mon, 04 Mar 2002 17:37:59 -0500
12866              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
12867      Branch: perl
12868            ! README.macos
12869 ____________________________________________________________________________
12870 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
12871         Log: "The last pieces of Chinese puzzle" from Autrijus.
12872      Branch: perl
12873            + ext/Encode/lib/Encode/CN/HZ.pm
12874            - ext/Encode/Encode/HZ.enc
12875            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
12876            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
12877 ____________________________________________________________________________
12878 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
12879         Log: Known test failures updates.
12880      Branch: perl
12881            ! pod/perldelta.pod
12882 ____________________________________________________________________________
12883 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
12884         Log: One more nit from mjd.
12885      Branch: perl
12886            ! lib/Tie/File/t/16_handle.t
12887 ____________________________________________________________________________
12888 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
12889         Log: Upgrade to Tie::File 0.17 from mjd.
12890      Branch: perl
12891            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
12892            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12893 ____________________________________________________________________________
12894 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
12895         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12896              From: Nicholas Clark <nick@unfortu.net>
12897              Date: Mon, 4 Mar 2002 23:33:52 +0000
12898              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
12899      Branch: perl
12900            ! pod/perldelta.pod
12901 ____________________________________________________________________________
12902 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
12903         Log: Escapee.
12904      Branch: perl
12905            ! proto.h
12906 ____________________________________________________________________________
12907 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
12908         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
12909              From: Nicholas Clark <nick@unfortu.net>
12910              Date: Mon, 4 Mar 2002 22:48:38 +0000
12911              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
12912      Branch: perl
12913            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
12914            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
12915            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
12916            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
12917            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
12918            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12919            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
12920 ____________________________________________________________________________
12921 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
12922         Log: Cleaner.
12923      Branch: perl
12924            ! Makefile.SH
12925 ____________________________________________________________________________
12926 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
12927         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
12928              From: Jeffrey Friedl <jfriedl@yahoo.com>
12929              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
12930              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
12931      Branch: perl
12932            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
12933            ! pod/perlvar.pod
12934 ____________________________________________________________________________
12935 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
12936         Log: More Han tweaks from Autrjius Tang: most importantly,
12937              gbk is identical to cp936, so gbk can be removed and
12938              taken care of by an alias.
12939      Branch: perl
12940            - ext/Encode/Encode/gbk.enc
12941            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12942            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
12943            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12944            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12945 ____________________________________________________________________________
12946 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
12947         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12948              From: Nicholas Clark <nick@unfortu.net>
12949              Date: Mon, 4 Mar 2002 22:20:13 +0000
12950              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
12951      Branch: perl
12952            ! pod/perldelta.pod
12953 ____________________________________________________________________________
12954 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
12955         Log: Based on
12956              
12957              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
12958              From: Anton Tagunov <tagunov@motor.ru>
12959              Date: Mon, 4 Mar 2002 21:14:39 +0300
12960              Message-ID: <1814137429.20020304211439@motor.ru>
12961      Branch: perl
12962            ! pod/perlunicode.pod
12963 ____________________________________________________________________________
12964 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
12965         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12966              From: John Peacock <jpeacock@rowman.com>
12967              Date: Mon, 04 Mar 2002 16:18:42 -0500
12968              Message-ID: <3C83E4B2.3060700@rowman.com>
12969              
12970              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12971              From: John Peacock <jpeacock@rowman.com>
12972              Date: Mon, 04 Mar 2002 16:42:55 -0500
12973              Message-ID: <3C83EA5F.80303@rowman.com>
12974      Branch: perl
12975            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12976 ____________________________________________________________________________
12977 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
12978         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12979              From: "Craig A. Berry" <craigberry@mac.com>
12980              Date: Mon, 04 Mar 2002 14:47:59 -0600
12981              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
12982              
12983              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12984              From: "Craig A. Berry" <craigberry@mac.com>
12985              Date: Mon, 04 Mar 2002 15:04:58 -0600
12986              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
12987      Branch: perl
12988            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
12989 ____________________________________________________________________________
12990 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
12991         Log: metaconfig unit change for #15014.
12992      Branch: metaconfig/U/perl
12993            ! Extensions.U
12994 ____________________________________________________________________________
12995 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
12996         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
12997              of known extensions, where Encode::JP already is.
12998      Branch: perl
12999            ! Configure Porting/config.sh Porting/config_H uconfig.h
13000 ____________________________________________________________________________
13001 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
13002         Log: SJIS, from Dan Kogai.
13003      Branch: perl
13004            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
13005 ____________________________________________________________________________
13006 [ 15012] By: nick                                  on 2002/03/04  17:35:50
13007         Log: Intergrate perlio's Encode/compile
13008      Branch: perl
13009           !> ext/Encode/compile
13010 ____________________________________________________________________________
13011 [ 15011] By: nick                                  on 2002/03/04  17:29:54
13012         Log: Avoid $Id$ cleverness and just have a $VERSION.
13013      Branch: perlio
13014            ! ext/Encode/compile
13015 ____________________________________________________________________________
13016 [ 15010] By: nick                                  on 2002/03/04  17:29:14
13017         Log: Integrate mainline
13018      Branch: perlio
13019           +> lib/Math/BigInt/t/isa.t
13020           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
13021           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
13022           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13023           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
13024           !> warnings.pl
13025 ____________________________________________________________________________
13026 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
13027         Log: Integrate ext/Encode/compile from perlio.
13028      Branch: perl
13029           !> ext/Encode/compile
13030 ____________________________________________________________________________
13031 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
13032         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
13033              updates not integrated, something odd going on in there.)
13034      Branch: perl
13035           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
13036           !> lib/Tie/File/t/16_handle.t
13037 ____________________________________________________________________________
13038 [ 15007] By: nick                                  on 2002/03/04  17:08:17
13039         Log: Integrate mainline
13040      Branch: perlio
13041           !> AUTHORS Changes Porting/Glossary Porting/config.sh
13042           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
13043           !> pod/perltoc.pod
13044 ____________________________________________________________________________
13045 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
13046         Log: A new M::BI test.
13047      Branch: perl
13048            + lib/Math/BigInt/t/isa.t
13049            ! MANIFEST
13050 ____________________________________________________________________________
13051 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
13052         Log: Subject: VMS test and perldelta update
13053              From: "Craig A. Berry" <craigberry@mac.com>
13054              Date: Mon, 04 Mar 2002 11:03:37 -0600
13055              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
13056      Branch: perl
13057            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
13058 ____________________________________________________________________________
13059 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
13060         Log: Needed for threaded builds.
13061      Branch: perl
13062            ! embed.fnc embed.h
13063 ____________________________________________________________________________
13064 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
13065         Log: Subject: [PATCH] taint + deprecated warnings
13066              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13067              Date: Mon, 4 Mar 2002 16:33:23 -0000
13068              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
13069      Branch: perl
13070            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
13071            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
13072            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
13073 ____________________________________________________________________________
13074 [ 15002] By: nick                                  on 2002/03/04  16:19:06
13075         Log: Win32 tweak
13076      Branch: perlio
13077            ! lib/Tie/File/t/16_handle.t
13078 ____________________________________________________________________________
13079 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
13080         Log: Update Changes.
13081      Branch: perl
13082            ! Changes patchlevel.h
13083 ____________________________________________________________________________
13084 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
13085         Log: AUTHORS updates.
13086      Branch: perl
13087            ! AUTHORS
13088 ____________________________________________________________________________
13089 [ 14999] By: nick                                  on 2002/03/04  15:26:43
13090         Log: Win32 hack
13091      Branch: perlio
13092            ! ext/Encode/compile ext/Encode/t/JP.t
13093 ____________________________________________________________________________
13094 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
13095         Log: Encode doc tweak from Autrijus Tang.
13096      Branch: perl
13097            ! ext/Encode/Encode.pm
13098 ____________________________________________________________________________
13099 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
13100         Log: Regen Glossary et al.  (It seems the #14875 didn't
13101              quite work in removing the double-dot?)
13102      Branch: perl
13103            ! Porting/Glossary Porting/config.sh Porting/config_H
13104 ____________________________________________________________________________
13105 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
13106         Log: Regen toc.
13107      Branch: perl
13108            ! pod/perltoc.pod
13109 ____________________________________________________________________________
13110 [ 14995] By: nick                                  on 2002/03/04  14:42:09
13111         Log: Remove debugging assert
13112      Branch: perlio
13113            ! ext/threads/shared/shared.xs
13114 ____________________________________________________________________________
13115 [ 14994] By: nick                                  on 2002/03/04  14:41:54
13116         Log: Integrate mainline
13117      Branch: perlio
13118           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
13119           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13120           !> lib/Tie/File/t/15_pushpop.t util.c
13121 ____________________________________________________________________________
13122 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
13123         Log: Han update from Autrijus Tang. 
13124      Branch: perl
13125            ! ext/Encode/Encode.pm
13126 ____________________________________________________________________________
13127 [ 14992] By: nick                                  on 2002/03/04  14:08:38
13128         Log: Integrate mainline - all tests pass - some noise from threads
13129              av_simple (SuSE7.3).
13130      Branch: perlio
13131           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13132           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13133           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13134           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13135           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13136           +> lib/Tie/File/t/11_rv_splice_rs.t
13137           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13138           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13139           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13140            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13141            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13142            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13143            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13144            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13145            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13146            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13147            - lib/Tie/File/15_pushpop.t
13148           !> (integrate 47 files)
13149 ____________________________________________________________________________
13150 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
13151         Log: Missing MANIFESTations.
13152      Branch: perl
13153            ! MANIFEST
13154 ____________________________________________________________________________
13155 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
13156         Log: Attempt at portability.
13157      Branch: perl
13158            ! util.c
13159 ____________________________________________________________________________
13160 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
13161         Log: Needed by #14985.
13162      Branch: perl
13163            ! embed.h global.sym proto.h
13164 ____________________________________________________________________________
13165 [ 14988] By: ams                                   on 2002/03/04  08:59:27
13166         Log: Upgrade to Tie::File 0.16.
13167      Branch: perl
13168            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
13169            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
13170            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
13171            ! lib/Tie/File/t/15_pushpop.t
13172 ____________________________________________________________________________
13173 [ 14987] By: ams                                   on 2002/03/04  08:48:11
13174         Log: Subject: [PATCH @14577] perly-fixer
13175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13176              Date: Mon, 4 Mar 2002 02:28:51 -0500
13177              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
13178      Branch: perl
13179            ! Makefile.SH perly.fixer
13180 ____________________________________________________________________________
13181 [ 14986] By: ams                                   on 2002/03/04  08:43:37
13182         Log: Subject: [PATCH @14577] xsubpp
13183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13184              Date: Mon, 4 Mar 2002 02:25:52 -0500
13185              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
13186      Branch: perl
13187            ! lib/ExtUtils/xsubpp pod/perlxs.pod
13188 ____________________________________________________________________________
13189 [ 14985] By: ams                                   on 2002/03/04  08:40:46
13190         Log: Subject: [PATCH @14577] sv_cmp and friends
13191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13192              Date: Mon, 4 Mar 2002 02:31:04 -0500
13193              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
13194      Branch: perl
13195            ! embed.fnc sv.c util.c
13196 ____________________________________________________________________________
13197 [ 14984] By: ams                                   on 2002/03/04  08:16:06
13198         Log: Fix File::Path docs as suggested by Ronald Kimball.
13199      Branch: perl
13200            ! lib/File/Path.pm
13201 ____________________________________________________________________________
13202 [ 14983] By: ams                                   on 2002/03/04  08:11:20
13203         Log: Update perldata fix as suggested by Benjamin Goldberg.
13204      Branch: perl
13205            ! pod/perldata.pod
13206 ____________________________________________________________________________
13207 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
13208         Log: Faulty skip.
13209      Branch: perl
13210            ! ext/DB_File/t/db-recno.t
13211 ____________________________________________________________________________
13212 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
13213         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
13214              From: Anton Tagunov <tagunov@motor.ru>
13215              Date: Mon, 4 Mar 2002 05:41:41 +0300
13216              Message-Id: <7916563907.20020304054141@motor.ru>
13217              
13218              Subject: [ID 20020303.005] Patch perlinicode C API description
13219              From: Anton Tagunov <tagunov@motor.ru>
13220              Date: Mon, 4 Mar 2002 06:08:23 +0300
13221              Message-Id: <2018165510.20020304060823@motor.ru>
13222      Branch: perl
13223            ! lib/utf8.pm pod/perlunicode.pod
13224 ____________________________________________________________________________
13225 [ 14980] By: ams                                   on 2002/03/04  02:19:20
13226         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
13227              From: Anton Tagunov <tagunov@motor.ru>
13228              Date: Mon, 4 Mar 2002 02:17:40 +0300
13229              Message-Id: <1344322124.20020304021740@motor.ru>
13230      Branch: perl
13231            ! pod/perldata.pod
13232 ____________________________________________________________________________
13233 [ 14979] By: ams                                   on 2002/03/04  02:17:54
13234         Log: Subject: RE: [PATCH] RE: DB_File breakage
13235              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13236              Date: Sun, 3 Mar 2002 23:56:31 -0000
13237              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
13238      Branch: perl
13239            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13240            ! ext/DB_File/t/db-recno.t
13241 ____________________________________________________________________________
13242 [ 14978] By: ams                                   on 2002/03/04  02:07:16
13243         Log: Subject: [PATCH] docs for ExtUtils::Manifest
13244              From: Nicholas Clark <nick@unfortu.net>
13245              Date: Sun, 3 Mar 2002 23:29:25 +0000
13246              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
13247      Branch: perl
13248            ! lib/ExtUtils/Manifest.pm
13249 ____________________________________________________________________________
13250 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
13251         Log: Forgot from the M::BI 1.54 update.
13252      Branch: perl
13253            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
13254            ! lib/Math/BigInt/t/upgrade.inc
13255 ____________________________________________________________________________
13256 [ 14976] By: ams                                   on 2002/03/04  02:04:32
13257         Log: Subject: [PATCH] attr
13258              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13259              Date: Sun, 3 Mar 2002 22:09:58 -0000
13260              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
13261      Branch: perl
13262            ! lib/warnings.pm warnings.pl
13263 ____________________________________________________________________________
13264 [ 14975] By: ams                                   on 2002/03/04  02:01:27
13265         Log: Subject: [PATCH] File::Path documentation
13266              From: Colin Meyer <cmeyer@helvella.org>
13267              Date: Sun, 3 Mar 2002 14:54:24 -0800
13268              Message-Id: <20020303145424.A21774@hobart.helvella.org>
13269      Branch: perl
13270            ! lib/File/Path.pm
13271 ____________________________________________________________________________
13272 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
13273         Log: Typo.
13274      Branch: perl
13275            ! lib/Math/BigInt/t/upgrade.t
13276 ____________________________________________________________________________
13277 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
13278         Log: Editing errors.
13279      Branch: perl
13280            ! MANIFEST
13281 ____________________________________________________________________________
13282 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
13283         Log: Upgrade to Math::BigInt 1.54.
13284      Branch: perl
13285            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13286            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13287            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
13288            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
13289            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
13290            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
13291 ____________________________________________________________________________
13292 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
13293         Log: Test tweak from Craig Berry.
13294      Branch: perl
13295            ! lib/Tie/File/t/15_pushpop.t
13296 ____________________________________________________________________________
13297 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
13298         Log: Upgrade to Tie::File 0.15.
13299      Branch: perl
13300            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
13301            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
13302            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
13303            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
13304            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
13305            + lib/Tie/File/t/11_rv_splice_rs.t
13306            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
13307            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
13308            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13309            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13310            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13311            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13312            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13313            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13314            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
13315            - lib/Tie/File/15_pushpop.t
13316            ! MANIFEST lib/Tie/File.pm
13317 ____________________________________________________________________________
13318 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
13319         Log: The EBCDIC gaps apply only to the real A-Z.
13320      Branch: perl
13321            ! ext/B/B/Deparse.pm
13322 ____________________________________________________________________________
13323 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
13324         Log: EBCDIC: deparse \cX correctly.
13325      Branch: perl
13326            ! ext/B/B/Deparse.pm
13327 ____________________________________________________________________________
13328 [ 14967] By: ams                                   on 2002/03/03  18:18:00
13329         Log: Subject: [PATCH] nit in perlsyn.pod
13330              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
13331              Date: Sun, 03 Mar 2002 20:16:10 +0100
13332              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
13333      Branch: perl
13334            ! pod/perlsyn.pod
13335 ____________________________________________________________________________
13336 [ 14966] By: ams                                   on 2002/03/03  18:06:32
13337         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
13338              From: Michael G Schwern <schwern@pobox.com>
13339              Date: Sun, 3 Mar 2002 13:33:28 -0500
13340              Message-Id: <20020303183328.GA3296@blackrider>
13341      Branch: perl
13342            ! utils/h2xs.PL
13343 ____________________________________________________________________________
13344 [ 14965] By: ams                                   on 2002/03/03  18:00:03
13345         Log: Subject: [ PATCH ] HP back to default
13346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13347              Date: Sun, 03 Mar 2002 18:48:34 +0100
13348              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
13349      Branch: perl
13350            ! hints/hpux.sh
13351 ____________________________________________________________________________
13352 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
13353         Log: EBCDIC: special cases of special cases.
13354      Branch: perl
13355            ! t/uni/case.pl
13356 ____________________________________________________________________________
13357 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
13358         Log: EBCDIC: the v-string components cannot exceed 2147483647.
13359      Branch: perl
13360            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
13361 ____________________________________________________________________________
13362 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
13363         Log: Remove the bogus "incorrect case" warning completely.
13364              The problem exists, but the cure, in which ever form
13365              it will be, needs to be something more subtle.
13366      Branch: perl
13367            ! op.c pod/perldiag.pod
13368 ____________________________________________________________________________
13369 [ 14961] By: ams                                   on 2002/03/03  13:39:09
13370         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
13371              From: Mark-Jason Dominus <mjd@plover.com>
13372              Date: Sun, 03 Mar 2002 09:32:16 -0500
13373              Message-Id: <20020303143216.10536.qmail@plover.com>
13374      Branch: perl
13375            ! t/op/tiearray.t
13376 ____________________________________________________________________________
13377 [ 14960] By: nick                                  on 2002/03/03  09:59:59
13378         Log: Integrate mainline
13379      Branch: perlio
13380           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13381            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13382            ! ext/Encode/compile
13383           !> (integrate 27 files)
13384 ____________________________________________________________________________
13385 [ 14959] By: ams                                   on 2002/03/03  08:11:34
13386         Log: Fix #14957.
13387      Branch: perl
13388            ! ext/DB_File/t/db-recno.t
13389 ____________________________________________________________________________
13390 [ 14958] By: ams                                   on 2002/03/03  05:51:00
13391         Log: Subject: [PATCH @14577] NL in debugger
13392              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13393              Date: Sat, 2 Mar 2002 05:34:12 -0500
13394              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
13395      Branch: perl
13396            ! lib/perl5db.pl
13397 ____________________________________________________________________________
13398 [ 14957] By: ams                                   on 2002/03/03  05:00:04
13399         Log: Subject: Re: DB_File breakage
13400              From: Schuyler Erle <schuyler@oreilly.com>
13401              Date: Sat, 02 Mar 2002 21:50:30 -0800
13402              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
13403      Branch: perl
13404            ! ext/DB_File/t/db-recno.t
13405 ____________________________________________________________________________
13406 [ 14956] By: ams                                   on 2002/03/03  04:40:08
13407         Log: Subject: [PATCH @14577] Debugging OPs
13408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13409              Date: Sat, 2 Mar 2002 05:49:58 -0500
13410              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
13411      Branch: perl
13412            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
13413            ! pod/perlrun.pod sv.h
13414 ____________________________________________________________________________
13415 [ 14955] By: ams                                   on 2002/03/03  04:34:41
13416         Log: Subject: Tie::Array doc patch
13417              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
13418              Date: Sat, 02 Mar 2002 08:42:56 +0900
13419              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
13420      Branch: perl
13421            ! lib/Tie/Array.pm
13422 ____________________________________________________________________________
13423 [ 14954] By: ams                                   on 2002/03/03  04:23:33
13424         Log: Subject: Re: Smoke 14870
13425              From: Nicholas Clark <nick@unfortu.net>
13426              Date: Sat, 2 Mar 2002 20:00:53 +0000
13427              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
13428      Branch: perl
13429            ! README.hpux
13430 ____________________________________________________________________________
13431 [ 14953] By: ams                                   on 2002/03/03  04:15:49
13432         Log: Subject: RE: VERSION core
13433              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13434              Date: Sat, 2 Mar 2002 22:50:44 -0000
13435              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
13436      Branch: perl
13437            ! t/comp/use.t
13438 ____________________________________________________________________________
13439 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
13440         Log: The #14949 removed this error from non-Win32.
13441      Branch: perl
13442            ! t/lib/warnings/op
13443 ____________________________________________________________________________
13444 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
13445         Log: BeOS back on track.
13446      Branch: perl
13447            ! README.beos
13448 ____________________________________________________________________________
13449 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
13450         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
13451              higher is okay.
13452      Branch: perl
13453            ! ext/POSIX/t/posix.t
13454 ____________________________________________________________________________
13455 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
13456         Log: For now, make "incorrect case" a Win32-only warning.
13457      Branch: perl
13458            ! op.c
13459 ____________________________________________________________________________
13460 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
13461         Log: Demand more before attempting socketpair().
13462      Branch: perl
13463            ! pp_sys.c
13464 ____________________________________________________________________________
13465 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
13466         Log: Remove obsolete hack.
13467      Branch: perl
13468            ! makedepend.SH
13469 ____________________________________________________________________________
13470 [ 14946] By: ams                                   on 2002/03/02  16:00:32
13471         Log: Forgot to delete encode.* from MANIFEST.
13472      Branch: perl
13473            ! MANIFEST
13474 ____________________________________________________________________________
13475 [ 14945] By: ams                                   on 2002/03/02  14:41:03
13476         Log: Delete ex-test output.
13477      Branch: perl
13478            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
13479 ____________________________________________________________________________
13480 [ 14944] By: ams                                   on 2002/03/02  13:54:35
13481         Log: Subject: [PATCH] DB_File 1.803
13482              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13483              Date: Sat, 2 Mar 2002 14:33:32 -0000
13484              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
13485      Branch: perl
13486            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13487            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
13488 ____________________________________________________________________________
13489 [ 14943] By: ams                                   on 2002/03/02  13:43:06
13490         Log: Upgrade to Tie::File 0.14.
13491      Branch: perl
13492            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
13493            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
13494            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
13495 ____________________________________________________________________________
13496 [ 14942] By: nick                                  on 2002/03/02  11:05:53
13497         Log: Integrate mainline
13498      Branch: perlio
13499           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13500           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
13501           +> ext/Encode/t/table.utf8
13502           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
13503           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
13504           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13505           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
13506           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
13507           !> universal.c utils/perldoc.PL
13508 ____________________________________________________________________________
13509 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
13510         Log: More CJK (just C, really) tables from Autrijus Tang
13511              (originally from iconv, used with permission of Bruno Haible)
13512      Branch: perl
13513            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
13514            + ext/Encode/Encode/iso-ir-165.enc
13515            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13516            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
13517            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
13518 ____________________________________________________________________________
13519 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
13520         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
13521              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13522              Date: Fri, 1 Mar 2002 15:32:13 -0500
13523              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
13524      Branch: perl
13525            ! utils/perldoc.PL
13526 ____________________________________________________________________________
13527 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
13528         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
13529              From: Schuyler Erle <schuyler@oreilly.com>
13530              Date: Fri, 01 Mar 2002 14:22:19 -0800
13531              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
13532              
13533              Subject: Re: PATCH: "splice() offset past end of array" warning.
13534              From: Mark-Jason Dominus <mjd@plover.com>
13535              Date: Fri, 01 Mar 2002 17:19:49 -0500
13536              Message-ID: <20020301221949.7610.qmail@plover.com>
13537      Branch: perl
13538            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
13539 ____________________________________________________________________________
13540 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
13541         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
13542              From: Mark-Jason Dominus <mjd@plover.com>
13543              Date: Fri, 01 Mar 2002 18:35:35 -0500
13544              Message-ID: <20020301233535.15969.qmail@plover.com>
13545      Branch: perl
13546            ! av.c
13547 ____________________________________________________________________________
13548 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
13549         Log: Subject: RE: VERSION core
13550              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13551              Date: Fri, 1 Mar 2002 23:47:48 -0000
13552              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
13553      Branch: perl
13554            ! pod/perldiag.pod universal.c
13555 ____________________________________________________________________________
13556 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
13557         Log: Update Changes
13558      Branch: maint-5.6/macperl
13559            ! macos/Changes
13560 ____________________________________________________________________________
13561 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
13562         Log: Fix update to resources
13563      Branch: maint-5.6/macperl
13564            ! macos/macperl/MacPerl.r
13565 ____________________________________________________________________________
13566 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
13567         Log: metaconfig unit change for #14930.
13568      Branch: metaconfig
13569            ! U/modified/Init.U
13570 ____________________________________________________________________________
13571 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
13572         Log: Fix debugger to handle Mac OS psedofiles
13573      Branch: maint-5.6/macperl
13574            ! lib/DB.pm lib/perl5db.pl
13575 ____________________________________________________________________________
13576 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
13577         Log: Various fixes from Thomas Wegner
13578      Branch: maint-5.6/macperl
13579            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
13580 ____________________________________________________________________________
13581 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
13582         Log: Some resource updates
13583      Branch: maint-5.6/macperl
13584            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
13585            ! macos/macperl/MacPerl.rsrc
13586 ____________________________________________________________________________
13587 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
13588         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
13589              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13590              Date: Fri, 01 Mar 2002 09:38:59 -0800
13591              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
13592      Branch: perl
13593            ! Configure
13594 ____________________________________________________________________________
13595 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
13596         Log: Add some missing sfio symbols (Alan Fry)
13597      Branch: maint-5.6/macperl
13598            ! macos/macperl.sym
13599 ____________________________________________________________________________
13600 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
13601         Log: Update version and README
13602      Branch: maint-5.6/macperl
13603            ! README.macos macos/MPVersion.r
13604 ____________________________________________________________________________
13605 [ 14926] By: nick                                  on 2002/03/01  15:56:41
13606         Log: Integrate mainline
13607      Branch: perlio
13608           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
13609           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13610           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13611           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13612           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13613           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13614           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13615           +> lib/Tie/File/13_size_rs.t
13616           !> (integrate 80 files)
13617 ____________________________________________________________________________
13618 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
13619         Log: Better advertising.
13620      Branch: perl
13621            ! pod/perldelta.pod pod/perlfaq5.pod
13622 ____________________________________________________________________________
13623 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
13624         Log: Update Changes.
13625      Branch: perl
13626            ! Changes patchlevel.h
13627 ____________________________________________________________________________
13628 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
13629         Log: Lost in the shuffle.
13630      Branch: perl
13631            + lib/Math/BigInt/t/downgrade.t
13632            ! MANIFEST
13633 ____________________________________________________________________________
13634 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
13635         Log: Advertise Tie::File.
13636      Branch: perl
13637            ! pod/perldelta.pod pod/perlfaq5.pod
13638 ____________________________________________________________________________
13639 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
13640         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
13641              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13642              Date: Thu, 28 Feb 2002 18:55:48 +0100
13643              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
13644      Branch: perl
13645            ! x2p/walk.c
13646 ____________________________________________________________________________
13647 [ 14920] By: ams                                   on 2002/03/01  09:06:01
13648         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
13649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13650              Date: Tue, 26 Feb 2002 19:54:31 -0500
13651              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
13652      Branch: perl
13653            ! embed.fnc ext/B/B/Deparse.pm gv.c
13654 ____________________________________________________________________________
13655 [ 14919] By: ams                                   on 2002/03/01  03:03:12
13656         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
13657      Branch: perl
13658            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
13659            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13660            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13661            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13662            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13663            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13664            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13665 ____________________________________________________________________________
13666 [ 14918] By: ams                                   on 2002/03/01  02:36:58
13667         Log: Add Tie::File 0.12 from MJD.
13668      Branch: perl
13669            + lib/Tie/File.pm lib/Tie/File/01_gen.t
13670            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13671            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13672            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13673            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13674            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13675            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13676            ! MANIFEST
13677 ____________________________________________________________________________
13678 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
13679         Log: Encoding name mapping tweaks.
13680      Branch: perl
13681            ! ext/Encode/Encode.pm
13682 ____________________________________________________________________________
13683 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
13684         Log: metaconfig unit change for #14915.
13685      Branch: metaconfig
13686            ! U/modified/Init.U
13687 ____________________________________________________________________________
13688 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
13689         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
13690              From: Paul_GreenVOS@vos.stratus.com
13691              Date: Thu, 28 Feb 02 15:05 est
13692              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
13693      Branch: perl
13694            ! Configure
13695 ____________________________________________________________________________
13696 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
13697         Log: PL_bostr was pointing to the wrong string
13698              (a string left around from the loading of the Unicode \w)
13699              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
13700              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
13701      Branch: perl
13702            ! regexec.c
13703 ____________________________________________________________________________
13704 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
13705         Log: Sync with libnet-1.10
13706      Branch: perl
13707            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
13708            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
13709            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
13710            ! lib/Net/t/netrc.t
13711 ____________________________________________________________________________
13712 [ 14912] By: ams                                   on 2002/02/28  13:02:50
13713         Log: Subject: [PATCH] perldelta.pod fixes
13714              From: Autrijus Tang <autrijus@autrijus.org>
13715              Date: Thu, 28 Feb 2002 21:44:15 +0800
13716              Message-Id: <20020228134415.GB16422@not.autrijus.org>
13717      Branch: perl
13718            ! pod/perldelta.pod
13719 ____________________________________________________________________________
13720 [ 14911] By: ams                                   on 2002/02/28  11:31:44
13721         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
13722              From: Stas Bekman <stas@stason.org>
13723              Date: Mon, 04 Feb 2002 16:18:53 +0800
13724              Message-Id: <3C7E1E5F.1000605@stason.org>
13725              (Applied by hand).
13726      Branch: perl
13727            ! lib/File/Copy.pm
13728 ____________________________________________________________________________
13729 [ 14910] By: ams                                   on 2002/02/28  11:26:47
13730         Log: Subject: [PATCH lib/Pod/Html.pm]
13731              From: Stas Bekman <stas@stason.org>
13732              Date: Thu, 28 Feb 2002 20:05:01 +0800
13733              Message-Id: <3C7E1CED.7000307@stason.org>
13734      Branch: perl
13735            ! lib/Pod/Html.pm
13736 ____________________________________________________________________________
13737 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
13738         Log: Tests for #14908.
13739      Branch: perl
13740            ! t/op/pat.t
13741 ____________________________________________________________________________
13742 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
13743         Log: Make shared hash keys to be \0-terminated:
13744              one possible resolution for
13745              "UTF-8, weird \w behaviour after HASH-KEY-ification"
13746              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
13747              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
13748              The hash keys weren't \0-terminated.  This meant that the EOL ($)
13749              in regmatch() got the nextchr beyond the last character.  Since
13750              the keys were UTF-8, the nextchr was \1, not the usual
13751              string-terminating \0.  Wham, no match.
13752              
13753              I think another possible resolution could be to stop the nextchr
13754              computation in regmatch() from peeking beyond the last character
13755              of the string:
13756              
13757              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
13758      Branch: perl
13759            ! hv.c hv.h
13760 ____________________________________________________________________________
13761 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
13762         Log: Subject: [PATCH] Perl interface to newIO()
13763              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13764              Date: Wed, 27 Feb 2002 20:15:27 -0800
13765              Message-ID: <f7af8gzkgaET092yn@efn.org>
13766      Branch: perl
13767            ! lib/Symbol.pm
13768 ____________________________________________________________________________
13769 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
13770         Log: The "list" part of
13771              
13772              Subject: [PATCH perlop] .. returns a *list* of *integers*
13773              From: Mike Guy <mjtg@cam.ac.uk>
13774              Date: Tue, 26 Feb 2002 18:30:22 +0000
13775              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
13776              
13777              plus few nits.
13778      Branch: perl
13779            ! pod/perlop.pod
13780 ____________________________________________________________________________
13781 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
13782         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
13783              From: Abe Timmerman <abe@ztreet.demon.nl>
13784              Date: Thu, 28 Feb 2002 00:04:06 +0100
13785              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
13786      Branch: perl
13787            ! lib/File/stat.t
13788 ____________________________________________________________________________
13789 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
13790         Log: Integrate from maintperl.
13791      Branch: maint-5.6/macperl
13792           !> doio.c op.c t/io/open.t t/pragma/strict-subs
13793 ____________________________________________________________________________
13794 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
13795         Log: Upgrade to Math::BigInt 1.53.
13796      Branch: perl
13797            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13798            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13799            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13800            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
13801            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
13802            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
13803 ____________________________________________________________________________
13804 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
13805         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
13806              From: "Craig A. Berry" <craigberry@mac.com>
13807              Date: Wed, 27 Feb 2002 15:36:38 -0600
13808              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
13809      Branch: perl
13810            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
13811            ! vms/ext/filespec.t
13812 ____________________________________________________________________________
13813 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
13814         Log: Subject: [PATCH] Some minor changes for Cygwin
13815              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
13816              Date: Wed, 27 Feb 2002 22:25:41 +0100
13817              Message-ID: <14296492589.20020227222541@familiehaase.de>
13818      Branch: perl
13819            ! Makefile.SH README.cygwin cygwin/perlld.in
13820 ____________________________________________________________________________
13821 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
13822         Log: Update the UTF-8 explanation table.
13823      Branch: perl
13824            ! pod/perlunicode.pod utf8.h
13825 ____________________________________________________________________________
13826 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
13827         Log: Repatch from Robin Barker: anon subs in C<package;> are
13828              now __ANON__::__ANON__ (should help for mod_perl package
13829              since #12251)
13830      Branch: perl
13831            ! gv.c op.c t/op/runlevel.t toke.c
13832 ____________________________________________________________________________
13833 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
13834         Log: Update Changes.
13835      Branch: perl
13836            ! Changes patchlevel.h
13837 ____________________________________________________________________________
13838 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
13839         Log: perldelta updates.
13840      Branch: perl
13841            ! pod/perldelta.pod
13842 ____________________________________________________________________________
13843 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
13844         Log: Signedness nit.
13845      Branch: perl
13846            ! regexec.c
13847 ____________________________________________________________________________
13848 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
13849         Log: Subject: Re: Smoke 14870
13850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13851              Date: Wed, 27 Feb 2002 16:48:35 +0100
13852              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
13853              
13854              (with some additional garnish)
13855      Branch: perl
13856            ! README.hpux hints/hpux.sh
13857 ____________________________________________________________________________
13858 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
13859         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
13860              into perl.exp in AIX.
13861      Branch: perl
13862            ! makedef.pl perl.h
13863 ____________________________________________________________________________
13864 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
13865         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
13866              From: Robin Barker <rmb1@cise.npl.co.uk>
13867              Date: Wed, 27 Feb 2002 14:39:35 GMT
13868              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
13869      Branch: perl
13870            ! pod/perlrun.pod
13871 ____________________________________________________________________________
13872 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
13873         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
13874              From: Robin Barker <rmb1@cise.npl.co.uk>
13875              Date: Wed, 27 Feb 2002 12:25:30 GMT
13876              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
13877      Branch: perl
13878            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
13879            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
13880            ! pod/perlunicode.pod pod/perluniintro.pod
13881 ____________________________________________________________________________
13882 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
13883         Log: Only modify LD_LIBRARY_PATH in case there are directories.
13884      Branch: perl
13885            ! hints/dec_osf.sh
13886 ____________________________________________________________________________
13887 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
13888         Log: Subject: [PATCH] perl/hints/vos.sh
13889              From: Paul_GreenVOS@vos.stratus.com
13890              Date: Tue, 26 Feb 02 15:19 est
13891              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
13892      Branch: perl
13893            ! hints/vos.sh
13894 ____________________________________________________________________________
13895 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
13896         Log: Forgot from #14888.
13897      Branch: perl
13898            ! ext/Unicode/Normalize/mkheader
13899 ____________________________________________________________________________
13900 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
13901         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
13902      Branch: perl
13903            ! ext/Unicode/Normalize/Changes
13904            ! ext/Unicode/Normalize/Normalize.pm
13905            ! ext/Unicode/Normalize/Normalize.xs
13906            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
13907            ! ext/Unicode/Normalize/t/test.t
13908 ____________________________________________________________________________
13909 [ 14887] By: ams                                   on 2002/02/26  23:51:52
13910         Log: Subject: Missing diagnostics
13911              From: Simon Glover <scog@roe.ac.uk>
13912              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
13913              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
13914              
13915              Subject: [PATCH] Better wording for the lvalue vec diagnostic
13916              From: Simon Glover <scog@roe.ac.uk>
13917              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
13918              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
13919      Branch: perl
13920            ! doop.c pod/perldiag.pod t/op/vec.t
13921 ____________________________________________________________________________
13922 [ 14886] By: ams                                   on 2002/02/26  15:48:34
13923         Log: Subject: [PATCH] Not OK 5.7.2@14884
13924              From: andreas.koenig@anima.de (Andreas J. Koenig)
13925              Date: Tue, 26 Feb 2002 15:03:55 +0100
13926              Message-Id: <m38z9gfigk.fsf@anima.de>
13927      Branch: perl
13928            ! t/lib/access.t
13929 ____________________________________________________________________________
13930 [ 14885] By: nick                                  on 2002/02/26  13:48:55
13931         Log: Integrate mainline
13932      Branch: perlio
13933           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13934           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13935           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13936            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13937           !> (integrate 102 files)
13938 ____________________________________________________________________________
13939 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
13940         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
13941              1.1999999999999996, or thereabouts (yes, even sprintf).
13942      Branch: perl
13943            ! t/base/num.t
13944 ____________________________________________________________________________
13945 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
13946         Log: Neither.
13947      Branch: perl
13948            ! pod/perldelta.pod
13949 ____________________________________________________________________________
13950 [ 14882] By: ams                                   on 2002/02/26  08:46:55
13951         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
13952              From: Michael G Schwern <schwern@pobox.com>
13953              Date: Tue, 26 Feb 2002 01:01:28 -0500
13954              Message-Id: <20020226060128.GA2439@blackrider>
13955      Branch: perl
13956            ! hv.c pod/perldiag.pod
13957 ____________________________________________________________________________
13958 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
13959         Log: Subject: [PATCH B::Concise] docs, typos
13960              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13961              Date: Mon, 25 Feb 2002 16:41:16 +0100
13962              Message-ID: <20020225164116.A1054@rafael>
13963      Branch: perl
13964            ! ext/B/B/Concise.pm
13965 ____________________________________________________________________________
13966 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
13967         Log: POSIX: add isatty to @EXPORT_OK, reformat.
13968      Branch: perl
13969            ! ext/POSIX/POSIX.pm
13970 ____________________________________________________________________________
13971 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
13972         Log: If using -Dloclibpth=... the directories need to
13973              be appended to LD_LIBRARY_PATH (and ickily, if those
13974              directories contain a (newer?) libdb.so, we need to
13975              prepend    /usr/shlib to loclibpth).
13976      Branch: perl
13977            ! hints/dec_osf.sh
13978 ____________________________________________________________________________
13979 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
13980         Log: Subject: [PATCH] Perl interface to newIO()
13981              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
13982              Date: Mon, 25 Feb 2002 15:04:57 -0800
13983              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
13984      Branch: perl
13985            ! lib/Symbol.pm lib/Symbol.t
13986 ____________________________________________________________________________
13987 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
13988         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
13989              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
13990              Date: Mon, 25 Feb 2002 21:58:30 +0100
13991              Message-ID: <20020225215830.A744@rafael>
13992      Branch: perl
13993            ! pod/perlvar.pod
13994 ____________________________________________________________________________
13995 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
13996         Log: Big5 tweaks from Autrijus Tang.
13997      Branch: perl
13998            ! ext/Encode/Encode/big5.enc
13999 ____________________________________________________________________________
14000 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
14001         Log: Subject: [PATCH Glossary configpm] cleanups
14002              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14003              Date: Mon, 25 Feb 2002 23:27:15 +0100
14004              Message-ID: <20020225232715.C744@rafael>
14005      Branch: perl
14006            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
14007 ____________________________________________________________________________
14008 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
14009         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
14010              From: Nicholas Clark <nick@unfortu.net>
14011              Date: Mon, 25 Feb 2002 21:53:24 +0000
14012              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
14013      Branch: perl
14014            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
14015            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14016            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
14017 ____________________________________________________________________________
14018 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
14019         Log: Upgrade to I18N::LangTags 0.27.
14020              (Causes one flipflop back to perl.com URL, must poke Sean.)
14021      Branch: perl
14022            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
14023            ! lib/I18N/LangTags/List.pm
14024 ____________________________________________________________________________
14025 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
14026         Log: Upgrade to Getopt::Long 2.28.
14027      Branch: perl
14028            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14029            ! lib/Getopt/Long/README
14030 ____________________________________________________________________________
14031 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
14032         Log: No =head.
14033      Branch: perl
14034            ! pod/perlebcdic.pod
14035 ____________________________________________________________________________
14036 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
14037         Log: Update Changes.
14038      Branch: perl
14039            ! Changes patchlevel.h
14040 ____________________________________________________________________________
14041 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
14042         Log: metaconfig unit change for #14868.
14043      Branch: metaconfig
14044            ! U/modified/Chk_MANI.U
14045 ____________________________________________________________________________
14046 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
14047         Log: Some hosts understand split -l 50, some only split -50
14048              (from Paul Eggert).
14049      Branch: perl
14050            ! Configure
14051 ____________________________________________________________________________
14052 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
14053         Log: Subject: Re: [PATCH bleadperl] socketpair.t
14054              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14055              Date: Sun, 24 Feb 2002 10:31:25 +0100
14056              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
14057              
14058              (the pid half only)
14059      Branch: perl
14060            ! win32/win32.c
14061 ____________________________________________________________________________
14062 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
14063         Log: Mention the new pack tricks.
14064      Branch: perl
14065            ! pod/perldelta.pod
14066 ____________________________________________________________________________
14067 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
14068         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
14069              From: Richard.Foley@t-online.de (Richard Foley)
14070              Date: Mon, 25 Feb 2002 13:47:03 +0100
14071              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
14072      Branch: perl
14073            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
14074            ! pod/perldebug.pod pod/perldelta.pod
14075 ____________________________________________________________________________
14076 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
14077         Log: Typo corrections from John P. Linderman.
14078      Branch: perl
14079            ! ext/IPC/SysV/Semaphore.pm
14080 ____________________________________________________________________________
14081 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
14082         Log: Upgrade to Math::BigInt 1.52.
14083      Branch: perl
14084            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14085            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
14086            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14087            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
14088            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
14089 ____________________________________________________________________________
14090 [ 14862] By: ams                                   on 2002/02/25  10:39:40
14091         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
14092              From: Robin Barker <rmb1@cise.npl.co.uk>
14093              Date: Mon, 25 Feb 2002 11:35:06 GMT
14094              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
14095              
14096              Subject: [PATCH Net/Cmd.pm]
14097              From: Robin Barker <rmb1@cise.npl.co.uk>
14098              Date: Mon, 25 Feb 2002 11:37:06 GMT
14099              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
14100      Branch: perl
14101            ! lib/Cwd.pm lib/Net/Cmd.pm
14102 ____________________________________________________________________________
14103 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
14104         Log: Cut-and-paste errors.
14105      Branch: perl
14106            ! t/op/pat.t
14107 ____________________________________________________________________________
14108 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
14109         Log: EBCDIC: the control characters are not that easy to find.
14110      Branch: perl
14111            ! t/op/pat.t
14112 ____________________________________________________________________________
14113 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
14114         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
14115              From: John Peacock <jpeacock@rowman.com>
14116              Date: Sun, 24 Feb 2002 22:08:28 -0500
14117              Message-ID: <3C79AAAC.6060903@rowman.com>
14118      Branch: perl
14119            ! sv.c
14120 ____________________________________________________________________________
14121 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
14122         Log: SvSetSV() is not returnable, but that's okay since
14123              sv_copypv() returns void.
14124      Branch: perl
14125            ! sv.c
14126 ____________________________________________________________________________
14127 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
14128         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
14129              From: John Peacock <jpeacock@rowman.com>                 
14130              Date: Sun, 24 Feb 2002 16:40:07 -0500
14131              Message-ID: <3C795DB7.40105@rowman.com>               
14132      Branch: perl
14133            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
14134            ! pp_hot.c proto.h sv.c
14135 ____________________________________________________________________________
14136 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
14137         Log: Tiny code cleanup.
14138      Branch: perl
14139            ! regexec.c
14140 ____________________________________________________________________________
14141 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
14142         Log: Use to_uni_fold().
14143      Branch: perl
14144            ! regcomp.c
14145 ____________________________________________________________________________
14146 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
14147         Log: Document the new taint behaviour of exec LIST and
14148              system LIST.
14149      Branch: perl
14150            ! pod/perldelta.pod
14151 ____________________________________________________________________________
14152 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
14153         Log: Subject: [PATCH] Re: taint news
14154              From: Rick Delaney <rick.delaney@rogers.com>             
14155              Date: 24 Feb 2002 11:35:00 -0500
14156              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
14157      Branch: perl
14158            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
14159 ____________________________________________________________________________
14160 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
14161         Log: EBCDIC tweak (native instead of uni) and comment update.
14162      Branch: perl
14163            ! regexec.c
14164 ____________________________________________________________________________
14165 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
14166         Log: Using uninitialized (and wrong) variables is not good.
14167      Branch: perl
14168            ! regcomp.c
14169 ____________________________________________________________________________
14170 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
14171         Log: EBCDIC: this seems to calm the last of the
14172              Malformed UTF-8 warnings.
14173      Branch: perl
14174            ! regcomp.c utf8.c
14175 ____________________________________________________________________________
14176 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
14177         Log: EBCDIC: document using Encode for character conversions.
14178      Branch: perl
14179            ! pod/perlebcdic.pod
14180 ____________________________________________________________________________
14181 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
14182         Log: EBCDIC: disable also Unicode::Collate and
14183              Unicode::Normalize for now.  Real users of
14184              EBCDIC have to decide what they want.
14185      Branch: perl
14186            ! ext/Unicode/Normalize/Normalize.pm
14187            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14188            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
14189            ! lib/Unicode/Collate/t/test.t
14190 ____________________________________________________________________________
14191 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
14192         Log: AUTHORS updates.
14193      Branch: perl
14194            ! AUTHORS
14195 ____________________________________________________________________________
14196 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
14197         Log: Retract #14571: there may be a better solution than
14198              tweaking the test.
14199      Branch: perl
14200            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
14201 ____________________________________________________________________________
14202 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
14203         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
14204              From: "Craig A. Berry" <craigberry@mac.com> 
14205              Date: Sat, 23 Feb 2002 14:14:35 -0600
14206              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
14207      Branch: perl
14208            ! configure.com
14209 ____________________________________________________________________________
14210 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
14211         Log: metaconfig unit change for #14843.
14212      Branch: metaconfig/U/perl
14213            ! Extensions.U
14214 ____________________________________________________________________________
14215 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
14216         Log: Also Encode/JP needs to be listed explicitly.
14217              (Any other sub-Encode extensions?)
14218      Branch: perl
14219            ! Configure
14220 ____________________________________________________________________________
14221 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
14222         Log: Document known UNICOS/mk deficiency.
14223      Branch: perl
14224            ! pod/perldelta.pod
14225 ____________________________________________________________________________
14226 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
14227         Log: Subject: [PATCH] README mention version 5.0
14228              From: Autrijus Tang <autrijus@autrijus.org>
14229              Date: Sat, 23 Feb 2002 09:35:22 +0800
14230              Message-ID: <20020223013522.GA8694@not.autrijus.org>
14231      Branch: perl
14232            ! README
14233 ____________________________________________________________________________
14234 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
14235         Log: metaconfig unit change for #14839.
14236      Branch: metaconfig
14237            ! U/modified/Signal.U
14238 ____________________________________________________________________________
14239 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
14240         Log: Old hosts like NeXT Classic don't have sort -k,
14241              from Paul Eggert.
14242      Branch: perl
14243            ! Configure
14244 ____________________________________________________________________________
14245 [ 14838] By: ams                                   on 2002/02/22  21:14:29
14246         Log: Minor clarifications as suggested by Anton Tagunov.
14247      Branch: perl
14248            ! pod/perlsyn.pod
14249 ____________________________________________________________________________
14250 [ 14837] By: ams                                   on 2002/02/22  21:07:02
14251         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
14252              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14253              Date: Fri, 22 Feb 2002 23:01:07 +0100
14254              Message-Id: <20020222230107.A15069@rafael>
14255      Branch: perl
14256            ! sv.c t/op/gv.t
14257 ____________________________________________________________________________
14258 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
14259         Log: metaconfig unit change for #14835.
14260      Branch: metaconfig
14261            ! U/modified/Chk_MANI.U
14262 ____________________________________________________________________________
14263 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
14264         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
14265      Branch: perl
14266            ! Configure
14267 ____________________________________________________________________________
14268 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
14269         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
14270              From: Michael G Schwern <schwern@pobox.com>
14271              Date: Fri, 22 Feb 2002 12:10:28 -0500
14272              Message-ID: <20020222171027.GB4181@blackrider>
14273      Branch: perl
14274            ! ext/Encode/compile
14275 ____________________________________________________________________________
14276 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
14277         Log: Update Changes.
14278      Branch: perl
14279            ! Changes patchlevel.h
14280 ____________________________________________________________________________
14281 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
14282         Log: Implement IV/UV/NV/long double pack/unpack with
14283              template letters j/J/F/D (the latter two have been
14284              undocumented aliases of f/d).
14285      Branch: perl
14286            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
14287 ____________________________________________________________________________
14288 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
14289         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14290              From: Nicholas Clark <nick@unfortu.net>
14291              Date: Fri, 22 Feb 2002 14:01:25 +0000
14292              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
14293      Branch: perl
14294            ! ext/Encode/compile
14295 ____________________________________________________________________________
14296 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
14297         Log: NetWare change from Ananth Kesari.
14298      Branch: perl
14299            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
14300            ! MANIFEST
14301 ____________________________________________________________________________
14302 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
14303         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
14304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14305              Date: Fri, 22 Feb 2002 03:55:13 -0500
14306              Message-ID: <20020222035513.A894@math.ohio-state.edu>
14307      Branch: perl
14308            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
14309 ____________________________________________________________________________
14310 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
14311         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
14312      Branch: perl
14313            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
14314 ____________________________________________________________________________
14315 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
14316         Log: Make measure_struct a file static.
14317      Branch: perl
14318            ! pp_pack.c
14319 ____________________________________________________________________________
14320 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
14321         Log: EBCDIC: someone who knows what they are doing
14322              and whether it is possible at all in the first
14323              place needs to figure these tests out on EBCDIC.
14324              The CJK encodings heavily abuse their knowledge
14325              of ASCII and that may require a translation layer
14326              or four to survive UTF-EBCDIC.
14327      Branch: perl
14328            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
14329 ____________________________________________________________________________
14330 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
14331         Log: croak() needs context.
14332      Branch: perl
14333            ! pp_pack.c
14334 ____________________________________________________________________________
14335 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
14336         Log: Subject: [PATCH @14577] pack with a human face: the sequel
14337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14338              Date: Thu, 21 Feb 2002 21:33:37 -0500
14339              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
14340      Branch: perl
14341            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
14342            ! proto.h t/op/pack.t
14343 ____________________________________________________________________________
14344 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
14345         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
14346              From: Nicholas Clark <nick@unfortu.net> 
14347              Date: Fri, 22 Feb 2002 00:49:44 +0000
14348              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
14349      Branch: perl
14350            ! ext/Encode/compile
14351 ____________________________________________________________________________
14352 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
14353         Log: Test for #14795.
14354      Branch: perl
14355            ! t/op/pat.t
14356 ____________________________________________________________________________
14357 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
14358         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
14359      Branch: perl
14360            ! t/op/pat.t
14361 ____________________________________________________________________________
14362 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
14363         Log: Subject: [PATCH] next batch of bugfixes
14364              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14365              Date: Thu, 21 Feb 2002 23:54:41 +0100
14366              Message-ID: <20020221235441.A17260@rafael>
14367      Branch: perl
14368            ! ext/B/B/Deparse.pm
14369 ____________________________________________________________________________
14370 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
14371         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)
14372              From: chromatic <chromatic@rmci.net>
14373              Date: Thu, 21 Feb 2002 14:17:35 -0700
14374              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
14375      Branch: perl
14376            ! lib/File/stat.pm lib/File/stat.t
14377 ____________________________________________________________________________
14378 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
14379         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
14380      Branch: perl
14381            ! ext/re/re.xs
14382 ____________________________________________________________________________
14383 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
14384         Log: Upgrade to Math::BigInt 1.51.
14385      Branch: perl
14386            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
14387            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
14388            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
14389            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
14390            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14391            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
14392            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
14393            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
14394            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
14395            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
14396            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
14397            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
14398 ____________________________________________________________________________
14399 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
14400         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
14401              From: "Gerrit P. Haase" <gp@familiehaase.de>
14402              Date: Thu, 21 Feb 2002 21:20:25 +0100
14403              Message-ID: <69510538936.20020221212025@familiehaase.de>
14404      Branch: perl
14405            ! Makefile.SH
14406 ____________________________________________________________________________
14407 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
14408         Log: Subject: [PATCH @14577] grouping in pack/unpack
14409              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14410              Date: Thu, 21 Feb 2002 06:06:14 -0500
14411              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
14412      Branch: perl
14413            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
14414            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
14415 ____________________________________________________________________________
14416 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
14417         Log: Subject: [PATCH propose] question about fs.t
14418              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14419              Date: Thu, 21 Feb 2002 15:10:21 +0100
14420              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
14421      Branch: perl
14422            ! t/io/fs.t
14423 ____________________________________________________________________________
14424 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
14425         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
14426              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
14427              Date: Thu, 21 Feb 2002 09:54:28 +0100
14428              Message-ID: <13576559576.20020221095428@familiehaase.de>     
14429      Branch: perl
14430            ! Makefile.SH
14431 ____________________________________________________________________________
14432 [ 14812] By: ams                                   on 2002/02/21  14:59:09
14433         Log: Subject: typo correction
14434              From: mjd@plover.com
14435              Date: 21 Feb 2002 15:43:49 -0000
14436              Message-Id: <20020221154349.22772.qmail@plover.com>
14437      Branch: perl
14438            ! pod/perldebug.pod
14439 ____________________________________________________________________________
14440 [ 14811] By: ams                                   on 2002/02/21  14:02:12
14441         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
14442              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14443              Date: Thu, 21 Feb 2002 15:22:22 +0100
14444              Message-Id: <20020221152222.A15095@rafael>
14445      Branch: perl
14446            ! op.h toke.c
14447 ____________________________________________________________________________
14448 [ 14810] By: ams                                   on 2002/02/21  12:45:28
14449         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
14450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14451              Date: Thu, 21 Feb 2002 06:02:48 -0500
14452              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
14453      Branch: perl
14454            ! lib/ExtUtils/Mksymlists.pm makedef.pl
14455 ____________________________________________________________________________
14456 [ 14809] By: nick                                  on 2002/02/21  09:31:08
14457         Log: Integrate mainline
14458      Branch: perlio
14459           +> lib/Pod/t/Select.t
14460           !> (integrate 37 files)
14461 ____________________________________________________________________________
14462 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
14463         Log: metaconfig unit change for #14807.
14464      Branch: metaconfig
14465            ! U/modified/Signal.U
14466 ____________________________________________________________________________
14467 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
14468         Log: Revert #14805, didn't quite work.
14469      Branch: perl
14470            ! Configure config_h.SH
14471 ____________________________________________________________________________
14472 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
14473         Log: metaconfig changes for #14805.
14474      Branch: metaconfig
14475            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
14476 ____________________________________________________________________________
14477 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
14478         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14479              From: Paul Eggert <eggert@twinsun.com>
14480              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
14481              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
14482      Branch: perl
14483            ! Configure config_h.SH
14484 ____________________________________________________________________________
14485 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
14486         Log: More advice.
14487      Branch: perl
14488            ! README.os390
14489 ____________________________________________________________________________
14490 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
14491         Log: Missing MANIFESTation.
14492      Branch: perl
14493            ! MANIFEST
14494 ____________________________________________________________________________
14495 [ 14802] By: ams                                   on 2002/02/20  22:55:25
14496         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
14497              From: Autrijus Tang <autrijus@autrijus.org>
14498              Date: Thu, 21 Feb 2002 07:13:12 +0800
14499              Message-Id: <20020220231312.GA775@not.autrijus.org>
14500      Branch: perl
14501            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
14502 ____________________________________________________________________________
14503 [ 14801] By: ams                                   on 2002/02/20  22:27:20
14504         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
14505              From: Abe Timmerman <abe@ztreet.demon.nl>
14506              Date: Thu, 21 Feb 2002 00:20:40 +0100
14507              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
14508      Branch: perl
14509            + lib/Pod/t/Select.t
14510 ____________________________________________________________________________
14511 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
14512         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
14513              twice, causing the loop to skip every other character.
14514      Branch: perl
14515            ! utf8.c
14516 ____________________________________________________________________________
14517 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
14518         Log: Better debugging info.
14519      Branch: perl
14520            ! t/uni/case.pl
14521 ____________________________________________________________________________
14522 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
14523         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
14524              From: Nicholas Clark <nick@unfortu.net>
14525              Date: Wed, 20 Feb 2002 22:13:05 +0000
14526              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
14527      Branch: perl
14528            ! ext/Encode/compile
14529 ____________________________________________________________________________
14530 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
14531         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
14532              From: Paul Eggert <eggert@twinsun.com>
14533              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
14534              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
14535      Branch: perl
14536            ! pod/perlhack.pod
14537 ____________________________________________________________________________
14538 [ 14796] By: nick                                  on 2002/02/20  18:15:00
14539         Log: Integrate mainline
14540      Branch: perlio
14541           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14542           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
14543           +> lib/Locale/Country.pod lib/Locale/Currency.pod
14544           +> lib/Locale/Language.pod lib/Locale/Script.pm
14545           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
14546           +> t/uni/title.t t/uni/upper.t
14547           !> (integrate 41 files)
14548 ____________________________________________________________________________
14549 [ 14795] By: ams                                   on 2002/02/20  17:08:38
14550         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
14551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
14552              Date: Wed, 20 Feb 2002 18:06:59 +0000
14553              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
14554      Branch: perl
14555            ! pp_ctl.c
14556 ____________________________________________________________________________
14557 [ 14794] By: ams                                   on 2002/02/20  16:41:56
14558         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
14559              From: Paul_GreenVOS@vos.stratus.com
14560              Date: Wed, 20 Feb 02 12:21 est
14561              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
14562      Branch: perl
14563            ! Makefile.SH
14564 ____________________________________________________________________________
14565 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
14566         Log: Forgot from #14790.
14567      Branch: perl
14568            ! pp_pack.c
14569 ____________________________________________________________________________
14570 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
14571         Log: Update Changes.
14572      Branch: perl
14573            ! Changes patchlevel.h
14574 ____________________________________________________________________________
14575 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
14576         Log: Integrate change #14778 from maintperl.
14577      Branch: perl
14578            ! t/lib/strict/subs
14579           !> op.c
14580 ____________________________________________________________________________
14581 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
14582         Log: Subject: Re: [ID 20020220.001] pack w with objects
14583              From: Ulrich Pfeifer <upf@de.uu.net>
14584              Date: 20 Feb 2002 11:21:15 +0100
14585              Message-ID: <p5g03wcv38.fsf@de.uu.net>
14586      Branch: perl
14587            ! t/op/pack.t
14588 ____________________________________________________________________________
14589 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
14590         Log: Subject: Re: [PATCH] go faster for Encode's compile
14591              From: Nicholas Clark <nick@unfortu.net> 
14592              Date: Tue, 19 Feb 2002 23:38:36 +0000
14593              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
14594      Branch: perl
14595            ! ext/Encode/compile
14596 ____________________________________________________________________________
14597 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
14598         Log: Regen Glossary.
14599      Branch: perl
14600            ! Porting/Glossary Porting/config.sh Porting/config_H
14601 ____________________________________________________________________________
14602 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
14603         Log: metaconfig unit change for #14786 (not visible yet,
14604              since Glossary needs regenerating)
14605      Branch: metaconfig
14606            ! U/compline/d_gconvert.U
14607 ____________________________________________________________________________
14608 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
14609         Log: Subject: d_Gconvert hints and Glossary
14610              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14611              Date: Tue, 19 Feb 2002 11:55:36 -0800
14612              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
14613      Branch: perl
14614            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
14615            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
14616            ! hints/svr5.sh
14617 ____________________________________________________________________________
14618 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
14619         Log: metaconfig unit changes for #14784.
14620      Branch: metaconfig
14621            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
14622 ____________________________________________________________________________
14623 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
14624         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14625              From: Paul Eggert <eggert@twinsun.com>              
14626              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
14627              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
14628      Branch: perl
14629            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
14630            ! pod/perlhack.pod
14631 ____________________________________________________________________________
14632 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
14633         Log: metaconfig unit change for #14782.
14634      Branch: metaconfig/U/perl
14635            ! Mksymlinks.U
14636 ____________________________________________________________________________
14637 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
14638         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
14639              From: "Gerrit P. Haase" <gp@familiehaase.de>
14640              Date: Wed, 20 Feb 2002 00:23:29 +0100
14641              Message-ID: <70348722516.20020220002329@familiehaase.de>
14642      Branch: perl
14643            ! Configure
14644 ____________________________________________________________________________
14645 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
14646         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
14647              From: Nicholas Clark <nick@unfortu.net> 
14648              Date: Tue, 19 Feb 2002 19:27:42 +0000
14649              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
14650              
14651              (with modifications)
14652      Branch: perl
14653            ! pod/perlsub.pod
14654 ____________________________________________________________________________
14655 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
14656         Log: NetWare tweak from Ananth Kesari.
14657      Branch: perl
14658            ! lib/ExtUtils/MakeMaker.pm
14659 ____________________________________________________________________________
14660 [ 14779] By: ams                                   on 2002/02/20  06:51:55
14661         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
14662      Branch: perl
14663            ! pod/perlfaq4.pod
14664 ____________________________________________________________________________
14665 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
14666         Log: constant folding on the range operator had the effect of disabling
14667              peephole optimizations in all the siblings of the range OP; the
14668              effect of this was that barewords could escape strictures when
14669              they were hiding in such places
14670      Branch: maint-5.6/perl
14671            ! op.c t/pragma/strict-subs
14672 ____________________________________________________________________________
14673 [ 14777] By: ams                                   on 2002/02/20  00:56:21
14674         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
14675              From: Graham Barr <gbarr@pobox.com>
14676              Date: Tue, 19 Feb 2002 23:08:47 +0000
14677              Message-Id: <20020219230847.G66560@pobox.com>
14678      Branch: perl
14679            ! lib/Time/Local.pm
14680 ____________________________________________________________________________
14681 [ 14776] By: ams                                   on 2002/02/19  17:20:28
14682         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
14683              From: Nicholas Clark <nick@unfortu.net>
14684              Date: Tue, 19 Feb 2002 16:23:22 +0000
14685              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
14686      Branch: perl
14687            ! lib/Tie/Hash.pm
14688 ____________________________________________________________________________
14689 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
14690         Log: Regen doc, regen toc.
14691      Branch: perl
14692            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
14693 ____________________________________________________________________________
14694 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
14695         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14696              From: Dave Mitchell <davem@fdgroup.co.uk>
14697              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
14698              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
14699      Branch: perl
14700            ! pod/perlsub.pod
14701 ____________________________________________________________________________
14702 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
14703         Log: Detypo.
14704      Branch: perl
14705            ! lib/Tie/Memoize.pm
14706 ____________________________________________________________________________
14707 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
14708         Log: UTF-8 C API doc tweaks.
14709      Branch: perl
14710            ! pod/perlunicode.pod
14711 ____________________________________________________________________________
14712 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
14713         Log: Mention that the case-switchers know about Unicode, too.
14714      Branch: perl
14715            ! pod/perlop.pod
14716 ____________________________________________________________________________
14717 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
14718         Log: Upgrade to Locale::Codes 2.01.
14719      Branch: perl
14720            + lib/Locale/Constants.pod lib/Locale/Country.pod
14721            + lib/Locale/Currency.pod lib/Locale/Language.pod
14722            + lib/Locale/Script.pod
14723            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14724            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14725            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14726            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
14727 ____________________________________________________________________________
14728 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
14729         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14730              From: Dave Mitchell <davem@fdgroup.co.uk>
14731              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
14732              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
14733      Branch: perl
14734            ! pod/perlsub.pod
14735 ____________________________________________________________________________
14736 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
14737         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
14738              From: Sam Tregar <sam@tregar.com> 
14739              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
14740              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
14741      Branch: perl
14742            ! sv.h
14743 ____________________________________________________________________________
14744 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
14745         Log: The test requires perlio.
14746      Branch: perl
14747            ! ext/Encode/t/JP.t
14748 ____________________________________________________________________________
14749 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
14750         Log: Misplaced block end.
14751      Branch: perl
14752            ! utf8.c
14753 ____________________________________________________________________________
14754 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
14755         Log: The POSIX extensions are deadly.
14756      Branch: perl
14757            ! regcomp.c
14758 ____________________________________________________________________________
14759 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
14760         Log: Let's not overdo the growth.
14761      Branch: perl
14762            ! pp.c
14763 ____________________________________________________________________________
14764 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
14765         Log: Third time makes the charm.
14766      Branch: perl
14767            ! README.os390
14768 ____________________________________________________________________________
14769 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
14770         Log: Oops.
14771      Branch: perl
14772            ! utf8.c
14773 ____________________________________________________________________________
14774 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
14775         Log: Add back the new casing tests.
14776      Branch: perl
14777            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14778            ! MANIFEST
14779 ____________________________________________________________________________
14780 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
14781         Log: Prefer special case mappings.
14782      Branch: perl
14783            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14784            ! lib/unicore/To/Upper.pl lib/unicore/mktables
14785 ____________________________________________________________________________
14786 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
14787         Log: Try special casing first.
14788      Branch: perl
14789            ! utf8.c
14790 ____________________________________________________________________________
14791 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
14792         Log: Not extending enough.
14793      Branch: perl
14794            ! pp.c utf8.h
14795 ____________________________________________________________________________
14796 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
14797         Log: No need to store identity mappings.
14798      Branch: perl
14799            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14800            ! lib/unicore/mktables
14801 ____________________________________________________________________________
14802 [ 14756] By: ams                                   on 2002/02/18  20:21:17
14803         Log: Forward port #14704 from maint-5.6.
14804      Branch: perl
14805            ! doio.c
14806 ____________________________________________________________________________
14807 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
14808         Log: Regen Changes.
14809      Branch: perl
14810            ! Changes
14811 ____________________________________________________________________________
14812 [ 14754] By: ams                                   on 2002/02/18  19:01:09
14813         Log: Subject: [PATCH] VMS cando_by_name and current process privs
14814              From: "Craig A. Berry" <craigberry@mac.com>
14815              Date: Mon, 18 Feb 2002 14:03:30 -0600
14816              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
14817      Branch: perl
14818            ! vms/vms.c
14819 ____________________________________________________________________________
14820 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
14821         Log: Update Changes.
14822      Branch: perl
14823            ! Changes patchlevel.h
14824 ____________________________________________________________________________
14825 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
14826         Log: What do you know; these tests unearthed nasty problems.
14827              Will resolve those first.
14828      Branch: perl
14829            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14830            ! MANIFEST
14831 ____________________________________________________________________________
14832 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
14833         Log: Update Changes.
14834      Branch: perl
14835            ! Changes patchlevel.h
14836 ____________________________________________________________________________
14837 [ 14750] By: ams                                   on 2002/02/18  17:36:05
14838         Log: Subject: Re: IO::Poll: Removing Handles
14839              From: Matthew Sachs <matthewg@zevils.com>
14840              Date: Mon, 18 Feb 2002 13:19:01 -0500
14841              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
14842      Branch: perl
14843            ! ext/IO/lib/IO/t/io_poll.t
14844 ____________________________________________________________________________
14845 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
14846         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
14847              From: "Craig A. Berry" <craigberry@mac.com>
14848              Date: Mon, 18 Feb 2002 11:52:21 -0600
14849              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
14850      Branch: perl
14851            ! t/op/alarm.t t/op/glob.t
14852 ____________________________________________________________________________
14853 [ 14748] By: ams                                   on 2002/02/18  15:53:36
14854         Log: s/load_module/Perl_load_module/
14855      Branch: perl
14856            ! gv.c
14857 ____________________________________________________________________________
14858 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
14859         Log: Unused in ASCII, used in EBCDIC.
14860      Branch: perl
14861            ! utf8.c
14862 ____________________________________________________________________________
14863 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
14864         Log: Upgrade to Locale::Codes 2.00.
14865      Branch: perl
14866            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14867            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
14868            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
14869            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14870            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14871 ____________________________________________________________________________
14872 [ 14745] By: ams                                   on 2002/02/18  15:20:44
14873         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
14874              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14875              Date: Sat, 16 Feb 2002 00:06:01 +0100
14876              Message-Id: <20020216000601.A17249@rafael>
14877      Branch: perl
14878            ! gv.c
14879 ____________________________________________________________________________
14880 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
14881         Log: More Unicode casing checks.
14882      Branch: perl
14883            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14884            ! MANIFEST
14885 ____________________________________________________________________________
14886 [ 14743] By: ams                                   on 2002/02/18  14:35:38
14887         Log: Subject: IO::Poll: Removing Handles
14888              From: Matthew Sachs <matthewg@zevils.com>
14889              Date: Sun, 17 Feb 2002 04:49:46 -0500
14890              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
14891      Branch: perl
14892            ! ext/IO/lib/IO/Poll.pm
14893 ____________________________________________________________________________
14894 [ 14741] By: ams                                   on 2002/02/18  13:59:48
14895         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
14896              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14897              Date: Mon, 18 Feb 2002 15:41:26 +0100
14898              Message-Id: <20020218154126.A692@rafael>
14899      Branch: perl
14900            ! pp_ctl.c t/op/do.t
14901 ____________________________________________________________________________
14902 [ 14740] By: nick                                  on 2002/02/18  09:09:23
14903         Log: Integrate mainline
14904      Branch: perlio
14905           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14906           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14907           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14908           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14909           +> ext/Encode/lib/Encode/JP/Constants.pm
14910           +> ext/Encode/lib/Encode/JP/H2Z.pm
14911           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14912           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14913           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14914           +> os2/OS2/Process/t/os2_process.t
14915           +> os2/OS2/Process/t/os2_process_kid.t
14916           +> os2/OS2/Process/t/os2_process_text.t
14917            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14918            - ext/Encode/t/Japanese.t
14919           !> (integrate 47 files)
14920 ____________________________________________________________________________
14921 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
14922         Log: EBCDIC: now the worst seems to be over for
14923              the "Malformed" warnings.  Still a few of them,
14924              and plenty of test failures, but getting better.
14925      Branch: perl
14926            ! regcomp.c utf8.c
14927 ____________________________________________________________________________
14928 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
14929         Log: Upgrade to Net::Ping 2.12.
14930      Branch: perl
14931            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14932            ! lib/Net/Ping/t/110_icmp_inst.t
14933 ____________________________________________________________________________
14934 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
14935         Log: After much rewriting we are now pretty much
14936              back to where we started.
14937      Branch: perl
14938            ! utf8.c
14939 ____________________________________________________________________________
14940 [ 14736] By: ams                                   on 2002/02/18  01:23:00
14941         Log: Subject: [PATCH B::Deparse] two fixes
14942              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14943              Date: Sun, 17 Feb 2002 23:58:59 +0100
14944              Message-Id: <20020217235859.A32513@rafael>
14945      Branch: perl
14946            ! ext/B/B/Deparse.pm
14947 ____________________________________________________________________________
14948 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
14949         Log: Buglet.
14950      Branch: perl
14951            ! ext/Encode/lib/Encode/JP/JIS.pm
14952 ____________________________________________________________________________
14953 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
14954         Log: Clearing up to_utf8_case() continues: this time use
14955              a single return, and EBCDICification for all paths.
14956      Branch: perl
14957            ! utf8.c
14958 ____________________________________________________________________________
14959 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
14960         Log: Small tweaks to get the test running (fix @INC and
14961              do not overwrite the table.utf8 and table.rnd).
14962      Branch: perl
14963            ! ext/Encode/t/JP.t
14964 ____________________________________________________________________________
14965 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
14966         Log: Tiny tweak.
14967      Branch: perl
14968            ! utf8.c
14969 ____________________________________________________________________________
14970 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
14971         Log: Redundant casts.
14972      Branch: perl
14973            ! utf8.c
14974 ____________________________________________________________________________
14975 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
14976         Log: More filename portability tips.
14977      Branch: perl
14978            ! pod/perlport.pod
14979 ____________________________________________________________________________
14980 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
14981         Log: FAQ sync.
14982      Branch: perl
14983            ! pod/perlfaq3.pod pod/perlfaq5.pod
14984 ____________________________________________________________________________
14985 [ 14728] By: ams                                   on 2002/02/17  16:15:09
14986         Log: Subject: podlators 1.21 released
14987              From: Russ Allbery <rra@stanford.edu>
14988              Date: Sat, 16 Feb 2002 21:42:56 -0800
14989              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
14990      Branch: perl
14991            ! lib/Pod/Text/Overstrike.pm
14992 ____________________________________________________________________________
14993 [ 14727] By: sky                                   on 2002/02/17  11:36:52
14994         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
14995              From: Autrijus Tang <autrijus@autrijus.org>
14996              Date: Sun, 17 Feb 2002 19:46:47 +0800
14997              Message-ID: <20020217194647.A1410@not.autrijus.org>
14998      Branch: perl
14999            ! pp_ctl.c t/op/tiehandle.t util.c
15000 ____________________________________________________________________________
15001 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
15002         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
15003              input in native code points, not Unicode.
15004      Branch: perl
15005            ! utf8.c
15006 ____________________________________________________________________________
15007 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
15008         Log: Regen Glossary.
15009      Branch: perl
15010            ! Porting/Glossary Porting/config.sh Porting/config_H
15011 ____________________________________________________________________________
15012 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
15013         Log: The #14715 and #14716 were okay: they just revealed
15014              a bug in the EXACTF matching.
15015      Branch: perl
15016            ! regexec.c utf8.c
15017 ____________________________________________________________________________
15018 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
15019         Log: Retreat, retreat! (retract #14715 and #14716)
15020      Branch: perl
15021            ! utf8.c
15022 ____________________________________________________________________________
15023 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
15024         Log: Encode 0.40, from Dan Kogai.
15025      Branch: perl
15026            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
15027            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
15028            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
15029            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
15030            + ext/Encode/lib/Encode/JP/Constants.pm
15031            + ext/Encode/lib/Encode/JP/H2Z.pm
15032            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
15033            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
15034            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
15035            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
15036            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15037            - ext/Encode/t/Japanese.t
15038            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
15039            ! ext/Encode/t/Encode.t
15040 ____________________________________________________________________________
15041 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
15042         Log: metaconfig unit change for #14720.
15043      Branch: perl
15044            ! Configure
15045 ____________________________________________________________________________
15046 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
15047         Log: Regenerate Configure (small tweaks on Yitzchak's,
15048              main difference being that the preference variables are
15049              called gconvert_...).
15050      Branch: metaconfig
15051            ! U/compline/d_gconvert.U
15052 ____________________________________________________________________________
15053 [ 14719] By: ams                                   on 2002/02/16  14:11:01
15054         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
15055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15056              Date: Thu, 14 Feb 2002 22:27:33 -0800
15057              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
15058              (Applied by hand.)
15059      Branch: perl
15060            ! Configure
15061 ____________________________________________________________________________
15062 [ 14718] By: ams                                   on 2002/02/16  13:45:28
15063         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
15064              From: Philip Newton <Philip.Newton@gmx.net>
15065              Date: Sat, 16 Feb 2002 10:05:05 +0100
15066              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
15067              (Applied by hand.)
15068      Branch: perl
15069            ! pod/perlport.pod
15070 ____________________________________________________________________________
15071 [ 14717] By: ams                                   on 2002/02/16  04:30:23
15072         Log: Remove dubious test.
15073      Branch: perl
15074            ! t/io/open.t
15075 ____________________________________________________________________________
15076 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
15077         Log: Tiny tweak.
15078      Branch: perl
15079            ! utf8.c
15080 ____________________________________________________________________________
15081 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
15082         Log: Restructure to_utf8_case() for simpler execution paths.
15083      Branch: perl
15084            ! utf8.c
15085 ____________________________________________________________________________
15086 [ 14714] By: ams                                   on 2002/02/16  02:43:59
15087         Log: Absorb #14701 by Sarathy from maint-5.6.
15088      Branch: perl
15089            ! doio.c t/io/open.t
15090 ____________________________________________________________________________
15091 [ 14713] By: ams                                   on 2002/02/16  01:51:27
15092         Log: Subject: [PATCH] VOS patches for perl 5.8
15093              From: Paul_GreenVOS@vos.stratus.com
15094              Date: Fri, 15 Feb 02 17:41 est
15095              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
15096      Branch: perl
15097            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
15098            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15099            ! vos/install_perl.cm
15100 ____________________________________________________________________________
15101 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
15102         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
15103              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15104              Date: Fri, 15 Feb 2002 23:05:44 +0100
15105              Message-ID: <20020215230544.A690@rafael>
15106      Branch: perl
15107            ! ext/B/B/Deparse.pm
15108 ____________________________________________________________________________
15109 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
15110         Log: Add $VERSION.
15111      Branch: perl
15112            ! lib/Tie/Memoize.pm
15113 ____________________________________________________________________________
15114 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
15115         Log: Update Changes.
15116      Branch: perl
15117            ! Changes patchlevel.h
15118 ____________________________________________________________________________
15119 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
15120         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
15121              From: Robin Barker <rmb1@cise.npl.co.uk>
15122              Date: Thu, 14 Feb 2002 19:07:40 GMT
15123              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
15124              
15125              (the hints part only)
15126      Branch: perl
15127            ! hints/solaris_2.sh
15128 ____________________________________________________________________________
15129 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
15130         Log: metaconfig unit changes for #14707.
15131      Branch: metaconfig
15132            ! U/modified/cc.U
15133      Branch: metaconfig/U/perl
15134            ! Checkcc.U
15135 ____________________________________________________________________________
15136 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
15137         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
15138              From: Robin Barker <rmb1@cise.npl.co.uk>
15139              Date: Fri, 15 Feb 2002 12:14:39 GMT
15140              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
15141              
15142              Split checking-for-gcc and checking-for-cc.
15143      Branch: perl
15144            ! Configure
15145 ____________________________________________________________________________
15146 [ 14706] By: ams                                   on 2002/02/15  13:57:15
15147         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15148              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
15149              Date: 15 Feb 2002 10:53:06 +0200
15150              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
15151      Branch: perl
15152            ! lib/Pod/Html.pm
15153 ____________________________________________________________________________
15154 [ 14705] By: ams                                   on 2002/02/15  08:42:55
15155         Log: Subject: [PATCH @14577] OS/2 tests and more
15156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15157              Date: Fri, 15 Feb 2002 03:56:24 -0500
15158              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
15159      Branch: perl
15160            + os2/OS2/Process/t/os2_process.t
15161            + os2/OS2/Process/t/os2_process_kid.t
15162            + os2/OS2/Process/t/os2_process_text.t
15163            ! MANIFEST configpm hints/os2.sh makedef.pl
15164            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
15165            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
15166            ! os2/os2ish.h
15167 ____________________________________________________________________________
15168 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
15169         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
15170              avoid wasteful PL_fdpid fiddling where that is not warranted;
15171              mostly whitespace fixes
15172              
15173              these were longstanding todo items from:
15174              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
15175      Branch: maint-5.6/perl
15176            ! doio.c
15177 ____________________________________________________________________________
15178 [ 14702] By: nick                                  on 2002/02/15  08:31:41
15179         Log: Integrate mainline
15180      Branch: perlio
15181           +> lib/if.pm lib/if.t
15182           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
15183           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15184           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15185           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15186           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15187           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
15188           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
15189           !> t/lib/warnings/pp_sys
15190 ____________________________________________________________________________
15191 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
15192         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
15193              (and also dies quickly on Windows); this bug crept in as
15194              change#610, a.k.a change#646
15195      Branch: maint-5.6/perl
15196            ! doio.c t/io/open.t
15197 ____________________________________________________________________________
15198 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
15199         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
15200              From: Ville "Skyttä" <ville.skytta@iki.fi>
15201              Date: Wed, 13 Feb 2002 22:29:39 +0200
15202              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
15203      Branch: perl
15204            ! lib/Pod/Html.pm
15205 ____________________________________________________________________________
15206 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
15207         Log: Document and test the C0 and C1.
15208      Branch: perl
15209            ! lib/charnames.pm lib/charnames.t
15210 ____________________________________________________________________________
15211 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
15212         Log: metaconfig unit change for #14697.
15213      Branch: metaconfig
15214            ! U/modified/Init.U
15215 ____________________________________________________________________________
15216 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
15217         Log: Also OS/2 seems to need exe set early.
15218      Branch: perl
15219            ! Configure
15220 ____________________________________________________________________________
15221 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
15222         Log: Document pack U0U.
15223      Branch: perl
15224            ! pod/perluniintro.pod
15225 ____________________________________________________________________________
15226 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
15227         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
15228              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15229              Date: Thu, 14 Feb 2002 23:58:00 +0100
15230              Message-ID: <20020214235800.A12901@rafael>
15231      Branch: perl
15232            ! pp_sys.c t/lib/warnings/pp_sys
15233 ____________________________________________________________________________
15234 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
15235         Log: Subject: [PATCH @13746] conditional pragmas
15236              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15237              Date: Mon, 31 Dec 2001 18:18:09 -0500
15238              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
15239      Branch: perl
15240            + lib/if.pm lib/if.t
15241            ! MANIFEST
15242 ____________________________________________________________________________
15243 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
15244         Log: Deparse bug introduced by #14615: the fix is just a workaround,
15245              I suspect there to be another deeper bug, must distill simpler
15246              test case.
15247      Branch: perl
15248            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
15249 ____________________________________________________________________________
15250 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
15251         Log: Integrate perlio; 
15252              
15253              Make dependencies more precise (for nmake)
15254      Branch: perl
15255           !> ext/Encode/EUC_JP/Makefile.PL
15256 ____________________________________________________________________________
15257 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
15258         Log: Just a guess.
15259      Branch: perl
15260            ! lib/Tie/Handle.pm
15261 ____________________________________________________________________________
15262 [ 14690] By: nick                                  on 2002/02/14  16:30:56
15263         Log: Integrate mainline
15264      Branch: perlio
15265           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
15266           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
15267           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
15268           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
15269           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
15270           !> utf8.c
15271 ____________________________________________________________________________
15272 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
15273         Log: Upgrade to Net::Ping 2.11.
15274      Branch: perl
15275            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
15276            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
15277            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
15278            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
15279 ____________________________________________________________________________
15280 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
15281         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
15282              From: Robin Barker <rmb1@cise.npl.co.uk>
15283              Date: Wed, 13 Feb 2002 17:37:07 GMT
15284              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
15285              
15286              (updated version of the above)
15287      Branch: perl
15288            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
15289 ____________________________________________________________________________
15290 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
15291         Log: Excise inexact blather.
15292      Branch: perl
15293            ! utf8.c
15294 ____________________________________________________________________________
15295 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
15296         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
15297              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15298              Date: Mon, 31 Dec 2001 20:28:46 -0500
15299              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
15300      Branch: perl
15301            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
15302            ! MANIFEST
15303 ____________________________________________________________________________
15304 [ 14685] By: nick                                  on 2002/02/14  14:20:20
15305         Log: Make dependencies more precise (for nmake)
15306      Branch: perlio
15307            ! ext/Encode/EUC_JP/Makefile.PL
15308 ____________________________________________________________________________
15309 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
15310         Log: Subject: [PATCH @13746] tied hashes
15311              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
15312              Date: Mon, 31 Dec 2001 19:15:39 -0500
15313              Message-ID: <20011231191539.A46@math.ohio-state.edu>
15314      Branch: perl
15315            ! lib/Tie/Hash.pm pod/perltie.pod
15316 ____________________________________________________________________________
15317 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
15318         Log: Subject: Re: [PATCH] Configure followed by make minitest
15319              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15320              Date: Sun, 10 Feb 2002 23:22:05 -0800
15321              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
15322      Branch: perl
15323            ! Makefile.SH
15324 ____________________________________________________________________________
15325 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
15326         Log: Subject: Re: perl@14647
15327              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15328              Date: Mon, 11 Feb 2002 19:30:36 +0100
15329              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
15330      Branch: perl
15331            ! t/op/groups.t
15332 ____________________________________________________________________________
15333 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
15334         Log: Update Changes.
15335      Branch: perl
15336            ! Changes patchlevel.h
15337 ____________________________________________________________________________
15338 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
15339         Log: Integrate perlio;
15340              
15341              Do not lc() the file names before doing dirname() or they don't match.
15342      Branch: perl
15343           !> lib/ExtUtils/t/Installed.t
15344 ____________________________________________________________________________
15345 [ 14679] By: sky                                   on 2002/02/13  12:56:13
15346         Log: rename mutex to make a bit more sense
15347      Branch: perl
15348            ! ext/threads/threads.xs
15349 ____________________________________________________________________________
15350 [ 14678] By: sky                                   on 2002/02/13  12:46:11
15351         Log: Track active threads....
15352      Branch: perl
15353            ! ext/threads/threads.pm ext/threads/threads.xs
15354 ____________________________________________________________________________
15355 [ 14677] By: nick                                  on 2002/02/13  09:30:42
15356         Log: Do not lc() the file names before doing dirname() or they don't match.
15357      Branch: perlio
15358            ! lib/ExtUtils/t/Installed.t
15359 ____________________________________________________________________________
15360 [ 14676] By: sky                                   on 2002/02/13  09:03:37
15361         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
15362              From: Michael G Schwern <schwern@pobox.com>
15363              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
15364              Message-Id: <20020213100017.GA6288@blackrider>
15365      Branch: perl
15366            ! lib/File/Spec/t/rel2abs2rel.t
15367 ____________________________________________________________________________
15368 [ 14675] By: sky                                   on 2002/02/13  09:00:24
15369         Log: Do not propagate END blocks to child threads, test.
15370      Branch: perl
15371            + ext/threads/t/end.t
15372            ! MANIFEST ext/threads/threads.xs
15373 ____________________________________________________________________________
15374 [ 14674] By: nick                                  on 2002/02/13  08:34:55
15375         Log: Integrate mainline
15376      Branch: perlio
15377           +> ext/threads/t/join.t
15378           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
15379           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
15380           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
15381 ____________________________________________________________________________
15382 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
15383         Log: metaconfig unit change for #14672.
15384      Branch: metaconfig
15385            ! U/modified/lns.U
15386 ____________________________________________________________________________
15387 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
15388         Log: $ln is supposed to be already set to $ln + executable suffix
15389              on platforms that need it, from Paul Green.
15390      Branch: perl
15391            ! Configure
15392 ____________________________________________________________________________
15393 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
15394         Log: Subject: New command syntax for 'x' command
15395              From: Mark-Jason Dominus <mjd@plover.com>
15396              Date: Tue, 12 Feb 2002 20:54:01 -0500
15397              Message-ID: <20020213015401.25685.qmail@plover.com>
15398      Branch: perl
15399            ! lib/perl5db.pl pod/perldebug.pod
15400 ____________________________________________________________________________
15401 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
15402         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
15403              From: Mark-Jason Dominus <mjd@plover.com>
15404              Date: Tue, 12 Feb 2002 20:20:42 -0500
15405              Message-ID: <20020213012042.25245.qmail@plover.com>
15406      Branch: perl
15407            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
15408 ____________________________________________________________________________
15409 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
15410         Log: Iteration continues.
15411      Branch: perl
15412            ! utf8.c
15413 ____________________________________________________________________________
15414 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
15415         Log: Duh.
15416      Branch: perl
15417            ! pp_pack.c t/op/length.t
15418 ____________________________________________________________________________
15419 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
15420         Log: Retract #14666.
15421      Branch: perl
15422            ! t/op/lc.t
15423 ____________________________________________________________________________
15424 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
15425         Log: (retracted by #14667)
15426      Branch: perl
15427            ! t/op/lc.t
15428 ____________________________________________________________________________
15429 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
15430         Log: Tiny test script tweaks.
15431      Branch: perl
15432            ! t/uni/fold.t
15433 ____________________________________________________________________________
15434 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
15435         Log: Rewrite the "special mapping" part of to_utf8_case(),
15436              this time with fewer bugs.  (See: The Law of Cybernetic
15437              Entymology.)
15438      Branch: perl
15439            ! utf8.c
15440 ____________________________________________________________________________
15441 [ 14663] By: sky                                   on 2002/02/12  18:26:16
15442         Log: Stop failures if you pass an object, sv_dup might not be the right 
15443              thing to use since I have a feeling we end up cloning far too much. 
15444              (Like the stash for example).... Maybe we need a lightweight sv_dup 
15445              that searches the target for things....
15446              Real fix is another option to perl_clone which controls if you should 
15447              save stashes.
15448      Branch: perl
15449            ! ext/threads/threads.xs
15450 ____________________________________________________________________________
15451 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
15452         Log: Retract #14661.
15453      Branch: perl
15454            ! hints/solaris_2.sh
15455 ____________________________________________________________________________
15456 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
15457         Log: (retracted by #14662)
15458      Branch: perl
15459            ! hints/solaris_2.sh
15460 ____________________________________________________________________________
15461 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
15462         Log: EBCDIC: another "can't happen".
15463      Branch: perl
15464            ! utf8.c
15465 ____________________________________________________________________________
15466 [ 14659] By: sky                                   on 2002/02/12  14:38:21
15467         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
15468      Branch: perl
15469            + ext/threads/t/join.t
15470            ! MANIFEST ext/threads/threads.xs
15471 ____________________________________________________________________________
15472 [ 14658] By: nick                                  on 2002/02/12  13:54:06
15473         Log: Integrate mainline
15474      Branch: perlio
15475           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
15476           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
15477           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
15478 ____________________________________________________________________________
15479 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
15480         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
15481              From: Jan Dubois <JanD@ActiveState.com> 
15482              Date: Tue, 12 Feb 2002 00:56:31 -0800
15483              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
15484      Branch: perl
15485            ! lib/Win32.pod win32/win32.c win32/win32.h
15486 ____________________________________________________________________________
15487 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
15488         Log: Subject: [PATCH] Re: 14654 introduced a bug 
15489              From: Michael G Schwern <schwern@pobox.com> 
15490              Date: Tue, 12 Feb 2002 05:37:36 -0500
15491              Message-ID: <20020212103736.GC14327@blackrider>
15492      Branch: perl
15493            ! lib/File/Spec/t/rel2abs2rel.t
15494 ____________________________________________________________________________
15495 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
15496         Log: More unset installman[13]dir tweaks from chromatic.
15497      Branch: perl
15498            ! lib/ExtUtils/Installed.pm
15499 ____________________________________________________________________________
15500 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
15501         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
15502              From: Michael G Schwern <schwern@pobox.com>
15503              Date: Mon, 11 Feb 2002 12:23:02 -0500
15504              Message-ID: <20020211172302.GD9556@blackrider>
15505      Branch: perl
15506            ! lib/File/Spec/t/rel2abs2rel.t
15507 ____________________________________________________________________________
15508 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
15509         Log: Use `` instead of -| to be a little bit more portable,
15510              from Michael Schwern.
15511      Branch: perl
15512            ! lib/ExtUtils/t/Embed.t
15513 ____________________________________________________________________________
15514 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
15515         Log: EBCDIC: this change for \N{} in particular is now
15516              unnecessary because of the recent more general
15517              pack U change.
15518      Branch: perl
15519            ! toke.c
15520 ____________________________________________________________________________
15521 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
15522         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
15523              From: "Craig A. Berry" <craigberry@mac.com>
15524              Date: Mon, 11 Feb 2002 17:13:47 -0600
15525              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
15526      Branch: perl
15527            ! t/test.pl
15528 ____________________________________________________________________________
15529 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
15530         Log: EBCDIC: pack U bytes change.
15531      Branch: perl
15532            ! t/op/length.t
15533 ____________________________________________________________________________
15534 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
15535         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
15536      Branch: perl
15537            ! t/op/each.t
15538 ____________________________________________________________________________
15539 [ 14648] By: nick                                  on 2002/02/11  16:14:50
15540         Log: Integrate mainline
15541      Branch: perlio
15542           !> Changes Configure Makefile.SH autodoc.pl
15543           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
15544           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
15545           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
15546 ____________________________________________________________________________
15547 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
15548         Log: Update Changes.
15549      Branch: perl
15550            ! Changes patchlevel.h
15551 ____________________________________________________________________________
15552 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
15553         Log: Regen toc.
15554      Branch: perl
15555            ! pod/perltoc.pod
15556 ____________________________________________________________________________
15557 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
15558         Log: Forgot from #14641.
15559      Branch: perl
15560            ! lib/ExtUtils/t/Embed.t
15561 ____________________________________________________________________________
15562 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
15563         Log: A forgotten metaconfig unit.
15564      Branch: metaconfig/U/perl
15565            + i_features.U
15566 ____________________________________________________________________________
15567 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
15568         Log: metaconfig unit changes for #14642.
15569      Branch: metaconfig
15570            + U/modified/lns.U
15571      Branch: metaconfig/U/perl
15572            ! issymlink.U
15573 ____________________________________________________________________________
15574 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
15575         Log: -Dmksymlinks was broken by #14628.
15576      Branch: perl
15577            ! Configure
15578 ____________________________________________________________________________
15579 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
15580         Log: Subject: [PATCH @14577] OS/2 build
15581              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15582              Date: Mon, 11 Feb 2002 06:56:41 -0500
15583              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
15584              
15585              (sans the Configure, perlio.sym, and t/op/stat.t parts)
15586      Branch: perl
15587            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
15588            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
15589            ! os2/os2ish.h
15590 ____________________________________________________________________________
15591 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
15592         Log: Integrate perlio;
15593              
15594              Re-structure Japanese encodings - part 1
15595              
15596              Split Japanese encodings - part 2
15597              - build separate .c files with separate 'compile' steps
15598              - overall Japanese.xs / Japanese.pm which loads them
15599              
15600              Add test for Japanese encoding (well euc-jp anyway).
15601              Fix one bug shown by above
15602              Skip test which does not pass yet.
15603              
15604              Patch up the failing multi-byte write case, and un-skip
15605              the test.
15606      Branch: perl
15607           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
15608           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
15609            - ext/Encode/EUC_JP/EUC_JP.pm
15610           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15611 ____________________________________________________________________________
15612 [ 14639] By: nick                                  on 2002/02/11  11:59:18
15613         Log: Patch up the failing multi-byte write case, and un-skip
15614              the test.
15615      Branch: perlio
15616            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
15617 ____________________________________________________________________________
15618 [ 14638] By: nick                                  on 2002/02/11  10:55:39
15619         Log: Add test for Japanese encoding (well euc-jp anyway).
15620              Fix one bug shown by above
15621              Skip test which does not pass yet.
15622      Branch: perlio
15623            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
15624            + ext/Encode/t/table.ref
15625            ! MANIFEST ext/Encode/Encode.xs
15626 ____________________________________________________________________________
15627 [ 14637] By: nick                                  on 2002/02/11  09:07:04
15628         Log: Split Japanese encodings - part 2
15629              - build separate .c files with separate 'compile' steps
15630              - overall Japanese.xs / Japanese.pm which loads them
15631      Branch: perlio
15632            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15633 ____________________________________________________________________________
15634 [ 14636] By: nick                                  on 2002/02/11  08:15:42
15635         Log: Re-structure Japanese encodings - part 1
15636      Branch: perlio
15637           +> ext/Encode/EUC_JP/Japanese.pm
15638            - ext/Encode/EUC_JP/EUC_JP.pm
15639            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
15640 ____________________________________________________________________________
15641 [ 14635] By: nick                                  on 2002/02/11  08:05:12
15642         Log: Integrate mainline
15643      Branch: perlio
15644           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
15645           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
15646           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
15647 ____________________________________________________________________________
15648 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
15649         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
15650              From: Mike Guy <mjtg@cam.ac.uk>
15651              Date: Mon, 11 Feb 2002 02:50:42 +0000
15652              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
15653      Branch: perl
15654            ! t/op/arith.t
15655 ____________________________________________________________________________
15656 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
15657         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
15658              Stepping backward in the string would be majorly bad.
15659      Branch: perl
15660            ! regcomp.c
15661 ____________________________________________________________________________
15662 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
15663         Log: The debugger part of
15664              
15665              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
15666              From: Michael G Schwern <schwern@pobox.com> 
15667              Date: Wed, 6 Feb 2002 17:32:12 -0500
15668              Message-ID: <20020206223212.GG1346@blackrider>
15669      Branch: perl
15670            ! lib/perl5db.pl
15671 ____________________________________________________________________________
15672 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
15673         Log: Integrate perlio;
15674              
15675              Borland/Win32 tuning
15676              
15677              Move PerlIO_perlio to layer_syms where it belongs?
15678      Branch: perl
15679           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15680 ____________________________________________________________________________
15681 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
15682         Log: EBCDIC: the low 256 needs to be shuffled also
15683              in pack/unpack U (this breaks the equivalence
15684              of pack U and v-strings, but I think if someone
15685              has to give, v-strings are a good victim)
15686      Branch: perl
15687            ! pp_pack.c t/op/pack.t
15688 ____________________________________________________________________________
15689 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
15690         Log: metaconfig unit changes for #14628.
15691      Branch: metaconfig/U/perl
15692            ! d_u32align.U issymlink.U
15693 ____________________________________________________________________________
15694 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
15695         Log: Two Configure tweaks; the u32align test was trying
15696              to write into a string literal, the ln -s test was
15697              failing in VOS.
15698      Branch: perl
15699            ! Configure
15700 ____________________________________________________________________________
15701 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
15702         Log: DJGPP tweaks from Laszlo Molnar.
15703      Branch: perl
15704            ! djgpp/djgpp.c lib/File/Spec.pm
15705 ____________________________________________________________________________
15706 [ 14626] By: nick                                  on 2002/02/10  18:36:47
15707         Log: Move PerlIO_perlio to layer_syms where it belongs?
15708      Branch: perlio
15709            ! makedef.pl
15710 ____________________________________________________________________________
15711 [ 14625] By: nick                                  on 2002/02/10  18:02:21
15712         Log: Borland/Win32 tuning
15713      Branch: perlio
15714            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15715 ____________________________________________________________________________
15716 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
15717         Log: Additional explanation for the [:...:] failure.
15718      Branch: perl
15719            ! pod/perldiag.pod
15720 ____________________________________________________________________________
15721 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
15722         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
15723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15724              Date: Sun, 10 Feb 2002 13:32:48 +0100
15725              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
15726      Branch: perl
15727            ! makedef.pl
15728 ____________________________________________________________________________
15729 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
15730         Log: Test tweaks from chromatic for cases where there
15731              are no installman1dir or installman3dir.
15732      Branch: perl
15733            ! lib/ExtUtils/t/Installed.t
15734 ____________________________________________________________________________
15735 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
15736         Log: Integrate perlio;
15737              
15738              Nick Clark's tweaks to Encode compile process
15739              1. Use decimal constants to unit string arrays rather than
15740              very long string litterals (latter having possible "\0"
15741              on end issues, and needing ANSI C line splicing).
15742              2. Replace tail-recursion during insert process with itteration.
15743              Nick C sees 12% speedup from these.
15744      Branch: perl
15745           !> ext/Encode/Encode.pm ext/Encode/compile
15746 ____________________________________________________________________________
15747 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
15748         Log: Portability notes: filename characters, character sets.
15749      Branch: perl
15750            ! pod/perlport.pod
15751 ____________________________________________________________________________
15752 [ 14619] By: nick                                  on 2002/02/10  11:06:05
15753         Log: Integrate mainline
15754      Branch: perlio
15755            ! ext/Encode/Encode.pm
15756           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
15757           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
15758           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
15759           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
15760           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
15761 ____________________________________________________________________________
15762 [ 14618] By: nick                                  on 2002/02/10  10:48:15
15763         Log: Nick Clark's tweaks to Encode compile process
15764              1. Use decimal constants to unit string arrays rather than
15765              very long string litterals (latter having possible "\0"
15766              on end issues, and needing ANSI C line splicing).
15767              2. Replace tail-recursion during insert process with itteration.
15768              Nick C sees 12% speedup from these.
15769      Branch: perlio
15770            ! ext/Encode/compile
15771 ____________________________________________________________________________
15772 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
15773         Log: Use the "Unicode 1.0" name field for control characters,
15774              as suggested by Mark Davis.  Note that Unicode 3.2 will
15775              require some more legwork on this because of certain
15776              alternative names.
15777      Branch: perl
15778            ! lib/unicore/Name.pl lib/unicore/mktables
15779 ____________________________________________________________________________
15780 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
15781         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
15782      Branch: perl
15783            ! hints/os390.sh
15784 ____________________________________________________________________________
15785 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
15786         Log: EBCDIC: the non-printable characters are different.
15787      Branch: perl
15788            ! ext/B/B/Deparse.pm
15789 ____________________________________________________________________________
15790 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
15791         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
15792              From: Nicholas Clark <nick@unfortu.net> 
15793              Date: Sat, 9 Feb 2002 22:31:29 +0000
15794              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
15795      Branch: perl
15796            ! t/lib/warnings/pp_hot
15797 ____________________________________________________________________________
15798 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
15799         Log: Subject: [PATCH] Re: Modulus operator inconsistency
15800              From: Nicholas Clark <nick@unfortu.net>
15801              Date: Sat, 9 Feb 2002 21:00:13 +0000
15802              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
15803      Branch: perl
15804            ! op.c t/op/arith.t
15805 ____________________________________________________________________________
15806 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
15807         Log: Use the same escaping mechanism for all the *flags.
15808      Branch: perl
15809            ! lib/ExtUtils/Embed.pm
15810 ____________________________________________________________________________
15811 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
15812         Log: Protect possible parentheses in ccflags, ccdlflags, and
15813              ldflags.  (In OS/390 there are parentheses in ccflags.)
15814      Branch: perl
15815            ! lib/ExtUtils/Embed.pm
15816 ____________________________________________________________________________
15817 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
15818         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
15819              From: Peter Scott <Peter@PSDT.com>
15820              Date: Fri, 08 Feb 2002 19:20:19 -0800
15821              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
15822      Branch: perl
15823            ! lib/perl5db.pl
15824 ____________________________________________________________________________
15825 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
15826         Log: FAQ sync.
15827      Branch: perl
15828            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
15829 ____________________________________________________________________________
15830 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
15831         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
15832              From: Chris Nandor <pudge@pobox.com>
15833              Date: Fri, 08 Feb 2002 16:31:41 -0500
15834              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
15835      Branch: perl
15836            ! cop.h deb.c pp_ctl.c toke.c util.c
15837 ____________________________________________________________________________
15838 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
15839         Log: Redo CopFILE / MacPerl_MPWFIleName patch
15840      Branch: maint-5.6/macperl
15841            ! cop.h deb.c pp_ctl.c toke.c util.c
15842 ____________________________________________________________________________
15843 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
15844         Log: The metaconfig unit change to go with #14605.
15845      Branch: metaconfig/U/perl
15846            ! libperl.U
15847 ____________________________________________________________________________
15848 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
15849         Log: The Configure change to go with #14604.
15850      Branch: perl
15851            ! Configure
15852 ____________________________________________________________________________
15853 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
15854         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
15855              From: Andy Dougherty <doughera@lafayette.edu>
15856              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
15857              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
15858      Branch: perl
15859            ! hints/bsdos.sh
15860 ____________________________________________________________________________
15861 [ 14603] By: nick                                  on 2002/02/08  18:16:09
15862         Log: Integrate mainline
15863      Branch: perlio
15864           +> ext/threads/t/libc.t
15865           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
15866           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
15867 ____________________________________________________________________________
15868 [ 14602] By: sky                                   on 2002/02/08  15:19:15
15869         Log: Start testing for safe localtime functions, TODO, test more functions.
15870      Branch: perl
15871            + ext/threads/t/libc.t
15872            ! MANIFEST
15873 ____________________________________________________________________________
15874 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
15875         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
15876              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15877              Date: Fri, 8 Feb 2002 00:21:07 +0100
15878              Message-ID: <20020208002107.E763@rafael>
15879      Branch: perl
15880            ! doio.c pp_sys.c t/io/argv.t
15881 ____________________________________________________________________________
15882 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
15883         Log: Subject: [PATCH] Configure followed by make minitest
15884              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15885              Date: Wed, 06 Feb 2002 21:35:20 -0800
15886              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
15887      Branch: perl
15888            ! t/op/taint.t t/run/fresh_perl.t
15889 ____________________________________________________________________________
15890 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
15891         Log: Integrate perlio;
15892              
15893              Extract something from yesterdays effort - convert my mail on pad
15894              data structures (incoporating Sarathy's corrections/clarifications)
15895              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15896      Branch: perl
15897           !> cv.h pod/perlapi.pod pod/perlintern.pod
15898 ____________________________________________________________________________
15899 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
15900         Log: metaconfig unit changes for #14597.
15901      Branch: metaconfig
15902            ! U/modified/Loc.U
15903      Branch: metaconfig/U/perl
15904            ! libperl.U
15905 ____________________________________________________________________________
15906 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
15907         Log: Configure DJGPP tweak from Laszlo Molnar.
15908      Branch: perl
15909            ! Configure
15910 ____________________________________________________________________________
15911 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
15912         Log: DJGPP tweaks from Laszlo Molnar.
15913      Branch: perl
15914            ! djgpp/djgppsed.sh perl.c
15915 ____________________________________________________________________________
15916 [ 14595] By: nick                                  on 2002/02/08  09:19:29
15917         Log: Extract something from yesterdays effort - convert my mail on pad
15918              data structures (incoporating Sarathy's corrections/clarifications)
15919              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15920      Branch: perlio
15921            ! cv.h pod/perlapi.pod pod/perlintern.pod
15922 ____________________________________________________________________________
15923 [ 14594] By: nick                                  on 2002/02/08  08:34:49
15924         Log: Integrate mainline
15925      Branch: perlio
15926           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15927           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
15928           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
15929           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15930           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
15931           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
15932 ____________________________________________________________________________
15933 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
15934         Log: To really skip the test an exit() is needed.
15935      Branch: perl
15936            ! lib/encoding.t
15937 ____________________________________________________________________________
15938 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
15939         Log: More diagnostics from Nicholas Clark.
15940      Branch: perl
15941            ! lib/Benchmark.t
15942 ____________________________________________________________________________
15943 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
15944         Log: In case of failure be more verbose.
15945      Branch: perl
15946            ! t/base/num.t
15947 ____________________________________________________________________________
15948 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
15949         Log: Update Changes
15950      Branch: maint-5.6/macperl
15951            ! macos/Changes
15952 ____________________________________________________________________________
15953 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
15954         Log: Merge AEGizmos library into PPC binary
15955      Branch: maint-5.6/macperl
15956            ! macos/Makefile.mk
15957 ____________________________________________________________________________
15958 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
15959         Log: Add -ansifor for MrCpp options
15960      Branch: maint-5.6/macperl
15961            ! macos/BuildRules.mk
15962 ____________________________________________________________________________
15963 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
15964         Log: Check ownership of CatInfos (MacPerl Bug #494482)
15965      Branch: maint-5.6/macperl
15966            ! macos/ext/Mac/Files/Files.xs
15967 ____________________________________________________________________________
15968 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
15969         Log: Resource updates
15970      Branch: maint-5.6/macperl
15971            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15972 ____________________________________________________________________________
15973 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
15974         Log: Empty path is ENOENT (MacPerl Bug #512351)
15975      Branch: maint-5.6/macperl
15976            ! macos/macperl/MPAppleEvents.c
15977 ____________________________________________________________________________
15978 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
15979         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
15980      Branch: maint-5.6/macperl
15981            ! macos/macperl/MPAEVTStream.cp
15982 ____________________________________________________________________________
15983 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
15984         Log: macify(ABSTRACT_FROM)
15985      Branch: maint-5.6/macperl
15986            ! macos/lib/ExtUtils/MM_MacOS.pm
15987 ____________________________________________________________________________
15988 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
15989         Log: Use correct Mac filenames in error messages, caller()
15990      Branch: maint-5.6/macperl
15991            ! deb.c pp_ctl.c toke.c util.c
15992 ____________________________________________________________________________
15993 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
15994         Log: Sanity checks to see that the IV/NV and the PV of numeric
15995              scalars stay in sync (unearthed this via the OS/390 gcvt()
15996              brokenness)
15997      Branch: perl
15998            + t/base/num.t
15999            ! MANIFEST
16000 ____________________________________________________________________________
16001 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
16002         Log: Retract the anon leak subpatch of #14418 and #14431
16003              (the latter came into bleadperl as part of #14433).
16004      Branch: perl
16005            ! op.c t/run/fresh_perl.t
16006 ____________________________________________________________________________
16007 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
16008         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
16009              mangles 0.1 to "10".  sprintf() seems more well-behaved.
16010      Branch: perl
16011            ! hints/os390.sh
16012 ____________________________________________________________________________
16013 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
16014         Log: Subject: [PATCH @14557] another Encode fix for VMS
16015              From: "Craig A. Berry" <craigberry@mac.com>
16016              Date: Wed, 06 Feb 2002 14:44:20 -0600
16017              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
16018      Branch: perl
16019            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
16020 ____________________________________________________________________________
16021 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
16022         Log: Integrate perlio;
16023              
16024              One way to avoid OS390 winge about #line directives.
16025      Branch: perl
16026           !> ext/Encode/EUC_JP/Makefile.PL
16027 ____________________________________________________________________________
16028 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
16029         Log: Update Changes.
16030      Branch: perl
16031            ! Changes patchlevel.h
16032 ____________________________________________________________________________
16033 [ 14575] By: nick                                  on 2002/02/06  15:23:24
16034         Log: One way to avoid OS390 winge about #line directives.
16035      Branch: perlio
16036            ! ext/Encode/EUC_JP/Makefile.PL
16037 ____________________________________________________________________________
16038 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
16039         Log: s/Netware/NetWare/
16040      Branch: perl
16041            ! MANIFEST
16042 ____________________________________________________________________________
16043 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
16044         Log: New Netware scripts.
16045      Branch: perl
16046            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
16047            + NetWare/t/NWScripts-Exist.pl
16048            ! MANIFEST
16049 ____________________________________________________________________________
16050 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
16051         Log: EBCDIC: the encoding pragma would need some rethinking,
16052              probably a pass of EBCDIC->Unicode mapping.  For now,
16053              disable it on EBCDIC.
16054      Branch: perl
16055            ! lib/encoding.pm lib/encoding.t
16056 ____________________________________________________________________________
16057 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
16058         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
16059              for the low 256.  Now tweaked the tests, but maybe it's
16060              the module that needs few NATIVE_TO_UNI()s somewhere?
16061      Branch: perl
16062            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16063 ____________________________________________________________________________
16064 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
16065         Log: Subject: [PATCH utf8.c] format problem
16066              From: Robin Barker <rmb1@cise.npl.co.uk>
16067              Date: Wed, 6 Feb 2002 14:01:43 GMT
16068              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
16069      Branch: perl
16070            ! utf8.c
16071 ____________________________________________________________________________
16072 [ 14569] By: nick                                  on 2002/02/06  09:52:23
16073         Log: Integrate mainline
16074      Branch: perlio
16075           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
16076           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16077           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16078           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16079           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
16080           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
16081 ____________________________________________________________________________
16082 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
16083         Log: EBCDIC: 0x41 is not cricket.
16084      Branch: perl
16085            ! ext/Encode/t/Encode.t
16086 ____________________________________________________________________________
16087 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
16088         Log: NetWare update from Ananth Kesari.
16089      Branch: perl
16090            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
16091            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
16092            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
16093            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
16094            ! NetWare/t/NWScripts.pl makedef.pl
16095 ____________________________________________________________________________
16096 [ 14566] By: sky                                   on 2002/02/05  18:39:13
16097         Log: Subject: Re: File::Spec::rel2abs2rel (?)
16098              From: Michael G Schwern <schwern@pobox.com>
16099              Date: Tue, 5 Feb 2002 13:47:39 -0500
16100              Message-ID: <20020205184739.GB17375@blackrider>
16101      Branch: perl
16102            ! lib/File/Spec/t/rel2abs2rel.t
16103 ____________________________________________________________________________
16104 [ 14565] By: nick                                  on 2002/02/05  17:31:24
16105         Log: Integrate mainline
16106      Branch: perlio
16107           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
16108           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
16109           !> utf8.h
16110 ____________________________________________________________________________
16111 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
16112         Log: Integrate perlio;
16113              
16114              More Encode tweaks:
16115              - make expensive and marginal substring search optional (-O)
16116              - enable -O for ASCII-oid encodings (search space is small)
16117              - add ASCII-oid jis0201 to basic Encode.so
16118              - add some other Japanese encodings to EUC_JP bundle (without -O)
16119      Branch: perl
16120           +> ext/Encode/Encode/jis0201.ucm
16121           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16122           !> ext/Encode/compile
16123 ____________________________________________________________________________
16124 [ 14563] By: nick                                  on 2002/02/05  16:01:15
16125         Log: More Encode tweaks:
16126              - make expensive and marginal substring search optional (-O)
16127              - enable -O for ASCII-oid encodings (search space is small)
16128              - add ASCII-oid jis0201 to basic Encode.so
16129              - add some other Japanese encodings to EUC_JP bundle (without -O)
16130      Branch: perlio
16131            + ext/Encode/Encode/jis0201.ucm
16132            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
16133            ! ext/Encode/compile
16134 ____________________________________________________________________________
16135 [ 14562] By: sky                                   on 2002/02/05  14:50:36
16136         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
16137      Branch: perl
16138            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
16139 ____________________________________________________________________________
16140 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
16141         Log: EBCDIC: SHARP S is different.
16142      Branch: perl
16143            ! regexec.c utf8.h
16144 ____________________________________________________________________________
16145 [ 14560] By: sky                                   on 2002/02/05  13:49:40
16146         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
16147      Branch: perl
16148            ! t/op/filetest.t
16149 ____________________________________________________________________________
16150 [ 14559] By: sky                                   on 2002/02/05  11:39:24
16151         Log: Add . first to the PATH environment to test that we really
16152              get ./perl and not some other older perl.
16153      Branch: perl
16154            ! lib/File/Spec/t/rel2abs2rel.t
16155 ____________________________________________________________________________
16156 [ 14558] By: sky                                   on 2002/02/05  11:20:21
16157         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...
16158      Branch: perl
16159            ! ext/POSIX/t/posix.t
16160 ____________________________________________________________________________
16161 [ 14557] By: sky                                   on 2002/02/05  10:30:58
16162         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
16163      Branch: perl
16164            ! hints/darwin.sh perl.h
16165 ____________________________________________________________________________
16166 [ 14556] By: nick                                  on 2002/02/05  06:58:52
16167         Log: Integrate mainline
16168      Branch: perlio
16169           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16170           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
16171           !> lib/File/Find/t/taint.t
16172 ____________________________________________________________________________
16173 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
16174         Log: Integrate change #14439 from maintperl
16175      Branch: maint-5.6/macperl
16176           !> op.c
16177 ____________________________________________________________________________
16178 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
16179         Log: Subject: [PATCH] File::Find tests not cleaning up properly
16180              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16181              Date: Mon, 4 Feb 2002 22:09:07 +0100
16182              Message-ID: <20020204220907.A8288@rafael>
16183      Branch: perl
16184            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16185 ____________________________________________________________________________
16186 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
16187         Log: Signedness mumblings from Tru64.
16188      Branch: perl
16189            ! ext/Encode/Encode.xs
16190 ____________________________________________________________________________
16191 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
16192         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
16193              From: "Craig A. Berry" <craigberry@mac.com>
16194              Date: Mon, 04 Feb 2002 17:16:00 -0600
16195              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
16196      Branch: perl
16197            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
16198            ! ext/Encode/Encode.xs
16199 ____________________________________________________________________________
16200 [ 14551] By: nick                                  on 2002/02/04  16:00:31
16201         Log: Integrate mainline
16202      Branch: perlio
16203           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
16204           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
16205           !> regcomp.c
16206 ____________________________________________________________________________
16207 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
16208         Log: Update Changes.
16209      Branch: perl
16210            ! Changes patchlevel.h
16211 ____________________________________________________________________________
16212 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
16213         Log: Comment microtweaks.
16214      Branch: perl
16215            ! lib/locale.t
16216 ____________________________________________________________________________
16217 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
16218         Log: Subject: trivial docu patch
16219              From: andreas.koenig@anima.de (Andreas J. Koenig)
16220              Date: 04 Feb 2002 08:15:19 +0100
16221              Message-ID: <m3pu3l7m60.fsf@anima.de>
16222      Branch: perl
16223            ! pod/perluniintro.pod
16224 ____________________________________________________________________________
16225 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
16226         Log: Subject: [PATCH] (??{ }) anomaly
16227              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16228              Date: Sun, 03 Feb 2002 20:21:45 -0800
16229              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
16230      Branch: perl
16231            ! regcomp.c
16232 ____________________________________________________________________________
16233 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
16234         Log: Integrate perlio.
16235              
16236              Carry on where we left off if we have to grow destination
16237              SV during XS encode/decode
16238              
16239              Remove debugging warning, be consistent about API fails.
16240      Branch: perl
16241           !> ext/Encode/Encode.xs
16242 ____________________________________________________________________________
16243 [ 14545] By: nick                                  on 2002/02/03  20:03:38
16244         Log: Remove debugging warning, be consistent about API fails.
16245      Branch: perlio
16246            ! ext/Encode/Encode.xs
16247 ____________________________________________________________________________
16248 [ 14544] By: nick                                  on 2002/02/03  19:47:48
16249         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
16250      Branch: perlio
16251            ! ext/Encode/Encode.xs
16252 ____________________________________________________________________________
16253 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
16254         Log: Subject: PATCH CPAN.pm
16255              From: Mark-Jason Dominus <mjd@plover.com>
16256              Date: Sun, 03 Feb 2002 12:36:36 -0500
16257              Message-ID: <20020203173636.27451.qmail@plover.com>
16258      Branch: perl
16259            ! lib/CPAN.pm
16260 ____________________________________________________________________________
16261 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
16262         Log: Must search further back.
16263      Branch: perl
16264            ! lib/h2xs.t
16265 ____________________________________________________________________________
16266 [ 14541] By: nick                                  on 2002/02/03  18:52:09
16267         Log: Integrate mainline
16268      Branch: perlio
16269           !> (integrate 29 files)
16270 ____________________________________________________________________________
16271 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
16272         Log: EBCDIC: more natification.
16273      Branch: perl
16274            ! regcomp.c
16275 ____________________________________________________________________________
16276 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
16277         Log: Debug noise.
16278      Branch: perl
16279            ! ext/Encode/Encode.xs
16280 ____________________________________________________________________________
16281 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
16282         Log: Integrate perlio;
16283              
16284              Stable intermediate point in Encode cleanup.
16285              :encode(euc-jp) works on Dan's table.euc
16286              Much buffer copying and other silliness remains.
16287      Branch: perl
16288           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16289           !> ext/Encode/lib/Encode/Encoding.pm
16290 ____________________________________________________________________________
16291 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
16292         Log: Prettify.
16293      Branch: perl
16294            ! lib/unicore/mktables
16295 ____________________________________________________________________________
16296 [ 14536] By: nick                                  on 2002/02/03  17:32:03
16297         Log: Stable intermediate point in Encode cleanup.
16298              :encode(euc-jp) works on Dan's table.euc
16299              Much buffer copying and other silliness remains.
16300      Branch: perlio
16301            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16302            ! ext/Encode/lib/Encode/Encoding.pm
16303 ____________________________________________________________________________
16304 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
16305         Log: EBCDIC: it's much nicer to compare Unicode code points
16306              to Unicode code points.
16307      Branch: perl
16308            ! regexec.c
16309 ____________________________________________________________________________
16310 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
16311         Log: EBCDIC: character classes must remap the low 256.
16312      Branch: perl
16313            ! regcomp.c
16314 ____________________________________________________________________________
16315 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
16316         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
16317      Branch: perl
16318            ! lib/I18N/LangTags/List.pm
16319 ____________________________________________________________________________
16320 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
16321         Log: FAQ sync.
16322      Branch: perl
16323            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
16324            ! pod/perlfaq6.pod pod/perlfaq7.pod
16325 ____________________________________________________________________________
16326 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
16327         Log: Integrate perlio;
16328              
16329              Re-indent Encode.xs
16330              
16331              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16332              (Mis-feature discovered by Encode.)
16333      Branch: perl
16334           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
16335 ____________________________________________________________________________
16336 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
16337         Log: Subject: [PATCH] lstat FH and -l FH warnings
16338              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16339              Date: Sat, 2 Feb 2002 22:24:54 +0100           
16340              Message-ID: <20020202222454.A11608@rafael>       
16341      Branch: perl
16342            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
16343            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
16344 ____________________________________________________________________________
16345 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
16346         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
16347              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16348              Date: Sat, 2 Feb 2002 13:11:01 +0100           
16349              Message-ID: <20020202131101.A722@rafael>               
16350              
16351              Subject: [PATCH t/op/ver.t] another false positive
16352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16353              Date: Sat, 2 Feb 2002 13:38:22 +0100           
16354              Message-ID: <20020202133822.E722@rafael>         
16355              
16356              Subject: [PATCH] t/test.pl:ok() doesn't work
16357              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
16358              Date: Sun, 03 Feb 2002 00:02:38 -0800          
16359              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
16360      Branch: perl
16361            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
16362            ! t/test.pl
16363 ____________________________________________________________________________
16364 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
16365         Log: Subject: [PATCH @13746] OS2::Process's constants
16366              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16367              Date: Sat, 2 Feb 2002 01:00:55 -0500           
16368              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
16369      Branch: perl
16370            ! os2/OS2/Process/Makefile.PL
16371 ____________________________________________________________________________
16372 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
16373         Log: Subject: [PATCH @13746] h2xs   
16374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16375              Date: Sat, 2 Feb 2002 00:58:44 -0500           
16376              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
16377      Branch: perl
16378            ! utils/h2xs.PL
16379 ____________________________________________________________________________
16380 [ 14526] By: nick                                  on 2002/02/03  14:54:18
16381         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
16382              (Mis-feature discovered by Encode.)
16383      Branch: perlio
16384            ! sv.c
16385 ____________________________________________________________________________
16386 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
16387         Log: EBCDIC: since #14519 made \N{...} to remap,
16388              the test cannot expect an ASCII code point.
16389      Branch: perl
16390            ! lib/charnames.t
16391 ____________________________________________________________________________
16392 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
16393         Log: Sub-MANIFEST-tweak.
16394      Branch: perl
16395            ! ext/Encode/MANIFEST
16396 ____________________________________________________________________________
16397 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
16398         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
16399              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16400              Date: Fri, 01 Feb 2002 23:51:03 +0900
16401              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
16402      Branch: perl
16403            ! ext/Encode/lib/Encode/Tcl/Escape.pm
16404 ____________________________________________________________________________
16405 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
16406         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
16407              From: Andy Dougherty <doughera@lafayette.edu>
16408              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
16409              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
16410      Branch: perl
16411            ! README.solaris hints/solaris_2.sh
16412 ____________________________________________________________________________
16413 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
16414         Log: EBCDIC: no hope to get the low 256 right in unifolding.
16415      Branch: perl
16416            ! t/uni/fold.t
16417 ____________________________________________________________________________
16418 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
16419         Log: todo entry for missing pack formats.
16420      Branch: perl
16421            ! pod/perltodo.pod
16422 ____________________________________________________________________________
16423 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
16424         Log: EBCDIC: the low 256 \N{...} need to be remapped.
16425      Branch: perl
16426            ! toke.c
16427 ____________________________________________________________________________
16428 [ 14518] By: nick                                  on 2002/02/01  18:32:03
16429         Log: indent -kr -nce and some manual tweaks to match perl style.
16430      Branch: perlio
16431            ! ext/Encode/Encode.xs
16432 ____________________________________________________________________________
16433 [ 14517] By: nick                                  on 2002/02/01  18:20:46
16434         Log: Integrate mainline
16435      Branch: perlio
16436           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
16437           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
16438           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
16439           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
16440           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
16441           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
16442           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
16443 ____________________________________________________________________________
16444 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
16445         Log: Integrate perlio; 
16446              
16447              Minor Encode tweaks:
16448              - move Encode.pm back to top of Encode like normal XS extension
16449              - avoid .def as a file extension (Win32 builds)
16450      Branch: perl
16451            ! MANIFEST
16452           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16453           !> ext/Encode/Makefile.PL ext/Encode/compile
16454 ____________________________________________________________________________
16455 [ 14515] By: nick                                  on 2002/02/01  16:27:59
16456         Log: Minor Encode tweaks:
16457              - move Encode.pm back to top of Encode like normal XS extension
16458              - avoid .def as a file extension (Win32 builds)
16459      Branch: perlio
16460           +> ext/Encode/Encode.pm
16461            - ext/Encode/lib/Encode.pm
16462            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
16463            ! ext/Encode/Makefile.PL ext/Encode/compile
16464 ____________________________________________________________________________
16465 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
16466         Log: Subject: [PATCH utf8.t] temp file not cleaned up
16467              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16468              Date: Fri, 1 Feb 2002 15:47:46 +0100
16469              Message-ID: <20020201154746.A24079@rafael>
16470      Branch: perl
16471            ! t/io/utf8.t
16472 ____________________________________________________________________________
16473 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
16474         Log: Subject: [PATCH] make "lstat FH" croak
16475              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16476              Date: Fri, 1 Feb 2002 15:12:50 +0100
16477              Message-ID: <20020201151250.A738@rafael>
16478      Branch: perl
16479            ! pod/perldiag.pod pp_sys.c t/op/stat.t
16480 ____________________________________________________________________________
16481 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
16482         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
16483              From: Kay Röpke <kroepke@dolphin-services.de>
16484              Date: Fri, 1 Feb 2002 01:10:43 +0100
16485              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
16486      Branch: perl
16487            ! t/op/stat.t
16488 ____________________________________________________________________________
16489 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
16490         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
16491              I got it in Tru64 + ithreads but only without -g, took
16492              some debugging by printf (which was no fun either since
16493              adding some debug printfs hid the error)
16494      Branch: perl
16495            ! regexec.c utf8.c
16496 ____________________________________________________________________________
16497 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
16498         Log: Subject: Re: [PATCH] perl -V:
16499              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
16500              Date: Thu, 31 Jan 2002 12:10:20 -0800
16501              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
16502              
16503              Subject: Re: [PATCH] perl -V:
16504              From: Michael G Schwern <schwern@pobox.com>
16505              Date: Thu, 31 Jan 2002 16:43:13 -0500
16506              Message-ID: <20020131214313.GH6498@blackrider>
16507      Branch: perl
16508            ! t/run/switches.t
16509 ____________________________________________________________________________
16510 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
16511         Log: #14505 effect.
16512      Branch: perl
16513            ! pod/perluniintro.pod
16514 ____________________________________________________________________________
16515 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
16516         Log: Daniel S. Lewart adopts the Math::Complex.
16517      Branch: perl
16518            ! lib/Math/Complex.pm
16519 ____________________________________________________________________________
16520 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
16521         Log: More Complex DWIMmery.
16522      Branch: perl
16523            ! lib/Math/Complex.pm lib/Math/Complex.t
16524 ____________________________________________________________________________
16525 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
16526         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
16527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16528              Date: Thu, 31 Jan 2002 14:37:52 +0100
16529              Message-ID: <20020131143752.A1452@rafael>
16530      Branch: perl
16531            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
16532 ____________________________________________________________________________
16533 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
16534         Log: Turn the I/O Unicode error by default on, but the
16535              character-generating Unicode error by default off,
16536              as Larry suggested.
16537      Branch: perl
16538            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
16539            ! utf8.c
16540 ____________________________________________________________________________
16541 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
16542         Log: Subject: [PATCH] open.pm minor cleanup
16543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16544              Date: Thu, 31 Jan 2002 15:03:02 +0100
16545              Message-ID: <20020131150302.C1452@rafael>
16546      Branch: perl
16547            ! lib/open.pm
16548 ____________________________________________________________________________
16549 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
16550         Log: Update Changes.
16551      Branch: perl
16552            ! Changes patchlevel.h
16553 ____________________________________________________________________________
16554 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
16555         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
16556              From: Robin Barker <rmb1@cise.npl.co.uk>
16557              Date: Wed, 30 Jan 2002 11:58:33 GMT
16558              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
16559      Branch: perl
16560            ! lib/CPAN.pm
16561 ____________________________________________________________________________
16562 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
16563         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
16564              re-sort MANIFEST.
16565      Branch: perl
16566            + ext/Encode/Encode.pm
16567            - ext/Encode/lib/Encode.pm
16568            ! MANIFEST ext/Encode/Makefile.PL
16569 ____________________________________________________________________________
16570 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
16571         Log: Integrate perlio;
16572              
16573              Collect some stats during compile process.
16574              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16575              as one XS - inconclusive - marginal win?
16576              Add some comments to encode.h
16577      Branch: perl
16578           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16579           !> ext/Encode/encode.h
16580 ____________________________________________________________________________
16581 [ 14499] By: nick                                  on 2002/01/30  09:57:47
16582         Log: Collect some stats during compile process.
16583              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
16584              as one XS - inconclusive - marginal win?
16585              Add some comments to encode.h
16586      Branch: perlio
16587            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
16588            ! ext/Encode/encode.h
16589 ____________________________________________________________________________
16590 [ 14498] By: nick                                  on 2002/01/30  07:27:55
16591         Log: Integrate Jarkko's path/INC tweaks
16592      Branch: perlio
16593           !> ext/Encode/compile
16594 ____________________________________________________________________________
16595 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
16596         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
16597              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16598              Date: Tue, 29 Jan 2002 01:13:09 -0800
16599              Message-ID: <lemV8gzkgu/K092yn@efn.org>
16600      Branch: perl
16601            ! configpm
16602 ____________________________________________________________________________
16603 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
16604         Log: Subject: [PATCH t/op/inccode.t] new test
16605              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16606              Date: Tue, 29 Jan 2002 22:03:45 +0100
16607              Message-ID: <20020129220345.A704@rafael>
16608      Branch: perl
16609            ! t/op/inccode.t
16610 ____________________________________________________________________________
16611 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
16612         Log: EBCDIC: t/op/lc.t now passes.
16613      Branch: perl
16614            ! t/op/lc.t
16615 ____________________________________________________________________________
16616 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
16617         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
16618      Branch: perl
16619            ! utf8.c
16620 ____________________________________________________________________________
16621 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
16622         Log: Must find stuff during build.
16623      Branch: perl
16624            ! ext/Encode/compile
16625 ____________________________________________________________________________
16626 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
16627         Log: Integrate with perlio;
16628              
16629              Basics of a compiled Encode XS extension
16630      Branch: perl
16631           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16632           +> ext/Encode/Encode/euc-jp.ucm
16633           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16634           !> ext/Encode/encode.h
16635 ____________________________________________________________________________
16636 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
16637         Log: EBCDIC tweaks-- no new test passes, but getting closer.
16638      Branch: perl
16639            ! utf8.c
16640 ____________________________________________________________________________
16641 [ 14490] By: nick                                  on 2002/01/29  21:20:57
16642         Log: Basics of a compiled Encode XS extension
16643      Branch: perlio
16644            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16645            + ext/Encode/Encode/euc-jp.ucm
16646            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16647            ! ext/Encode/encode.h
16648 ____________________________________________________________________________
16649 [ 14489] By: nick                                  on 2002/01/29  18:40:54
16650         Log: Integrate mainline
16651      Branch: perlio
16652           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16653           +> ext/Encode/lib/Encode/Encoding.pm
16654           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16655           +> ext/Encode/lib/Encode/Tcl/Escape.pm
16656           +> ext/Encode/lib/Encode/Tcl/Extended.pm
16657           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
16658           +> ext/Encode/lib/Encode/Tcl/Table.pm
16659           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16660           +> ext/Encode/lib/Encode/iso10646_1.pm
16661           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16662           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16663           +> ext/Encode/t/Tcl.t
16664            - ext/Encode.t ext/Encode/Encode.pm
16665            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16666            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16667           !> (integrate 33 files)
16668 ____________________________________________________________________________
16669 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
16670         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
16671              From: Richard Clamp <richardc@unixbeard.net>
16672              Date: Mon, 28 Jan 2002 02:17:55 +0000
16673              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
16674      Branch: perl
16675            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
16676 ____________________________________________________________________________
16677 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
16678         Log: OS/390 seems to do length 0 udp reads, Nicholas says
16679              skippage is for now the best cause of action.
16680      Branch: perl
16681            ! ext/Socket/socketpair.t
16682 ____________________________________________________________________________
16683 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
16684         Log: Encode cleanup from Dan Kogai; reworked even further.
16685      Branch: perl
16686            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16687            + ext/Encode/lib/Encode/Encoding.pm
16688            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16689            + ext/Encode/lib/Encode/Tcl/Escape.pm
16690            + ext/Encode/lib/Encode/Tcl/Extended.pm
16691            + ext/Encode/lib/Encode/Tcl/HanZi.pm
16692            + ext/Encode/lib/Encode/Tcl/Table.pm
16693            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16694            + ext/Encode/lib/Encode/iso10646_1.pm
16695            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16696            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16697            + ext/Encode/t/Tcl.t
16698            - ext/Encode.t ext/Encode/Encode.pm
16699            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16700            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16701            ! MANIFEST ext/Encode/Encode/8859-1.ucm
16702            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
16703            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
16704            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
16705            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
16706            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
16707            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
16708            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
16709            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
16710            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
16711            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
16712            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
16713            ! ext/Encode/compile
16714 ____________________________________________________________________________
16715 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
16716         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
16717      Branch: perl
16718            ! djgpp/djgpp.c perlio.c
16719 ____________________________________________________________________________
16720 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
16721         Log: Prettier printing from Michael Schwern.
16722      Branch: perl
16723            ! t/test.pl
16724 ____________________________________________________________________________
16725 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
16726         Log: Show also the debug and debugcolor as known pragmas.
16727      Branch: perl
16728            ! ext/re/re.pm
16729 ____________________________________________________________________________
16730 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
16731         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
16732              From: "Craig A. Berry" <craigberry@mac.com>
16733              Date: Mon, 28 Jan 2002 16:30:30 -0600
16734              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
16735      Branch: perl
16736            ! ext/B/t/assembler.t
16737 ____________________________________________________________________________
16738 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
16739         Log: metaconfig unit change for #14480.
16740      Branch: metaconfig
16741            ! U/modified/Init.U
16742 ____________________________________________________________________________
16743 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
16744         Log: DJGPP needs to know its exe soon, too.
16745      Branch: perl
16746            ! Configure
16747 ____________________________________________________________________________
16748 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
16749         Log: Round #2 on EBCDICation.
16750      Branch: perl
16751            ! t/op/append.t
16752 ____________________________________________________________________________
16753 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
16754         Log: Integrate perlio;
16755              
16756              Set makefile.mk CCHOME etc. for default locations of MinGW and free
16757              Borland compilers. (Borland builds one or two oddities.)
16758      Branch: perl
16759           !> win32/config.bc win32/makefile.mk
16760 ____________________________________________________________________________
16761 [ 14477] By: nick                                  on 2002/01/28  20:12:31
16762         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
16763              Borland compilers. (Borland builds one or two oddities.)
16764      Branch: perlio
16765            ! win32/config.bc win32/makefile.mk
16766 ____________________________________________________________________________
16767 [ 14476] By: nick                                  on 2002/01/28  18:43:47
16768         Log: Integrate mainline
16769      Branch: perlio
16770           !> Configure hints/hpux.sh
16771 ____________________________________________________________________________
16772 [ 14475] By: nick                                  on 2002/01/28  17:15:12
16773         Log: Integrate mainline
16774      Branch: perlio
16775           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
16776           !> patchlevel.h pp_sys.c t/lib/warnings/perl
16777 ____________________________________________________________________________
16778 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
16779         Log: metaconfig unit change for #14472.
16780      Branch: metaconfig/U/perl
16781            ! d_u32align.U
16782 ____________________________________________________________________________
16783 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
16784         Log: Misunderstood Merijn's patch.
16785      Branch: perl
16786            ! hints/hpux.sh
16787 ____________________________________________________________________________
16788 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
16789         Log: Misapplied Merijn's patch.
16790      Branch: perl
16791            ! Configure
16792 ____________________________________________________________________________
16793 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
16794         Log: Update Changes.
16795      Branch: perl
16796            ! Changes patchlevel.h
16797 ____________________________________________________________________________
16798 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
16799         Log: BeOS has sockets but not true ones.
16800      Branch: perl
16801            ! pp_sys.c
16802 ____________________________________________________________________________
16803 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
16804         Log: metaconfig unit change for #14467.
16805      Branch: metaconfig/U/perl
16806            ! d_u32align.U
16807 ____________________________________________________________________________
16808 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
16809         Log: For some strange reason under the smoke harness the alignment
16810              test hangs in HP-UX 10.20.  So hint it to avoid the test.
16811      Branch: perl
16812            ! hints/hpux.sh
16813 ____________________________________________________________________________
16814 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
16815         Log: Allow d_u32align to be hinted.
16816      Branch: perl
16817            ! Configure
16818 ____________________________________________________________________________
16819 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
16820         Log: The shift key is important.
16821      Branch: perl
16822            ! ext/B/B.xs
16823 ____________________________________________________________________________
16824 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
16825         Log: The "used only once" warnings (from gv_check) come
16826              in pseudorandom hash order-- in EBCDIC the order
16827              is different.  Add a new option that allow the warnings
16828              to come in any order (Paul Marquess).
16829      Branch: perl
16830            ! lib/warnings.t t/lib/warnings/perl
16831 ____________________________________________________________________________
16832 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
16833         Log: Integrate perlio; the 0nothread test failure without threads.
16834      Branch: perl
16835           !> ext/threads/shared/t/0nothread.t
16836 ____________________________________________________________________________
16837 [ 14463] By: nick                                  on 2002/01/28  08:22:36
16838         Log: Integrate mainline
16839      Branch: perlio
16840           !> (integrate 37 files)
16841 ____________________________________________________________________________
16842 [ 14462] By: nick                                  on 2002/01/28  08:09:53
16843         Log: 1st attempt at skipping broke threads case.
16844      Branch: perlio
16845            ! ext/threads/shared/t/0nothread.t
16846 ____________________________________________________________________________
16847 [ 14461] By: nick                                  on 2002/01/28  07:25:58
16848         Log: Skip new threads::shared test unless -Duseithreads
16849      Branch: perlio
16850            ! ext/threads/shared/t/0nothread.t
16851 ____________________________________________________________________________
16852 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
16853         Log: FAQ sync.
16854      Branch: perl
16855            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16856            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16857            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16858            ! pod/perlfaq9.pod
16859 ____________________________________________________________________________
16860 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
16861         Log: Upgrade to podlators 1.20.
16862      Branch: perl
16863            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
16864 ____________________________________________________________________________
16865 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
16866         Log: Retract #14448, a better patch coming up.
16867      Branch: perl
16868            ! lib/Pod/t/basic.t
16869 ____________________________________________________________________________
16870 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
16871         Log: EBCDIC portability.
16872      Branch: perl
16873            ! t/op/append.t
16874 ____________________________________________________________________________
16875 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
16876         Log: Further cygwin installperl tweak from Gerrit P. Haase.
16877      Branch: perl
16878            ! installperl
16879 ____________________________________________________________________________
16880 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
16881         Log: A bug in Bulgarian EBCDIC locale (this sounds like
16882              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
16883              locales failed, too.  The patch works around the bug by
16884              skipping the test, but the real problem may be deeper
16885              (affecting probably only EBCDIC platforms, though):
16886              see the comment in locale.t for more details.
16887      Branch: perl
16888            ! lib/locale.t
16889 ____________________________________________________________________________
16890 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
16891         Log: metaconfig unit change for #14453.
16892      Branch: metaconfig/U/perl
16893            ! libperl.U
16894 ____________________________________________________________________________
16895 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
16896         Log: Subject: Bleadperl on Cygwin today
16897              From: "Gerrit P. Haase" <gp@familiehaase.de>              
16898              Date: Sun, 27 Jan 2002 22:30:41 +0100
16899              Message-ID: <462007239437.20020127223041@familiehaase.de>
16900      Branch: perl
16901            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
16902            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
16903            ! lib/ExtUtils/t/MM_Cygwin.t
16904 ____________________________________________________________________________
16905 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
16906         Log: Unfinished EBCDIC branch.
16907      Branch: perl
16908            ! t/op/ver.t
16909 ____________________________________________________________________________
16910 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
16911         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
16912      Branch: perl
16913            ! ext/B/B.xs ext/B/B/Deparse.pm
16914 ____________________________________________________________________________
16915 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
16916         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
16917              platforms.
16918      Branch: perl
16919            ! ext/B/t/stash.t
16920 ____________________________________________________________________________
16921 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
16922         Log: Apparently no need for EBCDIC exception any more.
16923      Branch: perl
16924            ! ext/B/t/showlex.t
16925 ____________________________________________________________________________
16926 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
16927         Log: (retracted by #14458)
16928              (Russ Allbery) OS/390 is using a high-bit character for ESC,
16929              skip the test for now.  A better fix would be to override
16930              the notion of the platform's escape sequence in the test
16931              of Pod::Text::Termcap.  We may have to apply a filter to
16932              the output to substitute back in the ESC character that
16933              the test expects, but only on OS/390.
16934      Branch: perl
16935            ! lib/Pod/t/basic.t
16936 ____________________________________________________________________________
16937 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
16938         Log: Detypo.
16939      Branch: perl
16940            ! ext/Devel/Peek/Peek.t
16941 ____________________________________________________________________________
16942 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
16943         Log: OS/390 USS has a different idea of the pw* functions.
16944              Also, test the name with eq, not with ==.
16945      Branch: perl
16946            ! lib/User/pwent.t
16947 ____________________________________________________________________________
16948 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
16949         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
16950      Branch: perl
16951            ! doio.c
16952 ____________________________________________________________________________
16953 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
16954         Log: ASCIIisms.
16955      Branch: perl
16956            ! ext/PerlIO/t/encoding.t
16957 ____________________________________________________________________________
16958 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
16959         Log: chr(42) ne '*'  if one is in EBCDIC.
16960      Branch: perl
16961            ! t/op/pack.t
16962 ____________________________________________________________________________
16963 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
16964         Log: Subject: [PATCH] Fix up recent op/stat.t failures
16965              From: Andy Dougherty <doughera@lafayette.edu>
16966              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
16967              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
16968      Branch: perl
16969            ! t/op/stat.t
16970 ____________________________________________________________________________
16971 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
16972         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
16973              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16974              Date: Sun, 27 Jan 2002 15:03:18 +0100
16975              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
16976      Branch: perl
16977            ! lib/ExtUtils/t/Command.t
16978 ____________________________________________________________________________
16979 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
16980         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
16981              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16982              Date: Sun, 27 Jan 2002 14:51:10 +0100
16983              Message-ID: <20020127145110.A16332@rafael>
16984      Branch: perl
16985            ! ext/B/B/Deparse.pm
16986 ____________________________________________________________________________
16987 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
16988         Log: integrate change#14431 from perlio branch (Nick's fix for
16989              change#13474 to be more defensive about looking at pad entries
16990              that may not exist yet)
16991      Branch: maint-5.6/perl
16992            ! op.c
16993 ____________________________________________________________________________
16994 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
16995         Log: Comment to avoid later "cleanups."
16996      Branch: perl
16997            ! lib/ExtUtils/MakeMaker.pm
16998 ____________________________________________________________________________
16999 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
17000         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
17001              instead of just FOO=... cmd ...
17002      Branch: perl
17003            ! Makefile.SH
17004 ____________________________________________________________________________
17005 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
17006         Log: Overquoting bad (in UNIX one would get
17007              Can't open perl script "'-I../lib'": No such file or directory)
17008      Branch: perl
17009            ! lib/Pod/t/Usage.t
17010 ____________________________________________________________________________
17011 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
17012         Log: Integrate perlio;
17013              
17014              "All tests successful" VC6.0 Win32
17015              (Update config.vc to need cppstdin so those tests are skipped...)
17016      Branch: perl
17017           !> win32/config.vc win32/config_H.bc win32/config_H.gc
17018           !> win32/config_H.vc
17019 ____________________________________________________________________________
17020 [ 14434] By: nick                                  on 2002/01/26  22:27:08
17021         Log: "All tests successful" VC6.0 Win32
17022              (Update config.vc to need cppstdin so those tests are skipped...)
17023      Branch: perlio
17024            ! win32/config.vc win32/config_H.bc win32/config_H.gc
17025            ! win32/config_H.vc
17026 ____________________________________________________________________________
17027 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
17028         Log: Integrate perlio;
17029              
17030              1st two tests of File/Find/t/find.t and taint.t were run after 
17031              calling cleanup(). If previous fail had left for_find directory,
17032              but no content in it then cleanup() returned cd'ed to that directory.
17033              So tests failed. Fixed cleanup()-s.
17034              
17035              If we get to sighandler by mistake (no perl handler set) then
17036              warn() and exit() rather than die() - should never happen
17037              but if it does context needed to die is likely to be trashed
17038              as well.
17039              
17040              Win32 signal emulation cleanup.
17041              
17042              Tinkering with thread cleanup mutex-ing - not the problem 
17043              (op.c is) but could have been...
17044              
17045              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17046              Should really be looked at by someone that knows about pads.
17047              
17048              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17049              for CRLF line endings.
17050      Branch: perl
17051           !> ext/threads/threads.xs lib/File/Find/t/find.t
17052           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
17053           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17054 ____________________________________________________________________________
17055 [ 14432] By: nick                                  on 2002/01/26  21:10:38
17056         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
17057              for CRLF line endings.
17058      Branch: perlio
17059            ! lib/Filter/Simple.pm
17060 ____________________________________________________________________________
17061 [ 14431] By: nick                                  on 2002/01/26  21:08:35
17062         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
17063              Should really be looked at by someone that knows about pads.
17064      Branch: perlio
17065            ! op.c
17066 ____________________________________________________________________________
17067 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
17068         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
17069              From: "Craig A. Berry" <craigberry@mac.com>       
17070              Date: Sat, 26 Jan 2002 11:19:44 -0600
17071              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
17072      Branch: perl
17073            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
17074 ____________________________________________________________________________
17075 [ 14429] By: nick                                  on 2002/01/26  18:04:22
17076         Log: Tinkering with thread cleanup mutex-ing - not the problem 
17077              (op.c is) but could have been...
17078      Branch: perlio
17079            ! ext/threads/threads.xs
17080 ____________________________________________________________________________
17081 [ 14428] By: nick                                  on 2002/01/26  18:03:13
17082         Log: Win32 signal emulation cleanup.
17083      Branch: perlio
17084            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
17085 ____________________________________________________________________________
17086 [ 14427] By: nick                                  on 2002/01/26  13:59:33
17087         Log: If we get to sighandler by mistake (no perl handler set) then
17088              warn() and exit() rather than die() - should never happen
17089              but if it does context needed to die is likely to be trashed
17090              as well.
17091      Branch: perlio
17092            ! mg.c
17093 ____________________________________________________________________________
17094 [ 14426] By: nick                                  on 2002/01/26  13:56:23
17095         Log: Integrate mainline
17096      Branch: perlio
17097           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
17098           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
17099           !> t/run/fresh_perl.t
17100 ____________________________________________________________________________
17101 [ 14425] By: nick                                  on 2002/01/26  08:11:33
17102         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
17103              calling cleanup(). If previous fail had left for_find directory,
17104              but no content in it then cleanup() returned cd'ed to that directory.
17105              So tests failed. Fixed cleanup()-s.
17106      Branch: perlio
17107            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
17108 ____________________________________________________________________________
17109 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
17110         Log: Integrate perlio;
17111              
17112              Fix winsystem.t's attempt to build showav.exe to work
17113              with gcc (which writes a.exe unless told with -o ).
17114              Also put in a few more fail-safes to check .exe got
17115              built somehow.
17116              
17117              More Win32 tuning
17118              
17119              Save $! so that other syscalls don't disturb it before
17120              we test it.
17121      Branch: perl
17122           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
17123           !> t/op/winsystem.t
17124 ____________________________________________________________________________
17125 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
17126         Log: Subject: [PATCH] new test in op/universal.t
17127              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17128              Date: Fri, 25 Jan 2002 23:17:33 +0100
17129              Message-ID: <20020125231733.A11733@rafael>
17130      Branch: perl
17131            ! t/op/universal.t
17132 ____________________________________________________________________________
17133 [ 14422] By: nick                                  on 2002/01/25  21:37:03
17134         Log: Save $! so that other syscalls don't disturb it before 
17135              we test it.
17136      Branch: perlio
17137            ! ext/Socket/socketpair.t
17138 ____________________________________________________________________________
17139 [ 14421] By: nick                                  on 2002/01/25  19:05:57
17140         Log: More Win32 tuning
17141      Branch: perlio
17142            ! t/op/stat.t t/op/taint.t
17143 ____________________________________________________________________________
17144 [ 14420] By: nick                                  on 2002/01/25  18:21:42
17145         Log: Fix winsystem.t's attempt to build showav.exe to work 
17146              with gcc (which writes a.exe unless told with -o ).
17147              Also put in a few more fail-safes to check .exe got 
17148              built somehow.
17149      Branch: perlio
17150            ! t/op/winsystem.t
17151 ____________________________________________________________________________
17152 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
17153         Log: Subject: [Patch Encode.xs] calculation of need overflows
17154              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
17155              Date: Sat, 26 Jan 2002 00:58:50 +0900
17156              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
17157      Branch: perl
17158            ! ext/Encode/Encode.xs
17159 ____________________________________________________________________________
17160 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
17161         Log: Integrate changes 13474+13478+13584 from maintperl;
17162              anon sub leakage.
17163      Branch: perl
17164            ! op.c t/run/fresh_perl.t
17165 ____________________________________________________________________________
17166 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
17167         Log: Update Changes.
17168      Branch: perl
17169            ! Changes patchlevel.h
17170 ____________________________________________________________________________
17171 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
17172         Log: Integrate perlio; extensive threads and threads::shared work
17173              (note that the below is a chronological list of perlio
17174              check-in entries since the last integrate)
17175              
17176              Nearly-working threads re-structuring. Do not integrate,
17177              submit-ing to get to Win32, and as "off site" backup.
17178              
17179              threads work again on Win32. (Not threads::shared yet)
17180              Submit to see if they do on Linux.
17181              
17182              Add new threads/typemap to MANIFEST
17183              
17184              XS side of new threads::shared designed, coded and compiles,
17185              and mostly commented but is totaly untested.
17186              submit in case anyone wants a preview.
17187              
17188              Miss mg_len == 0 meaning don't Safefree
17189              
17190              Shared scalars working, some shared array ops working.
17191              
17192              Implement recursive lock and use of scope for PL_sharedsv_space,
17193              so now croak() from asserts does not leave locks.
17194              Make hv_simple compile (new prototype for debugging probe).
17195              
17196              thread::shared nearly working again - remaining issue
17197              is references withing shared space.
17198              Added bulk test with no threads involved (for debugging)
17199              Tuned tests to skip those needing _thrcnt
17200              
17201              SvTEMP_off to stop private PV's being stolen and stored in shared space
17202              
17203              Except Win32 from echo tests. (Alarm does not break into connect)
17204              
17205              Expand command line test globs on Win32.
17206              
17207              threads::shared tidy up:
17208              - Add _id() function to shared.xs so we can test refs point at same thing.
17209              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17210              - Allow no_share to pass if sharing to works despite mis-ordering.
17211              - Change docs of threads to document ->create() (as used in tests),
17212              and not mention "new".
17213              
17214              Linux/NFS hackery was not faking right number of passes.
17215      Branch: perl
17216           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
17217           +> ext/threads/typemap
17218            - ext/threads/threads.h sharedsv.c sharedsv.h
17219            ! NetWare/config_H.wc
17220           !> (integrate 38 files)
17221 ____________________________________________________________________________
17222 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
17223         Log: Subject: Re: perldebguts minor tweaks
17224              From: Joe McMahon <mcmahon@metalab.unc.edu>
17225              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
17226              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
17227      Branch: perl
17228            ! pod/perldebguts.pod
17229 ____________________________________________________________________________
17230 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
17231         Log: metaconfig unit change for #14413.
17232      Branch: metaconfig
17233            ! U/modified/prototype.U
17234 ____________________________________________________________________________
17235 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
17236         Log: Okay, you can come home now, _().
17237      Branch: perl
17238            ! config_h.SH
17239 ____________________________________________________________________________
17240 [ 14412] By: nick                                  on 2002/01/25  11:01:49
17241         Log: Integrate mainline
17242              All but ../lib/Unicode/UCD.t pass.
17243      Branch: perlio
17244           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17245           +> lib/unicore/CaseFolding.txt
17246           +> lib/unicore/CompositionExclusions.txt
17247           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17248           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17249           +> vos/vos.c
17250            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17251            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17252            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17253            - lib/unicore/NamesList.html lib/unicore/PropList.html
17254            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17255            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17256            - lib/unicore/rename
17257           !> (integrate 424 files)
17258 ____________________________________________________________________________
17259 [ 14411] By: nick                                  on 2002/01/25  09:45:13
17260         Log: Linux/NFS hackery was not faking right number of passes.
17261      Branch: perlio
17262            ! t/io/fs.t
17263 ____________________________________________________________________________
17264 [ 14410] By: nick                                  on 2002/01/25  09:35:07
17265         Log: threads::shared tidy up:
17266              - Add _id() function to shared.xs so we can test refs point at same thing.
17267              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
17268              - Allow no_share to pass if sharing to works despite mis-ordering.
17269              - Change docs of threads to document ->create() (as used in tests),
17270              and not mention "new".
17271      Branch: perlio
17272            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17273            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
17274            ! ext/threads/threads.pm
17275 ____________________________________________________________________________
17276 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
17277         Log: Subject: perldebguts minor tweaks
17278              From: Joe McMahon <mcmahon@metalab.unc.edu>
17279              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
17280              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
17281      Branch: perl
17282            ! pod/perldebguts.pod
17283 ____________________________________________________________________________
17284 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
17285         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
17286              From: Peter Scott <Peter@PSDT.com>
17287              Date: Thu, 24 Jan 2002 08:51:34 -0800
17288              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
17289      Branch: perl
17290            ! pod/perldebguts.pod
17291 ____________________________________________________________________________
17292 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
17293         Log: Few more paranoia checks for Unicode hash keys.
17294      Branch: perl
17295            ! t/op/each.t
17296 ____________________________________________________________________________
17297 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
17298         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
17299              From: Andy Dougherty <doughera@lafayette.edu>
17300              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
17301              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
17302      Branch: perl
17303            ! t/op/stat.t
17304 ____________________________________________________________________________
17305 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
17306         Log: The
17307              
17308              Subject: Very old debugger UTF-8 bug
17309              From: andreas.koenig@anima.de (Andreas J. Koenig)
17310              Date: 24 Jan 2002 12:45:44 +0100
17311              Message-ID: <m3y9iot1jr.fsf@anima.de>
17312              
17313              still broken, but this should work as a stopgap
17314              measure to stop pp_match accessing naughty data.
17315      Branch: perl
17316            ! pod/perldiag.pod pp_hot.c
17317 ____________________________________________________________________________
17318 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
17319         Log: metaconfig unit change for #14403.
17320      Branch: metaconfig/U/perl
17321            ! d_u32align.U
17322 ____________________________________________________________________________
17323 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
17324         Log: Pacify picky compilers (this time Sun Workshop).
17325      Branch: perl
17326            ! Configure
17327 ____________________________________________________________________________
17328 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
17329         Log: Subject: Very old debugger UTF-8 bug
17330              From: andreas.koenig@anima.de (Andreas J. Koenig)
17331              Date: 24 Jan 2002 12:45:44 +0100
17332              Message-ID: <m3y9iot1jr.fsf@anima.de>
17333      Branch: perl
17334            ! lib/dumpvar.pl
17335 ____________________________________________________________________________
17336 [ 14401] By: nick                                  on 2002/01/24  07:50:38
17337         Log: Expand command line test globs on Win32.
17338      Branch: perlio
17339            ! t/harness
17340 ____________________________________________________________________________
17341 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
17342         Log: Sprinkle some copyrights (use the oldest timestamp to
17343              be found in the repository, which is most often not right,
17344              but at least consistent)
17345      Branch: perl
17346            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
17347            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
17348            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
17349            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
17350            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
17351            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
17352            ! unixish.h xsutils.c
17353 ____________________________________________________________________________
17354 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
17355         Log: Don't crash on Help for long text (bug #506672)
17356      Branch: maint-5.6/macperl
17357            ! macos/macperl/MPHelp.c
17358 ____________________________________________________________________________
17359 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
17360         Log: Fix minor path problem
17361      Branch: maint-5.6/macperl
17362            ! macos/macperl/Droplets/tarzipme.plx
17363 ____________________________________________________________________________
17364 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
17365         Log: Minor text changes
17366      Branch: maint-5.6/macperl
17367            ! macos/Perl.r
17368 ____________________________________________________________________________
17369 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
17370         Log: Bump versions, dates, etc.
17371      Branch: maint-5.6/macperl
17372            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
17373 ____________________________________________________________________________
17374 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
17375         Log: coderefs in @INC and absolute paths
17376      Branch: maint-5.6/macperl
17377            ! embed.h pp_ctl.c proto.h
17378 ____________________________________________________________________________
17379 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
17380         Log: Minor module thingys
17381      Branch: maint-5.6/macperl
17382            ! macos/ext/Mac/Controls/Controls.xs
17383            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
17384            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
17385            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
17386            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
17387            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
17388            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
17389            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
17390            ! macos/ext/Mac/Movies/Movies.xs
17391            ! macos/ext/Mac/Navigation/Navigation.pm
17392            ! macos/ext/Mac/Navigation/Navigation.xs
17393            ! macos/ext/Mac/Notification/Notification.xs
17394            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
17395            ! macos/ext/Mac/Processes/Processes.xs
17396            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
17397            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
17398            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
17399            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
17400            ! macos/ext/Mac/Resources/Resources.pm
17401            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
17402            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
17403            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
17404            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
17405            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
17406 ____________________________________________________________________________
17407 [ 14393] By: nick                                  on 2002/01/23  19:52:19
17408         Log: Except Win32 from echo tests. (Alarm does not break into connect)
17409      Branch: perlio
17410            ! ext/Socket/Socket.t
17411 ____________________________________________________________________________
17412 [ 14392] By: nick                                  on 2002/01/23  19:31:57
17413         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
17414      Branch: perlio
17415            ! ext/threads/shared/shared.xs
17416 ____________________________________________________________________________
17417 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
17418         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
17419      Branch: perl
17420            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
17421            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
17422            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
17423            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
17424            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
17425            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
17426            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
17427            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
17428            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
17429            ! x2p/util.c x2p/util.h x2p/walk.c
17430 ____________________________________________________________________________
17431 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
17432         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
17433              therefore quite probably also obsolete code.
17434      Branch: perl
17435            ! sv.c
17436 ____________________________________________________________________________
17437 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
17438         Log: Update Changes.
17439      Branch: perl
17440            ! Changes patchlevel.h
17441 ____________________________________________________________________________
17442 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
17443         Log: Small update on todo.  Could use a lot more.
17444      Branch: perl
17445            ! pod/perltodo.pod
17446 ____________________________________________________________________________
17447 [ 14387] By: nick                                  on 2002/01/23  14:19:30
17448         Log: thread::shared nearly working again - remaining issue
17449              is references withing shared space.
17450              Added bulk test with no threads involved (for debugging)
17451              Tuned tests to skip those needing _thrcnt
17452      Branch: perlio
17453            + ext/threads/shared/t/0nothread.t
17454            ! MANIFEST ext/threads/shared/shared.pm
17455            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
17456            ! ext/threads/shared/t/hv_refs.t
17457            ! ext/threads/shared/t/hv_simple.t
17458            ! ext/threads/shared/t/sv_simple.t
17459 ____________________________________________________________________________
17460 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
17461         Log: Subject: [ID 20020121.003] perldata doco bug
17462              From: John Stumbles <jstumbles@bluearc.com>
17463              Date: Mon, 21 Jan 2002 14:19:56 -0000
17464              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
17465      Branch: perl
17466            ! pod/perldata.pod
17467 ____________________________________________________________________________
17468 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
17469         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
17470              From: Michael G Schwern <schwern@pobox.com>
17471              Date: Mon, 21 Jan 2002 15:16:42 -0500
17472              Message-ID: <20020121201642.GA6659@blackrider>
17473      Branch: perl
17474            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
17475 ____________________________________________________________________________
17476 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
17477         Log: Subject: [PATCH] Re: eval not catching warnings?
17478              From: abigail@foad.org
17479              Date: Wed, 23 Jan 2002 15:35:47 +0100
17480              Message-ID: <20020123143547.24798.qmail@foad.org>
17481      Branch: perl
17482            ! pod/perlfunc.pod
17483 ____________________________________________________________________________
17484 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
17485         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
17486              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17487              Date: Tue, 22 Jan 2002 17:00:54 -0800            
17488              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
17489      Branch: perl
17490            ! t/run/fresh_perl.t
17491 ____________________________________________________________________________
17492 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
17493         Log: metaconfig unit change for #14381.
17494      Branch: metaconfig/U/perl
17495            ! d_u32align.U
17496 ____________________________________________________________________________
17497 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
17498         Log: HP-UX 10.20 cc pacifying from Merijn.
17499      Branch: perl
17500            ! Configure
17501 ____________________________________________________________________________
17502 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
17503         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
17504              From: "Craig A. Berry" <craigberry@mac.com> 
17505              Date: Tue, 22 Jan 2002 22:14:26 -0600
17506              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
17507      Branch: perl
17508            ! vms/test.com
17509 ____________________________________________________________________________
17510 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
17511         Log: AIX cpp bug: having macro arguments and character constants
17512              "the same" means trouble (here s and 's')
17513              What broke now was 841 and 842 of t/op/pat.t, because of the
17514              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
17515              (note that breakage happened only under cc_r and usethreads+
17516              useithreads)
17517      Branch: perl
17518            ! utf8.h
17519 ____________________________________________________________________________
17520 [ 14378] By: nick                                  on 2002/01/22  20:33:15
17521         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
17522              so now croak() from asserts does not leave locks.
17523              Make hv_simple compile (new prototype for debugging probe).
17524      Branch: perlio
17525            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17526            ! ext/threads/shared/t/hv_simple.t
17527 ____________________________________________________________________________
17528 [ 14377] By: nick                                  on 2002/01/22  17:32:21
17529         Log: Shared scalars working, some shared array ops working.
17530      Branch: perlio
17531            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
17532            ! ext/threads/shared/t/sv_refs.t
17533            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
17534 ____________________________________________________________________________
17535 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
17536         Log: Subject: [PATCH] Support truncate() in VOS port
17537              From: Paul_GreenVOS@vos.stratus.com
17538              Date: Mon, 21 Jan 02 23:27 est
17539              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
17540      Branch: perl
17541            + vos/vos.c
17542            ! MANIFEST hints/vos.sh vos/vosish.h
17543 ____________________________________________________________________________
17544 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
17545         Log: metaconfig unit changes for #14374.  Couldn't figure
17546              how to get completely rid of _() (some weird dependency
17547              pulling it in?) so renamed it as PROTO_().
17548      Branch: metaconfig
17549            + U/modified/d_shmat.U U/modified/prototype.U
17550            ! U/protos/d_drand48proto.U
17551      Branch: metaconfig/U/perl
17552            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
17553 ____________________________________________________________________________
17554 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
17555         Log: Get rid of the _() macro since (1) we require ANSI anyway
17556              (2) Other software (GNU) seems to use it and we don't need it,
17557              so let's give it up.
17558      Branch: perl
17559            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17560            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
17561            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
17562            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
17563            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
17564            ! wince/config.h wince/config_H.ce
17565 ____________________________________________________________________________
17566 [ 14373] By: nick                                  on 2002/01/22  10:10:48
17567         Log: Miss mg_len == 0 meaning don't Safefree
17568      Branch: perlio
17569            ! mg.c
17570 ____________________________________________________________________________
17571 [ 14372] By: nick                                  on 2002/01/21  22:34:06
17572         Log: XS side of new threads::shared designed, coded and compiles,
17573              and mostly commented but is totaly untested.
17574              submit in case anyone wants a preview.
17575      Branch: perlio
17576            + ext/threads/shared/typemap
17577            ! MANIFEST ext/threads/shared/shared.pm
17578            ! ext/threads/shared/shared.xs
17579 ____________________________________________________________________________
17580 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
17581         Log: Subject: [BUG] /\_/ an unrecognized escape?
17582              From: Michael G Schwern <schwern@pobox.com>
17583              Date: Mon, 21 Jan 2002 15:22:54 -0500
17584              Message-ID: <20020121202254.GA6731@blackrider>
17585      Branch: perl
17586            ! t/lib/warnings/toke toke.c
17587 ____________________________________________________________________________
17588 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
17589         Log: Undo the renaming of the Unicode data files; the simple
17590              solution being not including the *.html files.  This means
17591              that in the future there is no need for any renamings
17592              (well, assuming that the Consortium doesn't cause any),
17593              and the files are named like they are in the Consortium
17594              website, thus alleviating confusion.
17595      Branch: perl
17596            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
17597            + lib/unicore/CaseFolding.txt
17598            + lib/unicore/CompositionExclusions.txt
17599            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
17600            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
17601            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
17602            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
17603            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
17604            - lib/unicore/NamesList.html lib/unicore/PropList.html
17605            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17606            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17607            - lib/unicore/rename
17608            ! (edit 285 files)
17609 ____________________________________________________________________________
17610 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
17611         Log: Update Changes.
17612      Branch: perl
17613            ! Changes patchlevel.h
17614 ____________________________________________________________________________
17615 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
17616         Log: Subject: RE: BCC for Win32 is unhappy @14331
17617              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
17618              Date: Mon, 21 Jan 2002 09:48:40 +0300
17619              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
17620              
17621              (using IV instead of int)
17622      Branch: perl
17623            ! hv.h
17624 ____________________________________________________________________________
17625 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
17626         Log: path_is_absolute() needs a prototype (and maybe
17627              a better name, but that's another story).
17628      Branch: perl
17629            ! embed.fnc embed.h pp_ctl.c proto.h
17630 ____________________________________________________________________________
17631 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
17632         Log: Subject: Re: coderefs in @INC
17633              From: Chris Nandor <pudge@pobox.com>
17634              Date: Thu, 17 Jan 2002 11:26:02 -0500
17635              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
17636      Branch: perl
17637            ! pp_ctl.c
17638 ____________________________________________________________________________
17639 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
17640         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
17641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17642              Date: Sun, 20 Jan 2002 22:53:56 +0100
17643              Message-ID: <20020120225356.A12093@rafael>
17644      Branch: perl
17645            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
17646            ! t/lib/warnings/9enabled warnings.h warnings.pl
17647 ____________________________________________________________________________
17648 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
17649         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
17650              From: "Craig A. Berry" <craigberry@mac.com>
17651              Date: Sun, 20 Jan 2002 22:49:42 -0600
17652              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
17653      Branch: perl
17654            ! lib/ExtUtils/MakeMaker.pm
17655 ____________________________________________________________________________
17656 [ 14363] By: nick                                  on 2002/01/20  20:38:23
17657         Log: Add new threads/typemap to MANIFEST
17658      Branch: perlio
17659            ! MANIFEST
17660 ____________________________________________________________________________
17661 [ 14362] By: nick                                  on 2002/01/20  20:34:36
17662         Log: Integrate mainline
17663      Branch: perlio
17664           +> lib/Pod/t/Usage.t
17665           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
17666           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
17667           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
17668           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
17669           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
17670           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
17671           !> util.c
17672 ____________________________________________________________________________
17673 [ 14361] By: nick                                  on 2002/01/20  18:51:47
17674         Log: Integrate MANIFEST
17675      Branch: perlio
17676           !> MANIFEST
17677 ____________________________________________________________________________
17678 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
17679         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
17680              From: Paul_GreenVOS@vos.stratus.com
17681              Date: Sat, 19 Jan 02 17:17 est
17682              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
17683              
17684              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
17685              From: Paul_GreenVOS@vos.stratus.com
17686              Date: Sat, 19 Jan 02 17:19 est
17687              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
17688      Branch: perl
17689            ! lib/ExtUtils/t/Command.t
17690 ____________________________________________________________________________
17691 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
17692         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
17693              From: Paul_GreenVOS@vos.stratus.com
17694              Date: Sat, 19 Jan 02 14:30 est
17695              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
17696      Branch: perl
17697            ! lib/AnyDBM_File.t
17698 ____________________________________________________________________________
17699 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
17700         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17702              Date: Sun, 20 Jan 2002 13:51:36 +0100
17703              Message-ID: <20020120135136.A710@rafael>
17704      Branch: perl
17705            ! ext/File/Glob/t/basic.t
17706 ____________________________________________________________________________
17707 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
17708         Log: #14352 deleted ext/threads/threads.h
17709      Branch: perlio
17710            ! MANIFEST
17711 ____________________________________________________________________________
17712 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
17713         Log: Eradicate sharedsv.*
17714      Branch: perlio
17715            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
17716 ____________________________________________________________________________
17717 [ 14355] By: nick                                  on 2002/01/20  11:50:22
17718         Log: threads work again on Win32. (Not threads::shared yet)
17719              Submit to see if they do on Linux.
17720      Branch: perlio
17721            ! ext/threads/shared/shared.xs ext/threads/threads.xs
17722            ! win32/makefile.mk
17723 ____________________________________________________________________________
17724 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
17725         Log: Make also hex() and oct() to croak if their arguments
17726              cannot be downgraded (that is, if they contain wide
17727              characters), just like crypt() does (and use the croak
17728              feature of sv_utf8_downgrade()).
17729      Branch: perl
17730            ! pp.c t/op/oct.t
17731 ____________________________________________________________________________
17732 [ 14353] By: nick                                  on 2002/01/19  22:20:09
17733         Log: Integrate Time/Local and its test
17734      Branch: perlio
17735           !> lib/Time/Local.pm lib/Time/Local.t
17736 ____________________________________________________________________________
17737 [ 14352] By: nick                                  on 2002/01/19  22:17:07
17738         Log: Nearly-working threads re-structuring. Do not integrate,
17739              submit-ing to get to Win32, and as "off site" backup.
17740      Branch: perlio
17741            + ext/threads/typemap
17742            - ext/threads/threads.h sharedsv.c sharedsv.h
17743            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
17744            ! embedvar.h ext/threads/shared/shared.pm
17745            ! ext/threads/shared/shared.xs ext/threads/threads.pm
17746            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
17747            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
17748            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
17749 ____________________________________________________________________________
17750 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
17751         Log: Regen toc.
17752      Branch: perl
17753            ! pod/perltoc.pod
17754 ____________________________________________________________________________
17755 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
17756         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
17757              From: David Dyck <dcd@tc.fluke.com>
17758              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
17759              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
17760      Branch: perl
17761            ! pod/perl5004delta.pod pod/perl5005delta.pod
17762            ! pod/perl561delta.pod pod/perl56delta.pod
17763 ____________________________________________________________________________
17764 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
17765         Log: FAQ sync.
17766      Branch: perl
17767            ! pod/perlfaq1.pod pod/perlfaq2.pod
17768 ____________________________________________________________________________
17769 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
17770         Log: Subject: [PATCH lib/Pod/t/Usage.t]
17771              From: Abe Timmerman <abe@ztreet.demon.nl>
17772              Date: Sat, 19 Jan 2002 19:57:57 +0100
17773              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
17774      Branch: perl
17775            + lib/Pod/t/Usage.t
17776            ! MANIFEST
17777 ____________________________________________________________________________
17778 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
17779         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
17780              From: Paul_GreenVOS@vos.stratus.com
17781              Date: Sat, 19 Jan 02 13:15 est
17782              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
17783      Branch: perl
17784            ! ext/SDBM_File/sdbm.t
17785 ____________________________________________________________________________
17786 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
17787         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
17788      Branch: perl
17789           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17790           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17791 ____________________________________________________________________________
17792 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
17793         Log: Alternative Time::Local algorithm that uses matemathical formula
17794              for timegm instead of progressive guessing
17795      Branch: perl
17796            ! lib/Time/Local.pm
17797 ____________________________________________________________________________
17798 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
17799         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17800              From: Paul_GreenVOS@vos.stratus.com
17801              Date: Sat, 19 Jan 02 11:20 est
17802              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
17803      Branch: perl
17804            ! ext/File/Glob/t/basic.t
17805 ____________________________________________________________________________
17806 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
17807         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
17808              From: Paul_GreenVOS@vos.stratus.com
17809              Date: Fri, 18 Jan 02 22:56 est
17810              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
17811      Branch: perl
17812            ! ext/Cwd/t/cwd.t
17813 ____________________________________________________________________________
17814 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
17815         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
17816              From: Paul_GreenVOS@vos.stratus.com
17817              Date: Fri, 18 Jan 02 22:48 est
17818              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
17819      Branch: perl
17820            ! lib/Time/Local.t
17821 ____________________________________________________________________________
17822 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
17823         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
17824              From: Paul_GreenVOS@vos.stratus.com
17825              Date: Fri, 18 Jan 02 16:22 est
17826              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
17827      Branch: perl
17828            ! ext/Devel/DProf/DProf.t
17829 ____________________________________________________________________________
17830 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
17831         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
17832              From: Tels <perl_dummy@bloodgate.com>
17833              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
17834              Message-Id: <200201182106.XAA19133@taku.hut.fi>
17835      Branch: perl
17836            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
17837 ____________________________________________________________________________
17838 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
17839         Log: Don't do socketpair udp unless you've got all what it takes.
17840      Branch: perl
17841            ! util.c
17842 ____________________________________________________________________________
17843 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
17844         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
17845              From: Tels <perl_dummy@bloodgate.com>
17846              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
17847              Message-Id: <200201182206.AAA15310@taku.hut.fi>
17848      Branch: perl
17849            ! lib/ExtUtils/MM_BeOS.pm
17850 ____________________________________________________________________________
17851 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
17852         Log: metaconfig unit change for #14336.
17853      Branch: metaconfig
17854            ! U/modified/myhostname.U
17855 ____________________________________________________________________________
17856 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
17857         Log: Avoid bare "set", and kiss .uucp goodbye.
17858      Branch: perl
17859            ! Configure
17860 ____________________________________________________________________________
17861 [ 14335] By: nick                                  on 2002/01/18  22:11:42
17862         Log: Split out core of sv_magic() into sv_magicext().
17863              sv_magic provides the extra restictions (no READONLY, only
17864              one of each type, canned set of vtables), and sv_magicext()
17865              does the actual data twiddling.
17866              Also enhances semantics of ->mg_ptr setting via name/namlen
17867              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
17868              scratch area (namlen > 0 && name == NULL).
17869              sv_magicext also returns the MAGIC * it added.
17870              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
17871              
17872              To come sv_unmagicext() - which will remove just one magic
17873              of particular type, and additionaly match against ->mg_ptr,
17874              or the MAGIC * (need to experiment as to which is more natural).
17875      Branch: perlio
17876            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17877            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17878 ____________________________________________________________________________
17879 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
17880         Log: Retract #14327 for now, going to the limit seems
17881              to be too much for many platforms.
17882      Branch: perl
17883            ! lib/Time/Local.t
17884 ____________________________________________________________________________
17885 [ 14333] By: nick                                  on 2002/01/18  18:58:33
17886         Log: Integrate mainline
17887      Branch: perlio
17888           !> Changes patchlevel.h
17889 ____________________________________________________________________________
17890 [ 14332] By: nick                                  on 2002/01/18  16:19:06
17891         Log: Integrate mainline
17892      Branch: perlio
17893           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
17894           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
17895            - lib/ExtUtils/inst
17896           !> (integrate 32 files)
17897 ____________________________________________________________________________
17898 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
17899         Log: Update Changes.
17900      Branch: perl
17901            ! Changes patchlevel.h
17902 ____________________________________________________________________________
17903 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
17904         Log: Try to make the connect/read/write timeouting.
17905      Branch: perl
17906            ! ext/Socket/Socket.t
17907 ____________________________________________________________________________
17908 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
17909         Log: Netware Makefile tweak from Ananth Kesari.
17910      Branch: perl
17911            ! NetWare/Makefile
17912 ____________________________________________________________________________
17913 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
17914         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
17915              From: Michael G Schwern <schwern@pobox.com>
17916              Date: Fri, 18 Jan 2002 03:10:27 -0500
17917              Message-ID: <20020118081027.GE7226@blackrider>
17918      Branch: perl
17919            ! lib/File/Find.pm
17920 ____________________________________________________________________________
17921 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
17922         Log: (retracted by #14334)
17923              
17924              Subject: [PATCH] Improving lib/Time/Local.t
17925              From: Paul_GreenVOS@vos.stratus.com        
17926              Date: Thu, 17 Jan 02 22:36 est
17927              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
17928      Branch: perl
17929            ! lib/Time/Local.t
17930 ____________________________________________________________________________
17931 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
17932         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
17933              From: Abe Timmerman <abe@ztreet.demon.nl>  
17934              Date: Fri, 18 Jan 2002 13:18:47 +0100
17935              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
17936      Branch: perl
17937            ! lib/ExtUtils/t/MM_Win32.t
17938 ____________________________________________________________________________
17939 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
17940         Log: Subject: [PATCH] Syncing with bleadperl 
17941              From: Michael G Schwern <schwern@pobox.com> 
17942              Date: Fri, 18 Jan 2002 03:04:33 -0500
17943              Message-ID: <20020118080432.GC7226@blackrider>
17944      Branch: perl
17945            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
17946            - lib/ExtUtils/inst
17947            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
17948            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17949            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
17950            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
17951            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
17952            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
17953            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
17954            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
17955            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
17956            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
17957            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
17958            ! lib/ExtUtils/testlib.pm
17959 ____________________________________________________________________________
17960 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
17961         Log: Detypo.
17962      Branch: perl
17963            ! AUTHORS
17964 ____________________________________________________________________________
17965 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
17966         Log: Subject: [PATCH] MM check_hints test
17967              From: Michael G Schwern <schwern@pobox.com>
17968              Date: Thu, 17 Jan 2002 20:25:57 -0500
17969              Message-ID: <20020118012557.GE32762@blackrider>
17970      Branch: perl
17971            + lib/ExtUtils/t/hints.t
17972            ! MANIFEST
17973 ____________________________________________________________________________
17974 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
17975         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
17976              From: Michael G Schwern <schwern@pobox.com> 
17977              Date: Thu, 17 Jan 2002 20:12:20 -0500
17978              Message-ID: <20020118011220.GC32762@blackrider>
17979              
17980              (#14317 replaced with this)
17981      Branch: perl
17982            ! lib/ExtUtils/MakeMaker.pm
17983 ____________________________________________________________________________
17984 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
17985         Log: Subject: [PATCH perldiag] overload.pm warnings
17986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17987              Date: Thu, 17 Jan 2002 23:53:49 +0100
17988              Message-ID: <20020117235349.A14530@rafael>
17989      Branch: perl
17990            ! pod/perldiag.pod
17991 ____________________________________________________________________________
17992 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
17993         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
17994              From: Michael G Schwern <schwern@pobox.com>
17995              Date: Thu, 17 Jan 2002 16:35:47 -0500
17996              Message-ID: <20020117213546.GD23830@blackrider>
17997      Branch: perl
17998            ! lib/File/Find.pm
17999 ____________________________________________________________________________
18000 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
18001         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
18002              From: chromatic <chromatic@rmci.net>
18003              Date: Thu, 17 Jan 2002 13:04:22 -0700
18004              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
18005      Branch: perl
18006            ! pod/perltodo.pod
18007 ____________________________________________________________________________
18008 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
18009         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
18010              From: chromatic <chromatic@rmci.net>
18011              Date: Thu, 17 Jan 2002 12:59:04 -0700
18012              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
18013      Branch: perl
18014            ! lib/ExtUtils/t/Mkbootstrap.t
18015 ____________________________________________________________________________
18016 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
18017         Log: (replaced by #14322)
18018              The #14300 broke hints file handling.
18019      Branch: perl
18020            ! lib/ExtUtils/MakeMaker.pm
18021 ____________________________________________________________________________
18022 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
18023         Log: metaconfig unit change for #14315.
18024      Branch: metaconfig/U/perl
18025            ! uselongdbl.U
18026 ____________________________________________________________________________
18027 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
18028         Log: Subject: [PATCH] long doubles
18029              From: Nicholas Clark <nick@unfortu.net>
18030              Date: Thu, 17 Jan 2002 17:06:28 +0000
18031              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
18032      Branch: perl
18033            ! Configure
18034 ____________________________________________________________________________
18035 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
18036         Log: metaconfig unit change for #14313.
18037      Branch: metaconfig
18038            ! U/modified/i_ndbm.U
18039 ____________________________________________________________________________
18040 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
18041         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
18042              From: Andy Dougherty <doughera@lafayette.edu>
18043              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
18044              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
18045      Branch: perl
18046            ! Configure
18047 ____________________________________________________________________________
18048 [ 14312] By: nick                                  on 2002/01/17  21:38:38
18049         Log: Integrate mainline (for ndbm fixes etc.)
18050      Branch: perlio
18051           +> t/run/fresh_perl.t
18052            - t/run/kill_perl.t
18053           !> Changes MANIFEST ext/Opcode/Opcode.xs
18054           !> ext/SDBM_File/sdbm/Makefile.PL
18055           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
18056           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
18057           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
18058           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
18059           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
18060 ____________________________________________________________________________
18061 [ 14311] By: sky                                   on 2002/01/17  21:01:00
18062         Log: Simplify the code that duplicates the threads 
18063              init function and the parameters to the thread by using sv_dup. 
18064              Note,what happens if you pass a shared variable as a parameter?
18065      Branch: perl
18066            ! ext/threads/threads.xs
18067 ____________________________________________________________________________
18068 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
18069         Log: Update Changes.
18070      Branch: perl
18071            ! Changes patchlevel.h
18072 ____________________________________________________________________________
18073 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
18074         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
18075              with fresh_perl_is() and fresh_perl_like().
18076      Branch: perl
18077            + t/run/fresh_perl.t
18078            - t/run/kill_perl.t
18079            ! MANIFEST t/test.pl
18080 ____________________________________________________________________________
18081 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
18082         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
18083              From: Benjamin Goldberg <goldbb2@earthlink.net>
18084              Date: Wed, 09 Jan 2002 21:03:16 -0500
18085              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
18086      Branch: perl
18087            ! ext/Unicode/Normalize/Normalize.pm
18088 ____________________________________________________________________________
18089 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
18090         Log: Retract #14144 as Hugo isn't happy with it.
18091      Branch: perl
18092            ! scope.c t/run/kill_perl.t
18093 ____________________________________________________________________________
18094 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
18095         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
18096              From: Richard Clamp <richardc@unixbeard.net>
18097              Date: Wed, 16 Jan 2002 17:34:31 +0000
18098              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
18099      Branch: perl
18100            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
18101 ____________________________________________________________________________
18102 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
18103         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
18104              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18105              Date: Tue, 15 Jan 2002 21:23:30 +0100
18106              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
18107      Branch: perl
18108            ! ext/Opcode/Opcode.xs
18109 ____________________________________________________________________________
18110 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
18111         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
18112              From: Paul_GreenVOS@vos.stratus.com
18113              Date: Wed, 16 Jan 02 6:42 est
18114              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
18115      Branch: perl
18116            ! t/io/fs.t t/op/crypt.t
18117 ____________________________________________________________________________
18118 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
18119         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
18120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18121              Date: Wed, 16 Jan 2002 13:43:39 +0100
18122              Message-ID: <20020116134339.A704@rafael>
18123              
18124              (replaces #14302)
18125      Branch: perl
18126            ! mg.c t/lib/warnings/mg
18127 ____________________________________________________________________________
18128 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
18129         Log: (replaced by #14303)
18130              Subject: [PATCH] length of undefined $(digit) should warn
18131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18132              Date: Tue, 15 Jan 2002 23:02:44 +0100            
18133              Message-ID: <20020115230244.A31786@rafael>     
18134      Branch: perl
18135            ! mg.c t/lib/warnings/mg
18136 ____________________________________________________________________________
18137 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
18138         Log: The non-MakeMaker.pm parts of
18139              
18140              Subject: [PATCH] Re: MM_Beos.pm?
18141              From: Tels <perl_dummy@bloodgate.com>
18142              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
18143              Message-Id: <200201142006.WAA29544@taas.iki.fi>
18144      Branch: perl
18145            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
18146            ! lib/ExtUtils/t/MM_Unix.t
18147 ____________________________________________________________________________
18148 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
18149         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
18150              From: Michael G Schwern <schwern@pobox.com>    
18151              Date: Tue, 15 Jan 2002 20:07:50 -0500            
18152              Message-ID: <20020116010750.GH625@blackrider>  
18153      Branch: perl
18154            ! lib/ExtUtils/MakeMaker.pm
18155 ____________________________________________________________________________
18156 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
18157         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
18158              From: Jeffrey Friedl <jfriedl@yahoo.com>       
18159              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
18160              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
18161      Branch: perl
18162            ! lib/Text/Tabs.pm
18163 ____________________________________________________________________________
18164 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
18165         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
18166              From: "Green, Paul" <Paul.Green@stratus.com>
18167              Date: Tue, 15 Jan 2002 22:28:10 -0500
18168              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
18169      Branch: perl
18170            ! lib/ExtUtils/MM_Unix.pm
18171 ____________________________________________________________________________
18172 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
18173         Log: Integrate perlio; offsetof() is in <stddef.h>
18174      Branch: perl
18175           !> ext/Socket/Socket.xs
18176 ____________________________________________________________________________
18177 [ 14296] By: nick                                  on 2002/01/16  13:02:29
18178         Log: offsetof() is in <stddef.h>
18179      Branch: perlio
18180            ! ext/Socket/Socket.xs
18181 ____________________________________________________________________________
18182 [ 14295] By: nick                                  on 2002/01/16  07:25:29
18183         Log: Integrate mainline
18184      Branch: perlio
18185           +> (branch 262 files)
18186            - (delete 285 files)
18187           !> (integrate 34 files)
18188 ____________________________________________________________________________
18189 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
18190         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
18191              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
18192              Canonical.pl and Exact.pl.
18193      Branch: perl
18194            + (add 259 files)
18195            - (delete 288 files)
18196            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
18197            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
18198            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
18199            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
18200 ____________________________________________________________________________
18201 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
18202         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
18203      Branch: perl
18204            ! ext/Socket/Socket.xs
18205 ____________________________________________________________________________
18206 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
18207         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
18208              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18209              Date: Tue, 15 Jan 2002 21:59:19 +0100
18210              Message-ID: <3C44A637.16602.25EB208@localhost>
18211      Branch: perl
18212            ! embed.fnc embed.h proto.h
18213 ____________________________________________________________________________
18214 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
18215         Log: Duh.  The updated In/*.pl weren't checked in.
18216      Branch: perl
18217            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
18218            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
18219            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
18220            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
18221            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
18222            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
18223            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
18224            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
18225            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
18226            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
18227            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
18228            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
18229            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
18230            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
18231            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
18232            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
18233            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
18234            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
18235            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
18236            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
18237            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
18238            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
18239            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
18240            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
18241            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
18242            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
18243            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
18244            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
18245            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
18246            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
18247            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
18248            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
18249            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
18250            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
18251            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
18252            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
18253            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
18254            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
18255            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
18256            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
18257            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
18258            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
18259            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
18260            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
18261            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
18262            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
18263            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
18264            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
18265 ____________________________________________________________________________
18266 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
18267         Log: Update Changes.
18268      Branch: perl
18269            ! Changes patchlevel.h
18270 ____________________________________________________________________________
18271 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
18272         Log: Jeffrey is trying very hard to avoid working on his
18273              book, it would seem :-) (better naming, better comments
18274              in the files)
18275      Branch: perl
18276            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
18277            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
18278            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
18279            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
18280            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
18281            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18282            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
18283            - lib/unicore/Is/IDStart.pl
18284            ! (edit 200 files)
18285 ____________________________________________________________________________
18286 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
18287         Log: metaconfig unit changes for #14287.
18288      Branch: metaconfig
18289            + U/modified/Chk_MANI.U
18290            ! U/modified/Extract.U U/modified/Finish.U
18291      Branch: metaconfig/U/perl
18292            ! Extensions.U dlsrc.U
18293 ____________________________________________________________________________
18294 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
18295         Log: Some protection against spaces in directory names.
18296              (Tru64 still has some makedepend problems in such
18297              cases but that looks like Tru64's problem.)
18298      Branch: perl
18299            ! Configure Makefile.SH
18300 ____________________________________________________________________________
18301 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
18302         Log: Should have been in #14285 but I have sausages for fingers.
18303      Branch: perl
18304            + lib/ExtUtils/MM_BeOS.pm
18305 ____________________________________________________________________________
18306 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
18307         Log: MM_BeOS from Tels.
18308      Branch: perl
18309            + lib/ExtUtils/t/MM_BeOS.t
18310            ! MANIFEST
18311 ____________________________________________________________________________
18312 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
18313         Log: Integrate perlio;
18314              
18315              (reintroduce #14251) Slab allocator for ops
18316              - moved the statics to intrpvar.h
18317              - implemented Slab_Free()
18318              - uses PerlMemShared (for now) if distinction exists.
18319              
18320              Slab allocator submit after resolve -ay to keep it!
18321              
18322              Hand merge of non slab allocator stuff
18323              
18324              const-ness fix in savepv's passing of NULL
18325              
18326              Typo in #else branch of PL_SLAB_ALLOC
18327              
18328              Integrate rest of mainline
18329              
18330              Regen embed enable slab for PERL_IMPLICIT_SYS
18331              
18332              Correct name of PL_OP_SLAB_ALLOC
18333              
18334              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18335              e.g. -Duse64bitint on a 32-bit platform.
18336              Now uses I32 for use-count and is more careful with its casts.
18337      Branch: perl
18338           !> (integrate 28 files)
18339 ____________________________________________________________________________
18340 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
18341         Log: Add Shuck URL
18342      Branch: maint-5.6/macperl
18343            ! macos/macperl/MacPerl.podhelp
18344 ____________________________________________________________________________
18345 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
18346         Log: Remove obsolete docs
18347      Branch: maint-5.6/macperl
18348            ! ext/File/Glob/Glob.pm
18349 ____________________________________________________________________________
18350 [ 14281] By: nick                                  on 2002/01/15  15:08:43
18351         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
18352              e.g. -Duse64bitint on a 32-bit platform.
18353              Now uses I32 for use-count and is more careful with its casts.
18354      Branch: perlio
18355            ! intrpvar.h op.c
18356 ____________________________________________________________________________
18357 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
18358         Log: Update bundled modules.  Yow!
18359      Branch: maint-5.6/macperl
18360            + macos/bundled_ext/Compress/Zlib/constants.h
18361            + macos/bundled_ext/Compress/Zlib/constants.xs
18362            + macos/bundled_ext/Filter/Util/Call/ppport.h
18363            + macos/bundled_ext/Storable/t/compat-0.6.t
18364            + macos/bundled_ext/Storable/t/dump.pl
18365            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
18366            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
18367            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
18368            + macos/bundled_lib/blib/lib/URI/ssh.pm
18369            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
18370            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
18371            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
18372            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
18373            + macos/bundled_lib/t/Filter/Simple/data.t
18374            + macos/bundled_lib/t/Filter/Simple/export.t
18375            + macos/bundled_lib/t/Filter/Simple/filter_only.t
18376            + macos/bundled_lib/t/Filter/Simple/import.t
18377            + macos/bundled_lib/t/NEXT/actual.t
18378            + macos/bundled_lib/t/NEXT/actuns.t
18379            + macos/bundled_lib/t/NEXT/next.t
18380            + macos/bundled_lib/t/NEXT/unseen.t
18381            + macos/bundled_lib/t/libnet/netrc.t
18382            + macos/bundled_lib/t/libwww-perl/base/http.t
18383            + macos/bundled_lib/t/libwww-perl/live/activestate.t
18384            - macos/bundled_ext/Filter/t/FilterTest.pm
18385            - macos/bundled_ext/Storable/t/compat06.t
18386            - macos/bundled_ext/Storable/t/st-dump.pl
18387            - macos/bundled_lib/t/NEXT/test.pl
18388            - macos/bundled_lib/t/libwww-perl/live/google.t
18389            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
18390            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
18391            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
18392            ! macos/bundled_ext/Compress/Zlib/README
18393            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
18394            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
18395            ! macos/bundled_ext/Compress/Zlib/t/examples.t
18396            ! macos/bundled_ext/Filter/Util/Call/Call.pm
18397            ! macos/bundled_ext/Filter/Util/Call/Call.xs
18398            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
18399            ! macos/bundled_ext/Filter/t/call.t
18400            ! macos/bundled_ext/Filter/t/filter-util.pl
18401            ! macos/bundled_ext/Storable/ChangeLog
18402            ! macos/bundled_ext/Storable/README
18403            ! macos/bundled_ext/Storable/Storable.pm
18404            ! macos/bundled_ext/Storable/t/blessed.t
18405            ! macos/bundled_ext/Storable/t/canonical.t
18406            ! macos/bundled_ext/Storable/t/dclone.t
18407            ! macos/bundled_ext/Storable/t/forgive.t
18408            ! macos/bundled_ext/Storable/t/freeze.t
18409            ! macos/bundled_ext/Storable/t/lock.t
18410            ! macos/bundled_ext/Storable/t/overload.t
18411            ! macos/bundled_ext/Storable/t/recurse.t
18412            ! macos/bundled_ext/Storable/t/retrieve.t
18413            ! macos/bundled_ext/Storable/t/store.t
18414            ! macos/bundled_ext/Storable/t/tied.t
18415            ! macos/bundled_ext/Storable/t/tied_hook.t
18416            ! macos/bundled_ext/Storable/t/tied_items.t
18417            ! macos/bundled_ext/Storable/t/utf8.t
18418            ! macos/bundled_lib/blib/lib/File/Sort.pm
18419            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
18420            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
18421            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
18422            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
18423            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
18424            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
18425            ! macos/bundled_lib/blib/lib/LWP.pm
18426            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
18427            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
18428            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
18429            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
18430            ! macos/bundled_lib/blib/lib/Mail/Address.pm
18431            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
18432            ! macos/bundled_lib/blib/lib/Mail/Field.pm
18433            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
18434            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
18435            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
18436            ! macos/bundled_lib/blib/lib/Mail/Header.pm
18437            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
18438            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
18439            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
18440            ! macos/bundled_lib/blib/lib/Mail/Send.pm
18441            ! macos/bundled_lib/blib/lib/Mail/Util.pm
18442            ! macos/bundled_lib/blib/lib/NEXT.pm
18443            ! macos/bundled_lib/blib/lib/Net/Config.pm
18444            ! macos/bundled_lib/blib/lib/Net/Domain.pm
18445            ! macos/bundled_lib/blib/lib/Net/FTP.pm
18446            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
18447            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
18448            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
18449            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
18450            ! macos/bundled_lib/blib/lib/Net/POP3.pm
18451            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
18452            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
18453            ! macos/bundled_lib/blib/lib/Switch.pm
18454            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
18455            ! macos/bundled_lib/blib/lib/URI/Escape.pm
18456            ! macos/bundled_lib/blib/lib/URI/ftp.pm
18457            ! macos/bundled_lib/blib/lib/lwpcook.pod
18458            ! macos/bundled_lib/t/Filter/Simple/filter.t
18459            ! macos/bundled_lib/t/Switch/t/nested.t
18460            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
18461            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
18462            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
18463            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
18464            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
18465            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
18466            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
18467            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
18468            ! macos/bundled_lib/t/libnet/config.t
18469            ! macos/bundled_lib/t/libnet/ftp.t
18470            ! macos/bundled_lib/t/libnet/hostname.t
18471            ! macos/bundled_lib/t/libnet/nntp.t
18472            ! macos/bundled_lib/t/libnet/require.t
18473            ! macos/bundled_lib/t/libnet/smtp.t
18474            ! macos/bundled_lib/t/libwww-perl/base/headers.t
18475            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
18476            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
18477            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
18478            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
18479            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
18480            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
18481            ! macos/bundled_lib/t/libwww-perl/live/validator.t
18482            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
18483 ____________________________________________________________________________
18484 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
18485         Log: Subject: [PATCH] Socket::sockaddr_family
18486              From: Gisle Aas <gisle@ActiveState.com> 
18487              Date: 15 Jan 2002 06:35:28 -0800
18488              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
18489      Branch: perl
18490            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
18491 ____________________________________________________________________________
18492 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
18493         Log: Subject: [PATCH perldiag] Style issue
18494              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18495              Date: Tue, 15 Jan 2002 15:36:30 +0100                
18496              Message-ID: <20020115153630.A11568@rafael>
18497      Branch: perl
18498            ! pod/perldiag.pod
18499 ____________________________________________________________________________
18500 [ 14277] By: nick                                  on 2002/01/15  14:30:51
18501         Log: Correct name of PL_OP_SLAB_ALLOC
18502      Branch: perlio
18503            ! perl.h
18504 ____________________________________________________________________________
18505 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
18506         Log: NetWare tweak from Ananth Kesari.
18507      Branch: perl
18508            ! lib/ExtUtils/MakeMaker.pm
18509 ____________________________________________________________________________
18510 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
18511         Log: Throwback.
18512      Branch: perl
18513            ! MANIFEST
18514 ____________________________________________________________________________
18515 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
18516         Log: A couple of additional character classes from Jeffrey,
18517              hopefully useful in future for internal use for implementing
18518              some special cases of casing.
18519              
18520              Also regenerate once more all the character classes,
18521              now without the timestamp.  A timestamp would be kind of
18522              nice but it's not: having a timestamp in a file means that
18523              even if the effective contents of file really didn't
18524              change, the file looks as if it changed.
18525      Branch: perl
18526            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
18527            + lib/unicore/Is/CombAbov.pl
18528            ! (edit 304 files)
18529 ____________________________________________________________________________
18530 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
18531         Log: Make the test harder.
18532      Branch: perl
18533            ! t/op/pat.t
18534 ____________________________________________________________________________
18535 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
18536         Log: Additional utf8_heavy.pl tweak from Jeffrey.
18537      Branch: perl
18538            ! lib/utf8_heavy.pl
18539 ____________________________________________________________________________
18540 [ 14271] By: nick                                  on 2002/01/15  11:29:47
18541         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
18542      Branch: perlio
18543            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
18544            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
18545 ____________________________________________________________________________
18546 [ 14270] By: nick                                  on 2002/01/15  08:19:08
18547         Log: Integrate rest of mainline
18548      Branch: perlio
18549           !> (integrate 28 files)
18550 ____________________________________________________________________________
18551 [ 14269] By: nick                                  on 2002/01/15  08:02:44
18552         Log: Typo in #else branch of PL_SLAB_ALLOC
18553      Branch: perlio
18554            ! op.c
18555 ____________________________________________________________________________
18556 [ 14268] By: nick                                  on 2002/01/15  07:57:47
18557         Log: const-ness fix in savepv's passing of NULL
18558      Branch: perlio
18559            ! util.c
18560 ____________________________________________________________________________
18561 [ 14267] By: nick                                  on 2002/01/15  07:42:17
18562         Log: Hand merge of non slab allocator stuff
18563      Branch: perlio
18564            ! op.c
18565 ____________________________________________________________________________
18566 [ 14266] By: nick                                  on 2002/01/15  07:39:33
18567         Log: Slab allocator submit after resolve -ay to keep it!
18568      Branch: perlio
18569           !> op.c
18570 ____________________________________________________________________________
18571 [ 14265] By: nick                                  on 2002/01/15  07:05:06
18572         Log: Blind integrate of bulk of mainline.
18573      Branch: perlio
18574           +> (branch 173 files)
18575            - (delete 184 files)
18576           !> (integrate 146 files)
18577 ____________________________________________________________________________
18578 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
18579         Log: Pod nits.
18580      Branch: perl
18581            ! lib/Unicode/UCD.pm pod/perlunicode.pod
18582 ____________________________________________________________________________
18583 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
18584         Log: The Unicode categories doc patch to go with #14254,
18585              from Jeffrey.
18586      Branch: perl
18587            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
18588 ____________________________________________________________________________
18589 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
18590         Log: There isn't going to be perl.third.exe.
18591      Branch: perl
18592            ! Makefile.SH
18593 ____________________________________________________________________________
18594 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
18595         Log: Subject: [PATCH] small coredump correction
18596              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18597              Date: Tue, 15 Jan 2002 00:22:52 +0100
18598              Message-ID: <20020115002252.I691@rafael>
18599      Branch: perl
18600            ! op.c
18601 ____________________________________________________________________________
18602 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
18603         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
18604              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18605              Date: Mon, 14 Jan 2002 23:03:04 +0100
18606              Message-ID: <20020114230304.A691@rafael>   
18607              
18608              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
18609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18610              Date: Mon, 14 Jan 2002 23:18:43 +0100
18611              Message-ID: <20020114231843.E691@rafael>   
18612      Branch: perl
18613            ! pod/perlsub.pod t/op/override.t toke.c
18614 ____________________________________________________________________________
18615 [ 14259] By: nick                                  on 2002/01/14  22:02:49
18616         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
18617              Need to use CopXXXXX macros everywhere and add CopSTASH_free
18618              Add new scope type and add support for it to scope.c and scope stack
18619              dup-er in sv.c. Add savesharedpv().
18620              Also zealous version of Win32's vmem.h to catch all the abuses.
18621              With this t/op/fork.t passes even with zealous checking and 
18622              checker is point a finger at various threads/shared issues.
18623              
18624              PL_curcop->cop_io is still an issue.
18625      Branch: perlio
18626            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
18627            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
18628            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
18629            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
18630            ! win32/vmem.h win32/win32.c win32/win32.h
18631 ____________________________________________________________________________
18632 [ 14258] By: nick                                  on 2002/01/14  20:24:28
18633         Log: Integrate build parts of mainline
18634      Branch: perlio
18635           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
18636           !> lib/ExtUtils/t/MM_Win32.t
18637 ____________________________________________________________________________
18638 [ 14257] By: nick                                  on 2002/01/14  16:10:54
18639         Log: Inverted sense of special-ness of specialCopIO - supposed to 
18640              be true if value is "special" i.e. NOT an SV.
18641      Branch: perlio
18642            ! perlio.h
18643 ____________________________________________________________________________
18644 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
18645         Log: Update Changes.
18646      Branch: perl
18647            ! Changes patchlevel.h
18648 ____________________________________________________________________________
18649 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
18650         Log: Retract #14251 (the op slab allocator from perlio)
18651              until we figure out why 2.2.19 x86 debian gets
18652              a circular sibling chain and therefore hangs in
18653              the Perl_ck_subr() sibling for-loop.
18654      Branch: perl
18655            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18656            ! perlapi.c perlapi.h proto.h
18657 ____________________________________________________________________________
18658 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
18659         Log: Big mktables rewrite from Jeffrey;
18660              documentation not yet updated.
18661      Branch: perl
18662            + (add 171 files)
18663            - (delete 182 files)
18664            ! (edit 135 files)
18665 ____________________________________________________________________________
18666 [ 14253] By: ams                                   on 2002/01/14  03:15:05
18667         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
18668              From: Michael G Schwern <schwern@pobox.com>
18669              Date: Sun, 13 Jan 2002 21:00:07 -0500
18670              Message-Id: <20020114020007.GB2877@blackrider>
18671      Branch: perl
18672            ! lib/Cwd.pm
18673 ____________________________________________________________________________
18674 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
18675         Log: Subject: Re: Win32 status - progress !
18676              From: Abe Timmerman <abe@ztreet.demon.nl>       
18677              Date: Mon, 14 Jan 2002 02:29:51 +0100
18678              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
18679      Branch: perl
18680            ! lib/ExtUtils/t/MM_Win32.t
18681 ____________________________________________________________________________
18682 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
18683         Log: Integrate perlio.
18684              
18685              Slab allocator for ops
18686              - moved the statics to intrpvar.h
18687              - implemented Slab_Free()
18688              - uses PerlMemShared (for now) if distinction exists.
18689      Branch: perl
18690           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18691           !> perlapi.c perlapi.h proto.h
18692 ____________________________________________________________________________
18693 [ 14250] By: nick                                  on 2002/01/13  23:22:34
18694         Log: Slab allocator for ops
18695              - moved the statics to intrpvar.h
18696              - implemented Slab_Free()
18697              - uses PerlMemShared (for now) if distinction exists.
18698      Branch: perlio
18699            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18700            ! perlapi.c perlapi.h proto.h
18701 ____________________________________________________________________________
18702 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
18703         Log: Start a new test category: uni.  Much of t/op/pat
18704              should probably be moved here, but holding on that
18705              until Jeffrey finishes his big mktables rewrite.
18706              Bits and pieces of op/split, op/pack, op/append,
18707              op/join, could probably be moved to respective uni
18708              tests, too.
18709      Branch: perl
18710            + t/uni/fold.t t/uni/sprintf.t
18711            - t/op/unifold.t t/op/unisprintf.t
18712            ! MANIFEST t/TEST t/harness
18713 ____________________________________________________________________________
18714 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
18715         Log: Subject: [PATCH] enable Win32 to build again
18716              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18717              Date: Sun, 13 Jan 2002 21:49:24 +0100
18718              Message-ID: <3C4200E4.15926.23F6131@localhost>
18719              
18720              miniperl.exe.exe does not exe that well.
18721      Branch: perl
18722            ! lib/ExtUtils/MM_Unix.pm
18723 ____________________________________________________________________________
18724 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
18725         Log: Mention some of the load-affected tests.
18726      Branch: perl
18727            ! INSTALL
18728 ____________________________________________________________________________
18729 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
18730         Log: Move the UTF-8 conversion code earlier so that
18731              op/ver is happy.
18732      Branch: perl
18733            ! sv.c t/op/ver.t
18734 ____________________________________________________________________________
18735 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
18736         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
18737              have diverged quite a bit so no updates there.
18738      Branch: perl
18739            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18740            ! ext/List/Util/lib/List/Util.pm
18741            ! ext/List/Util/lib/Scalar/Util.pm
18742 ____________________________________________________________________________
18743 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
18744         Log: Make the crypt() pickier: if downgrading doesn't work,
18745              croak.
18746      Branch: perl
18747            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
18748 ____________________________________________________________________________
18749 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
18750         Log: Grow the buffer in case Unicode caused size changes
18751              (and it very probably did).
18752      Branch: perl
18753            ! sv.c
18754 ____________________________________________________________________________
18755 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
18756         Log: Future-proofing from Jeffrey Friedl (for conflicting
18757              In* and Is* names).
18758      Branch: perl
18759            ! lib/utf8_heavy.pl
18760 ____________________________________________________________________________
18761 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
18762         Log: Subject: [PATCH] Re: Warning in B.xs
18763              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18764              Date: Sun, 13 Jan 2002 19:39:52 +0100
18765              Message-ID: <3C41E288.20562.1C8C895@localhost>
18766      Branch: perl
18767            ! ext/B/B.xs
18768 ____________________________________________________________________________
18769 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
18770         Log: Subject: Re: lookbehind broken with latest bleedperl
18771              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18772              Date: Sun, 13 Jan 2002 18:06:22 +0000
18773              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
18774      Branch: perl
18775            ! regexec.c t/op/re_tests
18776 ____________________________________________________________________________
18777 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
18778         Log: Subject: [PATCH] more MM_Unix.t tests
18779              From: Tels <perl_dummy@bloodgate.com>
18780              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
18781              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
18782              
18783              Subject: [PATCH] 14220 misunderstood, I bet          
18784              From: andreas.koenig@anima.de (Andreas J. Koenig)
18785              Date: 12 Jan 2002 21:31:58 +0100
18786              Message-ID: <m3k7un8g5d.fsf@anima.de>
18787      Branch: perl
18788            ! lib/ExtUtils/t/MM_Unix.t
18789 ____________________________________________________________________________
18790 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
18791         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
18792              From: Tels <perl_dummy@bloodgate.com>
18793              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
18794              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
18795              
18796              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
18797              From: Tels <perl_dummy@bloodgate.com>
18798              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
18799              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
18800      Branch: perl
18801            ! lib/ExtUtils/MM_Unix.pm
18802 ____________________________________________________________________________
18803 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
18804         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
18805              From: Nicholas Clark <nick@unfortu.net> 
18806              Date: Sun, 13 Jan 2002 15:58:34 +0000
18807              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
18808      Branch: perl
18809            ! lib/Benchmark.t
18810 ____________________________________________________________________________
18811 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
18812         Log: Anton Berezin did more reading and the uid setting story
18813              gets more complex.
18814      Branch: perl
18815            ! pod/perltodo.pod utils/perldoc.PL
18816 ____________________________________________________________________________
18817 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
18818         Log: Integrate perlio;
18819              
18820              Win32 fixes:
18821              - vmem.h hack to handle free-by-wrong-thread after eval "".
18822              - Initialize timerid 
18823      Branch: perl
18824           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18825 ____________________________________________________________________________
18826 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
18827         Log: Subject: Re: HiRes
18828              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18829              Date: Sun, 13 Jan 2002 10:18:46 +0100
18830              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
18831              
18832              Give up on socketpair in HP-UX.
18833      Branch: perl
18834            ! ext/Socket/socketpair.t
18835 ____________________________________________________________________________
18836 [ 14233] By: nick                                  on 2002/01/13  16:29:30
18837         Log: Integrate mainline
18838      Branch: perlio
18839           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
18840           !> (integrate 46 files)
18841 ____________________________________________________________________________
18842 [ 14232] By: nick                                  on 2002/01/13  15:37:48
18843         Log: Win32 fixes:
18844              - vmem.h hack to handle free-by-wrong-thread after eval "".
18845              - Initialize timerid 
18846      Branch: perlio
18847            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18848 ____________________________________________________________________________
18849 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
18850         Log: *groan*
18851      Branch: perl
18852            ! t/op/pat.t
18853 ____________________________________________________________________________
18854 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
18855         Log: One more sharp s case found by Jeffrey.
18856      Branch: perl
18857            ! regexec.c t/op/pat.t
18858 ____________________________________________________________________________
18859 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
18860         Log: Comment tweak.
18861      Branch: perl
18862            ! regexec.c
18863 ____________________________________________________________________________
18864 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
18865         Log: Don't bother checking for the Greek special
18866              cases if the node is too short.
18867      Branch: perl
18868            ! regcomp.c
18869 ____________________________________________________________________________
18870 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
18871         Log: Update Changes.
18872      Branch: perl
18873            ! Changes patchlevel.h
18874 ____________________________________________________________________________
18875 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
18876         Log: metaconfig unit change for #14225.
18877      Branch: metaconfig
18878            + U/modified/i_ndbm.U
18879 ____________________________________________________________________________
18880 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
18881         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
18882              From: Jonathan Stowe <gellyfish@gellyfish.com>
18883              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
18884              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
18885      Branch: perl
18886            ! Configure config_h.SH
18887 ____________________________________________________________________________
18888 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
18889         Log: Quick reformat using indent -kr -nce, as requested
18890              by Dan Kogai and suggest by NI-S.
18891      Branch: perl
18892            ! ext/Encode/encengine.c
18893 ____________________________________________________________________________
18894 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
18895         Log: Couple more Unicode lookbehind tests.
18896      Branch: perl
18897            ! t/op/pat.t
18898 ____________________________________________________________________________
18899 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
18900         Log: Sharp S as a special treat for our German UTF-8 testers :-)
18901      Branch: perl
18902            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
18903 ____________________________________________________________________________
18904 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
18905         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
18906              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18907              Date: Sat, 12 Jan 2002 20:37:32 +0100
18908              Message-ID: <3C409E8C.16203.196C2D3@localhost>
18909      Branch: perl
18910            ! ext/B/B/Deparse.pm
18911 ____________________________________________________________________________
18912 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
18913         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
18914              really worth the bits it's printed on?
18915      Branch: perl
18916            ! lib/ExtUtils/t/MM_Unix.t
18917 ____________________________________________________________________________
18918 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
18919         Log: Special treatment for U+03B0 and U+0390 in //i,
18920              this means that we can remove the minlen pessimisations
18921              introduced by the #14096.
18922      Branch: perl
18923            ! pp_hot.c regcomp.c regexec.c
18924 ____________________________________________________________________________
18925 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
18926         Log: Integrate perlio;
18927              
18928              Abstract out the cloning of SvPVX and handle shared pv in a 
18929              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18930              
18931              Win32-ize socketpair test
18932              - Win32 can fork even though $Config{d_fork} is undef
18933              - SOCK_DGRAM does not work - skip those tests.
18934      Branch: perl
18935           !> ext/Socket/socketpair.t sv.c
18936 ____________________________________________________________________________
18937 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
18938         Log: One should first drop the real uid, not the effective uid.
18939              [ID 20020110.003]
18940      Branch: perl
18941            ! utils/perldoc.PL
18942 ____________________________________________________________________________
18943 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
18944         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
18945              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18946              Date: Fri, 11 Jan 2002 23:29:48 +0100
18947              Message-ID: <3C3F756C.4581.2E2A938@localhost>
18948      Branch: perl
18949            + ext/B/C/C.xs ext/B/C/Makefile.PL
18950            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
18951            ! utils/perlcc.PL
18952 ____________________________________________________________________________
18953 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
18954         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18955              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
18956              Date: Fri, 11 Jan 2002 14:29:30 -0800
18957              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
18958      Branch: perl
18959            ! ext/B/t/concise.t
18960 ____________________________________________________________________________
18961 [ 14214] By: nick                                  on 2002/01/12  12:31:12
18962         Log: Win32-ize socketpair test
18963              - Win32 can fork even though $Config{d_fork} is undef
18964              - SOCK_DGRAM does not work - skip those tests.
18965      Branch: perlio
18966            ! ext/Socket/socketpair.t
18967 ____________________________________________________________________________
18968 [ 14213] By: nick                                  on 2002/01/12  11:46:28
18969         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
18970              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18971      Branch: perlio
18972            ! sv.c
18973 ____________________________________________________________________________
18974 [ 14212] By: ams                                   on 2002/01/12  06:10:52
18975         Log: Subject: [PATCH] More fixes for Stratus VOS
18976              From: "Green, Paul" <Paul.Green@stratus.com>
18977              Date: Fri, 11 Jan 2002 17:30:37 -0500
18978              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
18979      Branch: perl
18980            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
18981 ____________________________________________________________________________
18982 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
18983         Log: Upgrade to CGI.pm 2.80.
18984      Branch: perl
18985            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
18986 ____________________________________________________________________________
18987 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
18988         Log: FAQ sync.
18989      Branch: perl
18990            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18991            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18992            ! pod/perlfaq8.pod
18993 ____________________________________________________________________________
18994 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
18995         Log: This is getting embarrassing.
18996      Branch: perl
18997            ! t/op/pat.t
18998 ____________________________________________________________________________
18999 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
19000         Log: Doc tweaks.
19001      Branch: perl
19002            ! pod/perlunicode.pod
19003 ____________________________________________________________________________
19004 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
19005         Log: Updating the test count is good; also rephrasing
19006              so that there is no ok output containing "not".
19007      Branch: perl
19008            ! t/op/pat.t
19009 ____________________________________________________________________________
19010 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
19011         Log: Andreas is busy :-)
19012      Branch: perl
19013            ! doop.c t/op/unisprintf.t
19014 ____________________________________________________________________________
19015 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
19016         Log: Unicode lookbehind looked bad.
19017      Branch: perl
19018            ! regexec.c t/op/pat.t
19019 ____________________________________________________________________________
19020 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
19021         Log: Garbage collection.
19022      Branch: perl
19023            ! t/run/kill_perl.t
19024 ____________________________________________________________________________
19025 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
19026         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
19027              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19028              Date: Fri, 11 Jan 2002 23:29:48 +0100
19029              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
19030      Branch: perl
19031            ! embed.fnc global.sym makedef.pl
19032 ____________________________________________________________________________
19033 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
19034         Log: Subject: [PATCH] perldelta nit?
19035              From: Robert Spier <rspier@pobox.com>
19036              Date: Fri, 11 Jan 2002 15:19:16 -0800
19037              Message-ID: <15423.29428.164185.251700@rls.cx>
19038      Branch: perl
19039            ! pod/perldelta.pod
19040 ____________________________________________________________________________
19041 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
19042         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19043              From: Michael G Schwern <schwern@pobox.com>
19044              Date: Fri, 11 Jan 2002 17:08:17 -0500
19045              Message-ID: <20020111220817.GG2838@blackrider>
19046      Branch: perl
19047            ! t/run/kill_perl.t t/test.pl
19048 ____________________________________________________________________________
19049 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
19050         Log: Subject: [PATCH] Correct misleading error message
19051              From: Mike Guy <mjtg@cam.ac.uk>
19052              Date: Fri, 11 Jan 2002 18:36:33 +0000
19053              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
19054              
19055              hash assignment -> anonymous hash
19056      Branch: perl
19057            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
19058 ____________________________________________________________________________
19059 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
19060         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
19061              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
19062              Date: Fri, 11 Jan 2002 16:58:14 +0100
19063              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
19064      Branch: perl
19065            ! ext/Unicode/Normalize/mkheader
19066 ____________________________________________________________________________
19067 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
19068         Log: Add a new test for is-sprintf-preserving Unicodeness:
19069              #14194 and an old one from kill_perl.t (I could have used
19070              sprintf.t, but it's format was quite fixed, and I didn't
19071              feel like breaking the format)
19072      Branch: perl
19073            + t/op/unisprintf.t
19074            ! MANIFEST t/run/kill_perl.t
19075 ____________________________________________________________________________
19076 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
19077         Log: Integrate perlio;
19078              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19079      Branch: perl
19080           !> win32/win32.c
19081 ____________________________________________________________________________
19082 [ 14196] By: nick                                  on 2002/01/11  20:58:20
19083         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
19084              as C runtime seems to get its hands on them even though we said
19085              they were handled.
19086              Still an issue with "die" out of signal handler - get panic: pp_iter
19087      Branch: perlio
19088            ! win32/win32.c
19089 ____________________________________________________________________________
19090 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
19091         Log: Integrate perlio;
19092              A mostly-stable version of "new" Win32 signal/kill support.
19093      Branch: perl
19094           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
19095           !> win32/config.gc win32/config.vc win32/config_H.bc
19096           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
19097           !> win32/makefile.mk win32/win32.c win32/win32.h
19098 ____________________________________________________________________________
19099 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
19100         Log: Fix for
19101              
19102              Subject: UTF-8 sprintf bug in bleadperl
19103              From: andreas.koenig@anima.de (Andreas J. Koenig)
19104              Date: 11 Jan 2002 15:47:15 +0100
19105              Message-ID: <m3vge99c7g.fsf@anima.de>
19106              
19107              I have tests, have just to figure out where to put them
19108              since op/sprintf looks a bit unfriendly for tests of
19109              somewhat freer form.
19110      Branch: perl
19111            ! doop.c sv.c
19112 ____________________________________________________________________________
19113 [ 14193] By: nick                                  on 2002/01/11  18:25:34
19114         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
19115              Builds and passes a few tests.
19116      Branch: perlio
19117           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
19118           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
19119           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
19120           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
19121           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19122           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19123           +> t/lib/sample-tests/lone_not_bug
19124           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19125           +> t/lib/sample-tests/vms_nit
19126           !> (integrate 63 files)
19127 ____________________________________________________________________________
19128 [ 14192] By: nick                                  on 2002/01/11  17:49:39
19129         Log: A mostly-stable version of "new" Win32 signal/kill support.
19130      Branch: perlio
19131            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
19132            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19133            ! win32/config_h.PL win32/makefile.mk win32/win32.c
19134            ! win32/win32.h
19135 ____________________________________________________________________________
19136 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
19137         Log: Update Changes.
19138      Branch: perl
19139            ! Changes patchlevel.h
19140 ____________________________________________________________________________
19141 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
19142         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
19143              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19144              Date: Thu, 10 Jan 2002 18:21:34 -0800
19145              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
19146      Branch: perl
19147            + ext/B/t/concise.t
19148            ! MANIFEST
19149 ____________________________________________________________________________
19150 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
19151         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
19152              necessary in form.t and html.t @INC setups.
19153      Branch: perl
19154            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
19155 ____________________________________________________________________________
19156 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
19157         Log: Yet another twist.
19158      Branch: perl
19159            ! t/test.pl
19160 ____________________________________________________________________________
19161 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
19162         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
19163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19164              Date: Fri, 11 Jan 2002 13:04:15 +0100      
19165              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
19166      Branch: perl
19167            ! hints/aix.sh
19168 ____________________________________________________________________________
19169 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
19170         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
19171              From: Jonathan Stowe <gellyfish@gellyfish.com> 
19172              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
19173              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
19174      Branch: perl
19175            ! lib/AnyDBM_File.t
19176 ____________________________________________________________________________
19177 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
19178         Log: Arguments were being mangled.
19179      Branch: perl
19180            ! t/test.pl
19181 ____________________________________________________________________________
19182 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
19183         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
19184              From: Jonathan Stowe <gellyfish@gellyfish.com>
19185              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
19186              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
19187      Branch: perl
19188            ! lib/AnyDBM_File.t
19189 ____________________________________________________________________________
19190 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
19191         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
19192              From: Michael G Schwern <schwern@pobox.com> 
19193              Date: Fri, 11 Jan 2002 04:26:27 -0500
19194              Message-ID: <20020111092626.GA16544@blackrider>
19195      Branch: perl
19196            ! t/run/kill_perl.t t/test.pl
19197 ____________________________________________________________________________
19198 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
19199         Log: Subject: [PATCH] Test::Harness 2.01
19200              From: Michael G Schwern <schwern@pobox.com> 
19201              Date: Thu, 10 Jan 2002 21:11:24 -0500
19202              Message-ID: <20020111021123.GA30666@blackrider>
19203      Branch: perl
19204            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
19205            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
19206            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
19207            + lib/Test/Harness/t/nonumbers.t
19208            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
19209            + t/lib/sample-tests/lone_not_bug
19210            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
19211            + t/lib/sample-tests/vms_nit
19212            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
19213            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
19214 ____________________________________________________________________________
19215 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
19216         Log: patch is silly when creating new files: don't run
19217              patch more than once.
19218      Branch: perl
19219            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19220 ____________________________________________________________________________
19221 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
19222         Log: Forgot from #14179.
19223      Branch: perl
19224            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
19225 ____________________________________________________________________________
19226 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
19227         Log: Subject: [PATCH] is() undef/'' behavior change
19228              From: Michael G Schwern <schwern@pobox.com> 
19229              Date: Fri, 11 Jan 2002 03:35:51 -0500
19230              Message-ID: <20020111083551.GC30666@blackrider>
19231              
19232              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
19233              From: Michael G Schwern <schwern@pobox.com> 
19234              Date: Fri, 11 Jan 2002 03:37:44 -0500
19235              Message-ID: <20020111083744.GD30666@blackrider>
19236      Branch: perl
19237            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
19238            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
19239            ! lib/Pod/t/InputObjects.t lib/blib.t
19240 ____________________________________________________________________________
19241 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
19242         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
19243              From: Michael G Schwern <schwern@pobox.com> 
19244              Date: Thu, 10 Jan 2002 19:56:23 -0500
19245              Message-ID: <20020111005623.GA13192@blackrider>
19246      Branch: perl
19247            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
19248            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
19249            ! lib/Test/Simple.pm lib/Test/Simple/Changes
19250            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
19251            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
19252            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
19253            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
19254            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
19255            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
19256            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
19257            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
19258            ! lib/Test/Simple/t/plan_is_noplan.t
19259            ! lib/Test/Simple/t/plan_no_plan.t
19260            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
19261            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
19262            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
19263            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
19264            ! lib/Test/Tutorial.pod
19265 ____________________________________________________________________________
19266 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
19267         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
19268              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
19269              
19270              turns out even the malloc() was never really needed to begin with,
19271              so get rid of it
19272      Branch: perl
19273            ! sv.c
19274 ____________________________________________________________________________
19275 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
19276         Log: Small doc tweaks.
19277      Branch: perl
19278            ! pod/perluniintro.pod
19279 ____________________________________________________________________________
19280 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
19281         Log: support using the CRT's malloc() family of functions instead of
19282              the internal one when ithreads is enabled; allocate large blocks
19283              using VirtualAlloc() since the Heap*() functions may only be tuned
19284              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
19285              
19286              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
19287              also see comments at the top of win32/vmem.h for other options that
19288              can be set
19289      Branch: perl
19290            ! win32/vmem.h
19291 ____________________________________________________________________________
19292 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
19293         Log: Subject: micropatch
19294              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19295              Date: Thu, 10 Jan 2002 18:20:58 +0000
19296              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
19297      Branch: perl
19298            ! regcomp.c
19299 ____________________________________________________________________________
19300 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
19301         Log: Subject: [PATCH] Embed.t on Win32
19302              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19303              Date: Thu, 10 Jan 2002 18:56:21 +0100
19304              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
19305      Branch: perl
19306            ! lib/ExtUtils/t/Embed.t
19307 ____________________________________________________________________________
19308 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
19309         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
19310              From: Gisle Aas <gisle@ActiveState.com>
19311              Date: 10 Jan 2002 08:56:05 -0800
19312              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
19313      Branch: perl
19314            ! toke.c
19315 ____________________________________________________________________________
19316 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
19317         Log: Subject: [PATCH] doc fixes
19318              From: "Brendan O'Dea" <bod@debian.org>
19319              Date: Fri, 11 Jan 2002 03:49:54 +1100
19320              Message-ID: <20020110164954.GA21891@compusol.com.au>
19321      Branch: perl
19322            ! lib/I18N/Collate.pm pod/perlfunc.pod
19323 ____________________________________________________________________________
19324 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
19325         Log: Integrate perlio; More signal hackery.
19326      Branch: perl
19327           !> win32/win32.c
19328 ____________________________________________________________________________
19329 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
19330         Log: No need to show internal encodings, or return them
19331              in random order.
19332      Branch: perl
19333            ! ext/Encode/Encode.pm
19334 ____________________________________________________________________________
19335 [ 14168] By: nick                                  on 2002/01/10  17:33:31
19336         Log: Integrate mainline
19337      Branch: perlio
19338            - ext/Unicode/Normalize/Normalize.pod
19339           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19340           !> ext/Unicode/Normalize/Makefile.PL
19341           !> ext/Unicode/Normalize/Normalize.pm
19342           !> ext/Unicode/Normalize/Normalize.xs
19343           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
19344           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
19345           !> t/run/kill_perl.t toke.c
19346 ____________________________________________________________________________
19347 [ 14167] By: nick                                  on 2002/01/10  17:08:35
19348         Log: More signal hackery
19349      Branch: perlio
19350            ! win32/win32.c
19351 ____________________________________________________________________________
19352 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
19353         Log: I think we can claim to be supporting Unicode
19354              "loose matching" now.
19355      Branch: perl
19356            ! pod/perlunicode.pod
19357 ____________________________________________________________________________
19358 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
19359         Log: Subject: doc patch
19360              From: mjd@plover.com
19361              Date: 10 Jan 2002 15:12:27 -0000
19362              Message-ID: <20020110151227.14850.qmail@plover.com>
19363      Branch: perl
19364            ! pod/perlrun.pod
19365 ____________________________________________________________________________
19366 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
19367         Log: Subject: Re: [ID 20011223.001] accept leaks memory
19368              From: Andy Dougherty <doughera@lafayette.edu>
19369              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
19370              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
19371      Branch: perl
19372            ! hints/linux.sh
19373 ____________________________________________________________________________
19374 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
19375         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
19376      Branch: perl
19377           !> win32/win32.c
19378 ____________________________________________________________________________
19379 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
19380         Log: Subject: [PATCH] Magic numbers in B::Concise
19381              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
19382              Date: Wed, 9 Jan 2002 23:04:01 -0800
19383              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
19384      Branch: perl
19385            ! ext/B/B/Concise.pm ext/B/O.pm
19386 ____________________________________________________________________________
19387 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
19388         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
19389              From: Gisle Aas <gisle@ActiveState.com>
19390              Date: 09 Jan 2002 21:52:40 -0800
19391              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
19392      Branch: perl
19393            ! t/lib/strict/vars toke.c
19394 ____________________________________________________________________________
19395 [ 14160] By: nick                                  on 2002/01/09  21:29:39
19396         Log: Skeleton coding of more kill() support on Win32.
19397      Branch: perlio
19398            ! win32/win32.c
19399 ____________________________________________________________________________
19400 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
19401         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
19402              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19403              Date: Wed, 9 Jan 2002 23:24:32 +0100
19404              Message-ID: <20020109232432.A692@rafael>
19405      Branch: perl
19406            ! ext/B/B/Deparse.pm
19407 ____________________________________________________________________________
19408 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
19409         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19410              From: Jonathan Stowe <gellyfish@gellyfish.com>
19411              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
19412              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
19413      Branch: perl
19414            ! t/run/kill_perl.t
19415 ____________________________________________________________________________
19416 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
19417         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19418              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19419              Date: Wed, 09 Jan 2002 20:16:54 +0000
19420              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
19421      Branch: perl
19422            ! regexec.c
19423 ____________________________________________________________________________
19424 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
19425         Log: Subject: [Patch @14129] fixes Unicode::Normalize
19426              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19427              Date: Thu, 10 Jan 2002 01:08:56 +0900
19428              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
19429      Branch: perl
19430            - ext/Unicode/Normalize/Normalize.pod
19431            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
19432            ! ext/Unicode/Normalize/Normalize.pm
19433            ! ext/Unicode/Normalize/Normalize.xs
19434            ! ext/Unicode/Normalize/mkheader
19435 ____________________________________________________________________________
19436 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
19437         Log: Integrate perlio; (Re-)implement alarm() for Win32.
19438      Branch: perl
19439           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19440           !> win32/win32iop.h
19441 ____________________________________________________________________________
19442 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
19443         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
19444              From: Nicholas Clark <nick@unfortu.net>
19445              Date: Wed, 9 Jan 2002 17:56:04 +0000
19446              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
19447      Branch: perl
19448            ! t/op/readdir.t
19449 ____________________________________________________________________________
19450 [ 14153] By: nick                                  on 2002/01/09  16:18:57
19451         Log: Integrate mainline
19452      Branch: perlio
19453           +> ext/threads/t/stress_re.t t/op/unifold.t
19454            - lib/unifold.t
19455           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
19456           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
19457           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
19458 ____________________________________________________________________________
19459 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
19460         Log: Update Changes.
19461      Branch: perl
19462            ! Changes patchlevel.h
19463 ____________________________________________________________________________
19464 [ 14151] By: nick                                  on 2002/01/09  14:27:36
19465         Log: (Re-)implement alarm() for Win32.
19466      Branch: perlio
19467            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
19468            ! win32/win32iop.h
19469 ____________________________________________________________________________
19470 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
19471         Log: Thinko.
19472      Branch: perl
19473            ! ext/threads/t/stress_re.t
19474 ____________________________________________________________________________
19475 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
19476         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
19477              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
19478              Date: Wed, 09 Jan 2002 13:37:17 +0000                
19479              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
19480      Branch: perl
19481            ! regexec.c t/op/re_tests
19482 ____________________________________________________________________________
19483 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
19484         Log: Subject: Re: Weird Malformed warning in bleadperl    
19485              From: andreas.koenig@anima.de (Andreas J. Koenig)    
19486              Date: 09 Jan 2002 11:12:37 +0100
19487              Message-ID: <m3itabbzoq.fsf@anima.de>
19488      Branch: perl
19489            ! regexec.c t/op/pat.t
19490 ____________________________________________________________________________
19491 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
19492         Log: Forgot stress_re.t from MANIFEST.
19493      Branch: perl
19494            ! MANIFEST
19495 ____________________________________________________________________________
19496 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
19497         Log: In dumping use isPRINT() instead of isprint() so that locale
19498              does not come into play.
19499      Branch: perl
19500            ! utf8.c
19501 ____________________________________________________________________________
19502 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
19503         Log: Add a threads stress test for regular expressions
19504              (mostly just a modified stress_string.t) and doesn't
19505              test that much of regular expressions, just that $1
19506              doesn't get stomped by competing threads (as it does
19507              in the 5005threads of old).
19508      Branch: perl
19509            + ext/threads/t/stress_re.t
19510            ! MANIFEST
19511 ____________________________________________________________________________
19512 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
19513         Log: (retracted by #14307)
19514              Subject: Re: [ID 20010912.007] substr reference core dump
19515              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19516              Date: Tue, 08 Jan 2002 19:17:50 +0000
19517              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
19518      Branch: perl
19519            ! scope.c t/run/kill_perl.t
19520 ____________________________________________________________________________
19521 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
19522         Log: SANY (. with /s) wasn't happy on Unicode.
19523      Branch: perl
19524            ! regexec.c t/op/pat.t
19525 ____________________________________________________________________________
19526 [ 14142] By: ams                                   on 2002/01/08  22:42:10
19527         Log: Subject: [PATCH] perldebug nit
19528              From: Tels <tels@bloodgate.com>
19529              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
19530      Branch: perl
19531            ! pod/perldebug.pod
19532 ____________________________________________________________________________
19533 [ 14141] By: ams                                   on 2002/01/08  21:32:59
19534         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
19535              From: "Green, Paul" <Paul.Green@stratus.com>
19536              Date: Tue, 8 Jan 2002 17:31:35 -0500
19537              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
19538      Branch: perl
19539            ! Makefile.SH
19540 ____________________________________________________________________________
19541 [ 14140] By: ams                                   on 2002/01/08  21:27:57
19542         Log: Subject: [PATCH] Re: Slight chokage from Deparse
19543              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19544              Date: Tue, 8 Jan 2002 23:04:45 +0100
19545              Message-Id: <20020108230445.A4798@rafael>
19546      Branch: perl
19547            ! ext/B/B/Deparse.pm
19548 ____________________________________________________________________________
19549 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
19550         Log: Subject: [patch] peep() is rude
19551              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
19552              Date: Tue, 08 Jan 2002 19:17:50 +0000            
19553              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
19554      Branch: perl
19555            ! op.c t/run/kill_perl.t
19556 ____________________________________________________________________________
19557 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
19558         Log: unifold is really an op test since it requires
19559              no external modules for its actual testing:
19560              only the unicore CaseFold.txt file, and File::Spec
19561              to portably access that file.
19562      Branch: perl
19563            + t/op/unifold.t
19564            - lib/unifold.t
19565            ! MANIFEST
19566 ____________________________________________________________________________
19567 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
19568         Log: Subject: [patch] save a test 
19569              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
19570              Date: Tue, 08 Jan 2002 16:18:47 +0000
19571              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
19572      Branch: perl
19573            ! regcomp.c
19574 ____________________________________________________________________________
19575 [ 14136] By: nick                                  on 2002/01/08  16:11:55
19576         Log: Integrate mainline
19577      Branch: perlio
19578           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19579           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19580           !> (integrate 37 files)
19581 ____________________________________________________________________________
19582 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
19583         Log: Subject: Not OK 13843 
19584              From: andreas.koenig@anima.de (Andreas J. Koenig)
19585              Date: 08 Jan 2002 14:12:29 +0100
19586              Message-ID: <m38zb9c7gi.fsf@anima.de>
19587      Branch: perl
19588            ! op.c t/op/subst.t
19589 ____________________________________________________________________________
19590 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
19591         Log: Missed one variant of the fold testing, noticed bu Hugo.
19592      Branch: perl
19593            ! lib/unifold.t
19594 ____________________________________________________________________________
19595 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
19596         Log: Enchance the Storable magic description.
19597      Branch: perl
19598            ! ext/Storable/Storable.pm
19599 ____________________________________________________________________________
19600 [ 14132] By: ams                                   on 2002/01/08  09:16:12
19601         Log: Subject: [PATCH] don't installperl pods
19602              From: H.Merijn Brand <h.m.brand@hccnet.nl>
19603              Date: Tue, 08 Jan 2002 10:36:01 +0100
19604              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
19605      Branch: perl
19606            ! installperl
19607 ____________________________________________________________________________
19608 [ 14131] By: ams                                   on 2002/01/08  03:38:40
19609         Log: Subject: Math-BigInt v1.49 released
19610              From: Tels <perl_dummy@bloodgate.com>
19611              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
19612      Branch: perl
19613            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19614            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19615            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19616            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19617            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19618            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19619            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
19620            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19621            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
19622            ! t/lib/Math/BigInt/Subclass.pm
19623 ____________________________________________________________________________
19624 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
19625         Log: A little better comments.
19626      Branch: perl
19627            ! regexec.c
19628 ____________________________________________________________________________
19629 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
19630         Log: No normalization form DNF.
19631      Branch: perl
19632            ! ext/Unicode/Normalize/Normalize.pm
19633 ____________________________________________________________________________
19634 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
19635         Log: Extension nits found by -Wall (several from threads
19636              and threads::shared, but leaving them to Arthur).
19637      Branch: perl
19638            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
19639            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
19640            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
19641            ! ext/Unicode/Normalize/mkheader x2p/str.c
19642 ____________________________________________________________________________
19643 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
19644         Log: Sync up Changes etc.
19645      Branch: maint-5.6/macperl
19646            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
19647 ____________________________________________________________________________
19648 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
19649         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
19650      Branch: maint-5.6/macperl
19651            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
19652 ____________________________________________________________________________
19653 [ 14125] By: ams                                   on 2002/01/07  22:03:22
19654         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
19655              From: Nicholas Clark (sans From field in mail header)
19656              Date: Mon, 7 Jan 2002 16:18:23 +0000
19657              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
19658      Branch: perl
19659            ! lib/Exporter.pm
19660 ____________________________________________________________________________
19661 [ 14124] By: ams                                   on 2002/01/07  21:46:11
19662         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
19663              From: "Green, Paul" <Paul.Green@stratus.com>
19664              Date: Mon, 7 Jan 2002 16:59:38 -0500
19665              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
19666      Branch: perl
19667            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
19668 ____________________________________________________________________________
19669 [ 14123] By: nick                                  on 2002/01/07  18:49:55
19670         Log: Integrate mainline
19671      Branch: perlio
19672           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
19673           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
19674           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
19675           !> regexec.c t/op/re_tests utf8.c utf8.h
19676 ____________________________________________________________________________
19677 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
19678         Log: Update Changes.
19679      Branch: perl
19680            ! Changes patchlevel.h
19681 ____________________________________________________________________________
19682 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
19683         Log: Subject: [PATCH] Correct module name in perldelta*
19684              From: Mike Guy <mjtg@cam.ac.uk>
19685              Date: Mon, 07 Jan 2002 17:02:43 +0000
19686              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
19687      Branch: perl
19688            ! pod/perl561delta.pod pod/perl56delta.pod
19689 ____________________________________________________________________________
19690 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
19691         Log: AUTHORS update.
19692      Branch: perl
19693            ! AUTHORS
19694 ____________________________________________________________________________
19695 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
19696         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
19697      Branch: perl
19698            ! ext/Storable/Storable.pm
19699 ____________________________________________________________________________
19700 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
19701         Log: perldelta updates.
19702      Branch: perl
19703            ! pod/perldelta.pod
19704 ____________________________________________________________________________
19705 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
19706         Log: Document the flags of pv_uni_display().
19707      Branch: perl
19708            ! pod/perlapi.pod utf8.c
19709 ____________________________________________________________________________
19710 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
19711         Log: Forgot from #14115.
19712      Branch: perl
19713            ! t/op/re_tests
19714 ____________________________________________________________________________
19715 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
19716         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
19717              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19718              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
19719              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
19720      Branch: perl
19721            ! regcomp.c
19722 ____________________________________________________________________________
19723 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
19724         Log: More regex and utf8 debug dumping.
19725      Branch: perl
19726            ! dump.c regcomp.c regexec.c utf8.c utf8.h
19727 ____________________________________________________________________________
19728 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
19729         Log: Unused variable.
19730      Branch: perl
19731            ! regcomp.c
19732 ____________________________________________________________________________
19733 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
19734         Log: Regen toc.
19735      Branch: perl
19736            ! pod/perltoc.pod
19737 ____________________________________________________________________________
19738 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
19739         Log: capitalize correctly, noticed by David Dyck.
19740      Branch: perl
19741            ! lib/sort.pm
19742 ____________________________________________________________________________
19743 [ 14110] By: nick                                  on 2002/01/06  22:05:19
19744         Log: Integrate mainline - threads mended, DB_File sick?
19745      Branch: perlio
19746           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
19747           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19748           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19749           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
19750           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
19751 ____________________________________________________________________________
19752 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
19753         Log: No need to overqualify.
19754      Branch: perl
19755            ! lib/sort.pm
19756 ____________________________________________________________________________
19757 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
19758         Log: PL_debug_pad wasn't initialized to zeroes which broke
19759              ithreads + DEBUGGING.
19760      Branch: perl
19761            ! sv.c
19762 ____________________________________________________________________________
19763 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
19764         Log: Update Changes.
19765      Branch: perl
19766            ! Changes patchlevel.h
19767 ____________________________________________________________________________
19768 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
19769         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19770              From: Jonathan Stowe <gellyfish@gellyfish.com>
19771              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
19772              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
19773      Branch: perl
19774            ! pp_sys.c
19775 ____________________________________________________________________________
19776 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
19777         Log: DB_File sync from Paul Marquess.
19778      Branch: perl
19779            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19780            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19781            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
19782 ____________________________________________________________________________
19783 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
19784         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
19785              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
19786              Date: Sun, 6 Jan 2002 11:44:30 +0100
19787              Message-ID: <3C38389E.7831.493570@localhost>
19788      Branch: perl
19789            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
19790            ! utils/perlcc.PL
19791 ____________________________________________________________________________
19792 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
19793         Log: Tests for #14098.
19794      Branch: perl
19795            ! t/op/lc.t
19796 ____________________________________________________________________________
19797 [ 14102] By: nick                                  on 2002/01/06  11:33:55
19798         Log: Integrate mainline (PPPort still multi-building).
19799      Branch: perlio
19800           +> lib/unifold.t
19801           !> (integrate 30 files)
19802 ____________________________________________________________________________
19803 [ 14101] By: ams                                   on 2002/01/06  04:52:50
19804         Log: Subject: [PATCH] Bad prototype detection now an optional warning
19805              From: Sam Tregar <sam@tregar.com>
19806              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
19807              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
19808      Branch: perl
19809            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
19810            ! t/comp/proto.t toke.c
19811 ____________________________________________________________________________
19812 [ 14100] By: ams                                   on 2002/01/06  01:56:59
19813         Log: Subject: [PATCH] Correct several Stratus VOS build issues
19814              From: "Green, Paul" <Paul.Green@stratus.com>
19815              Date: Sat, 5 Jan 2002 21:30:56 -0500
19816              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
19817      Branch: perl
19818            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
19819 ____________________________________________________________________________
19820 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
19821         Log: Further perl.org URL elaboration from Ask.
19822      Branch: perl
19823            ! pod/perlfaq1.pod pod/perlfaq2.pod
19824 ____________________________________________________________________________
19825 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
19826         Log: The same problem with To{Lower,Title,Upper}
19827              as earlier with ToFold.
19828      Branch: perl
19829            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19830            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19831 ____________________________________________________________________________
19832 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
19833         Log: Retract #14057 for now; the alarm/setitimer timers
19834              seen to be the same in many systems, which leads into
19835              hangups.
19836      Branch: perl
19837            ! ext/Time/HiRes/HiRes.t
19838 ____________________________________________________________________________
19839 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
19840         Log: Finish up (ha!) the Unicode case folding;
19841              enhance regex dumping code.
19842      Branch: perl
19843            + lib/unifold.t
19844            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
19845            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
19846 ____________________________________________________________________________
19847 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
19848         Log: Use the perl.org news gw instead of the perl.com one
19849              (from Ask).
19850      Branch: perl
19851            ! pod/perlfaq1.pod pod/perlfaq2.pod
19852 ____________________________________________________________________________
19853 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
19854         Log: Zero() wasn't documented.
19855      Branch: perl
19856            ! pod/perlclib.pod
19857 ____________________________________________________________________________
19858 [ 14093] By: ams                                   on 2002/01/05  17:58:35
19859         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
19860              From: Nicholas Clark <nick@unfortu.net>
19861              Date: Sat, 5 Jan 2002 18:55:39 +0000
19862              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
19863      Branch: perl
19864            ! lib/Memoize/t/tie_ndbm.t
19865 ____________________________________________________________________________
19866 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
19867         Log: Also UNICOS/mk has deviant socketpair().
19868      Branch: perl
19869            ! ext/Socket/socketpair.t
19870 ____________________________________________________________________________
19871 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
19872         Log: Ooops.  Retract the regex parts of #14090.
19873      Branch: perl
19874            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
19875 ____________________________________________________________________________
19876 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
19877         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
19878              From: Nicholas Clark <nick@unfortu.net> 
19879              Date: Sat, 5 Jan 2002 18:10:13 +0000
19880              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
19881      Branch: perl
19882            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
19883            ! regcomp.h regexec.c
19884 ____________________________________________________________________________
19885 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
19886         Log: Integrate perlio; a missing aTHX.
19887      Branch: perl
19888           !> op.c
19889 ____________________________________________________________________________
19890 [ 14088] By: nick                                  on 2002/01/05  12:35:01
19891         Log: One missing aTHX_
19892      Branch: perlio
19893            ! op.c
19894 ____________________________________________________________________________
19895 [ 14087] By: nick                                  on 2002/01/05  12:00:48
19896         Log: Raw integrate of mainline - op.c looks dodgy.
19897      Branch: perlio
19898           +> lib/Pod/t/Functions.t t/op/winsystem.t
19899            - lib/File/Spec/NW5.pm t/op/system.t
19900           !> (integrate 77 files)
19901 ____________________________________________________________________________
19902 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
19903         Log: integrate changes from maint-5.6/macperl branch
19904      Branch: maint-5.6/perl
19905           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
19906           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
19907 ____________________________________________________________________________
19908 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
19909         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
19910              found by Marc Lehmann.
19911      Branch: perl
19912            ! pp.c
19913 ____________________________________________________________________________
19914 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
19915         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
19916              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19917              Date: Sat, 5 Jan 2002 00:31:12 +0100
19918              Message-ID: <20020105003112.E1850@rafael>              
19919      Branch: perl
19920            ! t/comp/proto.t
19921 ____________________________________________________________________________
19922 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
19923         Log: A bit of "perl.com" cleanup.
19924      Branch: perl
19925            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
19926            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19927            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
19928            ! pod/perlmodlib.PL pod/perlmodlib.pod
19929 ____________________________________________________________________________
19930 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
19931         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
19932              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19933              Date: Fri, 4 Jan 2002 23:35:19 +0100
19934              Message-ID: <20020104233519.A1850@rafael>
19935      Branch: perl
19936            ! op.c
19937 ____________________________________________________________________________
19938 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
19939         Log: Integrate change #14062 from macperl;
19940              Define setbuf, setvbuf for Mac OS
19941      Branch: perl
19942           !> ext/IO/IO.xs
19943 ____________________________________________________________________________
19944 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
19945         Log: Bump version, update Changes
19946      Branch: maint-5.6/macperl
19947            ! macos/Changes macos/MPVersion.r
19948 ____________________________________________________________________________
19949 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
19950         Log: Add more droplets
19951      Branch: maint-5.6/macperl
19952            + macos/macperl/Droplets/gluedialect.plx
19953            + macos/macperl/Droplets/glueedit.plx
19954            + macos/macperl/Droplets/gluemac.plx
19955            + macos/macperl/Droplets/gluescriptadds.plx
19956            + macos/macperl/Droplets/installme.plx
19957            + macos/macperl/Droplets/show_glue_pods.plx
19958            + macos/macperl/Droplets/tarzipme.plx
19959            + macos/macperl/Droplets/untarzipme.plx
19960 ____________________________________________________________________________
19961 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
19962         Log: Display the native pwd command.
19963      Branch: perl
19964            ! ext/Cwd/t/cwd.t
19965 ____________________________________________________________________________
19966 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
19967         Log: Under Mac OS X /dev/stdout is normally a symlink,
19968              but when running the test it seems to become a socket.
19969              So let's extend our censorship.
19970      Branch: perl
19971            ! t/op/stat.t
19972 ____________________________________________________________________________
19973 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
19974         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
19975      Branch: maint-5.6/macperl
19976            + macos/HandleSocket.cp
19977            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
19978            ! macos/macperl.sym
19979 ____________________________________________________________________________
19980 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
19981         Log: Doc updates
19982      Branch: maint-5.6/macperl
19983            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
19984 ____________________________________________________________________________
19985 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
19986         Log: Update libraries
19987      Branch: maint-5.6/macperl
19988            ! macos/macperl/Makefile.mk
19989 ____________________________________________________________________________
19990 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
19991         Log: Update tests to Mac::StandardFile from StandardFile.pl,
19992              plus other fixes
19993      Branch: maint-5.6/macperl
19994            ! macos/ext/Mac/Menus/t/MenuBar.t
19995            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
19996            ! macos/ext/Mac/Movies/t/PlayMovie.t
19997            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
19998            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
19999            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
20000            ! macos/ext/Mac/Resources/t/Resources.t
20001 ____________________________________________________________________________
20002 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
20003         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
20004      Branch: maint-5.6/macperl
20005            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
20006            ! macos/ext/Mac/Movies/Movies.xs
20007            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
20008            ! macos/ext/Mac/StandardFile/StandardFile.xs
20009            ! macos/ext/Mac/Windows/Windows.xs
20010 ____________________________________________________________________________
20011 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
20012         Log: Updates for Universal Headers 3.4 (forgot one)
20013      Branch: maint-5.6/macperl
20014            ! macos/macperl/MPConsole.cp
20015 ____________________________________________________________________________
20016 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
20017         Log: Updates for Universal Headers 3.4
20018      Branch: maint-5.6/macperl
20019            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
20020            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
20021            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
20022            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
20023            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
20024            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
20025            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
20026            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
20027            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
20028 ____________________________________________________________________________
20029 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
20030         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
20031              from <200112112327.JAA25434@gpo.metropolis.net.au>;
20032              don't crash on quit for 68K (MacPerl Bug #490013)
20033      Branch: maint-5.6/macperl
20034            ! macos/macish.c macos/macperl/MPConsole.cp
20035 ____________________________________________________________________________
20036 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
20037         Log: If we do have socketpair(), make my_socketpair()
20038              just call the real socketpair().  This way we always
20039              have real code behind my_socketpair() and a symbol
20040              corresponding to the my_socketpair in global.sym.
20041      Branch: perl
20042            ! embed.fnc embed.h makedef.pl proto.h util.c
20043 ____________________________________________________________________________
20044 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
20045         Log: Disable sigaction (MacPerl Bug #470321)
20046      Branch: maint-5.6/macperl
20047            ! macos/config.h macos/config.sh
20048 ____________________________________________________________________________
20049 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
20050         Log: Make GUSI resource work (MacPerl Bug #464638)
20051      Branch: maint-5.6/macperl
20052            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
20053            ! macos/macperl/MacPerl.rsrc
20054 ____________________________________________________________________________
20055 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
20056         Log: Make AutoSplit go a little deeper
20057      Branch: maint-5.6/macperl
20058            ! macos/Makefile.mk
20059 ____________________________________________________________________________
20060 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
20061         Log: A few doc updates from bleadperl
20062      Branch: maint-5.6/macperl
20063            ! pod/perlmodinstall.pod pod/perlport.pod
20064 ____________________________________________________________________________
20065 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
20066         Log: Sync up to latest changes from bleadperl
20067      Branch: maint-5.6/macperl
20068            ! lib/File/Find.pm
20069 ____________________________________________________________________________
20070 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
20071         Log: Define setbuf, setvbuf for Mac OS
20072      Branch: maint-5.6/macperl
20073            ! ext/IO/IO.xs
20074 ____________________________________________________________________________
20075 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
20076         Log: Delete by request of Mark-Jason Dominus (change #13676)
20077      Branch: maint-5.6/macperl
20078            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
20079 ____________________________________________________________________________
20080 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
20081         Log: Spread the good word of "env".
20082      Branch: perl
20083            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
20084 ____________________________________________________________________________
20085 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
20086         Log: Till the system tests do something non-Win*, better rename
20087              the test so that people on other platforms don't get confused.
20088              (Not win32system, because assumedly there's win64, too.)
20089      Branch: perl
20090            + t/op/winsystem.t
20091            - t/op/system.t
20092            ! MANIFEST
20093 ____________________________________________________________________________
20094 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
20095         Log: Some tweaks.
20096      Branch: perl
20097            ! lib/Pod/t/Functions.t
20098 ____________________________________________________________________________
20099 [ 14057] By: ams                                   on 2002/01/04  17:40:31
20100         Log: (retracted by #14057)
20101              
20102              Subject: [PATCH] Time/HiRes/HiRes.t
20103              From: Nicholas Clark <nick@unfortu.net>
20104              Date: Fri, 4 Jan 2002 17:28:46 +0000
20105              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
20106      Branch: perl
20107            ! ext/Time/HiRes/HiRes.t
20108 ____________________________________________________________________________
20109 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
20110         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
20111              From: Abe Timmerman <abe@ztreet.demon.nl>
20112              Date: Fri, 04 Jan 2002 18:42:33 +0100
20113              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
20114      Branch: perl
20115            + lib/Pod/t/Functions.t
20116            ! MANIFEST lib/Pod/Functions.pm
20117 ____________________________________________________________________________
20118 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
20119         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
20120              From: "Craig A. Berry" <craigberry@mac.com>
20121              Date: Thu, 3 Jan 2002 17:32:20 -0600
20122              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
20123      Branch: perl
20124            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
20125 ____________________________________________________________________________
20126 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
20127         Log: Document the U+0085, U+2028, and U+2029.
20128      Branch: perl
20129            ! pod/perlre.pod pod/perlretut.pod
20130 ____________________________________________________________________________
20131 [ 14053] By: ams                                   on 2002/01/04  03:27:44
20132         Log: Subject: [PATCH] warn if not CORE::dump
20133              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20134              Date: Thu, 3 Jan 2002 22:04:00 +0100
20135              Message-Id: <20020103220400.A13958@rafael>
20136      Branch: perl
20137            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
20138 ____________________________________________________________________________
20139 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
20140         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
20141      Branch: perl
20142            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
20143 ____________________________________________________________________________
20144 [ 14051] By: ams                                   on 2002/01/04  03:00:12
20145         Log: Subject: [PATCH] File::Compare::VERSION
20146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20147              Date: Thu, 3 Jan 2002 23:42:52 +0100
20148              Message-Id: <20020103234252.G13958@rafael>
20149      Branch: perl
20150            ! lib/File/Compare.pm
20151 ____________________________________________________________________________
20152 [ 14050] By: ams                                   on 2002/01/04  02:58:05
20153         Log: Subject: [PATCH @14042] threads::shared doc
20154              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
20155              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
20156              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
20157      Branch: perl
20158            ! ext/threads/shared/shared.pm
20159 ____________________________________________________________________________
20160 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
20161         Log: #14048 exposed few false positives, to be fixed soonish.
20162      Branch: perl
20163            ! t/op/pat.t
20164 ____________________________________________________________________________
20165 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
20166         Log: Do not add the first characters of multicharacter foldings
20167              into character classes.
20168      Branch: perl
20169            ! regcomp.c
20170 ____________________________________________________________________________
20171 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
20172         Log: A bit of testing for #14046.
20173      Branch: perl
20174            ! t/op/pat.t
20175 ____________________________________________________________________________
20176 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
20177         Log: Allow emitting the foldcased version of "\x{df}", "ss"
20178              (among others, another example would be \x{fb00} -> "ff")
20179      Branch: perl
20180            ! regcomp.c
20181 ____________________________________________________________________________
20182 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
20183         Log: Subject: [PATCH] File::Spec & NetWare
20184              From: Dave Rolsky <autarch@urth.org>
20185              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
20186              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
20187      Branch: perl
20188            - lib/File/Spec/NW5.pm
20189            ! MANIFEST lib/File/Spec.pm
20190 ____________________________________________________________________________
20191 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
20192         Log: FAQ sync (RCS Ids only?)
20193      Branch: perl
20194            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
20195 ____________________________________________________________________________
20196 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
20197         Log: AUTHORs updates.
20198      Branch: perl
20199            ! AUTHORS
20200 ____________________________________________________________________________
20201 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
20202         Log: Update Changes.
20203      Branch: perl
20204            ! Changes patchlevel.h
20205 ____________________________________________________________________________
20206 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
20207         Log: Missed the =head1 additions.
20208      Branch: perl
20209            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
20210            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
20211            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
20212            ! util.c
20213 ____________________________________________________________________________
20214 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
20215         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
20216              From: Robin Barker <rmb1@cise.npl.co.uk>
20217              Date: Thu, 3 Jan 2002 15:26:20 GMT
20218              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
20219      Branch: perl
20220            ! lib/Carp.t lib/Carp/Heavy.pm
20221 ____________________________________________________________________________
20222 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
20223         Log: Subject: [PATCH hv.c] 
20224              From: Robin Barker <rmb1@cise.npl.co.uk>
20225              Date: Thu, 3 Jan 2002 14:49:06 GMT
20226              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
20227              
20228              -Wformat check.
20229      Branch: perl
20230            ! hv.c
20231 ____________________________________________________________________________
20232 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
20233         Log: NetWare tweaks from Ananth Kesari.
20234      Branch: perl
20235            ! NetWare/t/NWScripts.pl lib/File/Find.pm
20236 ____________________________________________________________________________
20237 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
20238         Log: Cast.
20239      Branch: perl
20240            ! regexec.c
20241 ____________________________________________________________________________
20242 [ 14036] By: ams                                   on 2002/01/03  12:12:31
20243         Log: Grammar fix suggested by Gwyn Judd.
20244      Branch: perl
20245            ! pod/perldiag.pod
20246 ____________________________________________________________________________
20247 [ 14035] By: nick                                  on 2002/01/03  09:22:42
20248         Log: More strange perlio != mainline differences where
20249              I have not been.
20250      Branch: perlio
20251           !> hints/unicos.sh hints/unicosmk.sh
20252 ____________________________________________________________________________
20253 [ 14034] By: nick                                  on 2002/01/03  09:19:37
20254         Log: Integrate mainline (including force integrate of
20255              lib/charnames.pm which had got out-of-step)
20256      Branch: perlio
20257           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
20258 ____________________________________________________________________________
20259 [ 14033] By: ams                                   on 2002/01/03  08:24:24
20260         Log: Subject: Not ok 14031: PPPort Makefile.PL
20261              From: andreas.koenig@anima.de (Andreas J. Koenig)
20262              Date: 03 Jan 2002 10:17:46 +0100
20263              Message-Id: <m3sn9n94jp.fsf@anima.de>
20264      Branch: perl
20265            ! ext/Devel/PPPort/Makefile.PL
20266 ____________________________________________________________________________
20267 [ 14032] By: nick                                  on 2002/01/03  08:24:00
20268         Log: Integrate mainline.
20269      Branch: perlio
20270           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
20271           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
20272           !> (integrate 31 files)
20273 ____________________________________________________________________________
20274 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
20275         Log: Off-by-one is my middle name.
20276      Branch: perl
20277            ! regexec.c
20278 ____________________________________________________________________________
20279 [ 14030] By: ams                                   on 2002/01/02  23:56:37
20280         Log: Subject: [PATCH @14015] threads::shared disabling
20281              From: Andy Bussey <andybussey@yahoo.co.uk>
20282              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
20283              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
20284      Branch: perl
20285            + ext/threads/shared/t/no_share.t
20286            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
20287 ____________________________________________________________________________
20288 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
20289         Log: Simon's new perlapi scheme, I hope I got all the pieces.
20290      Branch: perl
20291            + autodoc.pl embed.fnc
20292            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
20293 ____________________________________________________________________________
20294 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
20295         Log: Integrate perlio; more PPPort Makefile source dependence removal
20296      Branch: perl
20297           !> ext/Devel/PPPort/Makefile.PL perl.h
20298 ____________________________________________________________________________
20299 [ 14027] By: ams                                   on 2002/01/02  21:42:50
20300         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
20301              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20302              Date: Wed, 2 Jan 2002 23:09:13 +0100
20303              Message-Id: <20020102230913.A17373@rafael>
20304      Branch: perl
20305            ! pod/perldiag.pod
20306 ____________________________________________________________________________
20307 [ 14026] By: ams                                   on 2002/01/02  21:38:34
20308         Log: Subject: Re: PATCH: lib/Term/Cap.pm
20309              From: Jonathan Stowe <gellyfish@gellyfish.com>
20310              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
20311              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
20312      Branch: perl
20313            ! lib/Term/Cap.pm
20314 ____________________________________________________________________________
20315 [ 14025] By: ams                                   on 2002/01/02  18:34:26
20316         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
20317              From: Sam Tregar <sam@tregar.com>
20318              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
20319              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
20320      Branch: perl
20321            ! pod/perldiag.pod t/comp/proto.t toke.c
20322 ____________________________________________________________________________
20323 [ 14024] By: ams                                   on 2002/01/02  18:16:12
20324         Log: Subject: PATCH: lib/Term/Cap.pm
20325              From: Norton Allen <allen@huarp.harvard.edu>
20326              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
20327              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
20328      Branch: perl
20329            ! lib/Term/Cap.pm
20330 ____________________________________________________________________________
20331 [ 14023] By: ams                                   on 2002/01/02  18:12:31
20332         Log: Subject: PATCH: lib/Cwd.pm for QNX4
20333              From: Norton Allen <allen@huarp.harvard.edu>
20334              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
20335              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
20336      Branch: perl
20337            ! lib/Cwd.pm
20338 ____________________________________________________________________________
20339 [ 14022] By: nick                                  on 2002/01/02  18:01:21
20340         Log: More PPPort Makefile source dependence removal
20341      Branch: perlio
20342            ! ext/Devel/PPPort/Makefile.PL
20343 ____________________________________________________________________________
20344 [ 14021] By: nick                                  on 2002/01/02  17:44:36
20345         Log: Sort out muddle of editing on three machines ...
20346      Branch: perlio
20347           !> Changes MANIFEST cygwin/Makefile.SHs
20348           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
20349           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
20350           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
20351 ____________________________________________________________________________
20352 [ 14020] By: ams                                   on 2002/01/02  17:06:27
20353         Log: Fix misplaced application of #14016.
20354      Branch: perl
20355            ! op.c
20356 ____________________________________________________________________________
20357 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
20358         Log: Integrate perlio; avoid uninit debug_pad.
20359      Branch: perl
20360           !> sv.c
20361 ____________________________________________________________________________
20362 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
20363         Log: makedepend VOS fix from Paul Green.
20364      Branch: perl
20365            ! makedepend.SH
20366 ____________________________________________________________________________
20367 [ 14017] By: nick                                  on 2002/01/02  16:09:43
20368         Log: Avoid un-init perl_debug_pad in clones
20369      Branch: perlio
20370            ! sv.c
20371 ____________________________________________________________________________
20372 [ 14016] By: ams                                   on 2002/01/02  15:58:11
20373         Log: Subject: [PATCH] random crash in B::LISTOP::last
20374              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20375              Date: Wed, 2 Jan 2002 17:37:28 +0100
20376              Message-Id: <3C334558.3906.19CB98D@localhost>
20377      Branch: perl
20378            ! op.c
20379 ____________________________________________________________________________
20380 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
20381         Log: Update Changes.
20382      Branch: perl
20383            ! Changes patchlevel.h
20384 ____________________________________________________________________________
20385 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
20386         Log: One more iteration of the ibcmp_utf8() interface,
20387              hopefully this is a convergent iteration...
20388      Branch: perl
20389            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
20390 ____________________________________________________________________________
20391 [ 14013] By: ams                                   on 2002/01/02  13:43:58
20392         Log: Upgrade to podlators-1.19.
20393      Branch: perl
20394            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
20395            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
20396            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
20397            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
20398            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
20399 ____________________________________________________________________________
20400 [ 14012] By: ams                                   on 2002/01/02  09:48:51
20401         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
20402              From: martyn@inpharmatica.co.uk
20403              Date: Wed, 19 Dec 2001 19:05:00 +0000
20404              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
20405      Branch: perl
20406            ! lib/Pod/Usage.pm
20407 ____________________________________________________________________________
20408 [ 14011] By: nick                                  on 2002/01/02  08:38:18
20409         Log: Integrate mainline
20410      Branch: perlio
20411           !> (integrate 28 files)
20412 ____________________________________________________________________________
20413 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
20414         Log: Make ibcmp_utf8() optionally progress in either string for
20415              as long as it takes and optionally record how far it got.
20416      Branch: perl
20417            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
20418 ____________________________________________________________________________
20419 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
20420         Log: Once more try to get the PPPort Makefile right.
20421      Branch: perl
20422            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
20423 ____________________________________________________________________________
20424 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
20425         Log: -Wall silencing.
20426      Branch: perl
20427            ! utf8.c
20428 ____________________________________________________________________________
20429 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
20430         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
20431              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20432              Date: Tue, 1 Jan 2002 22:45:21 +0100       
20433              Message-ID: <20020101224521.A691@rafael>
20434      Branch: perl
20435            ! ext/B/B/Deparse.pm
20436 ____________________________________________________________________________
20437 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
20438         Log: VOS tweak from Paul Green: VOS has different O_BINARY
20439              and O_TEXT, but VOS always uses LF, never CRLF.
20440      Branch: perl
20441            ! perl.h
20442 ____________________________________________________________________________
20443 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
20444         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
20445      Branch: perl
20446            ! regexec.c utf8.c
20447 ____________________________________________________________________________
20448 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
20449         Log: Now that to_utf8_fold() was fixed.
20450      Branch: perl
20451            ! regcomp.c regexec.c
20452 ____________________________________________________________________________
20453 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
20454         Log: Integrate perlio; experimental binmode() re-coding.
20455      Branch: perl
20456           !> perlio.c
20457 ____________________________________________________________________________
20458 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
20459         Log: Document the to_utf8_*() functions.
20460      Branch: perl
20461            ! embed.pl pod/perlapi.pod utf8.c
20462 ____________________________________________________________________________
20463 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
20464         Log: Better support for multicharacter foldings.
20465              Now all but two of the CaseFold.txt cases work-- but
20466              only when the target string is single-character, more
20467              debugging needed.
20468      Branch: perl
20469            ! regexec.c
20470 ____________________________________________________________________________
20471 [ 14000] By: ams                                   on 2002/01/01  15:59:43
20472         Log: Subject: [PATCH] don't installperl pods
20473              From: Nicholas Clark <nick@unfortu.net>
20474              Date: Tue, 1 Jan 2002 16:44:12 +0000
20475              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
20476      Branch: perl
20477            ! installperl
20478 ____________________________________________________________________________
20479 [ 13999] By: ams                                   on 2002/01/01  14:34:04
20480         Log: Subject: [PATCH] perldiag.pod transposition
20481              From: Nicholas Clark <nick@unfortu.net>
20482              Date: Tue, 1 Jan 2002 15:03:52 +0000
20483              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
20484      Branch: perl
20485            ! pod/perldiag.pod
20486 ____________________________________________________________________________
20487 [ 13998] By: ams                                   on 2002/01/01  13:36:49
20488         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
20489              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
20490              Date: Tue, 1 Jan 2002 15:12:36 +0100
20491              Message-Id: <20020101151236.A951@rafael>
20492      Branch: perl
20493            ! pod/perldiag.pod
20494 ____________________________________________________________________________
20495 [ 13997] By: ams                                   on 2002/01/01  13:33:06
20496         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
20497              From: Nicholas Clark <nick@unfortu.net>
20498              Date: Tue, 1 Jan 2002 13:13:17 +0000
20499              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
20500      Branch: perl
20501            ! ext/Socket/socketpair.t
20502 ____________________________________________________________________________
20503 [ 13996] By: ams                                   on 2002/01/01  04:44:28
20504         Log: Subject: [PATCH @13746] Leaner exporter
20505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20506              Date: Mon, 31 Dec 2001 18:16:08 -0500
20507              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
20508      Branch: perl
20509            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
20510 ____________________________________________________________________________
20511 [ 13995] By: ams                                   on 2002/01/01  04:29:44
20512         Log: Subject: [PATCH @13746] h2xs broken
20513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20514              Date: Mon, 31 Dec 2001 17:48:55 -0500
20515              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
20516      Branch: perl
20517            ! utils/h2xs.PL
20518 ____________________________________________________________________________
20519 [ 13994] By: ams                                   on 2002/01/01  04:25:46
20520         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
20521              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20522              Date: Mon, 31 Dec 2001 17:42:25 -0500
20523              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
20524      Branch: perl
20525            ! lib/ExtUtils/MM_Unix.pm
20526 ____________________________________________________________________________
20527 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
20528         Log: Rename the variables to be a bit more consistent.
20529      Branch: perl
20530            ! utf8.c
20531 ____________________________________________________________________________
20532 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
20533         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
20534              (found by Jeffrey Friedl)
20535      Branch: perl
20536            ! regexec.c t/op/pat.t utf8.c
20537 ____________________________________________________________________________
20538 [ 13991] By: nick                                  on 2001/12/31  18:08:55
20539         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
20540      Branch: perlio
20541            ! perlio.c
20542 ____________________________________________________________________________
20543 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
20544         Log: Update Changes.
20545      Branch: perl
20546            ! Changes patchlevel.h
20547 ____________________________________________________________________________
20548 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
20549         Log: Less unused ones.
20550      Branch: perl
20551            ! regexec.c
20552 ____________________________________________________________________________
20553 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
20554         Log: Unused variable.
20555      Branch: perl
20556            ! regcomp.c
20557 ____________________________________________________________________________
20558 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
20559         Log: Forgotten file.
20560      Branch: perl
20561            ! MANIFEST
20562 ____________________________________________________________________________
20563 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
20564         Log: Subject: Re: Cygwin: one down one to go 
20565              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20566              Date: Mon, 31 Dec 2001 18:34:36 +0100
20567              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
20568      Branch: perl
20569            ! cygwin/Makefile.SHs
20570 ____________________________________________________________________________
20571 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
20572         Log: Add some comments to the recent Unicode case-folding saga.
20573      Branch: perl
20574            ! regcomp.c regexec.c
20575 ____________________________________________________________________________
20576 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
20577         Log: Slight comment tweakage.
20578      Branch: perl
20579            ! ext/I18N/Langinfo/Langinfo.t
20580 ____________________________________________________________________________
20581 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
20582         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
20583      Branch: perl
20584            ! perl.h
20585 ____________________________________________________________________________
20586 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
20587         Log: Subject: [ PATCH] Cygwin: one down one to go
20588              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20589              Date: Mon, 31 Dec 2001 17:03:40 +0100
20590              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
20591      Branch: perl
20592            ! lib/Pod/t/basic.t
20593 ____________________________________________________________________________
20594 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
20595         Log: Tweak the dependencies not to recompile everytime,
20596              as suggested by NI-S.
20597      Branch: perl
20598            ! ext/Devel/PPPort/Makefile.PL
20599 ____________________________________________________________________________
20600 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
20601         Log: Planning still not right.
20602      Branch: perl
20603            ! lib/User/grent.t
20604 ____________________________________________________________________________
20605 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
20606         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
20607              From: Michael G Schwern <schwern@pobox.com>
20608              Date: Sun, 30 Dec 2001 18:07:55 -0500
20609              Message-ID: <20011230230755.GG12840@blackrider>
20610              
20611              (lib/User/grent, really)
20612      Branch: perl
20613            ! lib/User/grent.t
20614 ____________________________________________________________________________
20615 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
20616         Log: Integrate perlio; cleanup, in particular avoid accidental
20617              PerlIO_flush(NULL) if PerlIONext is NULL.
20618      Branch: perl
20619           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
20620 ____________________________________________________________________________
20621 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
20622         Log: Subject: typo in IO::Socket::INET.pm
20623              From: mjd@plover.com
20624              Date: 31 Dec 2001 14:31:10 -0000
20625              Message-ID: <20011231143110.4989.qmail@plover.com>
20626      Branch: perl
20627            ! ext/IO/lib/IO/Socket/INET.pm
20628 ____________________________________________________________________________
20629 [ 13976] By: nick                                  on 2001/12/31  13:56:11
20630         Log: Integrate mainline
20631      Branch: perlio
20632           !> (integrate 29 files)
20633 ____________________________________________________________________________
20634 [ 13975] By: nick                                  on 2001/12/31  12:40:50
20635         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
20636              if PerlIONext is NULL.
20637      Branch: perlio
20638            ! perlio.c perliol.h
20639 ____________________________________________________________________________
20640 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
20641         Log: Subject: Re: [PATCH] Basic bad prototype detection
20642              From: Sam Tregar <sam@tregar.com>
20643              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
20644              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
20645      Branch: perl
20646            ! t/comp/proto.t toke.c
20647 ____________________________________________________________________________
20648 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
20649         Log: Subject: [PATCH] configure.com / scriptdirexp
20650              From: "Craig A. Berry" <craigberry@mac.com>
20651              Date: Sun, 30 Dec 2001 15:47:28 -0600
20652              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
20653      Branch: perl
20654            ! configure.com
20655 ____________________________________________________________________________
20656 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
20657         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
20658              From: Abe Timmerman <abe@ztreet.demon.nl>
20659              Date: Mon, 31 Dec 2001 03:55:27 +0100
20660              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
20661      Branch: perl
20662            ! lib/ExtUtils/t/MM_Win32.t
20663 ____________________________________________________________________________
20664 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
20665         Log: Subject: [PATCH] Basic bad prototype detection
20666              From: Sam Tregar <sam@tregar.com> 
20667              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
20668              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
20669      Branch: perl
20670            ! pod/perldiag.pod t/comp/proto.t toke.c
20671 ____________________________________________________________________________
20672 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
20673         Log: Makefiles are sloppy about the exe suffix
20674              (from Paul Green)
20675      Branch: perl
20676            ! Makefile.SH x2p/Makefile.SH
20677 ____________________________________________________________________________
20678 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
20679         Log: Delay folding until necessary; start of handling
20680              folding into several characters.
20681      Branch: perl
20682            ! regcomp.c regexec.c
20683 ____________________________________________________________________________
20684 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
20685         Log: gcc -Wall dewhine.
20686      Branch: perl
20687            ! regexec.c
20688 ____________________________________________________________________________
20689 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
20690         Log: More Unicode folding tweaks, avoid potential false matches.
20691      Branch: perl
20692            ! regexec.c
20693 ____________________________________________________________________________
20694 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
20695         Log: Make that six wrongs.
20696      Branch: perl
20697            ! regexec.c utf8.c
20698 ____________________________________________________________________________
20699 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
20700         Log: Four wrongs can make a right.
20701      Branch: perl
20702            ! regexec.c utf8.c
20703 ____________________________________________________________________________
20704 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
20705         Log: Fix all the I case foldings as per CaseFold.txt.
20706      Branch: perl
20707            ! regcomp.c regexec.c
20708 ____________________________________________________________________________
20709 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
20710         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
20711      Branch: perl
20712            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
20713            ! regexec.c utf8.c
20714 ____________________________________________________________________________
20715 [ 13962] By: nick                                  on 2001/12/30  18:33:41
20716         Log: Integrate 8.3 fix for PPPort fix
20717      Branch: perlio
20718           +> ext/Devel/PPPort/ppport_h.PL
20719            - ext/Devel/PPPort/ppport.h.PL
20720            ! ext/Devel/PPPort/MANIFEST
20721           !> ext/Devel/PPPort/Makefile.PL
20722 ____________________________________________________________________________
20723 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
20724         Log: Integrate perlio; more win32 stuff:
20725              
20726              A. Use Perl_my_socketpair()
20727              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
20728              load winsock.
20729              C. (In passing) work round fact that $$ is now SvREADONLY
20730              so we need to take special measures to set it during
20731              pseudo-fork.
20732      Branch: perl
20733           !> util.c win32/perlhost.h
20734 ____________________________________________________________________________
20735 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
20736         Log: Fix ppport.h for Unix.
20737      Branch: perl
20738            + ext/Devel/PPPort/ppport_h.PL
20739            - ext/Devel/PPPort/ppport.h.PL
20740            ! MANIFEST ext/Devel/PPPort/Makefile.PL
20741 ____________________________________________________________________________
20742 [ 13959] By: nick                                  on 2001/12/30  16:53:42
20743         Log: Win32 stuff:
20744              A. Use Perl_my_socketpair()
20745              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
20746              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
20747              take special measures to set it during pseudo-fork.
20748      Branch: perlio
20749            ! util.c win32/perlhost.h
20750 ____________________________________________________________________________
20751 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
20752         Log: Integrate perlio; win32 kicking.
20753      Branch: perl
20754           +> ext/Devel/PPPort/ppport.h.PL
20755           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
20756           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
20757           !> proto.h
20758 ____________________________________________________________________________
20759 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
20760         Log: metaconfig unit change for #13956.
20761      Branch: metaconfig
20762            ! U/modified/spitshell.U
20763 ____________________________________________________________________________
20764 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
20765         Log: Must look for cat also in $PATH (noticed by Philip Newton).
20766      Branch: perl
20767            ! Configure
20768 ____________________________________________________________________________
20769 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
20770         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
20771              From: Blair Zajac <blair@orcaware.com>
20772              Date: Sat, 29 Dec 2001 22:37:03 -0800
20773              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
20774      Branch: perl
20775            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20776 ____________________________________________________________________________
20777 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
20778         Log: Regen files.
20779      Branch: perl
20780            ! embed.h global.sym pod/perlapi.pod uconfig.h
20781 ____________________________________________________________________________
20782 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
20783         Log: Subject: [PATCH] -t without -w 
20784              From: Michael G Schwern <schwern@pobox.com>
20785              Date: Sat, 29 Dec 2001 23:46:25 -0500
20786              Message-ID: <20011230044625.GA14386@blackrider>
20787      Branch: perl
20788            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
20789            ! warnings.pl
20790 ____________________________________________________________________________
20791 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
20792         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
20793              From: Dave Rolsky <autarch@urth.org>               
20794              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
20795              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
20796              
20797              $^O is NetWare, not Netware.
20798      Branch: perl
20799            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
20800 ____________________________________________________________________________
20801 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
20802         Log: Sarathy thinks undoing C++ comments from C++ files
20803              is a bit too zealous.
20804      Branch: perl
20805            ! win32/perlhost.h win32/vmem.h
20806 ____________________________________________________________________________
20807 [ 13950] By: nick                                  on 2001/12/30  14:30:02
20808         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
20809              This gets them into Errno.pm - yet to prove they end up in $!.
20810      Branch: perlio
20811            ! ext/Errno/Errno_pm.PL
20812 ____________________________________________________________________________
20813 [ 13949] By: nick                                  on 2001/12/30  12:02:21
20814         Log: Integrate Cwd muddle
20815      Branch: perlio
20816           !> MANIFEST installperl lib/Cwd.pm
20817 ____________________________________________________________________________
20818 [ 13948] By: nick                                  on 2001/12/30  11:51:40
20819         Log: remove embed.pl duplicates
20820      Branch: perlio
20821            ! embed.h embed.pl global.sym proto.h
20822 ____________________________________________________________________________
20823 [ 13947] By: nick                                  on 2001/12/30  11:35:51
20824         Log: More Cwd tidy up
20825      Branch: perl
20826            ! MANIFEST installperl
20827 ____________________________________________________________________________
20828 [ 13946] By: nick                                  on 2001/12/30  11:12:42
20829         Log: Undo a mess trying Cwd.pm in its ext directory
20830      Branch: perl
20831            + lib/Cwd.pm
20832            - ext/Cwd/Cwd.pm
20833 ____________________________________________________________________________
20834 [ 13945] By: nick                                  on 2001/12/30  10:03:43
20835         Log: Integrate mainline
20836      Branch: perl
20837           +> ext/Cwd/Cwd.pm
20838            - lib/Cwd.pm
20839            ! MANIFEST
20840      Branch: perlio
20841           !> (integrate 45 files)
20842 ____________________________________________________________________________
20843 [ 13944] By: nick                                  on 2001/12/30  09:27:16
20844         Log: "Port" Devel::PPPort to Win32:
20845              - need to set @INC before use in the test
20846              - {} are special to dmake, so use ppport.h.PL
20847              rather than commandline 
20848      Branch: perlio
20849            + ext/Devel/PPPort/ppport.h.PL
20850            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
20851 ____________________________________________________________________________
20852 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
20853         Log: Update Changes.
20854      Branch: perl
20855            ! Changes patchlevel.h
20856 ____________________________________________________________________________
20857 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
20858         Log: Subject: [PATCH] cleaner close on tests, take 2
20859              From: andreas.koenig@anima.de (Andreas J. Koenig)
20860              Date: 29 Dec 2001 21:42:37 +0100
20861              Message-ID: <m33d1tvjuq.fsf@anima.de>
20862              
20863              (the DB_File patches)
20864      Branch: perl
20865            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20866            ! ext/DB_File/t/db-recno.t
20867 ____________________________________________________________________________
20868 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
20869         Log: Integrate perlio; regen'ed config_H.?c
20870      Branch: perl
20871           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20872 ____________________________________________________________________________
20873 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
20874         Log: Subject: [PATCH] cleaner close on tests, take 2             
20875              From: andreas.koenig@anima.de (Andreas J. Koenig)
20876              Date: 29 Dec 2001 21:42:37 +0100
20877              Message-ID: <m33d1tvjuq.fsf@anima.de>
20878              
20879              (except for the three DB_File patch fragments)
20880      Branch: perl
20881            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
20882            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
20883            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
20884            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
20885            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
20886            ! t/op/runlevel.t t/op/write.t t/run/switches.t
20887 ____________________________________________________________________________
20888 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
20889         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
20890              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20891              Date: Sat, 29 Dec 2001 20:38:59 +0100
20892              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
20893              
20894              (NetWare tree not touched because it's very //)
20895      Branch: perl
20896            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
20897            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
20898            ! wince/include/errno.h wince/include/netdb.h
20899            ! wince/include/sys/socket.h wince/include/sys/stat.h
20900            ! wince/perllib.c wince/perlmain.c wince/win32.h
20901            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
20902            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
20903 ____________________________________________________________________________
20904 [ 13938] By: nick                                  on 2001/12/29  19:23:32
20905         Log: Integrate mainline (ok linux)
20906      Branch: perlio
20907           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
20908           !> (integrate 33 files)
20909 ____________________________________________________________________________
20910 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
20911         Log: Give up on serious testing of langinfo().  Leave the old
20912              code in place, though.
20913      Branch: perl
20914            ! ext/I18N/Langinfo/Langinfo.t
20915 ____________________________________________________________________________
20916 [ 13936] By: nick                                  on 2001/12/29  18:20:33
20917         Log: Routine regen_config_h - no real differences other than order of crypt 
20918      Branch: perlio
20919            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20920 ____________________________________________________________________________
20921 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
20922         Log: Integrate perlio;
20923              
20924              Define the two socket error numbers in terms of WSAEXXXXX equivalents
20925              
20926              Fudge Config.pm so File::Spec does not croak.
20927      Branch: perl
20928           !> win32/FindExt.pm win32/win32.h
20929 ____________________________________________________________________________
20930 [ 13934] By: nick                                  on 2001/12/29  17:27:50
20931         Log: Fudge Config.pm so File::Spec does not croak.
20932      Branch: perlio
20933            ! win32/FindExt.pm
20934 ____________________________________________________________________________
20935 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
20936         Log: metaconfig unit changes for #13932.
20937      Branch: metaconfig
20938            + U/modified/Init.U
20939            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
20940 ____________________________________________________________________________
20941 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
20942         Log: VOS tweaks from Paul Green.
20943              
20944              The Configure tweaks: the _exe needs to be
20945              set after the init; VOS has fd 3 hardwired to /dev/tty;
20946              the grep/ln/make substitutions really need to stick.
20947      Branch: perl
20948            ! Configure hints/vos.sh perl.h util.c vos/build.cm
20949            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20950            ! vos/config.ga.h vos/vosish.h
20951 ____________________________________________________________________________
20952 [ 13931] By: nick                                  on 2001/12/29  17:00:38
20953         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
20954              (just to get util.c to compile)
20955      Branch: perlio
20956            ! win32/win32.h
20957 ____________________________________________________________________________
20958 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
20959         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
20960              From: coral@eekeek.org
20961              Date: Fri, 28 Dec 2001 19:58:22 -0500      
20962              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
20963      Branch: perl
20964            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
20965            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
20966            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
20967            ! pod/perlunicode.pod pod/perlxs.pod util.c
20968 ____________________________________________________________________________
20969 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
20970         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
20971      Branch: perl
20972            ! t/op/exec.t
20973 ____________________________________________________________________________
20974 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
20975         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
20976              From: Abe Timmerman <abe@ztreet.demon.nl>
20977              Date: Sat, 29 Dec 2001 13:10:06 +0100
20978              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
20979      Branch: perl
20980            + lib/Pod/t/InputObjects.t
20981 ____________________________________________________________________________
20982 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
20983         Log: Integrate perlio;
20984              
20985              Quick fix (after couple of clever fixes failed) for
20986              "accept leaks memory" fail [ID 20011223.001]
20987              
20988              Nick Clark's embed.pl fix for my_socketpair
20989      Branch: perl
20990           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
20991 ____________________________________________________________________________
20992 [ 13926] By: nick                                  on 2001/12/29  15:23:21
20993         Log: Nick Clark's embed.pl fix for my_socketpair
20994      Branch: perlio
20995            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
20996 ____________________________________________________________________________
20997 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
20998         Log: Slight tweaks on the MM_Win32.t.
20999      Branch: perl
21000            ! lib/ExtUtils/t/MM_Win32.t
21001 ____________________________________________________________________________
21002 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
21003         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
21004              From: Abe Timmerman <abe@ztreet.demon.nl>
21005              Date: Sat, 29 Dec 2001 12:51:36 +0100
21006              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
21007      Branch: perl
21008            + lib/ExtUtils/t/MM_Win32.t
21009            ! MANIFEST
21010 ____________________________________________________________________________
21011 [ 13923] By: nick                                  on 2001/12/29  15:12:07
21012         Log: Quick fix (after couple of clever fixes failed) for
21013              "accept leaks memory" fail [ID 20011223.001]
21014      Branch: perlio
21015            ! pp_sys.c
21016 ____________________________________________________________________________
21017 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
21018         Log: Subject: [PATCH] Module names and other nits
21019              From: Autrijus Tang <autrijus@autrijus.org>                 
21020              Date: Sat, 29 Dec 2001 01:59:28 +0800
21021              Message-ID: <20011229015928.A29712@geb.elixus.org>              
21022      Branch: perl
21023            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
21024            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
21025            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
21026            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
21027            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
21028 ____________________________________________________________________________
21029 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
21030         Log: socketpair tweaks from Nicholas Clark.
21031      Branch: perl
21032            ! ext/Socket/socketpair.t util.c
21033 ____________________________________________________________________________
21034 [ 13920] By: nick                                  on 2001/12/29  12:36:21
21035         Log: Integrate mainline
21036      Branch: perlio
21037           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
21038           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
21039           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21040           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
21041           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
21042           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
21043           !> t/op/sysio.t
21044 ____________________________________________________________________________
21045 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
21046         Log: Retract #13917.
21047      Branch: perl
21048            ! doop.c
21049 ____________________________________________________________________________
21050 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
21051         Log: Subject: provisional MakeMaker patch for VMS
21052              From: "Craig A. Berry" <craigberry@mac.com> 
21053              Date: Thu, 27 Dec 2001 22:29:37 -0600
21054              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
21055      Branch: perl
21056            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21057 ____________________________________________________________________________
21058 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
21059         Log: (retracted by #13919)
21060      Branch: perl
21061            ! doop.c
21062 ____________________________________________________________________________
21063 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
21064         Log: metaconfig unit change for #13915.
21065      Branch: metaconfig/U/perl
21066            ! d_u32align.U
21067 ____________________________________________________________________________
21068 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
21069         Log: Remove debris in any case.
21070      Branch: perl
21071            ! Configure
21072 ____________________________________________________________________________
21073 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
21074         Log: Subject: [PATCH] Re: B::walksymtable oddness
21075              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
21076              Date: Thu, 27 Dec 2001 19:14:24 +0100
21077              Message-ID: <3C2B7310.861.18820D0@localhost>
21078      Branch: perl
21079            ! ext/B/B.pm
21080 ____________________________________________________________________________
21081 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
21082         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
21083              From: Nicholas Clark <nick@unfortu.net> 
21084              Date: Fri, 28 Dec 2001 00:43:02 +0000
21085              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
21086      Branch: perl
21087            ! ext/Socket/socketpair.t
21088 ____________________________________________________________________________
21089 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
21090         Log: Fast Latin1<->UTF-8 conversion for older Perls.
21091      Branch: perl
21092            ! pod/perluniintro.pod
21093 ____________________________________________________________________________
21094 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
21095         Log: Update Changes.
21096      Branch: perl
21097            ! Changes patchlevel.h
21098 ____________________________________________________________________________
21099 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
21100         Log: More wait status trickery for BeOS.
21101      Branch: perl
21102            ! ext/POSIX/POSIX.xs
21103 ____________________________________________________________________________
21104 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
21105         Log: metaconfig unit change for #13908.
21106      Branch: metaconfig/U/perl
21107            ! d_u32align.U
21108 ____________________________________________________________________________
21109 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
21110         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
21111      Branch: perl
21112            ! Configure
21113 ____________________________________________________________________________
21114 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
21115         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
21116              From: gbarr@monty.mutatus.co.uk
21117              Date: 27 Dec 2001 14:41:36 -0000
21118              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
21119      Branch: perl
21120            ! lib/ExtUtils/t/Embed.t
21121 ____________________________________________________________________________
21122 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
21123         Log: Subject: [PATCH] Re: socketpair emulation
21124              From: Nicholas Clark <nick@unfortu.net> 
21125              Date: Wed, 26 Dec 2001 20:08:14 +0000
21126              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
21127      Branch: perl
21128            ! ext/Socket/socketpair.t
21129 ____________________________________________________________________________
21130 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
21131         Log: Subject: [DOC PATCH] left is right and right is left
21132              From: Philip Newton <Philip.Newton@gmx.net>
21133              Date: Thu, 27 Dec 2001 10:04:17 +0100
21134              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
21135      Branch: perl
21136            ! pod/perlfunc.pod pod/perlport.pod
21137 ____________________________________________________________________________
21138 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
21139         Log: Subject: [PATCH] check return of close
21140              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21141              Date: 27 Dec 2001 09:47:30 +0100
21142              Message-ID: <m3ellhgicd.fsf@anima.de> 
21143              
21144              Subject: [PATCH] improve error reporting
21145              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21146              Date: 27 Dec 2001 09:54:55 +0100
21147              Message-ID: <m3adw5gi00.fsf@anima.de> 
21148              
21149              Subject: [PATCH] check return value of close
21150              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21151              Date: 27 Dec 2001 10:03:55 +0100
21152              Message-ID: <m3666tghl0.fsf@anima.de> 
21153              
21154              Subject: [PATCH] return of close
21155              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21156              Date: 27 Dec 2001 10:22:15 +0100
21157              Message-ID: <m31yhhggqg.fsf@anima.de> 
21158      Branch: perl
21159            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
21160            ! t/io/fflush.t
21161 ____________________________________________________________________________
21162 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
21163         Log: Subject: [PATCH] check return of close
21164              From: andreas.koenig@anima.de (Andreas J. Koenig)            
21165              Date: 27 Dec 2001 09:47:30 +0100
21166              Message-ID: <m3ellhgicd.fsf@anima.de> 
21167      Branch: perl
21168            ! t/base/rs.t
21169 ____________________________________________________________________________
21170 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
21171         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
21172              From: andreas.koenig@anima.de (Andreas J. Koenig)
21173              Date: 27 Dec 2001 09:21:16 +0100
21174              Message-ID: <m3n105gjk3.fsf@anima.de>
21175      Branch: perl
21176            ! t/op/sysio.t
21177 ____________________________________________________________________________
21178 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
21179         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
21180              From: "Gerrit P. Haase" <gp@familiehaase.de>
21181              Date: Thu, 27 Dec 2001 09:23:55 +0100 
21182              Message-ID: <98211521662.20011227092355@familiehaase.de>
21183      Branch: perl
21184            ! lib/ExtUtils/t/MM_Cygwin.t
21185 ____________________________________________________________________________
21186 [ 13900] By: nick                                  on 2001/12/27  11:11:51
21187         Log: Integrate mainline
21188      Branch: perlio
21189           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
21190           +> lib/File/Spec/NW5.pm
21191           !> (integrate 52 files)
21192 ____________________________________________________________________________
21193 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
21194         Log: Replace the awful (most likely generated and not very persistent)
21195              URL with something tangible.
21196      Branch: perl
21197            ! README.hpux
21198 ____________________________________________________________________________
21199 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
21200         Log: Naughty /dev/printer (ls -l, really) of IRIX.
21201      Branch: perl
21202            ! t/op/stat.t
21203 ____________________________________________________________________________
21204 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
21205         Log: Upgrade to Net::Ping 2.10.
21206      Branch: perl
21207            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
21208            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
21209            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
21210            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
21211 ____________________________________________________________________________
21212 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
21213         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
21214              (this showed up in Benchmark.t)
21215      Branch: perl
21216            ! pp_sys.c
21217 ____________________________________________________________________________
21218 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
21219         Log: BeOS updates.
21220      Branch: perl
21221            ! README.beos beos/beos.c
21222 ____________________________________________________________________________
21223 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
21224         Log: Subject: Re: bleadperl doesn't compile
21225              From: "Gerrit P. Haase" <gp@familiehaase.de>
21226              Date: Wed, 26 Dec 2001 21:29:08 +0100
21227              Message-ID: <22168634623.20011226212908@familiehaase.de>
21228              
21229              Cygwin with multiplicity.
21230      Branch: perl
21231            ! perlio.c
21232 ____________________________________________________________________________
21233 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
21234         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21235              From: Nicholas Clark <nick@ccl4.org>
21236              Date: Wed, 26 Dec 2001 19:07:33 +0000
21237              Message-ID: <20011226190732.J48842@plum.flirble.org>            
21238              
21239              socketpair() (un)signedness nit.
21240      Branch: perl
21241            ! util.c
21242 ____________________________________________________________________________
21243 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
21244         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
21245              From: Nicholas Clark <nick@ccl4.org>
21246              Date: Wed, 26 Dec 2001 19:19:47 +0000
21247              Message-ID: <20011226191946.K48842@plum.flirble.org>
21248              
21249              Use report_evil_fh().
21250      Branch: perl
21251            ! doio.c
21252 ____________________________________________________________________________
21253 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
21254         Log: Bad $? assumptions.
21255      Branch: perl
21256            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
21257 ____________________________________________________________________________
21258 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
21259         Log: Net::Ping isn't going to work much without
21260              the Socket extension; fail more gracefully.
21261      Branch: perl
21262            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21263            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21264            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21265            ! lib/Net/Ping/t/300_ping_stream.t
21266 ____________________________________________________________________________
21267 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
21268         Log: metaconfig unit change for #13888.
21269      Branch: metaconfig
21270            ! U/modified/Oldconfig.U
21271 ____________________________________________________________________________
21272 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
21273         Log: test -d /system is a bit too generic test for VOS
21274              (false hit in BeOS)
21275      Branch: perl
21276            ! Configure
21277 ____________________________________________________________________________
21278 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
21279         Log: No AF_UNIX in BeOS.
21280      Branch: perl
21281            ! util.c
21282 ____________________________________________________________________________
21283 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
21284         Log: FAQ sync.
21285      Branch: perl
21286            ! pod/perlfaq5.pod
21287 ____________________________________________________________________________
21288 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
21289         Log: Update Changes.
21290      Branch: perl
21291            ! Changes patchlevel.h
21292 ____________________________________________________________________________
21293 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
21294         Log: Make -t equal -tw.
21295      Branch: perl
21296            ! perl.c pod/perlrun.pod
21297 ____________________________________________________________________________
21298 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
21299         Log: Subject: Re: Not OK 13881
21300              From: John Peacock <jpeacock@rowman.com>
21301              Date: Tue, 25 Dec 2001 06:02:12 -0500
21302              Message-ID: <3C285CB4.8040006@rowman.com>
21303      Branch: perl
21304            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
21305 ____________________________________________________________________________
21306 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
21307         Log: Subject: Re: Not OK 13881
21308              From: andreas.koenig@anima.de (Andreas J. Koenig)
21309              Date: 25 Dec 2001 07:33:23 +0100
21310              Message-ID: <m3bsgnajws.fsf@anima.de>
21311      Branch: perl
21312            ! op.c
21313 ____________________________________________________________________________
21314 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
21315         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
21316              From: Mark-Jason Dominus <mjd@plover.com>    
21317              Date: Mon, 24 Dec 2001 18:14:48 -0500
21318              Message-ID: <20011224231448.25826.qmail@plover.com>
21319      Branch: perl
21320            ! op.c t/op/eval.t
21321 ____________________________________________________________________________
21322 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
21323         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
21324              From: Dave Rolsky <autarch@urth.org>
21325              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
21326              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
21327      Branch: perl
21328            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
21329            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
21330            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
21331            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
21332            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
21333 ____________________________________________________________________________
21334 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
21335         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
21336              From: Jeffrey Friedl <jfriedl@yahoo.com>
21337              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
21338              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
21339              
21340              The rest of the tests for plus few extras.
21341      Branch: perl
21342            ! t/op/pat.t
21343 ____________________________________________________________________________
21344 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
21345         Log: metaconfig unit change for #13877.
21346      Branch: metaconfig
21347            ! U/modified/Unix.U
21348 ____________________________________________________________________________
21349 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
21350         Log: No-op.
21351      Branch: perl
21352            ! Configure
21353 ____________________________________________________________________________
21354 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
21355         Log: More constant casting.
21356      Branch: perl
21357            ! regexec.c
21358 ____________________________________________________________________________
21359 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
21360         Log: Subject: perlhack.pod 
21361              From: "John P. Linderman" <jpl@research.att.com>
21362              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
21363              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
21364      Branch: perl
21365            ! pod/perlhack.pod
21366 ____________________________________________________________________________
21367 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
21368         Log: File::Find patch patches from Thomas Wegner.
21369      Branch: perl
21370            ! lib/File/Find.pm
21371 ____________________________________________________________________________
21372 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
21373         Log: Subject: Re: socketpair emulation 
21374              From: Nicholas Clark <nick@unfortu.net>                 
21375              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
21376              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
21377      Branch: perl
21378            ! ext/Socket/socketpair.t
21379 ____________________________________________________________________________
21380 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
21381         Log: Must cast constants if they can be quads.
21382      Branch: perl
21383            ! regcomp.c
21384 ____________________________________________________________________________
21385 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
21386         Log: Promote the e/uid to wide enough un/signed integers
21387              and printf them as such.
21388      Branch: perl
21389            ! taint.c
21390 ____________________________________________________________________________
21391 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
21392         Log: metaconfig unit change for #13869.
21393      Branch: metaconfig/U/perl
21394            ! d_u32align.U
21395 ____________________________________________________________________________
21396 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
21397         Log: The U32 alignment test wasn't really working, noticed
21398              by Paul Green.  Now the test works, but this means that
21399              we may see coredumps from the test.   I sure hope MMUless
21400              places don't crash on the test.
21401      Branch: perl
21402            ! Configure
21403 ____________________________________________________________________________
21404 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
21405         Log: metaconfig unit changes for #13867.
21406      Branch: metaconfig
21407            ! U/compline/nblock_io.U U/modified/Unix.U
21408            ! U/modified/spitshell.U
21409 ____________________________________________________________________________
21410 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
21411         Log: More VOS tweaks.
21412      Branch: perl
21413            ! Configure
21414 ____________________________________________________________________________
21415 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
21416         Log: The funky final sigma casefolding.
21417      Branch: perl
21418            ! regcomp.c regexec.c t/op/pat.t utf8.h
21419 ____________________________________________________________________________
21420 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
21421         Log: Update Changes.
21422      Branch: perl
21423            ! Changes patchlevel.h
21424 ____________________________________________________________________________
21425 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
21426         Log: Move the \C and \X to pat.t.
21427      Branch: perl
21428            ! t/op/pat.t t/op/re_tests
21429 ____________________________________________________________________________
21430 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
21431         Log: More logical test ordering.
21432      Branch: perl
21433            ! perl.h
21434 ____________________________________________________________________________
21435 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
21436         Log: Integrate perlio;
21437              
21438              Add at least the "important" PerlIO_xxxx functions to embed.pl
21439              so that they get implicit pTHX_ and we can avoid slow dTHX.
21440              
21441              Put PerlIO stuff inside EXTERN C
21442              
21443              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21444      Branch: perl
21445           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
21446           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
21447           !> win32/win32.c
21448 ____________________________________________________________________________
21449 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
21450         Log: Even more \X fixing.
21451      Branch: perl
21452            ! regexec.c t/op/pat.t
21453 ____________________________________________________________________________
21454 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
21455         Log: More \X fixing.
21456      Branch: perl
21457            ! regexec.c t/op/pat.t
21458 ____________________________________________________________________________
21459 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
21460         Log: Fix encoding pragma.
21461      Branch: perl
21462            ! regcomp.c
21463 ____________________________________________________________________________
21464 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
21465         Log: Subject: socketpair emulation
21466              From: Nicholas Clark <nick@unfortu.net>
21467              Date: Sat, 22 Dec 2001 18:38:18 +0000
21468              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
21469      Branch: perl
21470            + ext/Socket/socketpair.t
21471            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
21472            ! pp_sys.c proto.h util.c
21473 ____________________________________________________________________________
21474 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
21475         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
21476              From: Jeffrey Friedl <jfriedl@yahoo.com>
21477              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
21478              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
21479              
21480              (partially applied, most of the new tests need to be rethought)
21481      Branch: perl
21482            ! regcomp.c t/op/re_tests
21483 ____________________________________________________________________________
21484 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
21485         Log: Small tweaks.
21486      Branch: perl
21487            ! handy.h regexec.c
21488 ____________________________________________________________________________
21489 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
21490         Log: Unicode casefolding continues.
21491              (lib/encoding.t still failing.)
21492      Branch: perl
21493            ! regexec.c t/op/pat.t
21494 ____________________________________________________________________________
21495 [ 13854] By: nick                                  on 2001/12/22  20:01:27
21496         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
21497      Branch: perlio
21498            ! makedef.pl perlio.h perlio.sym win32/win32.c
21499 ____________________________________________________________________________
21500 [ 13853] By: nick                                  on 2001/12/22  19:58:53
21501         Log: Put PerlIO stuff inside EXTERN C
21502      Branch: perlio
21503            ! embed.pl proto.h
21504 ____________________________________________________________________________
21505 [ 13852] By: nick                                  on 2001/12/22  18:04:34
21506         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
21507              so that they get implicit pTHX_ and we can avoid slow dTHX.
21508      Branch: perlio
21509            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
21510            ! perlio.h pod/perlapi.pod proto.h
21511 ____________________________________________________________________________
21512 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
21513         Log: metaconfig unit change for #13850.
21514      Branch: metaconfig
21515            ! U/modified/Loc.U
21516 ____________________________________________________________________________
21517 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
21518         Log: Rework the make logic (again).
21519      Branch: perl
21520            ! Configure
21521 ____________________________________________________________________________
21522 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
21523         Log: Integrate perlio;
21524              Fix mis-parse of autoloaded usage code by declaring the sub
21525              Correct checking code which Ilya spotted was tripped by CR at EOF.
21526              The CR at EOF fix earlier broke CR at end-of-buffer.
21527      Branch: perl
21528            ! regexec.c
21529           !> ext/POSIX/POSIX.pm perlio.c sv.c
21530 ____________________________________________________________________________
21531 [ 13848] By: nick                                  on 2001/12/22  15:11:17
21532         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
21533              This should be okay for both?
21534      Branch: perlio
21535            ! perlio.c
21536 ____________________________________________________________________________
21537 [ 13847] By: nick                                  on 2001/12/22  12:26:32
21538         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
21539              Also tone down perl -DP tracing of sv_gets.
21540      Branch: perlio
21541            ! perlio.c sv.c
21542 ____________________________________________________________________________
21543 [ 13846] By: nick                                  on 2001/12/22  10:49:27
21544         Log: Fix mis-parse of autoloaded usage code by declaring the sub
21545      Branch: perlio
21546            ! ext/POSIX/POSIX.pm
21547 ____________________________________________________________________________
21548 [ 13845] By: nick                                  on 2001/12/22  10:44:11
21549         Log: Integrate mainline - some fails:
21550              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
21551              -------------------------------------------------------------------------------
21552              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
21553              ../lib/encoding.t                    19    2  10.53%  17-18
21554              op/pat.t                            770    3   0.39%  754-755 757
21555      Branch: perlio
21556           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
21557           !> (integrate 36 files)
21558 ____________________________________________________________________________
21559 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
21560         Log: More Unicode casing fixes.
21561      Branch: perl
21562            ! regexec.c t/op/pat.t
21563 ____________________________________________________________________________
21564 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
21565         Log: Unicode casefolding fixes.
21566      Branch: perl
21567            ! op.c regcomp.c regexec.c t/op/pat.t
21568 ____________________________________________________________________________
21569 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
21570         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
21571              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
21572              Date: Sat, 22 Dec 2001 00:01:29 +0100
21573              Message-ID: <20011222000129.A713@rafael>
21574      Branch: perl
21575            ! ext/B/B/Deparse.pm
21576 ____________________________________________________________________________
21577 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
21578         Log: VOS config from Paul Green.
21579      Branch: perl
21580            ! hints/vos.sh
21581 ____________________________________________________________________________
21582 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
21583         Log: Subject: [PATCH @13746] CreateTTY on OS/2
21584              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21585              Date: Fri, 21 Dec 2001 15:59:45 -0500
21586              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
21587      Branch: perl
21588            ! lib/perl5db.pl
21589 ____________________________________________________________________________
21590 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
21591         Log: Subject: [PATCH @13746] uninstalled build of modules broken
21592              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21593              Date: Fri, 21 Dec 2001 15:49:09 -0500
21594              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
21595      Branch: perl
21596            ! lib/ExtUtils/MM_Unix.pm
21597 ____________________________________________________________________________
21598 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
21599         Log: Subject: [PATCH @13746] OS/2 File::* modules
21600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21601              Date: Fri, 21 Dec 2001 15:43:24 -0500
21602              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
21603      Branch: perl
21604            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
21605 ____________________________________________________________________________
21606 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
21607         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
21608              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21609              Date: Fri, 21 Dec 2001 17:29:07 +0100
21610              Message-ID: <3C236353.6625C4C0@alcatel.at>
21611      Branch: perl
21612            ! pod/perltie.pod
21613 ____________________________________________________________________________
21614 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
21615         Log: metaconfig unit changes for #13835
21616      Branch: metaconfig
21617            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
21618            ! U/modified/sh.U
21619 ____________________________________________________________________________
21620 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
21621         Log: Further VOS tweaks: the _exe needs to be introduced
21622              in the very beginning, and the make/gmake needs special
21623              VOS logic.
21624      Branch: perl
21625            ! Configure Makefile.SH
21626 ____________________________________________________________________________
21627 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
21628         Log: Update Changes.
21629      Branch: perl
21630            ! Changes patchlevel.h
21631 ____________________________________________________________________________
21632 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
21633         Log: metaconfig unit change for #13832.
21634      Branch: metaconfig
21635            ! U/modified/spitshell.U
21636 ____________________________________________________________________________
21637 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
21638         Log: Also the search for cat needs to be _exe-aware.
21639      Branch: perl
21640            ! Configure
21641 ____________________________________________________________________________
21642 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
21643         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
21644              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21645              Date: Fri, 21 Dec 2001 14:02:01 +0100
21646              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
21647      Branch: perl
21648            ! ext/B/B/Xref.pm
21649 ____________________________________________________________________________
21650 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
21651         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
21652      Branch: perl
21653            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21654            ! ext/B/t/assembler.t
21655 ____________________________________________________________________________
21656 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
21657         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
21658              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21659              Date: Fri, 21 Dec 2001 11:15:38 +0100
21660              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
21661      Branch: perl
21662            ! hv.c
21663 ____________________________________________________________________________
21664 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
21665         Log: A plan is good.
21666      Branch: perl
21667            ! ext/re/re.t
21668 ____________________________________________________________________________
21669 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
21670         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
21671              From: chromatic <chromatic@rmci.net>
21672              Date: Thu, 20 Dec 2001 16:16:48 -0700
21673              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
21674      Branch: perl
21675            + ext/re/re.t
21676            ! MANIFEST
21677 ____________________________________________________________________________
21678 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
21679         Log: Synchronize the skippage message.
21680      Branch: perl
21681            ! lib/ExtUtils/t/MM_OS2.t
21682 ____________________________________________________________________________
21683 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
21684         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
21685              From: chromatic <chromatic@rmci.net>
21686              Date: Thu, 20 Dec 2001 16:09:10 -0700
21687              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
21688      Branch: perl
21689            + lib/ExtUtils/t/MM_OS2.t
21690            ! MANIFEST
21691 ____________________________________________________________________________
21692 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
21693         Log: Subject: perlfunc.pod patch re flock via fcntl
21694              From: "Tye McQueen" <tye@metronet.com>
21695              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
21696              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
21697      Branch: perl
21698            ! pod/perlfunc.pod
21699 ____________________________________________________________________________
21700 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
21701         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
21702              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
21703              (the Unicode maximum code point) warnable offenses.
21704      Branch: perl
21705            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
21706            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
21707 ____________________________________________________________________________
21708 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
21709         Log: Sterner admonishment on -t.
21710      Branch: perl
21711            ! pod/perlrun.pod
21712 ____________________________________________________________________________
21713 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
21714         Log: Subject: [PATCH B::Dpparse] minor qr// fix
21715              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21716              Date: Thu, 20 Dec 2001 22:53:34 +0100
21717              Message-ID: <20011220225334.A735@rafael>
21718      Branch: perl
21719            ! ext/B/B/Deparse.pm
21720 ____________________________________________________________________________
21721 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
21722         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
21723              From: Robert Spier <rspier@pobox.com>
21724              Date: Thu, 20 Dec 2001 08:10:00 -0800
21725              Message-ID: <15394.3416.693353.107334@rls.cx>
21726      Branch: perl
21727            ! lib/Carp/Heavy.pm
21728 ____________________________________________________________________________
21729 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
21730         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
21731      Branch: perl
21732           !> win32/win32io.c
21733 ____________________________________________________________________________
21734 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
21735         Log: Subject: Re: [PATCH pod/perliol.pod] resend
21736              From: Stas Bekman <stas@stason.org>
21737              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
21738              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
21739      Branch: perl
21740            ! pod/perliol.pod
21741 ____________________________________________________________________________
21742 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
21743         Log: Fix up the APIs noone hopefully uses.
21744      Branch: perl
21745            ! utf8.c
21746 ____________________________________________________________________________
21747 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
21748         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
21749              Date: Wed, 19 Dec 2001 14:13:38 -0800
21750              From: Robert Spier <rspier@pobox.com>
21751              Message-ID: <15393.4370.605214.548582@rls.cx>
21752      Branch: perl
21753            ! lib/Carp.t lib/Carp/Heavy.pm
21754 ____________________________________________________________________________
21755 [ 13815] By: nick                                  on 2001/12/20  10:23:42
21756         Log: pTHX_ fixes for :win32 layer
21757      Branch: perlio
21758            ! win32/win32io.c
21759 ____________________________________________________________________________
21760 [ 13814] By: nick                                  on 2001/12/20  08:20:11
21761         Log: Integrate mainline (mostly) utf8.c does not compile.
21762      Branch: perlio
21763           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
21764           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21765           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21766           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21767           +> lib/Net/Ping/t/300_ping_stream.t
21768           !> Changes MANIFEST embed.h embed.pl embedvar.h
21769           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
21770           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
21771           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
21772           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
21773           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
21774 ____________________________________________________________________________
21775 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
21776         Log: Some bincompat clawbacks.
21777      Branch: perl
21778            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
21779            ! wince/perldll.def
21780 ____________________________________________________________________________
21781 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
21782         Log: gcc pacifying (RH 7.1/ia64).
21783      Branch: perl
21784            ! pp.c
21785 ____________________________________________________________________________
21786 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
21787         Log: Update Changes.
21788      Branch: perl
21789            ! Changes patchlevel.h
21790 ____________________________________________________________________________
21791 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
21792         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21793              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21794              Date: Wed, 19 Dec 2001 12:35:07 +0100
21795              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
21796              
21797              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21798              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21799              Date: Wed, 19 Dec 2001 17:34:51 +0000
21800              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
21801      Branch: perl
21802            ! pod/perlre.pod
21803 ____________________________________________________________________________
21804 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
21805         Log: Integrate perlio.
21806      Branch: perl
21807           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21808           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
21809 ____________________________________________________________________________
21810 [ 13808] By: nick                                  on 2001/12/19  16:08:27
21811         Log: Add pTHX to all vtable functions for future-proofing and
21812              consistency of PerlIO layers.
21813      Branch: perlio
21814            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21815            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
21816 ____________________________________________________________________________
21817 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
21818         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
21819      Branch: perl
21820            ! ext/B/B/Assembler.pm
21821 ____________________________________________________________________________
21822 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
21823         Log: Reword the alarm explanation.
21824      Branch: perl
21825            ! pod/perlfunc.pod
21826 ____________________________________________________________________________
21827 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
21828         Log: Subject: [PATCH @13746] OS/2 build
21829              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
21830              Date: Wed, 19 Dec 2001 02:45:41 -0500
21831              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
21832              
21833              (skipped the t/TEST change)
21834      Branch: perl
21835            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
21836            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
21837            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
21838 ____________________________________________________________________________
21839 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
21840         Log: Upgrade to Net::Ping 2.09.
21841      Branch: perl
21842            + lib/Net/Ping/CHANGES lib/Net/Ping/README
21843            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21844            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21845            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21846            + lib/Net/Ping/t/300_ping_stream.t
21847            ! MANIFEST lib/Net/Ping.pm
21848 ____________________________________________________________________________
21849 [ 13803] By: nick                                  on 2001/12/19  14:43:24
21850         Log: Integrate mainline
21851      Branch: perlio
21852           +> ext/B/t/assembler.t lib/lib.t
21853           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21854           !> lib/lib_pm.PL t/op/glob.t utf8.c
21855 ____________________________________________________________________________
21856 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
21857         Log: B::Assembler/B::Disassembler patches and test;
21858              from Wolfgang Laun.
21859              
21860              TODO: getting perlcc working.
21861      Branch: perl
21862            + ext/B/t/assembler.t
21863            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21864 ____________________________________________________________________________
21865 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
21866         Log: Can't printf U8s as UVs.
21867      Branch: perl
21868            ! utf8.c
21869 ____________________________________________________________________________
21870 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
21871         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21872              From: Robin Houston <robin@kitsite.com> 
21873              Date: Wed, 19 Dec 2001 13:48:55 +0000
21874              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
21875              
21876              Not exactly a glob test but internal-logically correct.
21877      Branch: perl
21878            ! t/op/glob.t
21879 ____________________________________________________________________________
21880 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
21881         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
21882              From: Michael G Schwern <schwern@pobox.com> 
21883              Date: Wed, 19 Dec 2001 07:42:54 -0500
21884              Message-ID: <20011219124254.GF8630@blackrider>
21885      Branch: perl
21886            + lib/lib.t
21887            ! MANIFEST lib/lib_pm.PL
21888 ____________________________________________________________________________
21889 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
21890         Log: Integrate with perlio.
21891      Branch: perl
21892           !> hv.c hv.h scope.c util.c
21893 ____________________________________________________________________________
21894 [ 13797] By: nick                                  on 2001/12/19  12:03:21
21895         Log: Remove the sometimes-lvalue cast
21896      Branch: perlio
21897            ! hv.h
21898 ____________________________________________________________________________
21899 [ 13796] By: nick                                  on 2001/12/19  11:02:27
21900         Log: alarm.t with -Uuseperlio fix
21901              - SA_RESTART should only be function of PERL_OLD_SIGNALS
21902              not USE_PERLIO
21903      Branch: perlio
21904            ! util.c
21905 ____________________________________________________________________________
21906 [ 13795] By: nick                                  on 2001/12/19  10:19:40
21907         Log: Fix READONLY hashes:
21908              1. Discovered need for disabled scope.c part of Jeff's patch.
21909              2. Corrected hv_delete* - entry was being de-linked from
21910              chain (patch program not smart enough?)
21911      Branch: perlio
21912            ! hv.c scope.c
21913 ____________________________________________________________________________
21914 [ 13794] By: nick                                  on 2001/12/19  09:35:13
21915         Log: Integrate mainline
21916      Branch: perlio
21917           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
21918           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
21919           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
21920           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
21921           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
21922 ____________________________________________________________________________
21923 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
21924         Log: Regen toc.
21925      Branch: perl
21926            ! pod/perltoc.pod
21927 ____________________________________________________________________________
21928 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
21929         Log: FAQ sync.
21930      Branch: perl
21931            ! pod/perlfaq5.pod
21932 ____________________________________________________________________________
21933 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
21934         Log: Reformat round.
21935      Branch: perl
21936            ! pod/perlunicode.pod
21937 ____________________________________________________________________________
21938 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
21939         Log: Subject: [PATCH] pod/perlunicode.pod
21940              From: Jeffrey Friedl <jfriedl@yahoo.com>
21941              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
21942              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
21943      Branch: perl
21944            ! pod/perlunicode.pod
21945 ____________________________________________________________________________
21946 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
21947         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21948              From: Jeffrey Friedl <jfriedl@yahoo.com>
21949              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
21950              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
21951      Branch: perl
21952            ! pod/perluniintro.pod
21953 ____________________________________________________________________________
21954 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
21955         Log: Slight pod reformatting.
21956      Branch: perl
21957            ! pod/perluniintro.pod
21958 ____________________________________________________________________________
21959 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
21960         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21961              From: Jeffrey Friedl <jfriedl@yahoo.com>    
21962              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
21963              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
21964      Branch: perl
21965            ! pod/perluniintro.pod
21966 ____________________________________________________________________________
21967 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
21968         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
21969              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21970              Date: Wed, 19 Dec 2001 01:45:23 +0000
21971              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
21972      Branch: perl
21973            ! sv.c
21974 ____________________________________________________________________________
21975 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
21976         Log: Subject: Porting/checkURL.pl
21977              From: abigail@foad.org
21978              Date: Tue, 18 Dec 2001 19:03:22 +0100          
21979              Message-ID: <20011218180322.8278.qmail@foad.org> 
21980      Branch: perl
21981            ! Porting/checkURL.pl
21982 ____________________________________________________________________________
21983 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
21984         Log: metaconfig unit change for #13783.
21985      Branch: metaconfig
21986            ! U/modified/Loc.U
21987 ____________________________________________________________________________
21988 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
21989         Log: A bit too oversweeping matching in #13778.
21990      Branch: perl
21991            ! Configure
21992 ____________________________________________________________________________
21993 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
21994         Log: Re-gen Configure based on #13778..13781.
21995      Branch: perl
21996            ! Configure config_h.SH
21997 ____________________________________________________________________________
21998 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
21999         Log: First assume that crypt() can live happy normal life in
22000              the libc or the moral equivalent; only then try magic.
22001      Branch: metaconfig
22002            + U/modified/d_crypt.U
22003 ____________________________________________________________________________
22004 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
22005         Log: In VOS ACLs confuse the testing.
22006      Branch: metaconfig
22007            ! U/modified/Findhdr.U
22008 ____________________________________________________________________________
22009 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
22010         Log: Either make or gmake.
22011      Branch: metaconfig
22012            ! U/modified/Loc.U
22013 ____________________________________________________________________________
22014 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
22015         Log: If your _exe is different from .exe and your test -f $foo
22016              doesn't do magic to recognize $foo$_exe, you will need to
22017              specify -D_exe=... on command line-- and this patch.
22018      Branch: metaconfig
22019            + U/modified/sh.U
22020            ! U/modified/Loc.U
22021 ____________________________________________________________________________
22022 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
22023         Log: Fix the bugs in #13768..13776, and regen Configure.
22024      Branch: metaconfig
22025            ! U/compline/nblock_io.U U/modified/Findhdr.U
22026            ! U/modified/spitshell.U
22027      Branch: metaconfig/U/perl
22028            ! issymlink.U perlpath.U
22029      Branch: perl
22030            ! Configure config_h.SH
22031 ____________________________________________________________________________
22032 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
22033         Log: Must test with $_exe. (There are plenty of similar
22034              spots earlier but they are a tad more complex to fix
22035              since they come before the hints are run.)
22036      Branch: metaconfig
22037            + U/modified/yacc.U
22038 ____________________________________________________________________________
22039 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
22040         Log: F_SETFL might require <fcntl.h>
22041      Branch: metaconfig
22042            ! U/compline/nblock_io.U
22043 ____________________________________________________________________________
22044 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
22045         Log: Don't require make; have both make and gmake optional.
22046              (Maybe have a check that at least one of them is available?)
22047      Branch: metaconfig
22048            ! U/modified/Loc.U
22049 ____________________________________________________________________________
22050 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
22051         Log: cat might be farther than /bin or /usr/bin.
22052      Branch: metaconfig
22053            ! U/modified/spitshell.U
22054 ____________________________________________________________________________
22055 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
22056         Log: In VOS the path component separator is >, not /.
22057      Branch: metaconfig
22058            ! U/modified/Findhdr.U
22059 ____________________________________________________________________________
22060 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
22061         Log: The VOS shell doesn't implement the ? wildcard
22062              (? is used for other purposes, I assume); but
22063              it does implement the * wildcard, and that works
22064              in the general case just fine.
22065      Branch: metaconfig/U/perl
22066            ! d_dlsymun.U
22067 ____________________________________________________________________________
22068 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
22069         Log: VOS detection.
22070      Branch: metaconfig
22071            ! U/modified/Oldconfig.U
22072 ____________________________________________________________________________
22073 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
22074         Log: Proper path for VOS.
22075      Branch: metaconfig
22076            ! U/modified/Head.U
22077 ____________________________________________________________________________
22078 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
22079         Log: Change s/>& 4/>&4/g for consistency.
22080      Branch: metaconfig
22081            + U/modified/d_dosuid.U
22082            ! U/modified/d_socket.U
22083      Branch: metaconfig/U/perl
22084            ! issymlink.U perlxvf.U
22085 ____________________________________________________________________________
22086 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
22087         Log: Subject: Re: Benchmark.t failure on Linux
22088              From: Nicholas Clark <nick@ccl4.org>
22089              Date: Tue, 18 Dec 2001 22:51:25 +0000
22090              Message-ID: <20011218225124.N21702@plum.flirble.org>
22091      Branch: perl
22092            ! lib/Benchmark.t
22093 ____________________________________________________________________________
22094 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
22095         Log: Re-applying #13752 until a better solution can be found.
22096      Branch: perl
22097            ! lib/ExtUtils/t/MM_Unix.t
22098 ____________________________________________________________________________
22099 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
22100         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
22101              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
22102              Date: Tue, 18 Dec 2001 12:05:40 -0500
22103              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
22104      Branch: perl
22105            ! lib/Exporter.pm
22106 ____________________________________________________________________________
22107 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
22108         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
22109              findings -- some of the warnings I can't explain except
22110              by NVgf being detected wrong, though.
22111      Branch: perl
22112            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
22113 ____________________________________________________________________________
22114 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
22115         Log: Subject: [PATCH] pod/perluniintro.pod
22116              From: Jeffrey Friedl <jfriedl@yahoo.com>
22117              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
22118              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
22119      Branch: perl
22120            ! pod/perluniintro.pod
22121 ____________________________________________________________________________
22122 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
22123         Log: ".pm" is the native executable suffix in VOS.
22124      Branch: perl
22125            ! hints/vos.sh
22126 ____________________________________________________________________________
22127 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
22128         Log: Integrate perlio;
22129              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22130      Branch: perl
22131           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22132 ____________________________________________________________________________
22133 [ 13760] By: nick                                  on 2001/12/18  15:55:22
22134         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
22135              - added delete of READONLY value inhibit & test for same
22136              - re-tabbed
22137      Branch: perlio
22138            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
22139 ____________________________________________________________________________
22140 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
22141         Log: (Undone by #13766.)
22142              Retract #13752.
22143      Branch: perl
22144            ! lib/ExtUtils/t/MM_Unix.t
22145 ____________________________________________________________________________
22146 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
22147         Log: Echoes of #13757.
22148      Branch: perl
22149            ! t/lib/warnings/utf8
22150 ____________________________________________________________________________
22151 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
22152         Log: Make the utf8 malformedness messages more verbose.
22153      Branch: perl
22154            ! lib/utf8.t utf8.c
22155 ____________________________________________________________________________
22156 [ 13756] By: nick                                  on 2001/12/18  14:43:58
22157         Log: Integrate mainline
22158      Branch: perlio
22159           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22160           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22161           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22162           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22163           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22164           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
22165            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22166            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22167            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
22168            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
22169            - lib/ExtUtils/testlib.t
22170           !> (integrate 28 files)
22171 ____________________________________________________________________________
22172 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
22173         Log: README.aix updates from Jens-Uwe Mager.
22174      Branch: perl
22175            ! README.aix
22176 ____________________________________________________________________________
22177 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
22178         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
22179              From: Michael G Schwern <schwern@pobox.com>
22180              Date: Tue, 18 Dec 2001 00:58:18 -0500
22181              Message-ID: <20011218055818.GC4362@blackrider>
22182      Branch: perl
22183            ! lib/Benchmark.t
22184 ____________________________________________________________________________
22185 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
22186         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
22187              From: Michael G Schwern <schwern@pobox.com>
22188              Date: Tue, 18 Dec 2001 00:40:38 -0500
22189              Message-ID: <20011218054038.GB4362@blackrider>
22190      Branch: perl
22191            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
22192 ____________________________________________________________________________
22193 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
22194         Log: (reintroduced by #13766)
22195              (retracted by #13759)
22196              
22197              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
22198              From: Michael G Schwern <schwern@pobox.com>  
22199              Date: Tue, 18 Dec 2001 00:00:23 -0500
22200              Message-ID: <20011218050023.GA27893@blackrider>
22201      Branch: perl
22202            ! lib/ExtUtils/t/MM_Unix.t
22203 ____________________________________________________________________________
22204 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
22205         Log: Re-patch #13749.
22206      Branch: perl
22207            ! t/op/glob.t
22208 ____________________________________________________________________________
22209 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
22210         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
22211              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22212              Date: Tue, 18 Dec 2001 12:55:43 +0000
22213              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
22214      Branch: perl
22215            ! ext/Devel/Peek/Peek.pm
22216 ____________________________________________________________________________
22217 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
22218         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
22219              From: Robin Houston <robin@kitsite.com> 
22220              Date: Tue, 18 Dec 2001 14:54:33 +0000
22221              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
22222      Branch: perl
22223            ! t/op/glob.t
22224 ____________________________________________________________________________
22225 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
22226         Log: Subject: [PATCH] slightly more for Exporter.pm
22227              From: Nicholas Clark <nick@ccl4.org>
22228              Date: Tue, 18 Dec 2001 00:22:03 +0000
22229              Message-ID: <20011218002203.M21702@plum.flirble.org>
22230      Branch: perl
22231            ! lib/Exporter.pm
22232 ____________________________________________________________________________
22233 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
22234         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
22235              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22236              Date: Mon, 17 Dec 2001 16:37:18 +0100
22237              Message-ID: <20011217163718.A2292@rafael>
22238              
22239              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
22240              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22241              Date: Mon, 17 Dec 2001 23:17:06 +0100
22242              Message-ID: <20011217231706.A730@rafael>
22243      Branch: perl
22244            ! pod/perlsub.pod pp.c toke.c
22245 ____________________________________________________________________________
22246 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
22247         Log: Update Changes.
22248      Branch: perl
22249            ! Changes patchlevel.h
22250 ____________________________________________________________________________
22251 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
22252         Log: New test warrants a MANIFEST entry.
22253      Branch: perl
22254            ! MANIFEST
22255 ____________________________________________________________________________
22256 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
22257         Log: Subject: Re: [PATCH] ...while $var = glob(...)
22258              From: Robin Houston <robin@kitsite.com>
22259              Date: Mon, 17 Dec 2001 20:27:30 +0000
22260              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
22261              
22262              Can't portably unlink open files.
22263      Branch: perl
22264            ! t/op/glob.t
22265 ____________________________________________________________________________
22266 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
22267         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
22268      Branch: perl
22269            ! pod/perluniintro.pod
22270 ____________________________________________________________________________
22271 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
22272         Log: Move typeglob test from glob.t to gv.t.
22273      Branch: perl
22274            ! t/op/glob.t t/op/gv.t
22275 ____________________________________________________________________________
22276 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
22277         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
22278              From: Robin Houston <robin@kitsite.com> 
22279              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
22280              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
22281      Branch: perl
22282            ! t/op/glob.t
22283 ____________________________________________________________________________
22284 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
22285         Log: Demote the surrogate and non-character errors to warnings.
22286      Branch: perl
22287            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
22288 ____________________________________________________________________________
22289 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
22290         Log: Subject: [PATCH] more POSIX tests, and more autoloading
22291              From: Nicholas Clark <nick@ccl4.org>
22292              Date: Mon, 17 Dec 2001 18:27:47 +0000
22293              Message-ID: <20011217182747.D21702@plum.flirble.org>
22294      Branch: perl
22295            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
22296 ____________________________________________________________________________
22297 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
22298         Log: Subject: [PATCH] ...while $var = glob(...)
22299              From: Robin Houston <robin@kitsite.com> 
22300              Date: Mon, 17 Dec 2001 15:51:54 +0000
22301              Message-ID: <20011217155153.A311@robin.kitsite.com>
22302      Branch: perl
22303            ! op.c
22304 ____________________________________________________________________________
22305 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
22306         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
22307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22308              Date: Mon, 17 Dec 2001 15:23:01 +0100
22309              Message-ID: <20011217152301.A704@rafael>
22310      Branch: perl
22311            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
22312 ____________________________________________________________________________
22313 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
22314         Log: The system() vs $SIG{ARLM} is no more a todo.
22315      Branch: perl
22316            ! t/op/alarm.t
22317 ____________________________________________________________________________
22318 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
22319         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
22320              From: Michael G Schwern <schwern@pobox.com>
22321              Date: Sun, 16 Dec 2001 23:59:01 -0500
22322              Message-ID: <20011217045901.GL17232@blackrider>
22323      Branch: perl
22324            + t/op/alarm.t
22325            ! MANIFEST
22326 ____________________________________________________________________________
22327 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
22328         Log: s/UNIX/Unix/
22329      Branch: perl
22330            ! MANIFEST
22331 ____________________________________________________________________________
22332 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
22333         Log: Move ExtUtils tests to lib/ExtUtils/t.
22334      Branch: perl
22335            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
22336            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
22337            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
22338            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
22339            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
22340            + lib/ExtUtils/t/testlib.t
22341            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
22342            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
22343            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
22344            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
22345            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
22346            ! MANIFEST
22347 ____________________________________________________________________________
22348 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
22349         Log: Subject: [PATCH] MM_Unix tests, and some questions
22350              From: Tels <perl_dummy@bloodgate.com>
22351              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
22352              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
22353              
22354              Subject: Re: [PATCH] MM_Unix tests, and some questions
22355              From: Tels <perl_dummy@bloodgate.com>
22356              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
22357              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
22358      Branch: perl
22359            + lib/ExtUtils/MM_Unix.t
22360            ! MANIFEST lib/ExtUtils/MM_Unix.pm
22361 ____________________________________________________________________________
22362 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
22363         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
22364              From: Michael G Schwern <schwern@pobox.com>
22365              Date: Sun, 16 Dec 2001 17:53:55 -0500
22366              Message-ID: <20011216225354.GE8900@blackrider>
22367      Branch: perl
22368            ! lib/ExtUtils/MM_Unix.pm
22369 ____________________________________________________________________________
22370 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
22371         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
22372              From: Michael G Schwern <schwern@pobox.com>                
22373              Date: Sun, 16 Dec 2001 16:12:55 -0500
22374              Message-ID: <20011216211255.GV8900@blackrider>
22375      Branch: perl
22376            ! ext/B/B/Deparse.pm
22377 ____________________________________________________________________________
22378 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
22379         Log: Subject: [PATCH] Exporter.pm
22380              From: Nicholas Clark <nick@ccl4.org>
22381              Date: Sun, 16 Dec 2001 19:24:25 +0000
22382              Message-ID: <20011216192425.R21702@plum.flirble.org>
22383      Branch: perl
22384            ! lib/Exporter.pm
22385 ____________________________________________________________________________
22386 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
22387         Log: Subject: [PATCH] Exporter.t (and question)
22388              From: Nicholas Clark <nick@ccl4.org>
22389              Date: Sun, 16 Dec 2001 17:24:55 +0000
22390              Message-ID: <20011216172455.P21702@plum.flirble.org>
22391      Branch: perl
22392            ! lib/Exporter.t
22393 ____________________________________________________________________________
22394 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
22395         Log: Subject: Re: perl@13661
22396              From: "John P. Linderman" <jpl@research.att.com>              
22397              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
22398              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
22399      Branch: perl
22400            ! pp_sort.c
22401 ____________________________________________________________________________
22402 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
22403         Log: Subject: Will the real Unicode encoding please stand up?
22404              From: Jeffrey Friedl <jfriedl@yahoo.com>
22405              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
22406              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
22407      Branch: perl
22408            ! pod/perluniintro.pod
22409 ____________________________________________________________________________
22410 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
22411         Log: Integrate perlio; interruptable system().
22412      Branch: perl
22413           !> util.c
22414 ____________________________________________________________________________
22415 [ 13724] By: nick                                  on 2001/12/17  09:16:50
22416         Log: Fix for alarm() breaking into wait*().
22417              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
22418              signal handler before caller re-does the system call.
22419      Branch: perlio
22420            ! util.c
22421 ____________________________________________________________________________
22422 [ 13723] By: nick                                  on 2001/12/17  07:45:13
22423         Log: Integrate mainline
22424      Branch: perlio
22425           +> (branch 26 files)
22426           !> (integrate 47 files)
22427 ____________________________________________________________________________
22428 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
22429         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
22430              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
22431              and characters beyond 0x10FFF should be disallowed, too,
22432              but some tests would need changing, but more importantly some
22433              APIs would need remodeling since one can easily generate such
22434              characters either by bitwise complements, tr complements, or
22435              v-strings.
22436      Branch: perl
22437            ! pod/perldiag.pod utf8.c
22438 ____________________________________________________________________________
22439 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
22440         Log: Make surrogates illegal also on EBCDIC.
22441      Branch: perl
22442            ! utf8.c
22443 ____________________________________________________________________________
22444 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
22445         Log: Subject: [patch @13687] Unicode::Collate 0.10
22446              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
22447              Date: Sun, 16 Dec 2001 21:22:12 +0900
22448              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
22449      Branch: perl
22450            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
22451            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
22452 ____________________________________________________________________________
22453 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
22454         Log: More documentation for the encoding pragma.
22455      Branch: perl
22456            ! lib/encoding.pm
22457 ____________________________________________________________________________
22458 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
22459         Log: Subject: [PATCH] lib/open.pm 
22460              From: Jeffrey Friedl <jfriedl@yahoo.com>
22461              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
22462              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
22463      Branch: perl
22464            ! lib/open.pm
22465 ____________________________________________________________________________
22466 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
22467         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
22468              From: chromatic <chromatic@rmci.net>
22469              Date: Sat, 15 Dec 2001 23:24:40 -0700
22470              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
22471      Branch: perl
22472            + lib/ExtUtils/Installed.t
22473            ! MANIFEST
22474 ____________________________________________________________________________
22475 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
22476         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
22477              From: Michael G Schwern <schwern@pobox.com>
22478              Date: Sun, 16 Dec 2001 01:14:00 -0500
22479              Message-ID: <20011216061400.GC8900@blackrider>
22480      Branch: perl
22481            ! lib/diagnostics.pm
22482 ____________________________________________________________________________
22483 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
22484         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
22485              From: Michael G Schwern <schwern@pobox.com>
22486              Date: Sun, 16 Dec 2001 01:12:42 -0500
22487              Message-ID: <20011216061242.GB8900@blackrider>
22488      Branch: perl
22489            ! t/test.pl
22490 ____________________________________________________________________________
22491 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
22492         Log: I sometimes outsmart myself.
22493      Branch: perl
22494            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22495 ____________________________________________________________________________
22496 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
22497         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
22498              From: Michael G Schwern <schwern@pobox.com>
22499              Date: Sat, 15 Dec 2001 15:08:29 -0500
22500              Message-ID: <20011215200829.GK1548@blackrider>
22501      Branch: perl
22502            ! lib/AutoSplit.pm
22503 ____________________________________________________________________________
22504 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
22505         Log: perlunicode enchancements suggested by Jeffrey Friedl.
22506      Branch: perl
22507            ! pod/perlunicode.pod
22508 ____________________________________________________________________________
22509 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
22510         Log: Subject: [PATCH] perlunicode.pod
22511              From: Jeffrey Friedl <jfriedl@yahoo.com>
22512              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
22513              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
22514      Branch: perl
22515            ! pod/perlunicode.pod
22516 ____________________________________________________________________________
22517 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
22518         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
22519              From: Jeffrey Friedl <jfriedl@yahoo.com>
22520              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
22521              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
22522      Branch: perl
22523            ! lib/utf8_heavy.pl
22524 ____________________________________________________________________________
22525 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
22526         Log: Can't create surrogates; so can't match them, either.
22527      Branch: perl
22528            ! pod/perlunicode.pod
22529 ____________________________________________________________________________
22530 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
22531         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
22532              From: Michael G Schwern <schwern@pobox.com>
22533              Date: Sat, 15 Dec 2001 21:20:35 -0500
22534              Message-ID: <20011216022035.GE5672@blackrider>
22535      Branch: perl
22536            ! t/test.pl
22537 ____________________________________________________________________________
22538 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
22539         Log: Make creating UTF-8 surrogates a punishable act.
22540      Branch: perl
22541            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
22542 ____________________________________________________________________________
22543 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
22544         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
22545      Branch: perl
22546            + lib/unicore/In/172.pl lib/unicore/In/173.pl
22547            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
22548            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
22549            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
22550            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
22551            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
22552 ____________________________________________________________________________
22553 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
22554         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
22555              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22556              Date: Sat, 15 Dec 2001 23:21:43 +0100
22557              Message-ID: <20011215232143.A11790@rafael>
22558      Branch: perl
22559            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22560 ____________________________________________________________________________
22561 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
22562         Log: Make charnames more robust.
22563      Branch: perl
22564            ! lib/charnames.pm
22565 ____________________________________________________________________________
22566 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
22567         Log: The hoops one has to jump through.
22568      Branch: perl
22569            ! ext/I18N/Langinfo/Langinfo.pm
22570 ____________________________________________________________________________
22571 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
22572         Log: Subject: [PATCH] perlstyle.pod nit on warnings
22573              From: Autrijus Tang <autrijus@egb.elixus.org>
22574              Date: Sat, 15 Dec 2001 04:24:34 -0800
22575              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
22576      Branch: perl
22577            ! pod/perlstyle.pod
22578 ____________________________________________________________________________
22579 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
22580         Log: I don't think we are in FooOS, Toto.
22581      Branch: perl
22582            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
22583 ____________________________________________________________________________
22584 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
22585         Log: Subject: Re: Untested modules update:  There's more than we thought
22586              From: chromatic <chromatic@rmci.net>
22587              Date: Fri, 14 Dec 2001 17:20:24 -0700
22588              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
22589      Branch: perl
22590            + lib/ExtUtils/MM_Cygwin.t
22591            ! MANIFEST
22592 ____________________________________________________________________________
22593 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
22594         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
22595              From: Michael G Schwern <schwern@pobox.com> 
22596              Date: Fri, 14 Dec 2001 20:59:42 -0500
22597              Message-ID: <20011215015942.GF28596@blackrider>
22598      Branch: perl
22599            ! t/TEST
22600 ____________________________________________________________________________
22601 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
22602         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
22603              From: Michael G Schwern <schwern@pobox.com> 
22604              Date: Fri, 14 Dec 2001 20:03:46 -0500
22605              Message-ID: <20011215010346.GD28596@blackrider>
22606      Branch: perl
22607            + ext/B/t/bblock.t
22608            ! MANIFEST
22609 ____________________________________________________________________________
22610 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
22611         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
22612              From: Michael G Schwern <schwern@pobox.com> 
22613              Date: Fri, 14 Dec 2001 19:59:13 -0500
22614              Message-ID: <20011215005913.GC28596@blackrider>
22615      Branch: perl
22616            ! ext/B/B/Bblock.pm
22617 ____________________________________________________________________________
22618 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
22619         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
22620              From: Michael G Schwern <schwern@pobox.com> 
22621              Date: Fri, 14 Dec 2001 19:36:12 -0500
22622              Message-ID: <20011215003611.GA28596@blackrider>
22623      Branch: perl
22624            + ext/B/t/asmdata.t
22625            ! MANIFEST
22626 ____________________________________________________________________________
22627 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
22628         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
22629              From: Michael G Schwern <schwern@pobox.com> 
22630              Date: Fri, 14 Dec 2001 19:14:14 -0500
22631              Message-ID: <20011215001414.GA25077@blackrider>
22632      Branch: perl
22633            ! bytecode.pl ext/B/B/Asmdata.pm
22634 ____________________________________________________________________________
22635 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
22636         Log: Permissions.
22637      Branch: perl
22638            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
22639            ! ext/Devel/PPPort/module3.c
22640 ____________________________________________________________________________
22641 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
22642         Log: Benchmark test from Nicholas Clark.
22643      Branch: perl
22644            + lib/Benchmark.t
22645            ! MANIFEST lib/Benchmark.pm
22646 ____________________________________________________________________________
22647 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
22648         Log: Mithing.
22649      Branch: perl
22650            + lib/Attribute/Handlers/demo/demo2.pl
22651            + lib/Attribute/Handlers/demo/demo3.pl
22652            + lib/Attribute/Handlers/demo/demo4.pl
22653 ____________________________________________________________________________
22654 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
22655         Log: Silence compiler worries found by Schwern/Digital cc.
22656      Branch: perl
22657            ! perlio.c sv.c x2p/str.c
22658 ____________________________________________________________________________
22659 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
22660         Log: User may not have a valid home directory even if
22661              getpwuid() succedds.
22662      Branch: perl
22663            ! ext/File/Glob/t/basic.t
22664 ____________________________________________________________________________
22665 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
22666         Log: Integrate with perlio.  (No changes, but that's okay.)
22667      Branch: perl
22668           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
22669 ____________________________________________________________________________
22670 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
22671         Log: Add a Configure hints file for VOS: the POSIX support
22672              of VOS is getting close to the point where it can run
22673              Configure (some Configure tweaks will be required).
22674      Branch: perl
22675            + hints/vos.sh
22676            ! MANIFEST
22677 ____________________________________________________________________________
22678 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
22679         Log: Update Changes.
22680      Branch: perl
22681            ! Changes patchlevel.h
22682 ____________________________________________________________________________
22683 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
22684         Log: Reintroduce Attribute::Handlers with Spider's fixes.
22685      Branch: perl
22686            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22687            + lib/Attribute/Handlers/README
22688            + lib/Attribute/Handlers/demo/Demo.pm
22689            + lib/Attribute/Handlers/demo/Descriptions.pm
22690            + lib/Attribute/Handlers/demo/MyClass.pm
22691            + lib/Attribute/Handlers/demo/demo.pl
22692            + lib/Attribute/Handlers/demo/demo_call.pl
22693            + lib/Attribute/Handlers/demo/demo_chain.pl
22694            + lib/Attribute/Handlers/demo/demo_cycle.pl
22695            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22696            + lib/Attribute/Handlers/demo/demo_phases.pl
22697            + lib/Attribute/Handlers/demo/demo_range.pl
22698            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22699            + lib/Attribute/Handlers/t/multi.t
22700            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
22701 ____________________________________________________________________________
22702 [ 13685] By: nick                                  on 2001/12/14  15:57:00
22703         Log: Integrate mainline
22704      Branch: perlio
22705           +> t/run/switcht.t
22706           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22707           !> perlapi.h pod/perlrun.pod t/TEST taint.c
22708 ____________________________________________________________________________
22709 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
22710         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
22711              From: Michael G Schwern <schwern@pobox.com> 
22712              Date: Thu, 13 Dec 2001 19:27:08 -0500
22713              Message-ID: <20011214002707.GA10532@blackrider>
22714              
22715              (reword the perlrun -t description a bit,
22716              and move the Itaint_warn to the bottom of
22717              the intrpvar.h for binary compatibility)
22718      Branch: perl
22719            + t/run/switcht.t
22720            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22721            ! perlapi.h pod/perlrun.pod t/TEST taint.c
22722 ____________________________________________________________________________
22723 [ 13683] By: nick                                  on 2001/12/14  12:29:41
22724         Log: Integrate mainline
22725      Branch: perlio
22726           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
22727           +> lib/Term/ReadLine.t t/op/hashassign.t
22728            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22729            - lib/Attribute/Handlers/README
22730            - lib/Attribute/Handlers/demo/Demo.pm
22731            - lib/Attribute/Handlers/demo/Descriptions.pm
22732            - lib/Attribute/Handlers/demo/MyClass.pm
22733            - lib/Attribute/Handlers/demo/demo.pl
22734            - lib/Attribute/Handlers/demo/demo2.pl
22735            - lib/Attribute/Handlers/demo/demo3.pl
22736            - lib/Attribute/Handlers/demo/demo4.pl
22737            - lib/Attribute/Handlers/demo/demo_call.pl
22738            - lib/Attribute/Handlers/demo/demo_chain.pl
22739            - lib/Attribute/Handlers/demo/demo_cycle.pl
22740            - lib/Attribute/Handlers/demo/demo_hashdir.pl
22741            - lib/Attribute/Handlers/demo/demo_phases.pl
22742            - lib/Attribute/Handlers/demo/demo_range.pl
22743            - lib/Attribute/Handlers/demo/demo_rawdata.pl
22744            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
22745           !> (integrate 101 files)
22746 ____________________________________________________________________________
22747 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
22748         Log: Detypo.
22749      Branch: perl
22750            ! utf8.c
22751 ____________________________________________________________________________
22752 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
22753         Log: Buffer overflow checks.
22754      Branch: perl
22755            ! utf8.c
22756 ____________________________________________________________________________
22757 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
22758         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
22759              From: Spider Boardman <spider@leggy.zk3.dec.com>
22760              Date: Thu, 13 Dec 2001 15:32:51 -0500
22761              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
22762      Branch: perl
22763            ! lib/ExtUtils/Embed.t
22764 ____________________________________________________________________________
22765 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
22766         Log: More on the Unicode "line" definition.
22767      Branch: perl
22768            ! pod/perlunicode.pod
22769 ____________________________________________________________________________
22770 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
22771         Log: Open-ended VERSION?
22772      Branch: perl
22773            ! lib/ExtUtils/Install.pm
22774 ____________________________________________________________________________
22775 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
22776         Log: Subject: [PATCH] Better make distclean
22777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22778              Date: Thu, 13 Dec 2001 21:10:18 +0100
22779              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
22780      Branch: perl
22781            ! Makefile.SH
22782 ____________________________________________________________________________
22783 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
22784         Log: Remove Memoize::Saves as requested by mjd.
22785      Branch: perl
22786            - lib/Memoize/Saves.pm
22787            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
22788 ____________________________________________________________________________
22789 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
22790         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
22791              From: Michael G Schwern <schwern@pobox.com>
22792              Date: Tue, 11 Dec 2001 23:17:32 -0500
22793              Message-ID: <20011212041732.GS17250@blackrider>
22794      Branch: perl
22795            ! lib/ExtUtils/Install.pm
22796 ____________________________________________________________________________
22797 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
22798         Log: Subject: [PATCH] Re: use utf8; with bad utf8
22799              From: Nicholas Clark <nick@ccl4.org>
22800              Date: Thu, 13 Dec 2001 17:09:39 +0000
22801              Message-ID: <20011213170939.L21702@plum.flirble.org>
22802      Branch: perl
22803            ! t/lib/1_compile.t
22804 ____________________________________________________________________________
22805 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
22806         Log: Subject: (LONG!) Sort benchmarks and patch
22807              From: "John P. Linderman" <jpl@research.att.com>
22808              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
22809              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
22810      Branch: perl
22811            ! pp_sort.c
22812 ____________________________________________________________________________
22813 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
22814         Log: Unadorned numbers evil.
22815      Branch: perl
22816            ! pp.c regcomp.c regexec.c utf8.c utf8.h
22817 ____________________________________________________________________________
22818 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
22819         Log: "preprocessing directive not recognized within macro arg"
22820      Branch: perl
22821            ! ext/Data/Dumper/Dumper.xs
22822 ____________________________________________________________________________
22823 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
22824         Log: Subject: Clarifying the documentation of goto            
22825              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
22826              Date: Thu, 13 Dec 2001 08:57:38 -0500
22827              Message-ID: <3C18BD8B@operamail.com>
22828      Branch: perl
22829            ! pod/perlfunc.pod
22830 ____________________________________________________________________________
22831 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
22832         Log: It could be possible for the case-insensitive
22833              Unicode-aware string comparison to wander off
22834              to the la-la land.
22835      Branch: perl
22836            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
22837            ! regexec.c utf8.c
22838 ____________________________________________________________________________
22839 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
22840         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
22841              From: Michael G Schwern <schwern@pobox.com> 
22842              Date: Wed, 12 Dec 2001 21:53:46 -0500
22843              Message-ID: <20011213025346.GH25129@blackrider>
22844      Branch: perl
22845            ! lib/Net/hostent.t t/op/stat.t t/test.pl
22846 ____________________________________________________________________________
22847 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
22848         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
22849              From: Michael G Schwern <schwern@pobox.com> 
22850              Date: Wed, 12 Dec 2001 20:33:42 -0500
22851              Message-ID: <20011213013342.GX25129@blackrider>
22852      Branch: perl
22853            ! t/io/fs.t
22854 ____________________________________________________________________________
22855 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
22856         Log: Subject: Re: [PATCH] use utf8; tests
22857              From: Nicholas Clark <nick@ccl4.org>
22858              Date: Thu, 13 Dec 2001 00:16:58 +0000
22859              Message-ID: <20011213001658.I21702@plum.flirble.org>
22860      Branch: perl
22861            ! lib/utf8.t
22862 ____________________________________________________________________________
22863 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
22864         Log: EPOC fixes from Olaf Flebbe.
22865      Branch: perl
22866            ! README.epoc epoc/config.sh epoc/createpkg.pl
22867            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
22868 ____________________________________________________________________________
22869 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
22870         Log: Subject: [PATCH perl@13661] VMS test fix-ups
22871              From: "Craig A. Berry" <craigberry@mac.com>
22872              Date: Wed, 12 Dec 2001 16:27:48 -0600
22873              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
22874      Branch: perl
22875            ! lib/Net/hostent.t t/io/fs.t
22876 ____________________________________________________________________________
22877 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
22878         Log: Subject: Re: Next cygwin round.
22879              From: "Gerrit P. Haase" <gp@familiehaase.de>
22880              Date: Wed, 12 Dec 2001 21:59:00 +0100
22881              Message-ID: <122343874595.20011212215900@familiehaase.de>
22882      Branch: perl
22883            ! t/io/fs.t
22884 ____________________________________________________________________________
22885 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
22886         Log: Subject: [PATCH] use utf8; tests
22887              From: Nicholas Clark <nick@ccl4.org>
22888              Date: Wed, 12 Dec 2001 20:07:04 +0000
22889              Message-ID: <20011212200704.E21702@plum.flirble.org>
22890      Branch: perl
22891            ! lib/utf8.t t/test.pl
22892 ____________________________________________________________________________
22893 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
22894         Log: Update Changes.
22895      Branch: perl
22896            ! Changes patchlevel.h
22897 ____________________________________________________________________________
22898 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
22899         Log: Subject: [PATCH] Passing in env to perl_parse did not work
22900              From: Gisle Aas <gisle@ActiveState.com>
22901              Date: 11 Dec 2001 20:52:57 -0800
22902              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
22903      Branch: perl
22904            ! perl.c perl.h
22905 ____________________________________________________________________________
22906 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
22907         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
22908              mostly gcc -Wall complaining about the argument of %p not
22909              being a void *.
22910      Branch: perl
22911            ! perlio.c regcomp.c taint.c toke.c
22912 ____________________________________________________________________________
22913 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
22914         Log: metaconfig unit change for #13657.
22915      Branch: metaconfig
22916            ! U/modified/nis.U
22917 ____________________________________________________________________________
22918 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
22919         Log: Try YP/NIS also from /usr/lib/yp.
22920      Branch: perl
22921            ! Configure
22922 ____________________________________________________________________________
22923 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
22924         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
22925              From: Michael G Schwern <schwern@pobox.com>                
22926              Date: Wed, 12 Dec 2001 05:27:02 -0500      
22927              Message-ID: <20011212102702.GW17250@blackrider>
22928              
22929              (the op/grent part)
22930      Branch: perl
22931            ! t/op/grent.t
22932 ____________________________________________________________________________
22933 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
22934         Log: Weed out .files from ls and readdir() results.
22935      Branch: perl
22936            ! t/op/stat.t
22937 ____________________________________________________________________________
22938 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
22939         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
22940              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22941              Date: Wed, 12 Dec 2001 10:52:21 +0100
22942              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
22943      Branch: perl
22944            ! lib/File/Find.pm
22945 ____________________________________________________________________________
22946 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
22947         Log: Subject: [PATCH] doio fatal on cygwin for 13651
22948              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
22949              Date: Wed, 12 Dec 2001 11:28:13 +0100      
22950              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
22951      Branch: perl
22952            ! doio.c
22953 ____________________________________________________________________________
22954 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
22955         Log: Get the whole line of ls, makes debugging easier
22956              (from Schwern)
22957      Branch: perl
22958            ! t/op/stat.t
22959 ____________________________________________________________________________
22960 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
22961         Log: rename() must be tested even without link()
22962              or the utime() and rename-directory tests fail.
22963              (Also got the BeOS utime atime/time the wrong way round.)
22964      Branch: perl
22965            ! t/io/fs.t
22966 ____________________________________________________________________________
22967 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
22968         Log: Now that the beos.c is compiled at the main level
22969              the header is in the beos/
22970      Branch: perl
22971            ! beos/beos.c
22972 ____________________________________________________________________________
22973 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
22974         Log: Must remember to require Socket.
22975      Branch: perl
22976            ! ext/Sys/Syslog/syslog.t
22977 ____________________________________________________________________________
22978 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
22979         Log: In BeOS Errno must resort to actual compilation
22980              and execution for some of the error constants.
22981      Branch: perl
22982            ! ext/Errno/Errno_pm.PL
22983 ____________________________________________________________________________
22984 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
22985         Log: BeOS still has no good sockets.
22986      Branch: perl
22987            ! ext/IO/lib/IO/t/io_sel.t
22988 ____________________________________________________________________________
22989 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
22990         Log: BeOS sockets are not true sockets.
22991      Branch: perl
22992            ! ext/IO/lib/IO/t/io_poll.t
22993 ____________________________________________________________________________
22994 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
22995         Log: No Socket, no Syslog.
22996      Branch: perl
22997            ! ext/Sys/Syslog/syslog.t
22998 ____________________________________________________________________________
22999 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
23000         Log: (On some platforms) missing truncate FH.
23001      Branch: perl
23002            ! pod/perltodo.pod
23003 ____________________________________________________________________________
23004 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
23005         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
23006              and vms would be muchly appreciated.
23007      Branch: perl
23008            ! t/io/fs.t
23009 ____________________________________________________________________________
23010 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
23011         Log: utime() updates only the mtime in BeOS. 
23012      Branch: perl
23013            ! pod/perlport.pod
23014 ____________________________________________________________________________
23015 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
23016         Log: No link(), no need to dSP.
23017      Branch: perl
23018            ! pp_sys.c
23019 ____________________________________________________________________________
23020 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
23021         Log: Missing argument.
23022      Branch: perl
23023            ! utf8.c
23024 ____________________________________________________________________________
23025 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
23026         Log: (1) To assume any setuid programs is silly.
23027              (2) Chaining tests with booleans means that some
23028              of them may not get run which means getting out
23029              of test count sync.
23030      Branch: perl
23031            ! t/op/stat.t
23032 ____________________________________________________________________________
23033 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
23034         Log: The beos.c needs to be in the main directory.
23035      Branch: perl
23036            ! hints/beos.sh
23037 ____________________________________________________________________________
23038 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
23039         Log: Detypo and rename.
23040      Branch: perl
23041            ! doio.c perl.h perlio.c perliol.h
23042 ____________________________________________________________________________
23043 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
23044         Log: This time I test compiled.  Honest.
23045      Branch: perl
23046            ! beos/beos.c
23047 ____________________________________________________________________________
23048 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
23049         Log: Subject: [PATCH] slightly more pack tests
23050              From: Nicholas Clark <nick@ccl4.org>
23051              Date: Tue, 11 Dec 2001 23:41:23 +0000
23052              Message-ID: <20011211234123.Y21702@plum.flirble.org>
23053      Branch: perl
23054            ! t/op/pack.t
23055 ____________________________________________________________________________
23056 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
23057         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
23058              From: "Craig A. Berry" <craigberry@mac.com>
23059              Date: Tue, 11 Dec 2001 16:39:13 -0600
23060              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
23061      Branch: perl
23062            ! configure.com
23063 ____________________________________________________________________________
23064 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
23065         Log: metaconfig unit change for #13632.
23066      Branch: metaconfig/U/perl
23067            ! perlpath.U
23068 ____________________________________________________________________________
23069 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
23070         Log: Subject: $Config{perlpath} and -Dversiononly
23071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23072              Date: Tue, 11 Dec 2001 23:32:33 +0100
23073              Message-ID: <20011211233233.A11587@rafael>
23074      Branch: perl
23075            ! Configure
23076 ____________________________________________________________________________
23077 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
23078         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
23079              From: Nicholas Clark <nick@ccl4.org>
23080              Date: Tue, 11 Dec 2001 21:59:36 +0000
23081              Message-ID: <20011211215935.W21702@plum.flirble.org>
23082      Branch: perl
23083            ! t/op/pack.t
23084 ____________________________________________________________________________
23085 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
23086         Log: More UTF-8 API docs.
23087      Branch: perl
23088            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
23089 ____________________________________________________________________________
23090 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
23091         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23092              From: Nicholas Clark <nick@ccl4.org>
23093              Date: Tue, 11 Dec 2001 20:08:59 +0000
23094              Message-ID: <20011211200859.S21702@plum.flirble.org>
23095      Branch: perl
23096            ! t/op/pack.t
23097 ____________________________________________________________________________
23098 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
23099         Log: Subject: Re: use utf8; with bad utf8
23100              From: Nicholas Clark <nick@ccl4.org>
23101              Date: Tue, 11 Dec 2001 19:49:21 +0000
23102              Message-ID: <20011211194921.R21702@plum.flirble.org>
23103      Branch: perl
23104            ! lib/utf8.t
23105 ____________________________________________________________________________
23106 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
23107         Log: Can't spell worth a dam.  (Try Three Gorges.)
23108      Branch: perl
23109            ! beos/beos.c
23110 ____________________________________________________________________________
23111 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
23112         Log: We need DWIM cpps.
23113      Branch: perl
23114            ! perlio.c
23115 ____________________________________________________________________________
23116 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
23117         Log: The unixish.h needs to be found and the waitpid wrapper
23118              could use a proto.
23119      Branch: perl
23120            ! beos/beosish.h
23121 ____________________________________________________________________________
23122 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
23123         Log: The BeOS waitpid() seems to be broken,
23124              have a wrapper for it.
23125      Branch: perl
23126            + beos/beos.c beos/beosish.h
23127            ! MANIFEST hints/beos.sh perl.h
23128 ____________________________________________________________________________
23129 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
23130         Log: Unlean the leaning tower of Babel.
23131      Branch: perl
23132            ! perl.h
23133 ____________________________________________________________________________
23134 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
23135         Log: Retract #13607 until we figure out what to do with autouse.
23136      Branch: perl
23137            ! lib/Carp.pm
23138 ____________________________________________________________________________
23139 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
23140         Log: Try to handle platforms that have O_TEXT != O_BINARY but
23141              which are not DOSish, BeOS being one of such platforms.
23142              Ideally this should be a Configure test, not a hardwired
23143              cpp symbol test... 
23144      Branch: perl
23145            ! doio.c perl.h perlio.c perliol.h
23146 ____________________________________________________________________________
23147 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
23148         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
23149              From: Jonathan Stowe <gellyfish@gellyfish.com>
23150              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
23151              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
23152      Branch: perl
23153            ! lib/Term/Cap.pm lib/Term/Cap.t
23154 ____________________________________________________________________________
23155 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
23156         Log: Subject: [patch perlio.c] test for NULL before derefencing
23157              From: Stas Bekman <stas@stason.org>
23158              Date: Tue, 11 Dec 2001 16:17:55 +0800
23159              Message-ID: <3C15C133.8@stason.org>
23160      Branch: perl
23161            ! perlio.c
23162 ____________________________________________________________________________
23163 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
23164         Log: metaconfig unit change for #13617.
23165      Branch: metaconfig/U/perl
23166            ! Extensions.U
23167 ____________________________________________________________________________
23168 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
23169         Log: BeOS has socket() but not enough to build a working Socket.
23170              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
23171              new networking implementation, which is rumored to fix the
23172              non-standardness of sockets, but it's apparently not publicly
23173              available, and anything to do with BeOS has become quite
23174              complicated with the sale of the Be assets to Palm.)
23175      Branch: perl
23176            ! Configure
23177 ____________________________________________________________________________
23178 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
23179         Log: Update changes
23180      Branch: maint-5.6/macperl
23181            ! macos/Changes
23182 ____________________________________________________________________________
23183 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
23184         Log: Add extra pod to help
23185      Branch: maint-5.6/macperl
23186            ! macos/macperl/MacPerl.podhelp
23187 ____________________________________________________________________________
23188 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
23189         Log: Return DoAppleScript errors in $@
23190      Branch: maint-5.6/macperl
23191            ! macos/ext/MacPerl/OSA.xs
23192 ____________________________________________________________________________
23193 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
23194         Log: Clear out $^E before each script run
23195      Branch: maint-5.6/macperl
23196            ! macos/macperl/MPScript.c
23197 ____________________________________________________________________________
23198 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
23199         Log: Integrate various changes from maint-5.6/perl/.
23200      Branch: maint-5.6/macperl
23201           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
23202           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
23203 ____________________________________________________________________________
23204 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
23205         Log: Subject: Exporter's documentation shouldn't lie               
23206              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23207              Date: Mon, 10 Dec 2001 21:30:20 -0500
23208              Message-ID: <3C4AA201@operamail.com>
23209      Branch: perl
23210            ! lib/Exporter.pm
23211 ____________________________________________________________________________
23212 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
23213         Log: Make Errno better in BeOS (the second hunk is
23214              good on any platform).  Still not working in BeOS
23215              are the E constants that refer BeOS native error
23216              constants (B_...) which are enums (*groan*).
23217      Branch: perl
23218            ! ext/Errno/Errno_pm.PL
23219 ____________________________________________________________________________
23220 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
23221         Log: The BeOS linker seems to link the last seen symbol,
23222              not the first (so the symbols of op.o from libperl.so
23223              would get linked to miniperl instead of the symbols of
23224              opmini.o)-- use the same trick as for NeXT4 for linking
23225              miniperl.
23226      Branch: perl
23227            ! Makefile.SH
23228 ____________________________________________________________________________
23229 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
23230         Log: Subject: Re: [PATCH] tests for hash assignment
23231              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
23232              Date: Tue, 11 Dec 2001 01:48:55 +0000
23233              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
23234      Branch: perl
23235            ! utf8.c
23236 ____________________________________________________________________________
23237 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
23238         Log: (retracted by #13622)
23239              
23240              Subject: RE: More verbose POD for Carp
23241              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23242              Date: Mon, 10 Dec 2001 20:23:20 -0500
23243              Message-ID: <3C4A3566@operamail.com>
23244      Branch: perl
23245            ! lib/Carp.pm
23246 ____________________________________________________________________________
23247 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
23248         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
23249              From: "Craig A. Berry" <craigberry@mac.com>
23250              Date: Mon, 10 Dec 2001 18:25:37 -0600
23251              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
23252      Branch: perl
23253            ! t/op/write.t t/test.pl
23254 ____________________________________________________________________________
23255 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
23256         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
23257              From: Michael G Schwern <schwern@pobox.com>
23258              Date: Mon, 10 Dec 2001 08:00:01 -0500
23259              Message-ID: <20011210130000.GK1770@blackrider>
23260      Branch: perl
23261            ! t/comp/multiline.t
23262 ____________________________________________________________________________
23263 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
23264         Log: Subject: Re: [PATCH] tests for hash assignment
23265              From: Nicholas Clark <nick@ccl4.org>
23266              Date: Mon, 10 Dec 2001 23:22:28 +0000
23267              Message-ID: <20011210232228.M21702@plum.flirble.org>
23268      Branch: perl
23269            + t/op/hashassign.t
23270            ! MANIFEST t/op/each.t t/test.pl
23271 ____________________________________________________________________________
23272 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
23273         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
23274              From: "Craig A. Berry" <craigberry@mac.com>
23275              Date: Mon, 10 Dec 2001 16:38:14 -0600
23276              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
23277      Branch: perl
23278            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
23279 ____________________________________________________________________________
23280 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
23281         Log: Subject: [PATCH perl@13600] configure.com fixes
23282              From: "Craig A. Berry" <craigberry@mac.com>
23283              Date: Mon, 10 Dec 2001 14:40:20 -0600
23284              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
23285      Branch: perl
23286            ! configure.com
23287 ____________________________________________________________________________
23288 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
23289         Log: Silence BeOS compilation moaning.
23290      Branch: perl
23291            ! perl.h
23292 ____________________________________________________________________________
23293 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
23294         Log: Update Changes.
23295      Branch: perl
23296            ! Changes patchlevel.h
23297 ____________________________________________________________________________
23298 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
23299         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
23300              From: Michael G Schwern <schwern@pobox.com>
23301              Date: Mon, 10 Dec 2001 01:21:03 -0500
23302              Message-ID: <20011210062103.GC1770@blackrider>
23303      Branch: perl
23304            ! lib/ExtUtils/Command.t
23305 ____________________________________________________________________________
23306 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
23307         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
23308              From: Michael G Schwern <schwern@pobox.com>
23309              Date: Mon, 10 Dec 2001 01:10:57 -0500
23310              Message-ID: <20011210061057.GB1770@blackrider>
23311      Branch: perl
23312            ! t/op/groups.t
23313 ____________________________________________________________________________
23314 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
23315         Log: Retract #13596, #13593 should do the trick.
23316      Branch: perl
23317            ! t/op/stat.t
23318 ____________________________________________________________________________
23319 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
23320         Log: (retracted by #13597, #13593 does the job better)
23321              
23322              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
23323              From: Michael G Schwern <schwern@pobox.com>
23324              Date: Mon, 10 Dec 2001 00:53:16 -0500
23325              Message-ID: <20011210055316.GA1770@blackrider>
23326      Branch: perl
23327            ! t/op/stat.t
23328 ____________________________________________________________________________
23329 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
23330         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
23331              From: Michael G Schwern <schwern@pobox.com> 
23332              Date: Mon, 10 Dec 2001 02:19:14 -0500
23333              Message-ID: <20011210071914.GF1770@blackrider>
23334      Branch: perl
23335            ! lib/AutoSplit.t
23336 ____________________________________________________________________________
23337 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
23338         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
23339              From: Michael G Schwern <schwern@pobox.com>
23340              Date: Mon, 10 Dec 2001 02:47:40 -0500
23341              Message-ID: <20011210074739.GH1770@blackrider>
23342      Branch: perl
23343            ! t/op/pack.t
23344 ____________________________________________________________________________
23345 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
23346         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
23347              From: Michael G Schwern <schwern@pobox.com>
23348              Date: Mon, 10 Dec 2001 02:54:22 -0500
23349              Message-ID: <20011210075422.GI1770@blackrider>
23350      Branch: perl
23351            ! t/test.pl
23352 ____________________________________________________________________________
23353 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
23354         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
23355              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23356              Date: Mon, 10 Dec 2001 08:45:20 +0100
23357              Message-ID: <3C146810.60B5B7C0@alcatel.at>
23358      Branch: perl
23359            ! pp_pack.c
23360 ____________________________________________________________________________
23361 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
23362         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
23363              From: Michael G Schwern <schwern@pobox.com>
23364              Date: Mon, 10 Dec 2001 03:27:02 -0500
23365              Message-ID: <20011210082702.GN1770@blackrider>
23366      Branch: perl
23367            ! t/io/openpid.t
23368 ____________________________________________________________________________
23369 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
23370         Log: More chmod +w.
23371      Branch: perl
23372            ! Porting/makerel
23373 ____________________________________________________________________________
23374 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
23375         Log: Just skip the readability test if running as root.
23376      Branch: perl
23377            ! lib/Net/t/netrc.t
23378 ____________________________________________________________________________
23379 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
23380         Log: Tell about the downside of safe signals.
23381      Branch: perl
23382            ! pod/perldelta.pod
23383 ____________________________________________________________________________
23384 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
23385         Log: Make the whole -lperl thing NetBSD only until we
23386              find some other platform that needs the same.
23387      Branch: perl
23388            ! lib/ExtUtils/MM_Unix.pm
23389 ____________________________________________________________________________
23390 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
23391         Log: Subject: [PATCH t/op/pack.t] Cleanup
23392              From: Michael G Schwern <schwern@pobox.com> 
23393              Date: Sun, 9 Dec 2001 23:08:26 -0500
23394              Message-ID: <20011210040826.GD660@blackrider>
23395      Branch: perl
23396            ! t/op/pack.t
23397 ____________________________________________________________________________
23398 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
23399         Log: Add threads support for NetBSD.
23400              
23401              This is also the first (I think) Perl threads build with
23402              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
23403              NetBSD does not as of yet have true kernel POSIX threads,
23404              but the user-level pth seems to be doing pretty well--
23405              the only failure is that threads/t/basic okays 6 and 7
23406              consistently seem be arriving in the reverse order.
23407              Well, gdbm.t is also failing: 'Undefined PLT symbol
23408              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
23409              guessing that GDBM would need a threaded rebuild.
23410      Branch: perl
23411            ! hints/netbsd.sh
23412 ____________________________________________________________________________
23413 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
23414         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
23415              potential performance hit and change in semantics of closure
23416              lookups after C<undef &foo>)
23417      Branch: maint-5.6/perl
23418            ! op.c
23419 ____________________________________________________________________________
23420 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
23421         Log: metaconfig unit change for #13582.
23422      Branch: metaconfig
23423            ! U/threads/usethreads.U
23424 ____________________________________________________________________________
23425 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
23426         Log: Update the ithreads selection info in Configure,
23427              as suggested by Michael Schwern.
23428      Branch: perl
23429            ! Configure
23430 ____________________________________________________________________________
23431 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
23432         Log: Clearing locale environment simply doesn't seem to
23433              guarantee that (nl_)langinfo(CODESET) would return nil.
23434              (I for example get "ISO8859-1", so <guess>maybe there can
23435              be per-system default settings at work</guess>.)
23436      Branch: perl
23437            ! lib/open.t
23438 ____________________________________________________________________________
23439 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
23440         Log: Subject: RE: Exporter fixes reversed in 13540?
23441              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23442              Date: Sun, 9 Dec 2001 12:55:15 -0500
23443              Message-ID: <3C13F455@operamail.com>
23444      Branch: perl
23445            ! lib/open.pm
23446 ____________________________________________________________________________
23447 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
23448         Log: Root is the lizard king.
23449      Branch: perl
23450            ! lib/Net/t/netrc.t
23451 ____________________________________________________________________________
23452 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
23453         Log: Telling how many tests we are expecting helps.
23454      Branch: perl
23455            ! ext/POSIX/t/waitpid.t
23456 ____________________________________________________________________________
23457 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
23458         Log: Add a test case for waitpid(): from Rocco Caputo.
23459      Branch: perl
23460            + ext/POSIX/t/waitpid.t
23461            ! MANIFEST
23462 ____________________________________________________________________________
23463 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
23464         Log: Subject: [PATCH] Term::ReadLine tweaks and test
23465              From: Richard Clamp <richardc@unixbeard.net>
23466              Date: Mon, 10 Dec 2001 00:51:47 +0000
23467              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
23468      Branch: perl
23469            + lib/Term/ReadLine.t
23470            ! MANIFEST lib/Term/ReadLine.pm
23471 ____________________________________________________________________________
23472 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
23473         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
23474              From: Rocco Caputo <troc@netrus.net>
23475              Date: Sun, 9 Dec 2001 18:12:38 -0500
23476              Message-ID: <20011209181238.A803@eyrie.homenet>
23477      Branch: perl
23478            ! win32/win32.c
23479 ____________________________________________________________________________
23480 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
23481         Log: make sure that va_start() has matching va_end();
23482              from OpenBSD 3.0.
23483      Branch: perl
23484            ! x2p/util.c
23485 ____________________________________________________________________________
23486 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
23487         Log: h2ph updates from OpenBSD 3.0.
23488      Branch: perl
23489            ! utils/h2ph.PL
23490 ____________________________________________________________________________
23491 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
23492         Log: OpenBSD hints update from OpenBSD 3.0.
23493      Branch: perl
23494            ! hints/openbsd.sh
23495 ____________________________________________________________________________
23496 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
23497         Log: DJGPP tweaks from Laszlo Molnar.
23498      Branch: perl
23499            ! djgpp/config.over lib/File/Find/t/find.t
23500            ! lib/File/Find/t/taint.t t/pod/find.t
23501 ____________________________________________________________________________
23502 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
23503         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
23504              From: Michael G Schwern <schwern@pobox.com> 
23505              Date: Sun, 9 Dec 2001 19:28:12 -0500
23506              Message-ID: <20011210002812.GF13586@blackrider>
23507      Branch: perl
23508            ! README.cygwin
23509 ____________________________________________________________________________
23510 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
23511         Log: README.cygwin update from Gerrit P. Haase.
23512      Branch: perl
23513            ! README.cygwin
23514 ____________________________________________________________________________
23515 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
23516         Log: Apply NetBSD patch-ag: shared/static linking,
23517              but make the change less intrusive on non-NetBSD.
23518      Branch: perl
23519            ! lib/ExtUtils/MM_Unix.pm
23520 ____________________________________________________________________________
23521 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
23522         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
23523      Branch: perl
23524            ! lib/ExtUtils/Liblist.pm
23525 ____________________________________________________________________________
23526 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
23527         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
23528      Branch: perl
23529            ! regcomp.c
23530 ____________________________________________________________________________
23531 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
23532         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
23533      Branch: perl
23534            ! pp.c
23535 ____________________________________________________________________________
23536 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
23537         Log: Apply NetBSD patch-ac.
23538              (the fix has already been done: change #9706, fully qualified
23539              pathnames in packlists)
23540      Branch: perl
23541            ! lib/ExtUtils/Install.pm
23542 ____________________________________________________________________________
23543 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
23544         Log: Apply NetBSD patch-ab: NetBSD hints update.
23545      Branch: perl
23546            ! hints/netbsd.sh
23547 ____________________________________________________________________________
23548 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
23549         Log: metaconfig unit changes for #13560.
23550      Branch: metaconfig/U/perl
23551            ! dlsrc.U i_ieeefp.U libperl.U
23552 ____________________________________________________________________________
23553 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
23554         Log: NetBSD has <ieeefp.h> but hidden.
23555      Branch: perl
23556            ! hints/netbsd.sh
23557 ____________________________________________________________________________
23558 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
23559         Log: Implement NetBSD patch-aa.
23560      Branch: perl
23561            ! Configure
23562 ____________________________________________________________________________
23563 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
23564         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
23565              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
23566              Date: Sun, 09 Dec 2001 13:40:58 +0100
23567              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
23568              
23569              (The lstat()s were there in 5.6.1: what happened to them?)
23570      Branch: perl
23571            ! lib/File/Find.pm
23572 ____________________________________________________________________________
23573 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
23574         Log: Quickie documentation of the C UTF-8 API.
23575      Branch: perl
23576            ! pod/perlunicode.pod
23577 ____________________________________________________________________________
23578 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
23579         Log: Subject: bleadperl on cygwin weirdness...
23580              From: "Gerrit P. Haase" <gp@familiehaase.de>
23581              Date: Sun, 9 Dec 2001 20:31:28 +0100
23582              Message-ID: <13779422183.20011209203128@familiehaase.de>          
23583              
23584              (plus libperl*.dll version portability tweaks)
23585      Branch: perl
23586            ! lib/ExtUtils/Embed.t
23587 ____________________________________________________________________________
23588 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
23589         Log: Instead of muting symbol export error if under eval,
23590              delay the errors until the croak().
23591              
23592              (replaces #13408)
23593      Branch: perl
23594            ! lib/Exporter/Heavy.pm
23595 ____________________________________________________________________________
23596 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
23597         Log: Basegroup 0 is a cygwin_nt thing.
23598      Branch: perl
23599            ! t/op/groups.t
23600 ____________________________________________________________________________
23601 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
23602         Log: Also WinME is LoseLink.
23603      Branch: perl
23604            ! t/op/stat.t
23605 ____________________________________________________________________________
23606 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
23607         Log: Forgotten checkin.
23608      Branch: perl
23609            ! lib/User/grent.t
23610 ____________________________________________________________________________
23611 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
23612         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
23613              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23614              Date: Sun, 09 Dec 2001 13:45:06 +0100
23615              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
23616      Branch: perl
23617            ! lib/File/Find.pm
23618 ____________________________________________________________________________
23619 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
23620         Log: Tweakback.
23621      Branch: perl
23622            ! lib/Net/hostent.t
23623 ____________________________________________________________________________
23624 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
23625         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
23626              From: Michael G Schwern <schwern@pobox.com>
23627              Date: Sat, 8 Dec 2001 14:48:38 -0500
23628              Message-ID: <20011208194838.GA8650@blackrider>
23629      Branch: perl
23630            ! t/op/grent.t
23631 ____________________________________________________________________________
23632 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
23633         Log: Subject: [README.cygwin] Removing old expected test failures
23634              From: Michael G Schwern <schwern@pobox.com>
23635              Date: Sat, 8 Dec 2001 15:38:28 -0500
23636              Message-ID: <20011208203828.GB9017@blackrider>
23637      Branch: perl
23638            ! README.cygwin
23639 ____________________________________________________________________________
23640 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
23641         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
23642              From: Michael G Schwern <schwern@pobox.com>                
23643              Date: Sat, 8 Dec 2001 15:26:59 -0500
23644              Message-ID: <20011208202659.GA9017@blackrider> 
23645      Branch: perl
23646            ! lib/Net/hostent.t
23647 ____________________________________________________________________________
23648 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
23649         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
23650              From: Michael G Schwern <schwern@pobox.com> 
23651              Date: Sat, 8 Dec 2001 15:06:16 -0500
23652              Message-ID: <20011208200616.GA8915@blackrider>
23653      Branch: perl
23654            ! t/op/stat.t
23655 ____________________________________________________________________________
23656 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
23657         Log: Developer deprecations and an incompatibility.
23658      Branch: perl
23659            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
23660 ____________________________________________________________________________
23661 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
23662         Log: Shoo.
23663      Branch: perl
23664            - lib/Attribute/Handlers.pm
23665 ____________________________________________________________________________
23666 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
23667         Log: Remove Attribute::Handlers, as per Damian's request.
23668              (Because of fixing the my variables to be now handled
23669              in run-time, the whole internals of the A::H needs to
23670              be rewritten and Damian will not have time for that
23671              for months.)
23672      Branch: perl
23673            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23674            - lib/Attribute/Handlers/demo/Demo.pm
23675            - lib/Attribute/Handlers/demo/Descriptions.pm
23676            - lib/Attribute/Handlers/demo/MyClass.pm
23677            - lib/Attribute/Handlers/demo/demo.pl
23678            - lib/Attribute/Handlers/demo/demo2.pl
23679            - lib/Attribute/Handlers/demo/demo3.pl
23680            - lib/Attribute/Handlers/demo/demo4.pl
23681            - lib/Attribute/Handlers/demo/demo_call.pl
23682            - lib/Attribute/Handlers/demo/demo_chain.pl
23683            - lib/Attribute/Handlers/demo/demo_cycle.pl
23684            - lib/Attribute/Handlers/demo/demo_hashdir.pl
23685            - lib/Attribute/Handlers/demo/demo_phases.pl
23686            - lib/Attribute/Handlers/demo/demo_range.pl
23687            - lib/Attribute/Handlers/demo/demo_rawdata.pl
23688            - lib/Attribute/Handlers/t/multi.t
23689            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
23690            ! pod/perlmodlib.pod pod/perltoc.pod
23691 ____________________________________________________________________________
23692 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
23693         Log: Subject: Re: attributes are broken
23694              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23695              Date: Sun, 09 Dec 2001 00:09:23 -0500
23696              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
23697      Branch: perl
23698            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
23699            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
23700            ! xsutils.c
23701 ____________________________________________________________________________
23702 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
23703         Log: Forgotten checkin.
23704      Branch: perl
23705            ! lib/Pod/Text.pm
23706 ____________________________________________________________________________
23707 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
23708         Log: uconfig.h update.
23709      Branch: perl
23710            ! uconfig.h
23711 ____________________________________________________________________________
23712 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
23713         Log: Update Changes.
23714      Branch: perl
23715            ! Changes patchlevel.h
23716 ____________________________________________________________________________
23717 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
23718         Log: Note that some of the Unicode features are
23719              dependent on perlio.
23720      Branch: perl
23721            ! pod/perluniintro.pod
23722 ____________________________________________________________________________
23723 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
23724         Log: Regen perlapi, regen toc.
23725      Branch: perl
23726            ! pod/perlapi.pod pod/perltoc.pod
23727 ____________________________________________________________________________
23728 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
23729         Log: FAQ sync.
23730      Branch: perl
23731            ! pod/perlfaq4.pod pod/perlfaq6.pod
23732 ____________________________________________________________________________
23733 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
23734         Log: Subject: [PATCH] Fix odd language in an sv.c comment
23735              From: coral@eekeek.org
23736              Date: Sat, 8 Dec 2001 12:19:39 -0500
23737              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
23738      Branch: perl
23739            ! sv.c
23740 ____________________________________________________________________________
23741 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
23742         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
23743              From: Michael G Schwern <schwern@pobox.com>
23744              Date: Fri, 7 Dec 2001 20:03:45 -0500
23745              Message-ID: <20011208010345.GD642@blackrider>
23746              
23747              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
23748              From: Michael G Schwern <schwern@pobox.com>
23749              Date: Fri, 7 Dec 2001 20:13:54 -0500
23750              Message-ID: <20011208011354.GE642@blackrider>
23751              
23752              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
23753              From: Michael G Schwern <schwern@pobox.com>
23754              Date: Fri, 7 Dec 2001 21:47:36 -0500
23755              Message-ID: <20011208024736.GH642@blackrider>
23756              
23757              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
23758              From: Michael G Schwern <schwern@pobox.com>
23759              Date: Fri, 7 Dec 2001 23:09:43 -0500
23760              Message-ID: <20011208040943.GK642@blackrider>
23761              
23762              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
23763              Message-Id: <a05101004b83754903506@[172.16.52.1]>
23764              Date: Fri, 7 Dec 2001 23:28:15 -0600
23765              From: "Craig A. Berry" <craigberry@mac.com>
23766      Branch: perl
23767            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
23768 ____________________________________________________________________________
23769 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
23770         Log: Integrate perlio.
23771      Branch: perl
23772           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
23773           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
23774 ____________________________________________________________________________
23775 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
23776         Log: Retract #11156 since Sarathy has found that it breaks code:
23777              http://bugs.ActiveState.com/show_bug.cgi?id=18457
23778              http://bugs.ActiveState.com/show_bug.cgi?id=18858
23779      Branch: perl
23780            ! op.c sv.c t/op/pos.t
23781 ____________________________________________________________________________
23782 [ 13532] By: nick                                  on 2001/12/08  14:11:12
23783         Log: Integrate mainline
23784      Branch: perlio
23785           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
23786           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
23787 ____________________________________________________________________________
23788 [ 13531] By: nick                                  on 2001/12/08  13:48:21
23789         Log: Tweak multi-arg open error messages
23790      Branch: perlio
23791            ! perlio.c
23792 ____________________________________________________________________________
23793 [ 13530] By: nick                                  on 2001/12/08  10:20:06
23794         Log: Allow multi-arg open() if opening layer declares this legal.
23795      Branch: perlio
23796            ! doio.c perlio.c perliol.h
23797 ____________________________________________________________________________
23798 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
23799         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
23800              From: Michael G Schwern <schwern@pobox.com>       
23801              Date: Fri, 7 Dec 2001 19:41:31 -0500
23802              Message-ID: <20011208004131.GC642@blackrider>
23803      Branch: perl
23804            ! t/run/switches.t t/test.pl
23805 ____________________________________________________________________________
23806 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
23807         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
23808              From: Michael G Schwern <schwern@pobox.com>       
23809              Date: Fri, 7 Dec 2001 19:12:44 -0500
23810              Message-ID: <20011208001244.GB642@blackrider>
23811      Branch: perl
23812            ! t/op/stat.t
23813 ____________________________________________________________________________
23814 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
23815         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
23816              From: Michael G Schwern <schwern@pobox.com>
23817              Date: Fri, 7 Dec 2001 17:28:57 -0500
23818              Message-ID: <20011207222857.GI23210@blackrider>
23819      Branch: perl
23820            ! t/op/magic.t
23821 ____________________________________________________________________________
23822 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
23823         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
23824      Branch: perl
23825            ! t/test.pl
23826 ____________________________________________________________________________
23827 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
23828         Log: which_perl: delay as much a possible till runtime.
23829      Branch: perl
23830            ! t/test.pl
23831 ____________________________________________________________________________
23832 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
23833         Log: Further tweakage to which_perl().
23834      Branch: perl
23835            ! t/test.pl
23836 ____________________________________________________________________________
23837 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
23838         Log: perluniintro tweaks.
23839      Branch: perl
23840            ! pod/perluniintro.pod
23841 ____________________________________________________________________________
23842 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
23843         Log: Tweak the $Perl computation.
23844      Branch: perl
23845            ! t/test.pl
23846 ____________________________________________________________________________
23847 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
23848         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
23849              From: Nicholas Clark <nick@ccl4.org>
23850              Date: Fri, 7 Dec 2001 17:06:56 +0000
23851              Message-ID: <20011207170656.G21702@plum.flirble.org>
23852      Branch: perl
23853            ! doop.c t/op/chop.t
23854 ____________________________________________________________________________
23855 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
23856         Log: Update Changes.
23857      Branch: perl
23858            ! Changes patchlevel.h
23859 ____________________________________________________________________________
23860 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
23861         Log: Missing ).
23862      Branch: perl
23863            ! t/test.pl
23864 ____________________________________________________________________________
23865 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
23866         Log: Allow several arguments to display().
23867      Branch: perl
23868            ! t/test.pl
23869 ____________________________________________________________________________
23870 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
23871         Log: /dev/stdout could be either a character special file
23872              or a named pipe, so let's pretend it doesn't exist.
23873      Branch: perl
23874            ! t/op/stat.t
23875 ____________________________________________________________________________
23876 [ 13516] By: nick                                  on 2001/12/07  15:09:23
23877         Log: Integrate again - can I catch up ?
23878      Branch: perlio
23879           !> t/test.pl
23880 ____________________________________________________________________________
23881 [ 13515] By: nick                                  on 2001/12/07  15:08:17
23882         Log: Integrate mainline some more
23883      Branch: perlio
23884           !> README.hpux hints/linux.sh pod/perlfunc.pod
23885 ____________________________________________________________________________
23886 [ 13514] By: nick                                  on 2001/12/07  15:07:15
23887         Log: Integrate mainline
23888      Branch: perlio
23889           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
23890           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
23891           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
23892           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
23893           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
23894           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
23895           +> t/lib/Math/BigInt/BareCalc.pm
23896            - ext/Devel/PPPort/harness/Harness.pm
23897            - ext/Devel/PPPort/harness/Harness.xs
23898            - ext/Devel/PPPort/harness/Makefile.PL
23899            - ext/Devel/PPPort/harness/module2.c
23900            - ext/Devel/PPPort/harness/module3.c
23901            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
23902            - lib/File/Spec/Functions.t
23903           !> (integrate 103 files)
23904 ____________________________________________________________________________
23905 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
23906         Log: Add display() for displaying icky scalars.
23907      Branch: perl
23908            ! t/test.pl
23909 ____________________________________________________________________________
23910 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
23911         Log: Subject: [ID 20011207.001] documentation bug for waitpid
23912              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
23913              Date: Fri, 7 Dec 2001 12:44:56 +0100
23914              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
23915      Branch: perl
23916            ! pod/perlfunc.pod
23917 ____________________________________________________________________________
23918 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
23919         Log: gcc version matching didn't.
23920      Branch: perl
23921            ! hints/linux.sh
23922 ____________________________________________________________________________
23923 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
23924         Log: Subject: HP renamed their servers              
23925              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23926              Date: Fri, 07 Dec 2001 12:07:22 +0100
23927              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
23928      Branch: perl
23929            ! README.hpux
23930 ____________________________________________________________________________
23931 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
23932         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
23933              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23934              Date: Fri, 7 Dec 2001 00:24:55 -0500
23935              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
23936      Branch: perl
23937            ! pod/perlport.pod
23938 ____________________________________________________________________________
23939 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
23940         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
23941              From: Michael G Schwern <schwern@pobox.com> 
23942              Date: Thu, 6 Dec 2001 22:56:34 -0500
23943              Message-ID: <20011207035634.GO22648@blackrider>
23944      Branch: perl
23945            ! t/base/lex.t t/op/exec.t
23946 ____________________________________________________________________________
23947 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
23948         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
23949              From: Michael G Schwern <schwern@pobox.com>
23950              Date: Thu, 6 Dec 2001 22:45:44 -0500
23951              Message-ID: <20011207034544.GN22648@blackrider>
23952              
23953              (plus op/ref tweak)
23954      Branch: perl
23955            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
23956            ! t/run/kill_perl.t t/test.pl
23957 ____________________________________________________________________________
23958 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
23959         Log: Upgrade to Math::BigInt 1.48.
23960      Branch: perl
23961            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
23962            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23963            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
23964            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23965            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23966            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23967            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
23968 ____________________________________________________________________________
23969 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
23970         Log: Mention also perl56delta in case someone is upgrading from
23971              Perl 5.005_03.
23972      Branch: perl
23973            ! pod/perldelta.pod
23974 ____________________________________________________________________________
23975 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
23976         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23977              From: Michael G Schwern <schwern@pobox.com>
23978              Date: Thu, 6 Dec 2001 15:15:28 -0500
23979              Message-ID: <20011206201528.GF16414@blackrider>
23980              
23981              (just the term.t, not the lex.t)
23982              
23983              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
23984              From: Michael G Schwern <schwern@pobox.com>
23985              Date: Thu, 6 Dec 2001 15:22:22 -0500
23986              Message-ID: <20011206202222.GG16414@blackrider>
23987              
23988              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
23989              From: Michael G Schwern <schwern@pobox.com>
23990              Date: Thu, 6 Dec 2001 15:31:58 -0500
23991              Message-ID: <20011206203158.GI16414@blackrider>
23992              
23993              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
23994              From: Michael G Schwern <schwern@pobox.com>
23995              Date: Thu, 6 Dec 2001 17:38:55 -0500
23996              Message-ID: <20011206223855.GC22648@blackrider>
23997      Branch: perl
23998            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
23999            ! t/test.pl
24000 ____________________________________________________________________________
24001 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
24002         Log: Update the thr5005 situation.
24003      Branch: perl
24004            ! pod/perldelta.pod
24005 ____________________________________________________________________________
24006 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
24007         Log: perldelta borrowings from perl561delta.
24008      Branch: perl
24009            ! pod/perldelta.pod
24010 ____________________________________________________________________________
24011 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
24012         Log: Add the 5.6.1 perldelta as perl561delta.
24013              (Makes it easier to steal stuff for perldelta :-)
24014      Branch: perl
24015            + pod/perl561delta.pod
24016            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24017 ____________________________________________________________________________
24018 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
24019         Log: Retract #13496 for now.
24020      Branch: perl
24021            ! t/base/lex.t t/base/term.t
24022 ____________________________________________________________________________
24023 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
24024         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
24025              From: "Craig A. Berry" <craigberry@mac.com>
24026              Date: Thu, 6 Dec 2001 14:54:36 -0600
24027              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
24028      Branch: perl
24029            ! vms/ext/filespec.t
24030 ____________________________________________________________________________
24031 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
24032         Log: (retracted by #13499)
24033              
24034              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
24035              From: Michael G Schwern <schwern@pobox.com>
24036              Date: Thu, 6 Dec 2001 15:15:28 -0500
24037              Message-ID: <20011206201528.GF16414@blackrider>
24038      Branch: perl
24039            ! t/base/lex.t t/base/term.t
24040 ____________________________________________________________________________
24041 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
24042         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
24043              From: Michael G Schwern <schwern@pobox.com>
24044              Date: Thu, 6 Dec 2001 13:54:48 -0500
24045              Message-ID: <20011206185448.GC16414@blackrider>
24046      Branch: perl
24047            ! t/op/stat.t
24048 ____________________________________________________________________________
24049 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
24050         Log: The #4 has nothing to do with Unicode.
24051      Branch: perl
24052            ! t/op/tr.t
24053 ____________________________________________________________________________
24054 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
24055         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
24056              From: Michael G Schwern <schwern@pobox.com>
24057              Date: Thu, 6 Dec 2001 13:45:48 -0500
24058              Message-ID: <20011206184548.GB16414@blackrider>
24059      Branch: perl
24060            ! t/op/tr.t
24061 ____________________________________________________________________________
24062 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
24063         Log: Update Changes.
24064      Branch: perl
24065            ! Changes patchlevel.h
24066 ____________________________________________________________________________
24067 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
24068         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
24069              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24070              Date: Thu, 6 Dec 2001 11:41:25 EST
24071              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
24072      Branch: perl
24073            ! vms/vms.c vms/vmsish.h
24074 ____________________________________________________________________________
24075 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
24076         Log: Subject: [PATCH] Re: weirdness in regexps
24077              From: Robin Houston <robin@kitsite.com> 
24078              Date: Thu, 6 Dec 2001 14:44:01 +0000
24079              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
24080      Branch: perl
24081            ! op.c t/lib/strict/subs
24082 ____________________________________________________________________________
24083 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
24084         Log: Make the -b -c -S tests count all of the /dev, not just
24085              check the first one, as suggested by Benjamin Goldberg.
24086      Branch: perl
24087            ! t/op/stat.t
24088 ____________________________________________________________________________
24089 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
24090         Log: Subject: Re: [PATCH: bleadperl] casefold backref
24091              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24092              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
24093              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
24094      Branch: perl
24095            ! regexec.c
24096 ____________________________________________________________________________
24097 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
24098         Log: Nits noticed by Philip Newton, and de-tab DB.t.
24099      Branch: perl
24100            ! lib/DB.t
24101 ____________________________________________________________________________
24102 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
24103         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
24104              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
24105              Date: 6 Dec 2001 11:06:01 -0000
24106              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
24107      Branch: perl
24108            ! op.c t/op/tr.t
24109 ____________________________________________________________________________
24110 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
24111         Log: Subject: [PATCH: bleadperl] casefold backref
24112              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24113              Date: Wed, 05 Dec 2001 17:27:05 +0000
24114              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
24115      Branch: perl
24116            ! regexec.c t/op/re_tests
24117 ____________________________________________________________________________
24118 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
24119         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
24120              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24121              Date: Wed, 5 Dec 2001 22:34:53 EST
24122              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
24123      Branch: perl
24124            ! mg.c vms/vms.c vms/vmsish.h
24125 ____________________________________________________________________________
24126 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
24127         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
24128              From: Michael G Schwern <schwern@pobox.com>
24129              Date: Wed, 5 Dec 2001 19:52:58 -0500
24130              Message-ID: <20011205195257.A903@blackrider>
24131      Branch: perl
24132            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
24133            + lib/File/Spec/t/rel2abs2rel.t
24134            - lib/File/Spec.t lib/File/Spec/Functions.t
24135            ! MANIFEST
24136 ____________________________________________________________________________
24137 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
24138         Log: Subject: Re: Silly stat() portability questions                
24139              From: Benjamin Goldberg <goldbb2@earthlink.net>
24140              Date: Wed, 05 Dec 2001 22:52:35 -0500
24141              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
24142      Branch: perl
24143            ! pod/perlport.pod
24144 ____________________________________________________________________________
24145 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
24146         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
24147              From: "Craig A. Berry" <craigberry@mac.com>
24148              Date: Wed, 05 Dec 2001 16:41:59 -0600
24149              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
24150      Branch: perl
24151            ! README.vms configure.com lib/File/Spec/VMS.pm
24152            ! vms/ext/filespec.t
24153 ____________________________________________________________________________
24154 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
24155         Log: $apply->('club', $glibc_maintainers);
24156              
24157              (Nick Clark just reported that <langinfo.h> YESSTR
24158              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
24159      Branch: perl
24160            ! ext/I18N/Langinfo/Langinfo.t
24161 ____________________________________________________________________________
24162 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
24163         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
24164      Branch: perl
24165            ! pod/perlport.pod
24166 ____________________________________________________________________________
24167 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
24168         Log: tweak change#13474 (pad entries can apparently be null in some
24169              situations)
24170      Branch: maint-5.6/perl
24171            ! op.c
24172 ____________________________________________________________________________
24173 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
24174         Log: Restore the /dev -b -c -S part of the test.
24175      Branch: perl
24176            ! t/op/stat.t
24177 ____________________________________________________________________________
24178 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
24179         Log: Retract #13475 until Arthur gets back to the mine.
24180      Branch: perl
24181            ! op.c t/run/kill_perl.t
24182 ____________________________________________________________________________
24183 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
24184         Log: (retracted by #13476)
24185              
24186              Manually apply #13474; fixes stale reference to dead
24187              CvOUTSIDE(); this can happen when anonymous subroutines
24188              that aren't closures are returned from an eval""
24189              
24190              (threads/shared/sv_refs.t is coredump-unhappy about this change)
24191      Branch: perl
24192            ! op.c t/run/kill_perl.t
24193 ____________________________________________________________________________
24194 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
24195         Log: replacement for change#10451
24196              
24197              fixes stale reference to dead CvOUTSIDE(); this can happen when
24198              anonymous subroutines that aren't closures are returned from an
24199              eval""
24200      Branch: maint-5.6/perl
24201            ! op.c t/op/misc.t
24202 ____________________________________________________________________________
24203 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
24204         Log: revert change#10451,10472; it was a naive fix that simply
24205              reintroduced the memory leak!
24206      Branch: maint-5.6/perl
24207            ! op.c t/op/misc.t
24208 ____________________________________________________________________________
24209 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
24210         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
24211              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
24212              Date: Wed, 05 Dec 2001 10:49:20 +0100
24213              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
24214      Branch: perl
24215            ! lib/File/Basename.pm lib/File/Basename.t
24216 ____________________________________________________________________________
24217 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
24218         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
24219              From: Michael G Schwern <schwern@pobox.com> 
24220              Date: Wed, 5 Dec 2001 02:47:59 -0500
24221              Message-ID: <20011205024759.H14333@blackrider>
24222      Branch: perl
24223            ! t/op/magic.t
24224 ____________________________________________________________________________
24225 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
24226         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
24227              From: Michael G Schwern <schwern@pobox.com>              
24228              Date: Wed, 5 Dec 2001 02:22:05 -0500
24229              Message-ID: <20011205022205.F14333@blackrider>
24230      Branch: perl
24231            ! t/op/stat.t vms/test.com
24232 ____________________________________________________________________________
24233 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
24234         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24235              From: Michael G Schwern <schwern@pobox.com> 
24236              Date: Tue, 4 Dec 2001 23:40:10 -0500
24237              Message-ID: <20011204234010.B14333@blackrider>
24238      Branch: perl
24239            ! t/op/stat.t
24240 ____________________________________________________________________________
24241 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
24242         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
24243              From: Michael G Schwern <schwern@pobox.com> 
24244              Date: Tue, 4 Dec 2001 21:09:18 -0500           
24245              Message-ID: <20011204210918.D13279@blackrider>
24246              
24247              t/test.
24248      Branch: perl
24249            ! t/test.pl
24250 ____________________________________________________________________________
24251 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
24252         Log: (accidentally empty check-in)
24253      Branch: perl
24254            ! t/op/stat.t
24255 ____________________________________________________________________________
24256 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
24257         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
24258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24259              Date: Tue, 04 Dec 2001 23:40:27 +0100
24260              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
24261      Branch: perl
24262            ! mg.c
24263 ____________________________________________________________________________
24264 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
24265         Log: Subject: [PATCH] minor pod fix in Safe.pm
24266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24267              Date: Tue, 4 Dec 2001 22:02:34 +0100
24268              Message-ID: <20011204220234.A17293@rafael>
24269      Branch: perl
24270            ! ext/Opcode/Safe.pm
24271 ____________________________________________________________________________
24272 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
24273         Log: CRLF GRRR.
24274      Branch: perl
24275            ! djgpp/configure.bat
24276 ____________________________________________________________________________
24277 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
24278         Log: DJGPP fixes from Laszlo Molnar.
24279      Branch: perl
24280            ! djgpp/configure.bat djgpp/djgpp.h
24281 ____________________________________________________________________________
24282 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
24283         Log: Update Changes.
24284      Branch: perl
24285            ! Changes patchlevel.h
24286 ____________________________________________________________________________
24287 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
24288         Log: Must wipe out the memory of real Socket before starting
24289              to use the new fake one.
24290      Branch: perl
24291            ! lib/Net/t/config.t
24292 ____________________________________________________________________________
24293 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
24294         Log: LC_ALL might trump LANG.
24295      Branch: perl
24296            ! lib/open.t
24297 ____________________________________________________________________________
24298 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
24299         Log: Make the eval runtime.
24300      Branch: perl
24301            ! lib/open.pm
24302 ____________________________________________________________________________
24303 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
24304         Log: Make the Langinfo test both more lenient (allow
24305              for any symbol not to exists) and stricter (add
24306              more symbols).
24307      Branch: perl
24308            ! ext/I18N/Langinfo/Langinfo.t
24309 ____________________________________________________________________________
24310 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
24311         Log: integrate change#13453 from maint-5.6
24312              
24313              tweak change#11399 to use an explicit flag rather than
24314              ass_u_ming w32_pseudo_id will only be zero for the real
24315              toplevel interpreter; avoids multiple hosts from diddling
24316              the environment at the same time
24317      Branch: perl
24318           !> win32/perlhost.h
24319 ____________________________________________________________________________
24320 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
24321         Log: Subject: [PATCH] VMS update for perldelta.pod
24322              From: "Craig A. Berry" <craigberry@mac.com> 
24323              Date: Tue, 4 Dec 2001 00:23:12 -0600
24324              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
24325      Branch: perl
24326            ! pod/perldelta.pod
24327 ____________________________________________________________________________
24328 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
24329         Log: NetWare tweak from Ananth Kesari.
24330      Branch: perl
24331            ! NetWare/Makefile
24332 ____________________________________________________________________________
24333 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
24334         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
24335              Not adding the test suite because of its many assumptions.
24336      Branch: perl
24337            ! lib/Net/Ping.pm
24338 ____________________________________________________________________________
24339 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
24340         Log: tweak change#11399 to use an explicit flag rather than
24341              ass_u_ming w32_pseudo_id will only be zero for the real
24342              toplevel interpreter; avoids multiple hosts from diddling
24343              the environment at the same time
24344      Branch: maint-5.6/perl
24345            ! win32/perlhost.h
24346 ____________________________________________________________________________
24347 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
24348         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
24349              from Len Makin.
24350      Branch: perl
24351            + hints/super-ux.sh
24352            ! MANIFEST
24353 ____________________________________________________________________________
24354 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
24355         Log: Add Mac OS X known failures to perldelta.
24356      Branch: perl
24357            ! pod/perldelta.pod
24358 ____________________________________________________________________________
24359 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
24360         Log: I think it's time to call the utf8 code non-test.
24361      Branch: perl
24362            ! utf8.c
24363 ____________________________________________________________________________
24364 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
24365         Log: Retract #13303, need rethink.
24366      Branch: perl
24367            ! utf8.c
24368 ____________________________________________________________________________
24369 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
24370         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
24371              From: "Craig A. Berry" <craigberry@mac.com>
24372              Date: Mon, 03 Dec 2001 16:28:06 -0600
24373              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
24374      Branch: perl
24375            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
24376 ____________________________________________________________________________
24377 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
24378         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
24379              From: Andy Dougherty <doughera@lafayette.edu>
24380              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
24381              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
24382      Branch: perl
24383            ! hints/solaris_2.sh
24384 ____________________________________________________________________________
24385 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
24386         Log: This test is not very robust on 8.3-constrained systems:
24387              all the "with truncated name" lines between "Autosplitting ..."
24388              and "some names are not unique" lines are unexpected,
24389              and the truncation message becomes:
24390              testtest.al, testtest.al truncate to testtest 
24391      Branch: perl
24392            ! lib/AutoSplit.t
24393 ____________________________________________________________________________
24394 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
24395         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
24396      Branch: perl
24397            ! ext/I18N/Langinfo/Langinfo.t
24398 ____________________________________________________________________________
24399 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
24400         Log: Test::Morify UCD.t
24401      Branch: perl
24402            ! lib/Unicode/UCD.t
24403 ____________________________________________________________________________
24404 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
24405         Log: If Socket has not been built (e.g. DJGPP) the libnet
24406              tests fall over with (too) much noise.
24407      Branch: perl
24408            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
24409            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
24410            ! lib/Net/t/smtp.t lib/Net/t/time.t
24411 ____________________________________________________________________________
24412 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
24413         Log: Subject: [PATCH] shared hash keys and ++/--
24414              From: Nicholas Clark <nick@ccl4.org>
24415              Date: Mon, 3 Dec 2001 16:37:16 +0000
24416              Message-ID: <20011203163716.C21702@plum.flirble.org>
24417      Branch: perl
24418            ! pp.c pp_hot.c sv.c t/op/inc.t
24419 ____________________________________________________________________________
24420 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
24421         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
24422              From: Jonathan Stowe <jns@gellyfish.com>
24423              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
24424              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
24425      Branch: perl
24426            ! lib/Term/Cap.pm
24427 ____________________________________________________________________________
24428 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
24429         Log: Update Changes.
24430      Branch: perl
24431            ! Changes patchlevel.h
24432 ____________________________________________________________________________
24433 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
24434         Log: perldelta tweaks.
24435      Branch: perl
24436            ! pod/perldelta.pod
24437 ____________________________________________________________________________
24438 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
24439         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
24440              From: Sam Tregar <sam@tregar.com> 
24441              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
24442              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
24443      Branch: perl
24444            ! pod/perlnewmod.pod
24445 ____________________________________________________________________________
24446 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
24447         Log: microperl casting nit.
24448      Branch: perl
24449            ! utf8.c
24450 ____________________________________________________________________________
24451 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
24452         Log: Make sharepvn a macro since all it does is a deref.
24453      Branch: perl
24454            ! embed.h embed.pl global.sym hv.c hv.h proto.h
24455 ____________________________________________________________________________
24456 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
24457         Log: perldelta updates.
24458      Branch: perl
24459            ! pod/perldelta.pod
24460 ____________________________________________________________________________
24461 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
24462         Log: PPPort update from Paul Marquess.
24463      Branch: perl
24464            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
24465            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
24466            + ext/Devel/PPPort/t/test.t
24467            - ext/Devel/PPPort/harness/Harness.pm
24468            - ext/Devel/PPPort/harness/Harness.xs
24469            - ext/Devel/PPPort/harness/Makefile.PL
24470            - ext/Devel/PPPort/harness/module2.c
24471            - ext/Devel/PPPort/harness/module3.c
24472            - ext/Devel/PPPort/harness/t/test.t
24473            ! MANIFEST ext/Devel/PPPort/MANIFEST
24474            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
24475            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
24476            ! ext/Devel/PPPort/soak
24477 ____________________________________________________________________________
24478 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
24479         Log: No use talking about dynamic library search patch
24480              unless we are having a dynamic build.
24481      Branch: perl
24482            ! t/TEST
24483 ____________________________________________________________________________
24484 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
24485         Log: Be more explicit on the List::Util build trick,
24486              should also stop unneeded rebuilds on static builds.
24487      Branch: perl
24488            ! ext/List/Util/Makefile.PL
24489 ____________________________________________________________________________
24490 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
24491         Log: We need to replace the optimize (-O1) with
24492              the -h scalar0 -h vector0, not append them
24493              to the ccflags.
24494      Branch: perl
24495            ! hints/unicos.sh hints/unicosmk.sh
24496 ____________________________________________________________________________
24497 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
24498         Log: Subject: [PATCH] Shared hash keys 
24499              From: Nicholas Clark <nick@ccl4.org>
24500              Date: Sun, 2 Dec 2001 20:52:32 +0000
24501              Message-ID: <20011202205232.U21702@plum.flirble.org>
24502      Branch: perl
24503            ! doop.c t/op/tr.t
24504 ____________________________________________________________________________
24505 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
24506         Log: Better add new files to MANIFEST, too.
24507      Branch: perl
24508            ! MANIFEST
24509 ____________________________________________________________________________
24510 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
24511         Log: Subject: {PATCH] perlpacktut.pod
24512              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
24513              Date: Sun, 02 Dec 2001 19:55:06 +0100
24514              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
24515      Branch: perl
24516            ! pod/perlpacktut.pod
24517 ____________________________________________________________________________
24518 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
24519         Log: Various small nits found by DJGPP build.
24520      Branch: perl
24521            ! doio.c mg.c pp.c util.c
24522 ____________________________________________________________________________
24523 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
24524         Log: Subject: RE: More verbose POD for Carp
24525              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
24526              Date: Sun, 2 Dec 2001 11:32:51 -0500
24527              Message-ID: <3C0A9748@operamail.com>
24528      Branch: perl
24529            ! lib/Carp.pm
24530 ____________________________________________________________________________
24531 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
24532         Log: Add a header for DJGPP with the function prototypes.
24533      Branch: perl
24534            + djgpp/djgpp.h
24535            ! MANIFEST djgpp/djgpp.c
24536 ____________________________________________________________________________
24537 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
24538         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
24539              From: Abe Timmerman <abe@ztreet.demon.nl>
24540              Date: Sun, 02 Dec 2001 02:41:25 +0100
24541              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
24542      Branch: perl
24543            ! pp_sys.c
24544 ____________________________________________________________________________
24545 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
24546         Log: There isn't PTR2INT(), there's PTR2IV().
24547      Branch: perl
24548            ! ext/Time/HiRes/HiRes.xs
24549 ____________________________________________________________________________
24550 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
24551         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
24552              From: Marc Lehmann <root@schmorp.de>
24553              Date: Sun, 02 Dec 2001 02:44:53 +0100
24554              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
24555      Branch: perl
24556            ! ext/Time/HiRes/HiRes.xs
24557 ____________________________________________________________________________
24558 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
24559         Log: encode()/decode() examples.
24560      Branch: perl
24561            ! ext/Encode/Encode.pm
24562 ____________________________________________________________________________
24563 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
24564         Log: DJGPP tweaks from Laszlo Molnar.
24565      Branch: perl
24566            ! djgpp/config.over djgpp/djgppsed.sh
24567 ____________________________________________________________________________
24568 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
24569         Log: Update Changes.
24570      Branch: perl
24571            ! Changes patchlevel.h
24572 ____________________________________________________________________________
24573 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
24574         Log: Integrate perlio;
24575              
24576              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
24577              which do not have file descriptors. Noticed a possibly
24578              worse problem in the process ...
24579      Branch: perl
24580           !> doio.c
24581 ____________________________________________________________________________
24582 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
24583         Log: Non-VMS-fixed and Win32-skipped version of
24584              
24585              Subject: [PATCH t/op/exec.t] Portabilty fix 
24586              From: Michael G Schwern <schwern@pobox.com> 
24587              Date: Fri, 30 Nov 2001 16:09:27 -0500
24588              Message-ID: <20011130160927.A10406@blackrider>
24589      Branch: perl
24590            ! t/op/exec.t
24591 ____________________________________________________________________________
24592 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
24593         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
24594              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24595              Date: Sat, 1 Dec 2001 07:01:09 -0500
24596              Message-ID: <3C0D2E39@operamail.com>
24597              
24598              Subject: More verbose POD for Carp
24599              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24600              Date: Sat, 1 Dec 2001 08:04:16 -0500
24601              Message-ID: <3C285C2B@operamail.com>
24602      Branch: perl
24603            ! lib/Carp.pm lib/Carp/Heavy.pm
24604 ____________________________________________________________________________
24605 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
24606         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
24607              From: chromatic <chromatic@rmci.net>
24608              Date: Sat, 01 Dec 2001 12:41:58 -0700
24609              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
24610      Branch: perl
24611            ! lib/DB.t
24612 ____________________________________________________________________________
24613 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
24614         Log: Try to make a missing RADIXCHAR a softer kinder error.
24615      Branch: perl
24616            ! ext/I18N/Langinfo/Langinfo.t
24617 ____________________________________________________________________________
24618 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
24619         Log: Have a little faith on nl_langinfo() itself.
24620      Branch: perl
24621            ! ext/I18N/Langinfo/Langinfo.xs
24622 ____________________________________________________________________________
24623 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
24624         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
24625              the max, not max plus one)
24626      Branch: perl
24627            ! ext/I18N/Langinfo/Langinfo.xs
24628 ____________________________________________________________________________
24629 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
24630         Log: Make reality agree with the comment.
24631      Branch: perl
24632            ! ext/I18N/Langinfo/Langinfo.xs
24633 ____________________________________________________________________________
24634 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
24635         Log: Try to protect against wild langinfo() arguments.
24636      Branch: perl
24637            ! ext/I18N/Langinfo/Langinfo.xs
24638 ____________________________________________________________________________
24639 [ 13409] By: nick                                  on 2001/12/01  18:19:59
24640         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
24641              have file descriptors. Noticed a possibly worse problem in the process ...
24642      Branch: perlio
24643            ! doio.c
24644 ____________________________________________________________________________
24645 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
24646         Log: (replaced by #13556)
24647              
24648              If we are inside an eval, let's be silent about
24649              separate symbols and just croak() in the end.
24650      Branch: perl
24651            ! lib/Exporter/Heavy.pm
24652 ____________________________________________________________________________
24653 [ 13407] By: nick                                  on 2001/12/01  17:14:05
24654         Log: Integrate mainline
24655      Branch: perlio
24656           !> (integrate 26 files)
24657 ____________________________________________________________________________
24658 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
24659         Log: Subject: Fix for Exporter error reporting behaviour
24660              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24661              Date: Sat, 1 Dec 2001 06:34:48 -0500
24662              Message-ID: <3C0D1B9A@operamail.com>
24663      Branch: perl
24664            ! lib/Exporter.pm lib/Exporter/Heavy.pm
24665 ____________________________________________________________________________
24666 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
24667         Log: Need to hide behind an eval to avoid a warning
24668              about :utf8 on non-perlio configs.
24669      Branch: perl
24670            ! lib/open.t
24671 ____________________________________________________________________________
24672 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
24673         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
24674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24675              Date: Fri, 30 Nov 2001 23:46:58 +0100
24676              Message-ID: <20011130234658.A717@rafael>
24677      Branch: perl
24678            ! op.c t/op/method.t
24679 ____________________________________________________________________________
24680 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
24681         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
24682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24683              Date: Thu, 29 Nov 2001 22:46:12 +0100
24684              Message-ID: <20011129224612.A699@rafael>
24685      Branch: perl
24686            ! ext/B/B/Xref.pm
24687 ____________________________________________________________________________
24688 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
24689         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
24690              From: Tels <perl_dummy@bloodgate.com>
24691              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
24692              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
24693      Branch: perl
24694            ! pod/perlfunc.pod
24695 ____________________________________________________________________________
24696 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
24697         Log: Subject: [REPATCH] reference pointer comparison
24698              From: Nicholas Clark <nick@ccl4.org>
24699              Date: Sat, 1 Dec 2001 13:00:17 +0000
24700              Message-ID: <20011201130017.I21702@plum.flirble.org>
24701      Branch: perl
24702            ! pp.c
24703 ____________________________________________________________________________
24704 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
24705         Log: Upgrade to Storable 1.0.14.
24706      Branch: perl
24707            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24708 ____________________________________________________________________________
24709 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
24710         Log: Add simple caches for ::viacode() and ::vianame().
24711      Branch: perl
24712            ! lib/charnames.pm lib/charnames.t
24713 ____________________________________________________________________________
24714 [ 13398] By: nick                                  on 2001/12/01  10:36:24
24715         Log: Integrate mainline.
24716      Branch: perlio
24717           +> (branch 44 files)
24718            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
24719            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
24720            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
24721           !> (integrate 250 files)
24722 ____________________________________________________________________________
24723 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
24724         Log: Regen toc and modlib.
24725      Branch: perl
24726            ! pod/perlmodlib.pod pod/perltoc.pod
24727 ____________________________________________________________________________
24728 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
24729         Log: Upgrade to podlators-1.18.
24730      Branch: perl
24731            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
24732 ____________________________________________________________________________
24733 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
24734         Log: -h scalar0 -h vector0 seems to help for both
24735              UNICOS and UNICOS/mk on the unpack %65c problems.
24736              
24737              (replaces #13393)
24738      Branch: perl
24739            ! hints/unicos.sh hints/unicosmk.sh
24740 ____________________________________________________________________________
24741 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
24742         Log: More Socket constants.
24743      Branch: perl
24744            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
24745 ____________________________________________________________________________
24746 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
24747         Log: (replaced by #13395)
24748      Branch: perl
24749            ! hints/unicosmk.sh
24750 ____________________________________________________________________________
24751 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
24752         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
24753              From: Andy Dougherty <doughera@lafayette.edu>
24754              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
24755              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
24756              
24757              Simplify the test skippage criterion now that we are
24758              no more dependent on sed.
24759      Branch: perl
24760            ! t/comp/cpp.t t/run/switchPx.t
24761 ____________________________________________________________________________
24762 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
24763         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
24764              From: Michael G Schwern <schwern@pobox.com>
24765              Date: Fri, 30 Nov 2001 11:48:44 -0500
24766              Message-ID: <20011130114844.C1303@blackrider>
24767              
24768              (replaces #13381)
24769      Branch: perl
24770            ! t/op/stat.t
24771 ____________________________________________________________________________
24772 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
24773         Log: Let's not assume how much memory has been allocated
24774              to PVs.
24775      Branch: perl
24776            ! ext/Devel/Peek/Peek.t
24777 ____________________________________________________________________________
24778 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
24779         Log: VOS needs to know the modules, including pp_sort.
24780      Branch: perl
24781            ! vos/perl.bind
24782 ____________________________________________________________________________
24783 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
24784         Log: Unused variables.
24785      Branch: perl
24786            ! ext/Unicode/Normalize/Normalize.xs
24787 ____________________________________________________________________________
24788 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
24789         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
24790              From: John Peacock <jpeacock@rowman.com>     
24791              Date: Fri, 30 Nov 2001 10:24:00 -0500        
24792              Message-ID: <3C07A490.A22A76B0@rowman.com>   
24793      Branch: perl
24794            ! lib/ExtUtils/Embed.t
24795 ____________________________________________________________________________
24796 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
24797         Log: Tweak for the VOS building script from Paul Green.
24798      Branch: perl
24799            ! vos/configure_perl.cm
24800 ____________________________________________________________________________
24801 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
24802         Log: Update Changes.
24803      Branch: perl
24804            ! Changes patchlevel.h
24805 ____________________________________________________________________________
24806 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
24807         Log: Cannot test if cppstdin has not yet been installed.
24808      Branch: perl
24809            ! t/run/switchPx.t
24810 ____________________________________________________________________________
24811 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
24812         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
24813              From: Michael G Schwern <schwern@pobox.com> 
24814              Date: Thu, 29 Nov 2001 22:05:11 -0500
24815              Message-ID: <20011129220510.A18869@blackrider>
24816              
24817              TODO 1: if cppstdin is used and not yet installed,
24818              the Px.t will fail (must do the same as in cpp.t)
24819              
24820              TODO 2: does this work if no Perl whatsoever has
24821              yet been installed?  That is, we should be using
24822              the Perl we are building to execute the one-liner.
24823      Branch: perl
24824            + t/run/switchPx.aux t/run/switchPx.t
24825            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
24826            ! vms/test.com
24827 ____________________________________________________________________________
24828 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
24829         Log: Upgrade to Unicode::Normalize 0.12.
24830      Branch: perl
24831            ! ext/Unicode/Normalize/Changes
24832            ! ext/Unicode/Normalize/Normalize.pm
24833            ! ext/Unicode/Normalize/Normalize.xs
24834            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24835            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24836            ! ext/Unicode/Normalize/t/test.t
24837 ____________________________________________________________________________
24838 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
24839         Log: (replaced by #13391)
24840              
24841              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
24842              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
24843              Date: 30 Nov 2001 11:41:53 -0000             
24844              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
24845              
24846              No need to die if we have high-paranoia (non-chdirable)
24847              system directories.
24848      Branch: perl
24849            ! t/op/stat.t
24850 ____________________________________________________________________________
24851 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
24852         Log: Paragraph rewrapping.
24853      Branch: perl
24854            ! pod/perliol.pod
24855 ____________________________________________________________________________
24856 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
24857         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
24858              From: Stas Bekman <stas@stason.org>
24859              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
24860              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
24861      Branch: perl
24862            ! pod/perliol.pod
24863 ____________________________________________________________________________
24864 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
24865         Log: Whether select() gets restarted on signals is
24866              implementation dependent.
24867      Branch: perl
24868            ! ext/Time/HiRes/HiRes.t
24869 ____________________________________________________________________________
24870 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
24871         Log: More forgotten checkins.
24872      Branch: perl
24873            ! embed.h embed.pl proto.h
24874 ____________________________________________________________________________
24875 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
24876         Log: Add a note about folding vs lowercase.
24877      Branch: perl
24878            ! regexec.c
24879 ____________________________________________________________________________
24880 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
24881         Log: Use to_uni_fold (and add changed global.sym)
24882      Branch: perl
24883            ! global.sym utf8.c
24884 ____________________________________________________________________________
24885 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
24886         Log: Make to Unicode character functions to use UVs
24887              instead of U32s and add to_uni_fold().
24888      Branch: perl
24889            ! embed.pl proto.h utf8.c
24890 ____________________________________________________________________________
24891 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
24892         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
24893              From: Nicholas Clark <nick@ccl4.org>
24894              Date: Thu, 29 Nov 2001 22:47:32 +0000
24895              Message-ID: <20011129224732.W37621@plum.flirble.org>
24896      Branch: perl
24897            ! pod/perlpacktut.pod
24898 ____________________________________________________________________________
24899 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
24900         Log: README.vos updates from Paul Green.
24901      Branch: perl
24902            ! README.vos
24903 ____________________________________________________________________________
24904 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
24905         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
24906              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24907              Date: Thu, 29 Nov 2001 14:18:51 EST
24908              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
24909      Branch: perl
24910            ! mg.c vms/vms.c vms/vmsish.h
24911 ____________________________________________________________________________
24912 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
24913         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
24914              From: Michael G Schwern <schwern@pobox.com>
24915              Date: Thu, 29 Nov 2001 13:12:31 -0500
24916              Message-ID: <20011129131231.E11300@blackrider>
24917      Branch: perl
24918            ! README.vms
24919 ____________________________________________________________________________
24920 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
24921         Log: BGET_IV was missing.
24922      Branch: perl
24923            ! ext/ByteLoader/bytecode.h
24924 ____________________________________________________________________________
24925 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
24926         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
24927              From: Jonathan Stowe <gellyfish@gellyfish.com>
24928              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
24929              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
24930      Branch: perl
24931            ! lib/Term/Cap.pm
24932 ____________________________________________________________________________
24933 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
24934         Log: Porting/checkURL.pl was missing.
24935      Branch: perl
24936            ! MANIFEST
24937 ____________________________________________________________________________
24938 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
24939         Log: Subject: INSTALL and READMEs should be reviewed
24940              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24941              Date: Thu, 29 Nov 2001 16:49:36 +0100
24942              Message-ID: <20011129164936.A17492@rafael>         
24943      Branch: perl
24944            ! README.cygwin
24945 ____________________________________________________________________________
24946 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
24947         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
24948              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
24949              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
24950              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
24951      Branch: perl
24952            ! README.os390
24953 ____________________________________________________________________________
24954 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
24955         Log: Update Changes.
24956      Branch: perl
24957            ! Changes patchlevel.h
24958 ____________________________________________________________________________
24959 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
24960         Log: The changes to the curliffed files didn't stick in #13348.
24961      Branch: perl
24962            ! README.dos README.win32
24963 ____________________________________________________________________________
24964 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
24965         Log: Subject: Re: Found the rev where File::Glob broke
24966              From: Andy Dougherty <doughera@lafayette.edu>
24967              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
24968              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
24969      Branch: perl
24970            ! lib/ExtUtils/MM_Unix.pm
24971 ____________________________________________________________________________
24972 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
24973         Log: Use __DATA__ instead of __END__.
24974      Branch: perl
24975            ! lib/Term/Cap.pm
24976 ____________________________________________________________________________
24977 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
24978         Log: Subject: [PATCH toke.c] autosplit into @F fix
24979              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24980              Date: Thu, 29 Nov 2001 14:52:23 +0100
24981              Message-ID: <20011129145223.A25817@rafael>         
24982      Branch: perl
24983            ! toke.c
24984 ____________________________________________________________________________
24985 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
24986         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
24987              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24988              Date: Thu, 29 Nov 2001 15:48:15 +0100
24989              Message-ID: <20011129154815.C25817@rafael>         
24990      Branch: perl
24991            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
24992 ____________________________________________________________________________
24993 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
24994         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
24995              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24996              Date: Wed, 28 Nov 2001 20:35:29 +0100
24997              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
24998      Branch: perl
24999            ! pod/perlpacktut.pod
25000 ____________________________________________________________________________
25001 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
25002         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
25003              From: Stas Bekman <stas@stason.org>
25004              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
25005              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
25006              
25007              (with tweaks)
25008      Branch: perl
25009            ! pod/perlapio.pod
25010 ____________________________________________________________________________
25011 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
25012         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25013              From: Tels <perl_dummy@bloodgate.com>
25014              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
25015              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
25016              
25017              (plus paragraph rewrapping)
25018      Branch: perl
25019            ! lib/Exporter.pm
25020 ____________________________________________________________________________
25021 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
25022         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
25023              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
25024              Date: Wed, 28 Nov 2001 21:47:59 +0000
25025              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
25026      Branch: perl
25027            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
25028 ____________________________________________________________________________
25029 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
25030         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
25031              From: Andy Dougherty <doughera@lafayette.edu>
25032              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
25033              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
25034      Branch: perl
25035            ! INSTALL ext/Time/HiRes/HiRes.t
25036 ____________________________________________________________________________
25037 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
25038         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
25039              From: Michael G Schwern <schwern@pobox.com> 
25040              Date: Wed, 28 Nov 2001 16:37:01 -0500
25041              Message-ID: <20011128163701.H676@blackrider>
25042      Branch: perl
25043            ! t/run/kill_perl.t
25044 ____________________________________________________________________________
25045 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
25046         Log: @INC tweak.
25047      Branch: perl
25048            ! t/op/ref.t
25049 ____________________________________________________________________________
25050 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
25051         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
25052              From: Nicholas Clark <nick@ccl4.org>
25053              Date: Wed, 28 Nov 2001 23:38:43 +0000
25054              Message-ID: <20011128233843.N37621@plum.flirble.org>  
25055      Branch: perl
25056            ! installman
25057 ____________________________________________________________________________
25058 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
25059         Log: Tweak the forking logic.
25060      Branch: perl
25061            ! Porting/checkURL.pl
25062 ____________________________________________________________________________
25063 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
25064         Log: Update perlmodlib.PL as per #13348.  The L<> got
25065              changed back because that is coming from ParseLink.pm.
25066      Branch: perl
25067            ! pod/perlmodlib.PL pod/perlmodlib.pod
25068 ____________________________________________________________________________
25069 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
25070         Log: URL fixups from Michael Schwern.
25071      Branch: perl
25072            ! README.cygwin README.dos README.hpux README.mint README.mpeix
25073            ! README.os390 README.qnx README.solaris README.vos README.win32
25074            ! pod/perlmodlib.pod
25075 ____________________________________________________________________________
25076 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
25077         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
25078              From: Barrie Slaymaker <barries@slaysys.com>
25079              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
25080              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
25081      Branch: perl
25082            ! lib/Exporter.pm
25083 ____________________________________________________________________________
25084 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
25085         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
25086      Branch: perl
25087            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
25088 ____________________________________________________________________________
25089 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
25090         Log: Subject: [PATCH] Re: $\ very broken
25091              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
25092              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
25093              Message-ID: <20011128223308.E732@rafael>   
25094              
25095              Subject: Re: [PATCH] Re: $\ very broken     
25096              From: Nicholas Clark <nick@ccl4.org>
25097              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
25098              Message-ID: <20011128222859.K37621@plum.flirble.org>
25099      Branch: perl
25100            ! mg.c t/op/ref.t
25101 ____________________________________________________________________________
25102 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
25103         Log: Add Abigail's link checker with the following tweaks:
25104              - known dummy URLs (Peter Prymmer)
25105              - do also READMEs and INSTALL (Michael Schwern)
25106              - do also ftp URLs
25107              - add fork retry loop in case the allowed number
25108              of processes per user is low
25109      Branch: perl
25110            + Porting/checkURL.pl
25111            ! MANIFEST
25112 ____________________________________________________________________________
25113 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
25114         Log: Update Changes.
25115      Branch: perl
25116            ! Changes patchlevel.h
25117 ____________________________________________________________________________
25118 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
25119         Log: In Linux if we have modern enough gcc and supported
25120              enough CPU, crank up the optimization level to -O3.
25121      Branch: perl
25122            ! hints/linux.sh
25123 ____________________________________________________________________________
25124 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
25125         Log: Add perlpacktut from Wolfgang Laun; regen toc.
25126      Branch: perl
25127            + pod/perlpacktut.pod
25128            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
25129            ! pod/perltoc.pod
25130 ____________________________________________________________________________
25131 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
25132         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
25133              From: PPrymmer@factset.com
25134              Date: Wed, 28 Nov 2001 07:51:26 -0500
25135              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
25136      Branch: perl
25137            ! vms/test.com
25138 ____________________________________________________________________________
25139 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
25140         Log: Test cases for the first half of #13338.
25141      Branch: perl
25142            ! t/lib/h2ph.h t/lib/h2ph.pht
25143 ____________________________________________________________________________
25144 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
25145         Log: Subject: Re: h2ph confused by comments in an enum.
25146              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25147              Date: Wed, 28 Nov 2001 04:19:21 +0000
25148              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
25149              
25150              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
25151              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
25152              Date: Wed, 28 Nov 2001 13:36:35 +0000
25153              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
25154      Branch: perl
25155            ! utils/h2ph.PL
25156 ____________________________________________________________________________
25157 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
25158         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
25159              From: Jonathan Stowe <gellyfish@gellyfish.com>
25160              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
25161              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
25162              
25163              (replace #13327)
25164      Branch: perl
25165            ! lib/Term/Cap.pm
25166 ____________________________________________________________________________
25167 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
25168         Log: Replace #13335 with
25169              
25170              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
25171              From: Russ Allbery <rra@stanford.edu>
25172              Date: 27 Nov 2001 20:42:49 -0800
25173              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
25174      Branch: perl
25175            ! lib/Pod/Text/Termcap.pm
25176 ____________________________________________________________________________
25177 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
25178         Log: (replaced by #13336)
25179              
25180              Subject: [PATCH perl@13323] Termcap.pm with no termios
25181              From: "Craig A. Berry" <craigberry@mac.com> 
25182              Date: Tue, 27 Nov 2001 22:28:50 -0600
25183              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
25184      Branch: perl
25185            ! lib/Pod/Text/Termcap.pm
25186 ____________________________________________________________________________
25187 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
25188         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
25189              From: "Craig A. Berry" <craigberry@mac.com> 
25190              Date: Tue, 27 Nov 2001 21:46:45 -0600
25191              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
25192      Branch: perl
25193            ! configure.com
25194 ____________________________________________________________________________
25195 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
25196         Log: Upgrade to podlators 1.17.
25197      Branch: perl
25198            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
25199            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
25200 ____________________________________________________________________________
25201 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
25202         Log: Fix for "a\x{100}" =~ /A/i.
25203      Branch: perl
25204            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
25205            ! utf8.c
25206 ____________________________________________________________________________
25207 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
25208         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
25209              From: "Craig A. Berry" <craigberry@mac.com>
25210              Date: Tue, 27 Nov 2001 17:11:49 -0600
25211              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
25212      Branch: perl
25213            ! lib/DB.t
25214 ____________________________________________________________________________
25215 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
25216         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
25217              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25218              Date: Tue, 27 Nov 2001 14:55:23 -0500
25219              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
25220              
25221              Subject: [PATCH: perl@13324] updates to perldelta.pod 
25222              From: PPrymmer@factset.com
25223              Date: Tue, 27 Nov 2001 18:06:04 -0500
25224              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
25225              
25226              plus added some known problems.
25227      Branch: perl
25228            ! pod/perldelta.pod
25229 ____________________________________________________________________________
25230 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
25231         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
25232              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25233              Date: Tue, 27 Nov 2001 15:38:02 EST 
25234              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
25235      Branch: perl
25236            ! configure.com vms/vms.c vms/vmsish.h
25237 ____________________________________________________________________________
25238 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
25239         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
25240              From: Michael G Schwern <schwern@pobox.com> 
25241              Date: Tue, 27 Nov 2001 15:31:12 -0500
25242              Message-ID: <20011127153112.G20929@blackrider>
25243      Branch: perl
25244            ! t/run/kill_perl.t
25245 ____________________________________________________________________________
25246 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
25247         Log: (replaced by #13337)
25248              
25249              VMS can safely hardcode a termcap entry for VT100.
25250      Branch: perl
25251            ! lib/Term/Cap.pm
25252 ____________________________________________________________________________
25253 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
25254         Log: VMS piping fixes from Charles Lane (perl -P should
25255              be working now).
25256      Branch: perl
25257            ! vms/vms.c
25258 ____________________________________________________________________________
25259 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
25260         Log: Subject: [PATCH] perlvar.pod fix
25261              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25262              Date: Tue, 27 Nov 2001 13:11:47 -0500
25263              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
25264      Branch: perl
25265            ! pod/perlvar.pod
25266 ____________________________________________________________________________
25267 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
25268         Log: Update Changes.
25269      Branch: perl
25270            ! Changes patchlevel.h
25271 ____________________________________________________________________________
25272 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
25273         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
25274              From: "Craig A. Berry" <craigberry@mac.com> 
25275              Date: Tue, 27 Nov 2001 10:21:18 -0600
25276              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
25277      Branch: perl
25278            ! lib/ExtUtils/MM_VMS.pm
25279 ____________________________________________________________________________
25280 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
25281         Log: Protect against accumulating -options -options -options.
25282      Branch: perl
25283            ! hints/hpux.sh
25284 ____________________________________________________________________________
25285 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
25286         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
25287              From: Barrie Slaymaker <barries@slaysys.com>
25288              Date: Tue, 27 Nov 2001 10:58:54 -0500
25289              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
25290      Branch: perl
25291            ! lib/Benchmark.pm
25292 ____________________________________________________________________________
25293 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
25294         Log: Tiny fix from John P. Linderman.
25295      Branch: perl
25296            ! lib/sort.pm
25297 ____________________________________________________________________________
25298 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
25299         Log: The Story of sort(), from John P. Linderman.
25300      Branch: perl
25301            ! pod/perldelta.pod
25302 ____________________________________________________________________________
25303 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
25304         Log: Add information what to do if you are reading
25305              perluniintro but using some older Perl.
25306      Branch: perl
25307            ! pod/perluniintro.pod
25308 ____________________________________________________________________________
25309 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
25310         Log: Update the 'wide characters' FAQ entry.
25311      Branch: perl
25312            ! pod/perlfaq6.pod
25313 ____________________________________________________________________________
25314 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
25315         Log: Fix for
25316              
25317              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
25318              From: Marc Lehmann <root@schmorp.de>
25319              Date: Tue, 27 Nov 2001 14:27:14 +0100
25320              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
25321      Branch: perl
25322            ! ext/Encode.t ext/Encode/Encode.xs
25323 ____________________________________________________________________________
25324 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
25325         Log: Subject: [PATCH] DB_File 1.801
25326              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25327              Date: Tue, 27 Nov 2001 15:06:45 -0000
25328              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
25329      Branch: perl
25330            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25331            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25332 ____________________________________________________________________________
25333 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
25334         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
25335      Branch: perl
25336            ! pod/perlmodlib.pod
25337 ____________________________________________________________________________
25338 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
25339         Log: sort() doc tweaks from John P. Linderman.
25340      Branch: perl
25341            ! pod/perlfunc.pod
25342 ____________________________________________________________________________
25343 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
25344         Log: Subject: [PATCH] More perldelta.pod nits
25345              From: Simon Glover <scog@roe.ac.uk>
25346              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
25347              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
25348      Branch: perl
25349            ! pod/perldelta.pod
25350 ____________________________________________________________________________
25351 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
25352         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
25353              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25354              Date: Tue, 27 Nov 2001 11:52:31 -0000
25355              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
25356      Branch: perl
25357            ! ext/Devel/PPPort/harness/Makefile.PL
25358 ____________________________________________________________________________
25359 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
25360         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
25361              From: Michael G Schwern <schwern@pobox.com>
25362              Date: Tue, 27 Nov 2001 03:38:24 -0500
25363              Message-ID: <20011127033824.A17775@blackrider>
25364      Branch: perl
25365            ! t/TEST
25366 ____________________________________________________________________________
25367 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
25368         Log: Subject: Re: perlcc very broken
25369              From: John Peacock <jpeacock@rowman.com>
25370              Date: Tue, 27 Nov 2001 06:48:01 -0500
25371              Message-ID: <3C037D71.4030508@rowman.com>
25372      Branch: perl
25373            ! utils/perlcc.PL
25374 ____________________________________________________________________________
25375 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
25376         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
25377              From: David Dyck <dcd@tc.fluke.com>
25378              Date: Mon, 26 Nov 2001 22:04:38 -0800
25379              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
25380      Branch: perl
25381            ! t/op/pack.t
25382 ____________________________________________________________________________
25383 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
25384         Log: Subject: [ID 20011126.149] t/op/split fails step 37
25385              From: David Dyck <dcd@tc.fluke.com>
25386              Date: Mon, 26 Nov 2001 21:52:35 -0800
25387              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
25388      Branch: perl
25389            ! t/op/split.t
25390 ____________________________________________________________________________
25391 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
25392         Log: incorporate last minute change from libnet 1.0901-tobe
25393      Branch: perl
25394            ! lib/Net/SMTP.pm
25395 ____________________________________________________________________________
25396 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
25397         Log: Pass 7 at perldelta - random edits.
25398      Branch: perl
25399            ! pod/perldelta.pod
25400 ____________________________________________________________________________
25401 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
25402         Log: Portability and skippage tweaks.
25403      Branch: perl
25404            ! t/op/split.t
25405 ____________________________________________________________________________
25406 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
25407         Log: (retracted by #13449)
25408              Try to make Unicode casemapping to work for EBCDIC, too.
25409      Branch: perl
25410            ! utf8.c
25411 ____________________________________________________________________________
25412 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
25413         Log: Just printing 1..0 is not quite enough...
25414      Branch: perl
25415            ! lib/Dumpvalue.t
25416 ____________________________________________________________________________
25417 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
25418         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
25419              Delay the match until runtime.
25420      Branch: perl
25421            ! t/op/append.t
25422 ____________________________________________________________________________
25423 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
25424         Log: UTF-EBCDIC.
25425      Branch: perl
25426            ! ext/Devel/Peek/Peek.t
25427 ____________________________________________________________________________
25428 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
25429         Log: Be UTF-EBCDIC aware.
25430      Branch: perl
25431            ! lib/bytes.t
25432 ____________________________________________________________________________
25433 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
25434         Log: Bad assumption which way digits and letters sort.
25435      Branch: perl
25436            ! lib/English.t
25437 ____________________________________________________________________________
25438 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
25439         Log: If in EBCDIC but no Convert::EBCDIC
25440              the libnet tests will all fail.
25441      Branch: perl
25442            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
25443            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
25444            ! lib/Net/t/smtp.t lib/Net/t/time.t
25445 ____________________________________________________________________________
25446 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
25447         Log: Just sorting to guarantee order is not enough.
25448              (Think EBCDIC.) 
25449      Branch: perl
25450            ! lib/ExtUtils/Manifest.t
25451 ____________________________________________________________________________
25452 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
25453         Log: OS/390 cleanable gunk.
25454      Branch: perl
25455            ! lib/ExtUtils/MM_Unix.pm
25456 ____________________________________________________________________________
25457 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
25458         Log: Update the EBCDIC MD5 checksums.
25459      Branch: perl
25460            ! ext/Digest/MD5/t/files.t
25461 ____________________________________________________________________________
25462 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
25463         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25464              From: Nicholas Clark <nick@ccl4.org>
25465              Date: Mon, 26 Nov 2001 23:06:34 +0000
25466              Message-ID: <20011126230633.Q37621@plum.flirble.org>
25467      Branch: perl
25468            ! installman
25469 ____________________________________________________________________________
25470 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
25471         Log: sort tweaks from John P. Linderman.
25472      Branch: perl
25473            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
25474 ____________________________________________________________________________
25475 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
25476         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
25477              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
25478              Date: Mon, 26 Nov 2001 18:47:25 -0600
25479              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
25480              
25481              Craig Berry submitted half of this patch just yesterday.
25482              Spooky cosmic resonance.
25483      Branch: perl
25484            ! ext/Socket/Socket.xs
25485 ____________________________________________________________________________
25486 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
25487         Log: Subject: [PATCH] doio slightly smaller
25488              From: Nicholas Clark <nick@ccl4.org>
25489              Date: Tue, 27 Nov 2001 00:40:23 +0000      
25490              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
25491      Branch: perl
25492            ! doio.c
25493 ____________________________________________________________________________
25494 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
25495         Log: perldelta nits from Autrijus Tang and Ron Kimball.
25496      Branch: perl
25497            ! pod/perldelta.pod
25498 ____________________________________________________________________________
25499 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
25500         Log: Subject: [PATCH] unpack P* uses random length for item
25501              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
25502              Date: Mon, 26 Nov 2001 19:56:32 +0100
25503              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
25504      Branch: perl
25505            ! pod/perldiag.pod pp_pack.c t/op/pack.t
25506 ____________________________________________________________________________
25507 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
25508         Log: Subject: [PATCH current] system and taintedness
25509              From: Radu Greab <radu@netsoft.ro>
25510              Date: Mon, 26 Nov 2001 18:42:29 +0200
25511              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
25512      Branch: perl
25513            ! pp_sys.c t/op/taint.t
25514 ____________________________________________________________________________
25515 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
25516         Log: Subject: [PATCH @ 13283] Devel::PPPort
25517              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
25518              Date: Mon, 26 Nov 2001 14:37:17 -0000
25519              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
25520      Branch: perl
25521            + ext/Devel/PPPort/MANIFEST
25522            ! MANIFEST ext/Devel/PPPort/Makefile.PL
25523            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
25524            ! ext/Devel/PPPort/harness/Harness.xs
25525            ! ext/Devel/PPPort/harness/Makefile.PL
25526            ! ext/Devel/PPPort/harness/module2.c
25527            ! ext/Devel/PPPort/harness/module3.c
25528            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
25529 ____________________________________________________________________________
25530 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
25531         Log: Update the test list.
25532      Branch: perl
25533            ! t/lib/1_compile.t
25534 ____________________________________________________________________________
25535 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
25536         Log: Sync-up tests with libnet distribution
25537      Branch: perl
25538            + lib/Net/t/netrc.t
25539            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
25540 ____________________________________________________________________________
25541 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
25542         Log: Update Changes.
25543      Branch: perl
25544            ! Changes patchlevel.h
25545 ____________________________________________________________________________
25546 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
25547         Log: Upgrade to podlators 1.16.
25548      Branch: perl
25549            + lib/Pod/t/basic.cap
25550            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
25551            ! lib/Pod/t/basic.t pod/pod2man.PL
25552 ____________________________________________________________________________
25553 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
25554         Log: Pass 6 at perldelta - sort enhancements, generic and
25555              platform specific bug fixes.
25556      Branch: perl
25557            ! pod/perldelta.pod
25558 ____________________________________________________________________________
25559 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
25560         Log: PROPAGATE documentation from Tony Cook.
25561      Branch: perl
25562            ! pod/perlfunc.pod
25563 ____________________________________________________________________________
25564 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
25565         Log: DJGPP cannot do signals that well.
25566      Branch: perl
25567            ! ext/POSIX/t/sigaction.t
25568 ____________________________________________________________________________
25569 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
25570         Log: Can't do subsecond alarms without ualarm; and break out
25571              early if alarms do not seem to be coming in as expected.
25572      Branch: perl
25573            ! ext/Time/HiRes/HiRes.t
25574 ____________________________________________________________________________
25575 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
25576         Log: No Socket, little Net.
25577      Branch: perl
25578            ! t/lib/1_compile.t
25579 ____________________________________________________________________________
25580 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
25581         Log: Take the taint brush to the getcwds.
25582      Branch: perl
25583            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
25584 ____________________________________________________________________________
25585 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
25586         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
25587              From: "Craig A. Berry" <craigberry@mac.com>
25588              Date: Sun, 25 Nov 2001 16:20:45 -0600
25589              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
25590      Branch: perl
25591            ! ext/Socket/Socket.xs
25592 ____________________________________________________________________________
25593 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
25594         Log: Since in some DOS filesystems the timestamp granularity
25595              may be only two seconds, better sleep for three to play safe.
25596              (Helps CygWin, at least.)
25597      Branch: perl
25598            ! lib/Memoize/t/expire_file.t
25599 ____________________________________________________________________________
25600 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
25601         Log: For some reason CygWin wasn't collapsing multiple
25602              slashes into one, which made some Spec.t tests to fail.
25603              Either CygWin was being too prudish or the collapsing
25604              logic needs to be rethunk.
25605      Branch: perl
25606            ! lib/File/Spec/Unix.pm
25607 ____________________________________________________________________________
25608 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
25609         Log: Cygwin needs to have libperl.dll around if trying to link
25610              with -lperl.  Note: this change cures the test but whether
25611              it cures CygPerl installation, I don't know: hopefully the
25612              libperl5_7_2.dll, or the version equivalent, gets installed
25613              also as libperl.dll to the proper place(s).
25614      Branch: perl
25615            ! lib/ExtUtils/Embed.t
25616 ____________________________________________________________________________
25617 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
25618         Log: -I../lib/.. and -L../lib/..?  Strange.
25619      Branch: perl
25620            ! lib/ExtUtils/Embed.t
25621 ____________________________________________________________________________
25622 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
25623         Log: $MM?
25624      Branch: perl
25625            ! lib/ExtUtils/Embed.pm
25626 ____________________________________________________________________________
25627 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
25628         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
25629              From: Dave Rolsky <autarch@urth.org>
25630              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
25631              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
25632      Branch: perl
25633            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
25634            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25635 ____________________________________________________________________________
25636 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
25637         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
25638              From: chromatic <chromatic@rmci.net>
25639              Date: Sat, 24 Nov 2001 14:56:57 -0700
25640              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
25641              
25642              plus a tweak for ithreads builds.
25643      Branch: perl
25644            + lib/DB.t
25645            ! MANIFEST lib/DB.pm
25646 ____________________________________________________________________________
25647 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
25648         Log: Win32 compilation tweaks for Blair Zajac.
25649      Branch: perl
25650            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
25651 ____________________________________________________________________________
25652 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
25653         Log: I don't think trying to bracket the hires time with lores
25654              times is going to be portable enough: Cygwin seems to be
25655              capable of getting hires ones rather consistently lower
25656              than the lores ones.  So let's try average difference instead.
25657      Branch: perl
25658            ! ext/Time/HiRes/HiRes.t
25659 ____________________________________________________________________________
25660 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
25661         Log: Subject: Re: benchmarks, sorts and reproducibility
25662              From: "John P. Linderman" <jpl@research.att.com>
25663              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
25664              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
25665              
25666              Randomize large partitions for quicksort to dodge the
25667              angry gods of quadratic.
25668      Branch: perl
25669            ! pp_sort.c
25670 ____________________________________________________________________________
25671 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
25672         Log: The joys of portable quoting.
25673      Branch: perl
25674            ! ext/Devel/PPPort/harness/Makefile.PL
25675 ____________________________________________________________________________
25676 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
25677         Log: sort pragma tweaks.
25678      Branch: perl
25679            ! lib/sort.pm
25680 ____________________________________________________________________________
25681 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
25682         Log: Skip the link= directives of utils.lst if no mandir
25683              (if no manpages).
25684      Branch: perl
25685            ! installman
25686 ____________________________________________________________________________
25687 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
25688         Log: integrate changes#8340,13260 from mainline
25689              
25690              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25691              
25692              change#3373 introduced a handle leak in backticks and piped open()s
25693              that fail
25694      Branch: maint-5.6/perl
25695            ! t/io/pipe.t util.c
25696 ____________________________________________________________________________
25697 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
25698         Log: change#3373 introduced a handle leak in backticks and piped open()s
25699              that fail
25700      Branch: perl
25701            ! util.c
25702 ____________________________________________________________________________
25703 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
25704         Log: metaconfig unit change for #13258.
25705      Branch: metaconfig/U/perl
25706            ! d_procselfexe.U
25707 ____________________________________________________________________________
25708 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
25709         Log: Extraenous breaks noticed by David Dyck.
25710      Branch: perl
25711            ! Configure
25712 ____________________________________________________________________________
25713 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
25714         Log: Revert the /proc/self/auxv experiment for now.
25715      Branch: perl
25716            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
25717 ____________________________________________________________________________
25718 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
25719         Log: Also ExtUtils.t had $^X assumptions.
25720      Branch: perl
25721            ! lib/ExtUtils.t
25722 ____________________________________________________________________________
25723 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
25724         Log: Now is Solaris if you start the t/perl in the t/
25725              as "./perl", the $^X will be "../perl", not "./perl".
25726      Branch: perl
25727            ! t/lib/1_compile.t
25728 ____________________________________________________________________________
25729 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
25730         Log: The new way of finding out $^X in Solaris
25731              requires a little tweak if the executable
25732              pathname is *not* absolute: prepend "./"
25733              (otherwise `$^X ...` will start perl from PATH...)
25734      Branch: perl
25735            ! perl.c
25736 ____________________________________________________________________________
25737 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
25738         Log: Avoid "will not stay shared" warnings.
25739      Branch: perl
25740            ! lib/ExtUtils/MM_Unix.pm
25741 ____________________________________________________________________________
25742 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
25743         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
25744              From: Michael G Schwern <schwern@pobox.com>
25745              Date: Sat, 24 Nov 2001 19:56:18 -0500
25746              Message-ID: <20011124195618.A14614@blackrider>            
25747      Branch: perl
25748            ! perl.c pp_sys.c t/op/magic.t util.c
25749 ____________________________________________________________________________
25750 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
25751         Log: In the MakeMaker pm_to_blib target don't copy all
25752              the files in one fell swoop, deal with them hunkwise,
25753              helps for CLIs with limited line lengths.
25754              (This seems to help for DJGPP building Encode,
25755              where there are dozens of files to copy.)
25756      Branch: perl
25757            ! lib/ExtUtils/MM_Unix.pm
25758 ____________________________________________________________________________
25759 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
25760         Log: testsuite leaves stray files behind on windows
25761      Branch: perl
25762            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
25763 ____________________________________________________________________________
25764 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
25765         Log: xsubpp produces a spurious warning on directories called 'typemap'
25766      Branch: perl
25767            ! lib/ExtUtils/xsubpp
25768 ____________________________________________________________________________
25769 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
25770         Log: xsubpp treats invalid (indented) cpp directives as comments
25771      Branch: perl
25772            ! ext/IO/IO.xs
25773 ____________________________________________________________________________
25774 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
25775         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
25776      Branch: perl
25777            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
25778 ____________________________________________________________________________
25779 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
25780         Log: The debug_pag needs to be visible at all times
25781              because of the re extension.
25782      Branch: perl
25783            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
25784 ____________________________________________________________________________
25785 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
25786         Log: Subject: Re: [PATCH] Tests are good
25787              From: Philip Newton <Philip.Newton@gmx.net>
25788              Date: Sat, 24 Nov 2001 21:24:00 +0100
25789              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
25790      Branch: perl
25791            ! pod/perlhack.pod
25792 ____________________________________________________________________________
25793 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
25794         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
25795              From: "Craig A. Berry" <craigberry@mac.com> 
25796              Date: Sat, 24 Nov 2001 12:45:44 -0600
25797              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
25798              
25799              (with tweaks, and combined with Sarathy's #13242)
25800      Branch: perl
25801            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
25802 ____________________________________________________________________________
25803 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
25804         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
25805              From: John Peacock <jpeacock@rowman.com>
25806              Date: Sat, 24 Nov 2001 14:27:46 -0500
25807              Message-ID: <3BFFF4B2.40509@rowman.com> 
25808      Branch: perl
25809            ! lib/Exporter/Heavy.pm
25810 ____________________________________________________________________________
25811 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
25812         Log: use portable quotes
25813      Branch: perl
25814            ! ext/Devel/PPPort/harness/Makefile.PL
25815 ____________________________________________________________________________
25816 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
25817         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25818              From: Nicholas Clark <nick@ccl4.org>
25819              Date: Sat, 24 Nov 2001 18:06:26 +0000
25820              Message-ID: <20011124180626.T37621@plum.flirble.org>
25821      Branch: perl
25822            ! installman
25823 ____________________________________________________________________________
25824 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
25825         Log: Subject: [PATCH] perl5005delta.pod L<>
25826              From: Nicholas Clark <nick@ccl4.org>
25827              Date: Sat, 24 Nov 2001 18:04:21 +0000
25828              Message-ID: <20011124180421.S37621@plum.flirble.org>
25829      Branch: perl
25830            ! pod/perl5005delta.pod
25831 ____________________________________________________________________________
25832 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
25833         Log: fix typo in config.vc; regenerate win32 config_H.* files
25834      Branch: perl
25835            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25836            ! win32/config_H.vc
25837 ____________________________________________________________________________
25838 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
25839         Log: Mention the charnames::vianame().
25840      Branch: perl
25841            ! pod/perluniintro.pod
25842 ____________________________________________________________________________
25843 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
25844         Log: Add charnames::vianame() in case people want to access
25845              the codes in run-time (as opposed to the compile-timeness
25846              of \N{...}).
25847      Branch: perl
25848            ! lib/charnames.pm lib/charnames.t
25849 ____________________________________________________________________________
25850 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
25851         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
25852              From: Nicholas Clark <nick@ccl4.org>
25853              Date: Sat, 24 Nov 2001 16:30:42 +0000
25854              Message-ID: <20011124163042.R37621@plum.flirble.org>
25855      Branch: perl
25856            ! regcomp.c regcomp.h
25857 ____________________________________________________________________________
25858 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
25859         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
25860              From: Nicholas Clark <nick@ccl4.org>
25861              Date: Sat, 24 Nov 2001 16:24:33 +0000
25862              Message-ID: <20011124162433.Q37621@plum.flirble.org>
25863              
25864              cmp fixes.
25865      Branch: perl
25866            ! pp.c
25867 ____________________________________________________________________________
25868 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
25869         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
25870              (It seems that "./perl" gets resolved to "perl" now.)
25871      Branch: perl
25872            ! perl.c
25873 ____________________________________________________________________________
25874 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
25875         Log: Subject: [PATCH] DB_File 1.800        
25876              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
25877              Date: Sat, 24 Nov 2001 11:41:41 -0000
25878              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
25879      Branch: perl
25880            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25881            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25882            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25883            ! ext/DB_File/t/db-recno.t
25884 ____________________________________________________________________________
25885 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
25886         Log: Tweak the PUSHED documentation.
25887      Branch: perl
25888            ! ext/PerlIO/Via/Via.pm
25889 ____________________________________________________________________________
25890 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
25891         Log: Update 1_compile for new known tests.
25892      Branch: perl
25893            ! t/lib/1_compile.t
25894 ____________________________________________________________________________
25895 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
25896         Log: Move the MBF/MBI test modules to t/lib.
25897      Branch: perl
25898            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
25899            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25900            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25901            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
25902            ! lib/Math/BigInt/t/sub_mbi.t
25903 ____________________________________________________________________________
25904 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
25905         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
25906              From: "Craig A. Berry" <craigberry@mac.com> 
25907              Date: Fri, 23 Nov 2001 18:05:35 -0600
25908              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
25909      Branch: perl
25910            ! configure.com
25911 ____________________________________________________________________________
25912 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
25913         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
25914              From: PPrymmer@factset.com 
25915              Date: Fri, 23 Nov 2001 17:03:07 -0500
25916              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
25917      Branch: perl
25918            ! ext/Unicode/Normalize/mkheader
25919 ____________________________________________________________________________
25920 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
25921         Log: Here are the right helper files.
25922      Branch: perl
25923            + t/lib/Filter/Simple/ExportTest.pm
25924            + t/lib/Filter/Simple/FilterOnlyTest.pm
25925            + t/lib/Filter/Simple/FilterTest.pm
25926            + t/lib/Filter/Simple/ImportTest.pm
25927            ! MANIFEST
25928 ____________________________________________________________________________
25929 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
25930         Log: Update Changes.
25931      Branch: perl
25932            ! Changes patchlevel.h
25933 ____________________________________________________________________________
25934 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
25935         Log: Never mind.
25936      Branch: perl
25937            - lib/Filter/Simple/lib/ExportTest.pm
25938            - lib/Filter/Simple/lib/ImportTest.pm
25939 ____________________________________________________________________________
25940 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
25941         Log: Mis-add.
25942      Branch: perl
25943            + lib/Filter/Simple/lib/ExportTest.pm
25944            + lib/Filter/Simple/lib/ImportTest.pm
25945 ____________________________________________________________________________
25946 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
25947         Log: Upgrade to Filter::Simple 0.77.
25948      Branch: perl
25949            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
25950            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
25951            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
25952            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
25953            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25954 ____________________________________________________________________________
25955 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
25956         Log: Missing p4 add.
25957      Branch: perl
25958            + lib/ExtUtils/MM_VMS.t
25959 ____________________________________________________________________________
25960 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
25961         Log: Pass 5 at perldelta - module and utility updates cleanup.
25962      Branch: perl
25963            ! pod/perldelta.pod
25964 ____________________________________________________________________________
25965 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
25966         Log: metaconfig unit change for #13219.
25967      Branch: metaconfig/U/perl
25968            ! d_procselfexe.U
25969 ____________________________________________________________________________
25970 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
25971         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
25972      Branch: perl
25973            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25974            ! pod/buildtoc.PL pod/perltoc.pod
25975 ____________________________________________________________________________
25976 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
25977         Log: Add procselfexe and d_dirfd to strange lands.
25978      Branch: perl
25979            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25980            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25981            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25982            ! win32/config.gc win32/config.vc win32/config.win64
25983            ! wince/config.ce
25984 ____________________________________________________________________________
25985 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
25986         Log: metaconfig unit change for #13216.
25987      Branch: metaconfig/U/perl
25988            ! d_procselfexe.U
25989 ____________________________________________________________________________
25990 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
25991         Log: Better to "quote" the pathname.
25992      Branch: perl
25993            ! Configure config_h.SH
25994 ____________________________________________________________________________
25995 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
25996         Log: Use PROCSELFEXE_PATH.
25997      Branch: perl
25998            ! perl.c
25999 ____________________________________________________________________________
26000 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
26001         Log: metaconfig unit change for #13213.
26002      Branch: metaconfig/U/perl
26003            ! d_procselfexe.U
26004 ____________________________________________________________________________
26005 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
26006         Log: Add probing for BSD-like /proc/curproc/file.
26007      Branch: perl
26008            ! Configure config_h.SH
26009 ____________________________________________________________________________
26010 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
26011         Log: metaconfig unit change for 13211.
26012      Branch: metaconfig/U/perl
26013            + d_dirfd.U
26014 ____________________________________________________________________________
26015 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
26016         Log: Add probing for dirfd() so that it can be added it IO::Dir.
26017      Branch: perl
26018            ! Configure config_h.SH perl.h
26019 ____________________________________________________________________________
26020 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
26021         Log: ...and update the test count.
26022      Branch: perl
26023            ! lib/Pod/t/basic.t
26024 ____________________________________________________________________________
26025 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
26026         Log: Must remove the cap test also from the test script.
26027      Branch: perl
26028            ! lib/Pod/t/basic.t
26029 ____________________________________________________________________________
26030 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
26031         Log: Subject: [PATCH] Tests are good
26032              From: Nicholas Clark <nick@ccl4.org>
26033              Date: Fri, 23 Nov 2001 18:12:21 +0000
26034              Message-ID: <20011123181220.F37621@plum.flirble.org>
26035      Branch: perl
26036            ! pod/perlhack.pod
26037 ____________________________________________________________________________
26038 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
26039         Log: The basic.cap from podlators 1.14 is not very portable.
26040      Branch: perl
26041            - lib/Pod/t/basic.cap
26042            ! MANIFEST
26043 ____________________________________________________________________________
26044 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
26045         Log: Subject: Re: [DOC PATCHES] pod cleanups
26046              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26047              Date: 22 Nov 2001 12:54:16 -0000
26048              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
26049      Branch: perl
26050            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
26051            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
26052 ____________________________________________________________________________
26053 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
26054         Log: FAQ sync.
26055      Branch: perl
26056            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
26057 ____________________________________________________________________________
26058 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
26059         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
26060              From: PPrymmer@factset.com
26061              Date: Fri, 23 Nov 2001 11:43:45 -0500
26062              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
26063      Branch: perl
26064            ! MANIFEST lib/ExtUtils/MM_VMS.pm
26065 ____________________________________________________________________________
26066 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
26067         Log: Corify podlators 1.14 test.
26068      Branch: perl
26069            ! lib/Pod/t/basic.t
26070 ____________________________________________________________________________
26071 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
26072         Log: Output tweak needed because of podlators 1.14.
26073      Branch: perl
26074            ! t/pod/multiline_items.xr
26075 ____________________________________________________________________________
26076 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
26077         Log: Upgrade to podlators 1.14.
26078      Branch: perl
26079            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
26080            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
26081            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
26082            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
26083            ! lib/Pod/Text/Overstrike.pm
26084 ____________________________________________________________________________
26085 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
26086         Log: perlmodinstall tweaks from Philip Newton.
26087      Branch: perl
26088            ! pod/perlmodinstall.pod
26089 ____________________________________________________________________________
26090 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
26091         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
26092              From: Autrijus Tang <autrijus@autrijus.org>           
26093              Date: Fri, 23 Nov 2001 23:55:53 +0800
26094              Message-ID: <20011123235553.A2310@not.autrijus.org>
26095      Branch: perl
26096            ! Porting/genlog
26097 ____________________________________________________________________________
26098 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
26099         Log: Subject: Re: regex oddness with \Z and $&
26100              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
26101              Date: Fri, 23 Nov 2001 15:15:24 +0000
26102              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
26103      Branch: perl
26104            ! regcomp.c t/op/re_tests
26105 ____________________________________________________________________________
26106 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
26107         Log: regen_headers.
26108      Branch: perl
26109            ! embed.h global.sym pod/perlapi.pod proto.h
26110 ____________________________________________________________________________
26111 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
26112         Log: Forgotten check-in.
26113      Branch: perl
26114            ! pod/perlapi.pod
26115 ____________________________________________________________________________
26116 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
26117         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
26118      Branch: perl
26119            ! lib/Test/Simple.pm
26120 ____________________________________________________________________________
26121 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
26122         Log: Retract #13173 (effectively retract Net::Ping 2.06,
26123              go back to 2.04, the 2.06 hasn't seen the patches
26124              that have gone to the blead version.)
26125      Branch: perl
26126            - lib/Net/Ping/CHANGES lib/Net/Ping/README
26127            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26128            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26129            - lib/Net/Ping/t/200_ping_tcp.t
26130            ! MANIFEST lib/Net/Ping.pm
26131 ____________________________________________________________________________
26132 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
26133         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
26134              From: Robin Barker <rmb1@cise.npl.co.uk>
26135              Date: Thu, 22 Nov 2001 11:00:38 GMT
26136              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
26137      Branch: perl
26138            ! utils/perldoc.PL
26139 ____________________________________________________________________________
26140 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
26141         Log: metaconfig unit change for #13191.
26142      Branch: metaconfig/U/perl
26143            ! d_procselfexe.U
26144 ____________________________________________________________________________
26145 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
26146         Log: procselfexe tweak: for some reason I had a ls in
26147              /proc/self/exe, not the ls Configure thought it
26148              would found.
26149      Branch: perl
26150            ! Configure
26151 ____________________________________________________________________________
26152 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
26153         Log: Corify the Net::Ping tests; skip the tests
26154              unless $ENV{PERL_TEST_Net_Ping} is true.
26155      Branch: perl
26156            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26157            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26158            ! lib/Net/Ping/t/200_ping_tcp.t
26159 ____________________________________________________________________________
26160 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
26161         Log: metaconfig units changes for #13188.
26162      Branch: metaconfig
26163            ! U/modified/Head.U
26164      Branch: metaconfig/U/perl
26165            ! issymlink.U
26166 ____________________________________________________________________________
26167 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
26168         Log: The #13182 didn't really help.  The real problem
26169              seems to be that 'sh' can in AIX mean at least three
26170              different things, and we can't know which one it is
26171              unless we export $newsh from an earlier run (and it's
26172              the 'bsh' aka 'sh' that has the the broken test -h).
26173      Branch: perl
26174            ! Configure
26175 ____________________________________________________________________________
26176 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
26177         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
26178      Branch: perl
26179            ! op.c t/op/override.t
26180 ____________________________________________________________________________
26181 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
26182         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
26183              From: PPrymmer@factset.com 
26184              Date: Wed, 21 Nov 2001 20:17:25 -0500
26185              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
26186      Branch: perl
26187            ! lib/Shell.t
26188 ____________________________________________________________________________
26189 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
26190         Log: Reapply perlmodinstall parts of #12897.
26191      Branch: perl
26192            ! pod/perlmodinstall.pod
26193 ____________________________________________________________________________
26194 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
26195         Log: perlmodinstall 2.01 from Jon Orwant.
26196      Branch: perl
26197            ! pod/perlmodinstall.pod
26198 ____________________________________________________________________________
26199 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
26200         Log: Subject: [PATCH @10907] REXX on OS/2
26201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26202              Date: Wed, 21 Nov 2001 15:26:11 -0500
26203              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
26204      Branch: perl
26205            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
26206            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
26207 ____________________________________________________________________________
26208 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
26209         Log: metaconfig unit change for #13181.
26210      Branch: metaconfig/U/perl
26211            ! issymlink.U
26212 ____________________________________________________________________________
26213 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
26214         Log: AIX has broken builtin 'test'.
26215      Branch: perl
26216            ! Configure
26217 ____________________________________________________________________________
26218 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
26219         Log: Subject: [PATCH 5.7.x] INSTALL size update
26220              From: Andy Dougherty <doughera@lafayette.edu>
26221              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
26222              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
26223      Branch: perl
26224            ! INSTALL
26225 ____________________________________________________________________________
26226 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
26227         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
26228              to pp_sort.c.  Includes the quicksort stabilizing layer
26229              from John P. Linderman.  -Msort=qsort or -Msort=fast is
26230              faster than without (or with -Msort=mergesort or -Msort=safe)
26231              for short random inputs, but for some reason not quite as fast
26232              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
26233              optimizing definitely needed.
26234      Branch: perl
26235            + lib/sort.pm lib/sort.t pp_sort.c
26236            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
26237            ! embed.pl global.sym perl.h pp_ctl.c proto.h
26238            ! vms/descrip_mms.template vos/build.cm win32/Makefile
26239            ! win32/makefile.mk wince/Makefile.ce
26240 ____________________________________________________________________________
26241 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
26242         Log: Sync file with libnet-1.0901-tobe
26243      Branch: perl
26244            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
26245            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
26246            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
26247            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
26248            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
26249 ____________________________________________________________________________
26250 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
26251         Log: Subject: [PATCH perldoc] problems with pod2man
26252              From: Robin Barker <rmb1@cise.npl.co.uk>
26253              Date: Wed, 21 Nov 2001 17:48:51 GMT
26254              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
26255      Branch: perl
26256            ! utils/perldoc.PL
26257 ____________________________________________________________________________
26258 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
26259         Log: debug_pad only visible when debugging.
26260      Branch: perl
26261            ! makedef.pl
26262 ____________________________________________________________________________
26263 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
26264         Log: metaconfig units changes for #13174.
26265      Branch: metaconfig/U/perl
26266            + d_procselfexe.U
26267            - procselfexe.U
26268 ____________________________________________________________________________
26269 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
26270         Log: procselfexe tweaks.
26271      Branch: perl
26272            ! Configure config_h.SH
26273 ____________________________________________________________________________
26274 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
26275         Log: Upgrade to Net::Ping 2.06.
26276      Branch: perl
26277            + lib/Net/Ping/CHANGES lib/Net/Ping/README
26278            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
26279            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
26280            + lib/Net/Ping/t/200_ping_tcp.t
26281            ! MANIFEST lib/Net/Ping.pm
26282 ____________________________________________________________________________
26283 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
26284         Log: Upgrade to Math::BigInt 1.47.
26285      Branch: perl
26286            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26287            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
26288            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
26289            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
26290            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
26291            ! lib/Math/BigInt/t/sub_mbi.t
26292 ____________________________________________________________________________
26293 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
26294         Log: Dynaloading for POSIX-BC from Thomas Dorner.
26295      Branch: perl
26296            ! hints/posix-bc.sh
26297 ____________________________________________________________________________
26298 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
26299         Log: Strange: the same mysterious regex study bug
26300              seems to be present both in OS/390 and POSIX-BC.
26301              Deep EBCDIC magic that regex engine gets wrong,
26302              or a bug in some compiler/library shared by the
26303              two platforms?  From Thomas Dorner.
26304      Branch: perl
26305            ! t/op/study.t
26306 ____________________________________________________________________________
26307 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
26308         Log: More lost and found.
26309      Branch: perl
26310            + lib/Test/Simple/README
26311            ! MANIFEST
26312 ____________________________________________________________________________
26313 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
26314         Log: MANIFESTly missing.
26315      Branch: perl
26316            ! MANIFEST
26317 ____________________________________________________________________________
26318 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
26319         Log: Subject: Re: PERFORCE change 13162 for review               
26320              From: Philip Newton <Philip.Newton@gmx.net> 
26321              Date: Wed, 21 Nov 2001 16:44:30 +0100
26322              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
26323      Branch: perl
26324            ! ext/Devel/PPPort/PPPort.pm
26325 ____________________________________________________________________________
26326 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
26327         Log: Update Changes.
26328      Branch: perl
26329            ! Changes patchlevel.h
26330 ____________________________________________________________________________
26331 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
26332         Log: Small doc tweaks.
26333      Branch: perl
26334            ! ext/PerlIO/Via/Via.pm
26335 ____________________________________________________________________________
26336 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
26337         Log: Redundant return.
26338      Branch: perl
26339            ! ext/MIME/Base64/QuotedPrint.pm
26340 ____________________________________________________________________________
26341 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
26342         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
26343              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
26344              Date: Wed, 21 Nov 2001 10:23:16 +0100
26345              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
26346      Branch: perl
26347            ! pp_pack.c t/op/pack.t
26348 ____________________________________________________________________________
26349 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
26350         Log: Add Devel::PPPort originally from Kenneth Albanowski,
26351              revigorated by Paul Marquess: gives h2xs a Perl version
26352              portability boost.
26353      Branch: perl
26354            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
26355            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
26356            + 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            ! MANIFEST lib/h2xs.t utils/h2xs.PL
26363 ____________________________________________________________________________
26364 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
26365         Log: Oops.
26366      Branch: perl
26367            ! lib/Test/Simple/t/filehandles.t
26368 ____________________________________________________________________________
26369 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
26370         Log: Subject: Re: PERFORCE change 13152 for review               
26371              From: Philip Newton <Philip.Newton@gmx.net> 
26372              Date: Wed, 21 Nov 2001 09:04:05 +0100
26373              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
26374      Branch: perl
26375            ! lib/Test/Builder.pm
26376 ____________________________________________________________________________
26377 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
26378         Log: Subject: Re: PERFORCE change 13142 for review
26379              From: Philip Newton <Philip.Newton@gmx.net>
26380              Date: Wed, 21 Nov 2001 09:04:03 +0100
26381              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
26382              
26383              plus rewrap few paragraphs.
26384      Branch: perl
26385            ! lib/Pod/LaTeX.pm
26386 ____________________________________________________________________________
26387 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
26388         Log: Integrate #13154 from macperl; Remove comments.
26389      Branch: perl
26390           !> lib/File/Spec/Mac.pm
26391 ____________________________________________________________________________
26392 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
26393         Log: Update the list of modules having tests.
26394      Branch: perl
26395            ! t/lib/1_compile.t
26396 ____________________________________________________________________________
26397 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
26398         Log: Slight doc changes.
26399      Branch: maint-5.6/macperl
26400            ! macos/macperl/MacPerl.podhelp
26401 ____________________________________________________________________________
26402 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
26403         Log: Add UTF-16 coercion.
26404      Branch: maint-5.6/macperl
26405            ! macos/lib/Mac/AppleEvents/Simple.pm
26406 ____________________________________________________________________________
26407 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
26408         Log: Remove comments.
26409      Branch: maint-5.6/macperl
26410            ! lib/File/Spec/Mac.pm
26411 ____________________________________________________________________________
26412 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
26413         Log: Fix FSpGetCatInfo (and other functions) corrupting
26414              memory with bad filespecs (bug #471867)
26415      Branch: maint-5.6/macperl
26416            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
26417 ____________________________________________________________________________
26418 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
26419         Log: Upgrade to Test::Simple 0.33.
26420      Branch: perl
26421            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
26422            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
26423            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
26424 ____________________________________________________________________________
26425 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
26426         Log: Upgrade to Test::Harness 1.26.
26427      Branch: perl
26428            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26429 ____________________________________________________________________________
26430 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
26431         Log: Integrate change #13145 from maintperl;
26432              another compatibility tweak to change#12559: avoid quoting
26433              arguments that already have quotes; add test case
26434      Branch: perl
26435           !> t/op/system_tests win32/win32.c
26436 ____________________________________________________________________________
26437 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
26438         Log: integrate change#13147 from mainline (fixes nit in change#10091)
26439              
26440              Subject: [PATCH] spaceship and refs
26441      Branch: maint-5.6/perl
26442            ! pp.c pp_hot.c t/op/cmp.t
26443 ____________________________________________________________________________
26444 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
26445         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
26446              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
26447              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
26448              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
26449      Branch: perl
26450            + lib/Pod/t/utils.t
26451            ! MANIFEST
26452 ____________________________________________________________________________
26453 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
26454         Log: Subject: [PATCH] spaceship and refs
26455              From: Nicholas Clark <nick@ccl4.org>
26456              Date: Tue, 20 Nov 2001 21:59:51 +0000
26457              Message-ID: <20011120215951.U62891@plum.flirble.org> 
26458      Branch: perl
26459            ! pp.c pp_hot.c t/op/cmp.t
26460 ____________________________________________________________________________
26461 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
26462         Log: Try to clarify which I/O call operates on bytes,
26463              which on characters, which on either.
26464      Branch: perl
26465            ! pod/perlfunc.pod
26466 ____________________________________________________________________________
26467 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
26468         Log: another compatibility tweak to change#12559: avoid quoting
26469              arguments that already have quotes; add test case
26470      Branch: maint-5.6/perl
26471            ! t/op/system_tests win32/win32.c
26472 ____________________________________________________________________________
26473 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
26474         Log: Give a simple example of writing PerlIO::Via handlers
26475              in Perl.
26476      Branch: perl
26477            ! ext/PerlIO/Via/Via.pm
26478 ____________________________________________________________________________
26479 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
26480         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
26481      Branch: perl
26482            + lib/Pod/t/latex.t
26483            ! MANIFEST
26484 ____________________________________________________________________________
26485 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
26486         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
26487              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26488              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
26489              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
26490      Branch: perl
26491            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
26492 ____________________________________________________________________________
26493 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
26494         Log: Spread d_procselfexe to far-off lands (undefined).
26495      Branch: perl
26496            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
26497            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26498            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26499            ! win32/config.gc win32/config.vc win32/config.win64
26500            ! wince/config.ce
26501 ____________________________________________________________________________
26502 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
26503         Log: Integrate perlio; add detection and use of /proc/self/exe
26504              (Linuxism for finding the absolute path of the executable)
26505      Branch: perl
26506           !> Configure config_h.SH perl.c t/op/magic.t
26507 ____________________________________________________________________________
26508 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
26509         Log: Really define do_report_used() only if DEBUGGING.
26510      Branch: perl
26511            ! sv.c
26512 ____________________________________________________________________________
26513 [ 13138] By: nick                                  on 2001/11/20  20:01:05
26514         Log: perl.c change to use HAS_PROCSELFEXE, also
26515              tweak to $^X test to comprehend full path to real executable
26516              being returned (like Cygwin as it happens...)
26517      Branch: perlio
26518            ! perl.c t/op/magic.t
26519 ____________________________________________________________________________
26520 [ 13137] By: nick                                  on 2001/11/20  19:46:00
26521         Log: Integrate mainline
26522      Branch: perlio
26523           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26524           +> lib/NEXT/t/unseen.t
26525            - lib/NEXT/test.pl
26526           !> (integrate 34 files)
26527 ____________________________________________________________________________
26528 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
26529         Log: Subject: [?PATCH] terser pp_eq
26530              From: Nicholas Clark <nick@ccl4.org>
26531              Date: Mon, 19 Nov 2001 23:09:02 +0000
26532              Message-ID: <20011119230901.O62891@plum.flirble.org>
26533      Branch: perl
26534            ! pp_hot.c
26535 ____________________________________________________________________________
26536 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
26537         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
26538      Branch: perl
26539            ! pod/perldelta.pod
26540 ____________________________________________________________________________
26541 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
26542         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26543              From: Andy Dougherty <doughera@lafayette.edu>
26544              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
26545              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
26546      Branch: perl
26547            ! ext/re/Makefile.PL ext/re/re.xs
26548 ____________________________________________________________________________
26549 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
26550         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
26551              From: Andy Dougherty <doughera@lafayette.edu>
26552              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
26553              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
26554      Branch: perl
26555            ! ext/re/re.xs
26556 ____________________________________________________________________________
26557 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
26558         Log: Integrate change #13119 from macperl.
26559              (No changes since already applied the patch,
26560              just keep perforce happy and well-fed.)
26561      Branch: perl
26562           !> lib/Pod/Html.pm
26563 ____________________________________________________________________________
26564 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
26565         Log: Subject: [PATCH] filter-util.pl for Mac OS
26566              From: Chris Nandor <pudge@pobox.com>
26567              Date: Tue, 20 Nov 2001 00:16:11 -0500
26568              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
26569      Branch: perl
26570            ! t/lib/filter-util.pl
26571 ____________________________________________________________________________
26572 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
26573         Log: Subject: [PATCH] Portability fix for Pod::Html
26574              From: Chris Nandor <pudge@pobox.com>
26575              Date: Tue, 20 Nov 2001 00:01:05 -0500
26576              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
26577      Branch: perl
26578            ! lib/Pod/Html.pm
26579 ____________________________________________________________________________
26580 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
26581         Log: Need to skip more tests if not perlio.
26582      Branch: perl
26583            ! lib/open.t
26584 ____________________________________________________________________________
26585 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
26586         Log: Pass 3 at perldelta - sort the lists of new modules,
26587              module improvements, and new platforms.
26588      Branch: perl
26589            ! pod/perldelta.pod
26590 ____________________________________________________________________________
26591 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
26592         Log: Document ${^OPEN}.
26593      Branch: perl
26594            ! pod/perlvar.pod
26595 ____________________________________________________________________________
26596 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
26597         Log: Make configpm work with extra keys
26598      Branch: maint-5.6/macperl
26599            ! macos/configpm
26600 ____________________________________________________________________________
26601 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
26602         Log: Version and doc updates
26603      Branch: maint-5.6/macperl
26604            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
26605 ____________________________________________________________________________
26606 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
26607         Log: More fixes for error message parsing (bug #470316)
26608      Branch: maint-5.6/macperl
26609            ! macos/macish.c
26610 ____________________________________________________________________________
26611 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
26612         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
26613              remove obsolete function (bug #465225)
26614      Branch: maint-5.6/macperl
26615            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
26616            ! macos/macperl/MPScript.c
26617 ____________________________________________________________________________
26618 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
26619         Log: Add p2as droplet to distribution.
26620      Branch: maint-5.6/macperl
26621            + macos/macperl/Droplets/p2as.plx
26622 ____________________________________________________________________________
26623 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
26624         Log: Bundle File::Sort.
26625      Branch: maint-5.6/macperl
26626            + macos/bundled_lib/blib/lib/File/Sort.pm
26627 ____________________________________________________________________________
26628 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
26629         Log: Various bundled module fixes.
26630      Branch: maint-5.6/macperl
26631            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
26632            ! macos/bundled_ext/Digest/MD5/t/files.t
26633            ! macos/bundled_ext/Filter/t/filter-util.pl
26634            ! macos/bundled_lib/blib/lib/Net/Config.pm
26635            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
26636 ____________________________________________________________________________
26637 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
26638         Log: Portability fix for Pod::Html.
26639      Branch: maint-5.6/macperl
26640            ! lib/Pod/Html.pm
26641 ____________________________________________________________________________
26642 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
26643         Log: Upgrade to Text::Balanced 1.89.
26644      Branch: perl
26645            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
26646            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
26647            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
26648            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
26649            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
26650            ! lib/Text/Balanced/t/gentag.t
26651 ____________________________________________________________________________
26652 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
26653         Log: Upgrade to NEXT 0.50.
26654      Branch: perl
26655            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26656            + lib/NEXT/t/unseen.t
26657            - lib/NEXT/test.pl
26658            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
26659 ____________________________________________________________________________
26660 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
26661         Log: Integrate with maint-5.6/perl.
26662      Branch: maint-5.6/macperl
26663           !> win32/win32.c
26664 ____________________________________________________________________________
26665 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
26666         Log: Update the README.threads scary header a bit.
26667      Branch: perl
26668            ! README.threads
26669 ____________________________________________________________________________
26670 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
26671         Log: Pass 2 at perldelta: add some changes since 5.7.2.
26672      Branch: perl
26673            ! pod/perldelta.pod
26674 ____________________________________________________________________________
26675 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
26676         Log: Subject: [DOC PATCH] perlfaq4.pod 
26677              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26678              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
26679              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
26680      Branch: perl
26681            ! pod/perlfaq4.pod
26682 ____________________________________________________________________________
26683 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
26684         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
26685              From: Michael G Schwern <schwern@pobox.com> 
26686              Date: Mon, 19 Nov 2001 19:53:12 -0500
26687              Message-ID: <20011119195311.I11883@blackrider>
26688      Branch: perl
26689            ! perl.c
26690 ____________________________________________________________________________
26691 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
26692         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
26693              From: PPrymmer@factset.com
26694              Date: Mon, 19 Nov 2001 17:08:59 -0500
26695              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
26696      Branch: perl
26697            ! vms/descrip_mms.template
26698 ____________________________________________________________________________
26699 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
26700         Log: Create a per-interpeter debug scratchpad container
26701              and use that for the regexec debugging.
26702      Branch: perl
26703            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
26704 ____________________________________________________________________________
26705 [ 13109] By: nick                                  on 2001/11/19  22:01:45
26706         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
26707              Configure unit detects the feature).
26708      Branch: metaconfig/U/perl
26709            + procselfexe.U
26710      Branch: perlio
26711            ! Configure config_h.SH
26712 ____________________________________________________________________________
26713 [ 13108] By: nick                                  on 2001/11/19  20:39:17
26714         Log: Integrate mainline
26715      Branch: perlio
26716           +> t/op/or.t
26717           !> (integrate 44 files)
26718 ____________________________________________________________________________
26719 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
26720         Log: sysseek tweak.
26721      Branch: perl
26722            ! pod/perlfunc.pod
26723 ____________________________________________________________________________
26724 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
26725         Log: Move the sysio tests from io/utf8 to lib/open.
26726      Branch: perl
26727            ! lib/open.t t/io/utf8.t
26728 ____________________________________________________________________________
26729 [ 13105] By: nick                                  on 2001/11/19  20:15:39
26730         Log: Add a .package and a README to //depot/metaconfig
26731      Branch: metaconfig
26732            + .package README
26733 ____________________________________________________________________________
26734 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
26735         Log: Thou shalt not mix stdio and sysio.
26736      Branch: perl
26737            ! t/io/utf8.t
26738 ____________________________________________________________________________
26739 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
26740         Log: Update Changes.
26741      Branch: perl
26742            ! Changes patchlevel.h
26743 ____________________________________________________________________________
26744 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
26745         Log: The runops_debug needs to be present always, otherwise
26746              places like AIX which need an explicit symbol export list
26747              will croak when trying to build Devel::Peek (which uses
26748              the runops_debug).
26749      Branch: perl
26750            ! makedef.pl
26751 ____________________________________________________________________________
26752 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
26753         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
26754              From: PPrymmer@factset.com 
26755              Date: Mon, 19 Nov 2001 11:34:22 -0500
26756              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
26757      Branch: perl
26758            ! lib/Memoize/t/tie_sdbm.t
26759 ____________________________________________________________________________
26760 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
26761         Log: Retract #13088: it seems that unless dump.c is extensively
26762              reorganized as to what symbols it shows, when, and to whom,
26763              we are stuck with having the dump.o symbols in the libperl
26764              and thusly in the main Perl binary.
26765      Branch: perl
26766            ! embedvar.h perlapi.h perlvars.h
26767 ____________________________________________________________________________
26768 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
26769         Log: The _uni_display should not be in dump.c since they
26770              are used under normal operation (S_not_a_number()).
26771      Branch: perl
26772            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
26773 ____________________________________________________________________________
26774 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
26775         Log: Protect sv_dump() from being included unless DEBUGGING,
26776              as noticed by Ilya.
26777      Branch: perl
26778            ! sv.c
26779 ____________________________________________________________________________
26780 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
26781         Log: Pending further investigation skip the tell() tests.
26782              The tell() is okay on Solaris, HP-UX and Tru64, but fails
26783              (by returning too much) in Linux.
26784      Branch: perl
26785            ! t/io/utf8.t
26786 ____________________________________________________________________________
26787 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
26788         Log: Retract #13082 until a better solution is found:
26789              statics break ithreads.
26790      Branch: perl
26791            ! regexec.c
26792 ____________________________________________________________________________
26793 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
26794         Log: Figures 1 and 2 for UTF-8.
26795      Branch: perl
26796            ! pod/perlunicode.pod
26797 ____________________________________________________________________________
26798 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
26799         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
26800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26801              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
26802              Message-ID: <20011119132645.A15034@rafael>
26803      Branch: perl
26804            ! op.c pod/perldiag.pod t/lib/warnings/op
26805 ____________________________________________________________________________
26806 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
26807         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
26808              From: Michael G Schwern <schwern@pobox.com> 
26809              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
26810              Message-ID: <20011119031112.E786@blackrider>
26811      Branch: perl
26812            ! t/op/closure.t
26813 ____________________________________________________________________________
26814 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
26815         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
26816              From: Michael G Schwern <schwern@pobox.com>
26817              Date: Mon, 19 Nov 2001 03:42:56 -0500
26818              Message-ID: <20011119034256.I786@blackrider>
26819      Branch: perl
26820            + t/op/or.t
26821            ! MANIFEST
26822 ____________________________________________________________________________
26823 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
26824         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
26825              From: "Craig A. Berry" <craigberry@mac.com>
26826              Date: Sun, 18 Nov 2001 14:33:48 -0600
26827              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
26828      Branch: perl
26829            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
26830 ____________________________________________________________________________
26831 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
26832         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26833              From: Dave Rolsky <autarch@urth.org>
26834              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
26835              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26836      Branch: perl
26837            ! lib/ExtUtils/Manifest.pm
26838 ____________________________________________________________________________
26839 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
26840         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26841              From: Dave Rolsky <autarch@urth.org>
26842              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
26843              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26844      Branch: perl
26845            ! lib/ExtUtils/Install.pm
26846 ____________________________________________________________________________
26847 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
26848         Log: The runops_dbg should not be needed.
26849      Branch: perl
26850            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
26851 ____________________________________________________________________________
26852 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
26853         Log: do_spawn() cleanup from Charles Lane.
26854      Branch: perl
26855            ! vms/vms.c
26856 ____________________________________________________________________________
26857 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
26858         Log: Update the list of tests.
26859      Branch: perl
26860            ! t/lib/1_compile.t
26861 ____________________________________________________________________________
26862 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
26863         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
26864              From: Michael G Schwern <schwern@pobox.com> 
26865              Date: Fri, 16 Nov 2001 17:37:04 -0500
26866              Message-ID: <20011116173703.L30160@blackrider>
26867      Branch: perl
26868            ! t/lib/warnings/sv
26869 ____________________________________________________________________________
26870 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
26871         Log: FAQ sync.
26872      Branch: perl
26873            ! pod/perlfaq4.pod
26874 ____________________________________________________________________________
26875 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
26876         Log: Integrate perlio; win32 sync.
26877      Branch: perl
26878           !> perlio.c win32/win32io.c
26879 ____________________________________________________________________________
26880 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
26881         Log: (retracted by #13096)
26882              Debugging would be badly skewed by a malloc per regex dump.
26883      Branch: perl
26884            ! regexec.c
26885 ____________________________________________________________________________
26886 [ 13081] By: nick                                  on 2001/11/18  19:08:40
26887         Log: Win32 layer has a dup which needs to match new prototype.
26888      Branch: perlio
26889            ! win32/win32io.c
26890 ____________________________________________________________________________
26891 [ 13080] By: nick                                  on 2001/11/18  19:05:02
26892         Log: Wrong way to get stdio mode used.
26893      Branch: perlio
26894            ! perlio.c
26895 ____________________________________________________________________________
26896 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
26897         Log: Retract #13048: that introduced a malloc() (through savepvn())
26898              to *every* m//, which killed the performance quite badly.
26899      Branch: perl
26900            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26901 ____________________________________________________________________________
26902 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
26903         Log: Pass 1 at perldelta.pod: sort the section contents
26904              together, drop all but the 5.7.2 known problems,
26905              leave the 5.7.1 security note since that's the
26906              fullest explanation (update the date on that).
26907      Branch: perl
26908            ! pod/perldelta.pod
26909 ____________________________________________________________________________
26910 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
26911         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
26912              
26913              Tiny problem in the test for 20011113.110: I hope
26914              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
26915      Branch: perl
26916            ! pp.c t/op/repeat.t
26917 ____________________________________________________________________________
26918 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
26919         Log: All of syswrite/send/sendto need to return character counts,
26920              and character counts from the offset, not the beginning of
26921              the scalar.
26922      Branch: perl
26923            ! pp_sys.c
26924 ____________________________________________________________________________
26925 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
26926         Log: Integrate PerlIO: duping fixes.
26927      Branch: perl
26928           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26929           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26930           !> perliol.h sv.c
26931 ____________________________________________________________________________
26932 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
26933         Log: syswrite() was still returning byte counts, not character counts.
26934      Branch: perl
26935            ! pp_sys.c t/io/utf8.t
26936 ____________________________________________________________________________
26937 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
26938         Log: Add test for sysread().
26939      Branch: perl
26940            ! t/io/utf8.t
26941 ____________________________________________________________________________
26942 [ 13072] By: nick                                  on 2001/11/18  16:15:31
26943         Log: Allow dup'ing of PerlIO::Scalar etc.
26944      Branch: perlio
26945            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26946            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26947            ! perliol.h sv.c
26948 ____________________________________________________________________________
26949 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
26950         Log: Prepend a null byte to the test set.
26951      Branch: perl
26952            ! t/io/utf8.t
26953 ____________________________________________________________________________
26954 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
26955         Log: Document how "no utf8;" can become handy.
26956      Branch: perl
26957            ! lib/utf8.pm
26958 ____________________________________________________________________________
26959 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
26960         Log: Integrate perlio; force the inclusion of the PL_runops_*
26961      Branch: perl
26962           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
26963 ____________________________________________________________________________
26964 [ 13068] By: nick                                  on 2001/11/18  13:23:33
26965         Log: embed.pl generated changes I forgot to include
26966      Branch: perlio
26967            ! embedvar.h perlapi.h pod/perlapi.pod
26968 ____________________________________________________________________________
26969 [ 13067] By: nick                                  on 2001/11/18  12:50:19
26970         Log: Force inclusion of both Perl_runops_* in perl itself,
26971              so they are available for Peek.xs etc.
26972      Branch: perlio
26973            ! perlvars.h
26974 ____________________________________________________________________________
26975 [ 13066] By: nick                                  on 2001/11/18  11:00:34
26976         Log: Integrate mainline - a few Devel::Peak fails.
26977      Branch: perlio
26978           +> (branch 29 files)
26979            - ext/Thread/Thread.pm lib/Benchmark.t
26980            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26981            - lib/Lingua/KO/Hangul/Util/README
26982            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
26983            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
26984            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
26985            - vms/ext/vmsish.pm vms/ext/vmsish.t
26986            ! hv.c
26987           !> (integrate 389 files)
26988 ____________________________________________________________________________
26989 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
26990         Log: Start working on perldelta.  This is not yet any sort of
26991              editing; just concatenating perl570delta, perl571delta,
26992              and perl572delta.  Any sorting not done, any duplicate
26993              removal not done, any removal or update of obsolete items
26994              not done, any changes since 5.7.2 not included.  So there.
26995      Branch: perl
26996            ! pod/perldelta.pod
26997 ____________________________________________________________________________
26998 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
26999         Log: Banish "use utf8".
27000      Branch: perl
27001            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
27002 ____________________________________________________________________________
27003 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
27004         Log: Tweak from Charles Lane.
27005      Branch: perl
27006            ! vms/vms.c
27007 ____________________________________________________________________________
27008 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
27009         Log: Integrate change #13058 from maintperl;
27010              change#12559 breaks things on Win9x because command.com doesn't
27011              grok dquotes at all; disable all the system() smarts for
27012              command.com
27013      Branch: perl
27014           !> win32/win32.c
27015 ____________________________________________________________________________
27016 [ 13061] By: ams                                   on 2001/11/17  13:46:11
27017         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
27018              From: Jonathan Stowe <gellyfish@gellyfish.com>
27019              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
27020              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
27021      Branch: perl
27022            ! lib/Term/Cap.pm
27023 ____________________________________________________________________________
27024 [ 13060] By: ams                                   on 2001/11/17  09:49:10
27025         Log: Subject: [PATCH9 File/Find.pm doc nits
27026              From: Tels <perl_dummy@bloodgate.com>
27027              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
27028      Branch: perl
27029            ! lib/File/Find.pm
27030 ____________________________________________________________________________
27031 [ 13059] By: ams                                   on 2001/11/17  09:38:38
27032         Log: Subject: [PATCH] Benchmark.pm nit
27033              From: Tels <perl_dummy@bloodgate.com>
27034              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
27035      Branch: perl
27036            ! lib/Benchmark.pm
27037 ____________________________________________________________________________
27038 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
27039         Log: change#12559 breaks things on Win9x because command.com doesn't
27040              grok dquotes at all; disable all the system() smarts for
27041              command.com
27042      Branch: maint-5.6/perl
27043            ! win32/win32.c
27044 ____________________________________________________________________________
27045 [ 13057] By: ams                                   on 2001/11/16  20:30:03
27046         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
27047              From: Andy Dougherty <doughera@lafayette.edu>
27048              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
27049              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
27050      Branch: perl
27051            ! lib/Unicode/UCD.t
27052 ____________________________________________________________________________
27053 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
27054         Log: Subject: [Patch Perl@13023] VMS system() warning
27055              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27056              Date: Fri, 16 Nov 2001 15:20:11 EST
27057              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
27058      Branch: perl
27059            ! vms/vms.c
27060 ____________________________________________________________________________
27061 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
27062         Log: It's neither-nor, and protect against the impossible.
27063      Branch: perl
27064            ! lib/Thread.pm
27065 ____________________________________________________________________________
27066 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
27067         Log: 5005threads didn't work because $Thread::VERSION wasn't
27068              visible.  Oops.
27069      Branch: perl
27070            ! ext/Thread/Makefile.PL lib/Thread.pm
27071 ____________________________________________________________________________
27072 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
27073         Log: Robustness against Linux using something else than gcc;
27074              based on
27075              
27076              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
27077              From: Charles Randall <cfriv@yahoo.com>
27078              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
27079              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
27080      Branch: perl
27081            ! ext/Errno/Errno_pm.PL
27082 ____________________________________________________________________________
27083 [ 13052] By: ams                                   on 2001/11/16  16:46:39
27084         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
27085              From: Russ Allbery <rra@stanford.edu>
27086              Date: 16 Nov 2001 09:44:21 -0800
27087              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
27088      Branch: perl
27089            ! lib/Pod/ParseLink.pm
27090 ____________________________________________________________________________
27091 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
27092         Log: Update perluniintro on the UTF-8 output matters
27093              (that -w will warn unless the stream is explicitly UTF-8-ified).
27094      Branch: perl
27095            ! pod/perluniintro.pod
27096 ____________________________________________________________________________
27097 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
27098         Log: Adding new files to MANIFEST is nice.
27099      Branch: perl
27100            ! MANIFEST
27101 ____________________________________________________________________________
27102 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
27103         Log: Update Changes.
27104      Branch: perl
27105            ! Changes patchlevel.h
27106 ____________________________________________________________________________
27107 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
27108         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
27109              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
27110              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
27111              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
27112      Branch: perl
27113            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
27114 ____________________________________________________________________________
27115 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
27116         Log: Rename perlunintro to perluniintro; regen toc.
27117      Branch: perl
27118            + pod/perluniintro.pod
27119            - pod/perlunintro.pod
27120            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27121 ____________________________________________________________________________
27122 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
27123         Log: Document the negated lookahead trick to emulate
27124              character class subtraction.
27125      Branch: perl
27126            ! pod/perlunicode.pod
27127 ____________________________________________________________________________
27128 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
27129         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
27130              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27131              Date: Fri, 16 Nov 2001 23:31:04 +0900
27132              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
27133              
27134              (with the tweak that Cntrl is not C, it's Cc)
27135      Branch: perl
27136            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
27137            ! lib/unicore/mktables
27138 ____________________________________________________________________________
27139 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
27140         Log: Subject: [PATCH current] runtime runops switch
27141              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27142              Date: Fri, 16 Nov 2001 00:48:09 -0500
27143              Message-ID: <20011116004809.A934@math.ohio-state.edu>
27144      Branch: perl
27145            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
27146            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
27147            ! pod/perlintern.pod proto.h run.c
27148 ____________________________________________________________________________
27149 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
27150         Log: Further discourage old Thread code; tell how to tell
27151              the difference.
27152      Branch: perl
27153            ! lib/Thread.pm
27154 ____________________________________________________________________________
27155 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
27156         Log: A missing return; from Charles Lane.
27157      Branch: perl
27158            ! vms/vms.c
27159 ____________________________________________________________________________
27160 [ 13041] By: ams                                   on 2001/11/16  12:11:14
27161         Log: Subject: [PATCH] Doc spellcheck + podcheck
27162              From: Autrijus Tang <autrijus@egb.elixus.org>
27163              Date: Thu, 15 Nov 2001 22:49:05 -0800
27164              Message-Id: <20011116064905.GA44092@egb.elixus.org>
27165              
27166              Subject: [PATCH] podcheck+spellcheck, the rest of the story
27167              From: Autrijus Tang <autrijus@egb.elixus.org>
27168              Date: Fri, 16 Nov 2001 00:42:20 -0800
27169              Message-Id: <20011116084220.GA44295@egb.elixus.org>
27170              
27171              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
27172              From: Nicholas Clark <nick@ccl4.org>
27173              Date: Fri, 16 Nov 2001 10:32:01 +0000
27174              Message-Id: <20011116103200.F62891@plum.flirble.org>
27175              (Applied after suitable de-mangling.)
27176      Branch: perl
27177            ! README.aix README.dgux README.dos README.epoc README.hpux
27178            ! README.mint README.mpeix README.netware README.os2
27179            ! README.os390 README.plan9 README.qnx README.solaris
27180            ! README.threads doio.c pod/perl571delta.pod
27181            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
27182            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
27183            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
27184            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
27185            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
27186            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
27187 ____________________________________________________________________________
27188 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
27189         Log: Avoid redefinedness warning for now.
27190      Branch: perl
27191            ! lib/Thread.pm
27192 ____________________________________________________________________________
27193 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
27194         Log: use strict.
27195      Branch: perl
27196            ! lib/Thread.pm
27197 ____________________________________________________________________________
27198 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
27199         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
27200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
27201              Date: Thu, 15 Nov 2001 22:54:47 EST 
27202              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
27203      Branch: perl
27204            ! vms/vms.c vms/vmspipe.com
27205 ____________________________________________________________________________
27206 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
27207         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
27208              From: "chromatic" <chromatic@rmci.net>
27209              Date: Thu, 15 Nov 2001 19:54:23 -0700
27210              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
27211      Branch: perl
27212            ! lib/File/stat.t
27213 ____________________________________________________________________________
27214 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
27215         Log: Make Thread a wrapper for both ithreads and 5005threads.
27216              Needs a lot of work and Arthur's eyeballing (and finishing
27217              few missing odds and ends of threads.pm).  Now Thread
27218              is an extension without its own .pm.
27219              
27220              If there are people who have experience working with
27221              either the 5005threads or the ithreads: cleaning up
27222              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
27223              and porting the various Thread::* modules, like Thread::Queue,
27224              to work also with ithreads, is needed.
27225              
27226              Removed the 5005threads requirement from the 5005 tests
27227              for easier testing (not all of them work yet since
27228              they use the Thread::* modules that have not been made
27229              to work with ithreads).  Leave the 5005 tests named as
27230              *.tx so that they are not run by "make test".
27231      Branch: perl
27232            + lib/Thread.pm
27233            - ext/Thread/Thread.pm
27234            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
27235            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
27236            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
27237            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
27238            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
27239            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
27240            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
27241 ____________________________________________________________________________
27242 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
27243         Log: $VERSION "a5" doesn't quite work.
27244      Branch: perl
27245            ! ext/B/Makefile.PL
27246 ____________________________________________________________________________
27247 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
27248         Log: Add the fruits of Larry Shatzer's version verifying script.
27249              (There are some straddlers, but they will be fixed in the
27250              upcoming releases of the modules.)
27251      Branch: perl
27252            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
27253            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
27254            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
27255            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
27256            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
27257            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
27258            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
27259            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
27260            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
27261            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
27262            ! wince/FindExt.pm
27263 ____________________________________________________________________________
27264 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
27265         Log: Add Larry Shatzer's VERSION verifying script.
27266      Branch: perl
27267            + Porting/checkVERSION.pl
27268            ! MANIFEST Porting/pumpkin.pod
27269 ____________________________________________________________________________
27270 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
27271         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
27272              From: Michael G Schwern <schwern@pobox.com>
27273              Date: Thu, 15 Nov 2001 19:26:40 -0500
27274              Message-ID: <20011115192640.R31399@blackrider>
27275      Branch: perl
27276            ! t/test.pl
27277 ____________________________________________________________________________
27278 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
27279         Log: Document the MY_CXT business; from Paul Marquess.
27280      Branch: perl
27281            ! pod/perlxs.pod
27282 ____________________________________________________________________________
27283 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
27284         Log: VMSCMD synch attempt.
27285      Branch: perl
27286            ! vms/vms.c vms/vmsish.h
27287 ____________________________________________________________________________
27288 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
27289         Log: Advise against -P as instructed by Schwern.
27290      Branch: perl
27291            ! pod/perlrun.pod
27292 ____________________________________________________________________________
27293 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
27294         Log: Subject: [PATCH] v-strings as Objects Step 1
27295              From: John Peacock <jpeacock@rowman.com>
27296              Date: Thu, 15 Nov 2001 12:41:04 -0500
27297              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
27298      Branch: perl
27299            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
27300            ! util.c
27301 ____________________________________________________________________________
27302 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
27303         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
27304              From: Michael G Schwern <schwern@pobox.com>
27305              Date: Thu, 15 Nov 2001 12:47:59 -0500
27306              Message-ID: <20011115124759.E31399@blackrider>
27307      Branch: perl
27308            + t/run/switchx.aux t/run/switchx.t
27309            ! MANIFEST t/run/switches.t
27310 ____________________________________________________________________________
27311 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
27312         Log: Upgrade to Getopt::Long 2.26_03.
27313      Branch: perl
27314            ! lib/Getopt/Long.pm
27315 ____________________________________________________________________________
27316 [ 13025] By: ams                                   on 2001/11/15  20:46:22
27317         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
27318              From: Michael G Schwern <schwern@pobox.com>
27319              Date: Thu, 15 Nov 2001 16:24:11 -0500
27320              Message-Id: <20011115162411.M31399@blackrider>
27321      Branch: perl
27322            ! vms/vms.c
27323 ____________________________________________________________________________
27324 [ 13024] By: ams                                   on 2001/11/15  19:32:06
27325         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
27326              From: rspier@pobox.com (Robert Spier)
27327              Date: Thu, 15 Nov 2001 11:19:21 -0800
27328              Message-Id: <15348.5433.732364.963687@rls.cx>
27329      Branch: perl
27330            ! op.c
27331 ____________________________________________________________________________
27332 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
27333         Log: Update Changes.
27334      Branch: perl
27335            ! Changes patchlevel.h
27336 ____________________________________________________________________________
27337 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
27338         Log: Subject: [PATCH] new tests for command-line switches
27339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27340              Date: Thu, 15 Nov 2001 17:00:30 +0100
27341              Message-ID: <20011115170030.A14193@rafael>
27342      Branch: perl
27343            + t/run/switches.t
27344            ! MANIFEST
27345 ____________________________________________________________________________
27346 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
27347         Log: Upgrade to podlators 1.13.
27348      Branch: perl
27349            + lib/Pod/ParseLink.pm
27350            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
27351            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
27352            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
27353            ! t/pod/pod2usage.xr t/pod/podselect.xr
27354 ____________________________________________________________________________
27355 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
27356         Log: skip "might be used uninitialized".
27357      Branch: perl
27358            ! pp_sys.c
27359 ____________________________________________________________________________
27360 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
27361         Log: Fix for "perlio bug in koi8-r encoding".  The problem
27362              seemed to be that binmode() always flushed the handle,
27363              which is not so good when switching encodings.  Fixed,
27364              added Matt Sergeant's testcase, documented in perlfunc/binmode,
27365              also added a pointer about disciplines to perlfunc/open,
27366              and in general cleaned up and reformatted the open entry.
27367      Branch: perl
27368            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
27369 ____________________________________________________________________________
27370 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
27371         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
27372              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
27373              Date: 15 Nov 2001 08:57:06 -0000
27374              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
27375              
27376              chop() and chomp() are not real list functions,
27377              so let's not have them overrideable.  (Casey will
27378              be confused since in #7071 he patched the other way.)
27379      Branch: perl
27380            ! pod/perlfunc.pod toke.c
27381 ____________________________________________________________________________
27382 [ 13017] By: ams                                   on 2001/11/15  12:56:49
27383         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
27384              From: Robin Barker <rmb1@cise.npl.co.uk>
27385              Date: Thu, 15 Nov 2001 13:48:34 GMT
27386              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
27387              (Applied with tweaks.)
27388      Branch: perl
27389            ! pod/perltrap.pod
27390 ____________________________________________________________________________
27391 [ 13016] By: ams                                   on 2001/11/15  09:12:48
27392         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
27393              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27394              Date: Thu, 15 Nov 2001 09:06:39 +0100
27395              Message-Id: <20011115090639.A13005@rafael>
27396      Branch: perl
27397            ! pod/perlrun.pod
27398 ____________________________________________________________________________
27399 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
27400         Log: "link =" from utils.lst was being processed oddly.
27401      Branch: perl
27402            ! installman
27403 ____________________________________________________________________________
27404 [ 13014] By: ams                                   on 2001/11/15  02:52:52
27405         Log: Subject: [PATCH current] CreateTTY in -d
27406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27407              Date: Wed, 14 Nov 2001 21:26:31 -0500
27408              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
27409      Branch: perl
27410            ! lib/perl5db.pl
27411 ____________________________________________________________________________
27412 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
27413         Log: Corify the Filter::Simple tests. 
27414      Branch: perl
27415            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
27416            ! lib/Filter/Simple/t/filter_only.t
27417 ____________________________________________________________________________
27418 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
27419         Log: Upgrade to Filter::Simple 0.70.
27420      Branch: perl
27421            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
27422            + t/lib/FilterOnlyTest.pm
27423            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
27424            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
27425            ! t/lib/FilterTest.pm
27426 ____________________________________________________________________________
27427 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
27428         Log: Cleanliness inspired by Cygwin.
27429      Branch: perl
27430            ! Makefile.SH x2p/Makefile.SH
27431 ____________________________________________________________________________
27432 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
27433         Log: Add perlunintro (formerly known as perlunitut); regen toc.
27434      Branch: perl
27435            + pod/perlunintro.pod
27436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27437 ____________________________________________________________________________
27438 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
27439         Log: FAQ sync.
27440      Branch: perl
27441            ! pod/perlfaq6.pod
27442 ____________________________________________________________________________
27443 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
27444         Log: Quieten pgcc 2.91.66 worries.
27445      Branch: perl
27446            ! gv.c pp_ctl.c utf8.c
27447 ____________________________________________________________________________
27448 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
27449         Log: Upgrade to Switch 2.06.
27450      Branch: perl
27451            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
27452            ! lib/Switch/t/nested.t
27453 ____________________________________________________________________________
27454 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
27455         Log: Upgrade to Attribute::Handlers 0.76.
27456      Branch: perl
27457            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
27458            ! lib/Attribute/Handlers/README
27459            ! lib/Attribute/Handlers/demo/Demo.pm
27460            ! lib/Attribute/Handlers/demo/Descriptions.pm
27461            ! lib/Attribute/Handlers/demo/MyClass.pm
27462            ! lib/Attribute/Handlers/demo/demo_cycle.pl
27463            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
27464            ! lib/Attribute/Handlers/t/multi.t
27465 ____________________________________________________________________________
27466 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
27467         Log: Signedness nit.
27468      Branch: perl
27469            ! regexec.c
27470 ____________________________________________________________________________
27471 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
27472         Log: VERSIONize.
27473      Branch: perl
27474            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
27475            ! lib/integer.pm
27476 ____________________________________________________________________________
27477 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
27478         Log: No pod in internal Net::FTP classes.
27479      Branch: perl
27480            ! pod/buildtoc.PL
27481 ____________________________________________________________________________
27482 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
27483         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
27484              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
27485              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
27486              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
27487      Branch: perl
27488            ! regexec.c
27489 ____________________________________________________________________________
27490 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
27491         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
27492              Pudge correctly).
27493      Branch: perl
27494            ! t/test.pl
27495 ____________________________________________________________________________
27496 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
27497         Log: Add comments to mark where $^X is being handled.
27498      Branch: perl
27499            ! perl.c toke.c
27500 ____________________________________________________________________________
27501 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
27502         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
27503              From: Michael G Schwern <schwern@pobox.com>
27504              Date: Wed, 14 Nov 2001 16:38:25 -0500
27505              Message-ID: <20011114163825.D6519@blackrider>
27506      Branch: perl
27507            ! t/op/repeat.t
27508 ____________________________________________________________________________
27509 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
27510         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
27511              From: Michael G Schwern <schwern@pobox.com>
27512              Date: Wed, 14 Nov 2001 13:19:15 -0500
27513              Message-ID: <20011114131915.K5096@blackrider>
27514      Branch: perl
27515            ! t/op/die_exit.t
27516 ____________________________________________________________________________
27517 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
27518         Log: Subject: Re: [PATCH] new version of runperl()
27519              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27520              Date: Wed, 14 Nov 2001 15:39:12 EST
27521              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
27522              
27523              "VMS $^X pipes etc" patch.
27524      Branch: perl
27525            ! vms/vms.c
27526 ____________________________________________________________________________
27527 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
27528         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
27529              and add "verbose" option to show the final command.
27530      Branch: perl
27531            ! t/test.pl
27532 ____________________________________________________________________________
27533 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
27534         Log: Goof in some of the comment fields of #12994.
27535      Branch: perl
27536            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
27537            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
27538            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
27539            ! lib/unicore/In/9.pl
27540 ____________________________________________________________________________
27541 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
27542         Log: The First, Last ranges in the Unicode data weren't
27543              getting their general categories added properly;
27544              noticed by Jeffrey Friedl.
27545      Branch: perl
27546            ! lib/unicore/Category.pl lib/unicore/In/0.pl
27547            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
27548            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
27549            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
27550            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
27551            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
27552            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
27553            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
27554            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
27555            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
27556            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
27557            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
27558            ! lib/unicore/mktables
27559 ____________________________________________________________________________
27560 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
27561         Log: Subject: [PATCH] new version of runperl()
27562              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27563              Date: Wed, 14 Nov 2001 12:23:01 +0100
27564              Message-ID: <20011114122301.A29384@rafael>
27565      Branch: perl
27566            ! t/io/argv.t t/test.pl
27567 ____________________________________________________________________________
27568 [ 12992] By: ams                                   on 2001/11/14  13:40:39
27569         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
27570              From: Michael G Schwern <schwern@pobox.com>
27571              Date: Tue, 13 Nov 2001 23:17:54 -0500
27572              Message-Id: <20011113231754.S32567@blackrider>
27573      Branch: perl
27574            ! perl.c
27575 ____________________________________________________________________________
27576 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
27577         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
27578              From: Philip Newton <Philip.Newton@gmx.net>
27579              Date: Wed, 14 Nov 2001 10:59:53 +0100
27580              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
27581              
27582              plus a lot of paragraph reformatting because of long lines.
27583      Branch: perl
27584            ! pod/perlapio.pod
27585 ____________________________________________________________________________
27586 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
27587         Log: A bool is not a pointer.
27588      Branch: perl
27589            ! pp_sys.c
27590 ____________________________________________________________________________
27591 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
27592         Log: AUTHORS updates.
27593      Branch: perl
27594            ! AUTHORS
27595 ____________________________________________________________________________
27596 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
27597         Log: There are several MIME RFCs.
27598      Branch: perl
27599            ! ext/Encode/Encode.pm
27600 ____________________________________________________________________________
27601 [ 12987] By: ams                                   on 2001/11/14  01:09:28
27602         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
27603              From: Michael G Schwern <schwern@pobox.com>
27604              Date: Tue, 13 Nov 2001 20:59:13 -0500
27605              Message-Id: <20011113205913.H32567@blackrider>
27606      Branch: perl
27607            ! t/op/groups.t vms/test.com
27608 ____________________________________________________________________________
27609 [ 12986] By: ams                                   on 2001/11/14  01:07:06
27610         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
27611              From: Michael G Schwern <schwern@pobox.com>
27612              Date: Tue, 13 Nov 2001 20:51:34 -0500
27613              Message-Id: <20011113205134.F32567@blackrider>
27614      Branch: perl
27615            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
27616 ____________________________________________________________________________
27617 [ 12985] By: ams                                   on 2001/11/14  00:43:59
27618         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
27619              From: Michael G Schwern <schwern@pobox.com>
27620              Date: Tue, 13 Nov 2001 20:38:42 -0500
27621              Message-Id: <20011113203842.E32567@blackrider>
27622      Branch: perl
27623            ! pod/perlport.pod
27624 ____________________________________________________________________________
27625 [ 12984] By: ams                                   on 2001/11/14  00:32:15
27626         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
27627              From: Michael G Schwern <schwern@pobox.com>
27628              Date: Tue, 13 Nov 2001 20:27:02 -0500
27629              Message-Id: <20011113202702.D32567@blackrider>
27630      Branch: perl
27631            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
27632            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
27633            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
27634            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
27635 ____________________________________________________________________________
27636 [ 12983] By: ams                                   on 2001/11/14  00:00:27
27637         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
27638              From: Michael G Schwern <schwern@pobox.com>
27639              Date: Tue, 13 Nov 2001 19:51:59 -0500
27640              Message-Id: <20011113195159.B32567@blackrider>
27641      Branch: perl
27642            ! pod/perlport.pod
27643 ____________________________________________________________________________
27644 [ 12982] By: ams                                   on 2001/11/13  23:53:11
27645         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
27646              From: Larry Shatzer <fugazi@zippy.zyx.net>
27647              Date: Tue, 13 Nov 2001 17:27:59 -0700
27648              Message-Id: <20011113172759.E27768@zippy.zyx.net>
27649      Branch: perl
27650            ! pod/perlapio.pod
27651 ____________________________________________________________________________
27652 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
27653         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
27654              "large enough" Unicode characters returned more than one
27655              as their "Unicode size".
27656      Branch: perl
27657            ! pp_sys.c t/io/utf8.t
27658 ____________________________________________________________________________
27659 [ 12980] By: ams                                   on 2001/11/13  19:32:33
27660         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
27661              From: "Craig A. Berry" <craigberry@mac.com>
27662              Date: Tue, 13 Nov 2001 14:33:25 -0600
27663              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
27664      Branch: perl
27665            ! vms/gen_shrfls.pl
27666 ____________________________________________________________________________
27667 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
27668         Log: Subject: Minor patch to Encode.pm (detypo)
27669              From: "Philip Newton" <Philip.Newton@gmx.net>
27670              Date: Tue, 13 Nov 2001 20:11:01 +0100
27671              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
27672      Branch: perl
27673            ! ext/Encode/Encode.pm
27674 ____________________________________________________________________________
27675 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
27676         Log: Evil tabulators.
27677      Branch: perl
27678            ! ext/Encode/Encode.pm
27679 ____________________________________________________________________________
27680 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
27681         Log: Document the available encodings.
27682      Branch: perl
27683            ! ext/Encode/Encode.pm
27684 ____________________________________________________________________________
27685 [ 12976] By: ams                                   on 2001/11/13  17:14:07
27686         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27687              From: Barrie Slaymaker <barries@slaysys.com>
27688              Date: Tue, 13 Nov 2001 12:41:36 -0500
27689              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
27690      Branch: perl
27691            ! t/op/universal.t
27692 ____________________________________________________________________________
27693 [ 12975] By: ams                                   on 2001/11/13  16:24:21
27694         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27695              From: Barrie Slaymaker <barries@slaysys.com>
27696              Date: Tue, 13 Nov 2001 10:56:20 -0500
27697              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
27698              (Test applied with minor tweaks and ->isa("HASH") omission.)
27699      Branch: perl
27700            ! lib/UNIVERSAL.pm t/op/universal.t
27701 ____________________________________________________________________________
27702 [ 12974] By: ams                                   on 2001/11/13  15:46:07
27703         Log: Subject: [PATCH Benchmark.pm] docco tweaks
27704              From: Barrie Slaymaker <barries@slaysys.com>
27705              Date: Tue, 13 Nov 2001 11:34:45 -0500
27706              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
27707      Branch: perl
27708            ! lib/Benchmark.pm
27709 ____________________________________________________________________________
27710 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
27711         Log: Subject: [PATCH] Attack of the C loops, round 1
27712              From: Richard Soderberg <rs@oregonnet.com>
27713              Date: Mon, 12 Nov 2001 12:07:29 -0800
27714              Message-Id: <200111122007.MAA01994@oregonnet.com>
27715              
27716              Subject: [PATCH] bytecode.pl (tiny patch)
27717              From: Richard Soderberg <rs@oregonnet.com>
27718              Date: Mon, 12 Nov 2001 12:53:24 -0800
27719              Message-Id: <200111122053.MAA06272@oregonnet.com>
27720      Branch: perl
27721            ! bytecode.pl installhtml
27722 ____________________________________________________________________________
27723 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
27724         Log: Subject: [PATCH] Update to Filter::Util::Call
27725              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27726              Date: Sun, 11 Nov 2001 22:33:33 -0000
27727              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
27728              
27729              Use the new CXT* macros.
27730      Branch: perl
27731            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27732 ____________________________________________________________________________
27733 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
27734         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
27735              From: Michael G Schwern <schwern@pobox.com>
27736              Date: Mon, 12 Nov 2001 20:50:34 -0500
27737              Message-ID: <20011112205034.H2888@blackrider>
27738      Branch: perl
27739            + lib/vmsish.pm lib/vmsish.t
27740            - vms/ext/vmsish.pm vms/ext/vmsish.t
27741            ! MANIFEST vms/descrip_mms.template
27742 ____________________________________________________________________________
27743 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
27744         Log: :utf8 works only with perlio.
27745      Branch: perl
27746            ! lib/open.t
27747 ____________________________________________________________________________
27748 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
27749         Log: Subject: Re: @Config -"des" not quite working on VMS
27750              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27751              Date: Tue, 13 Nov 2001 08:35:13 EST 
27752              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
27753      Branch: perl
27754            ! configure.com
27755 ____________________________________________________________________________
27756 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
27757         Log: Subject: [PATCH] lib/charnames.pm 
27758              From: Jeffrey Friedl <jfriedl@yahoo.com>
27759              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
27760              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
27761      Branch: perl
27762            ! lib/charnames.pm
27763 ____________________________________________________________________________
27764 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
27765         Log: Docs for Mac::err.
27766      Branch: maint-5.6/macperl
27767            ! macos/ext/Mac/err/err.pm
27768 ____________________________________________________________________________
27769 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
27770         Log: Some cleanup; change some globals to references for
27771              possible persistence later.
27772      Branch: maint-5.6/macperl
27773            ! macos/lib/Mac/Glue.pm
27774 ____________________________________________________________________________
27775 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
27776         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
27777      Branch: maint-5.6/macperl
27778            ! macos/ext/Mac/Files/Files.pm
27779 ____________________________________________________________________________
27780 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
27781         Log: Get Mac::Navigation to compile (bug #464684).
27782      Branch: maint-5.6/macperl
27783            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
27784            ! macos/ext/Mac/Navigation/Makefile.PL
27785            ! macos/ext/Mac/Navigation/Navigation.xs
27786            ! macos/macperl/Makefile.mk
27787 ____________________________________________________________________________
27788 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
27789         Log: Add in modules and POD to help menu.
27790      Branch: maint-5.6/macperl
27791            ! macos/macperl/MacPerl.podhelp
27792 ____________________________________________________________________________
27793 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
27794         Log: Update bundled modules.
27795      Branch: maint-5.6/macperl
27796            + macos/bundled_ext/Filter/t/FilterTest.pm
27797            + macos/bundled_ext/List/Util/t/shuffle.t
27798            + macos/bundled_ext/Storable/t/compat06.t
27799            + macos/bundled_ext/Storable/t/st-dump.pl
27800            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
27801            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
27802            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
27803            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
27804            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
27805            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
27806            + macos/bundled_lib/blib/lib/lwpcook.pod
27807            + macos/bundled_lib/t/Filter/Simple/filter.t
27808            + macos/bundled_lib/t/Switch/t/given.t
27809            + macos/bundled_lib/t/Switch/t/nested.t
27810            + macos/bundled_lib/t/Switch/t/switch.t
27811            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
27812            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
27813            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
27814            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
27815            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
27816            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
27817            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
27818            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
27819            + macos/bundled_lib/t/URI/rfc2732.t
27820            + macos/bundled_lib/t/libnet/config.t
27821            + macos/bundled_lib/t/libnet/libnet_t.pl
27822            + macos/bundled_lib/t/libwww-perl/live/google.t
27823            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
27824            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
27825            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
27826            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
27827            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
27828            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
27829            + macos/bundled_lib/t/libwww-perl/live/validator.t
27830            - macos/bundled_ext/Filter/t/MyFilter.pm
27831            - macos/bundled_ext/Storable/t/compat-0.6.t
27832            - macos/bundled_ext/Storable/t/dump.pl
27833            - macos/bundled_ext/Time/Piece/Makefile.PL
27834            - macos/bundled_ext/Time/Piece/Piece.pm
27835            - macos/bundled_ext/Time/Piece/Piece.t
27836            - macos/bundled_ext/Time/Piece/Piece.xs
27837            - macos/bundled_ext/Time/Piece/README
27838            - macos/bundled_ext/Time/Piece/Seconds.pm
27839            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
27840            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
27841            - macos/bundled_lib/blib/lib/Net/PH.pm
27842            - macos/bundled_lib/blib/lib/Net/SNPP.pm
27843            - macos/bundled_lib/blib/lib/Text/Balanced.pod
27844            - macos/bundled_lib/t/Filter/Simple/test.pl
27845            - macos/bundled_lib/t/Switch/test.pl
27846            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
27847            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
27848            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
27849            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
27850            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
27851            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
27852            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
27853            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
27854            - macos/bundled_lib/t/libnet/ph.t
27855            ! (edit 125 files)
27856 ____________________________________________________________________________
27857 [ 12961] By: ams                                   on 2001/11/13  00:45:08
27858         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
27859              From: Michael G Schwern <schwern@pobox.com>
27860              Date: Mon, 12 Nov 2001 20:16:45 -0500
27861              Message-Id: <20011112201644.G2888@blackrider>
27862      Branch: perl
27863            ! pod/perlport.pod
27864 ____________________________________________________________________________
27865 [ 12960] By: ams                                   on 2001/11/12  23:54:00
27866         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
27867              Recoving dup tests for VMS
27868              From: Michael G Schwern <schwern@pobox.com>
27869              Date: Mon, 12 Nov 2001 19:35:33 -0500
27870              Message-Id: <20011112193533.D2888@blackrider>
27871      Branch: perl
27872            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
27873 ____________________________________________________________________________
27874 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
27875         Log: Update Changes.
27876      Branch: perl
27877            ! Changes patchlevel.h
27878 ____________________________________________________________________________
27879 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
27880         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
27881              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
27882              Date: Mon, 12 Nov 2001 12:35:18 EST 
27883              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
27884      Branch: perl
27885            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
27886            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
27887 ____________________________________________________________________________
27888 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
27889         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
27890              From: Barrie Slaymaker <barries@slaysys.com>
27891              Date: Mon, 12 Nov 2001 11:19:52 -0500
27892              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
27893      Branch: perl
27894            ! lib/File/Spec.t lib/File/Spec/Win32.pm
27895 ____________________________________________________________________________
27896 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
27897         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
27898              From: Barrie Slaymaker <barries@slaysys.com>
27899              Date: Mon, 12 Nov 2001 11:07:36 -0500
27900              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
27901      Branch: perl
27902            ! lib/Benchmark.pm
27903 ____________________________________________________________________________
27904 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
27905         Log: Misplaced test, noticed by Barrie Slaymaker.
27906              (We are missing Benchmark tests, then.)
27907      Branch: perl
27908            + ext/Devel/DProf/DProf.t
27909            - lib/Benchmark.t
27910            ! MANIFEST
27911 ____________________________________________________________________________
27912 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
27913         Log: Subject: [PATCH] a few typo fixes 
27914              From: Jeffrey Friedl <jfriedl@yahoo.com>
27915              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
27916              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
27917              
27918              Patching README.foo instead of pod/perlfoo.pod,
27919              not patching Math::BigInt (Tels will take care of that),
27920              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
27921              and perldoc.PL instead of libnetcfg and perldoc, patching
27922              ext/Digest/MD5/t/files.t since MD5.pm was changed.
27923      Branch: perl
27924            ! (edit 109 files)
27925 ____________________________________________________________________________
27926 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
27927         Log: Add a note about the dangers of bad UTF-8.
27928      Branch: perl
27929            ! pod/perlunicode.pod
27930 ____________________________________________________________________________
27931 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
27932         Log: NetWare Nit from Ananth Kesari.
27933      Branch: perl
27934            ! NetWare/config.wc
27935 ____________________________________________________________________________
27936 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
27937         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
27938      Branch: perl
27939            ! ext/Encode/Encode.pm
27940 ____________________________________________________________________________
27941 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
27942         Log: (retracted by #12951)
27943      Branch: perl
27944            ! ext/Encode/Encode.pm
27945 ____________________________________________________________________________
27946 [ 12949] By: ams                                   on 2001/11/12  06:40:18
27947         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27948              From: Robert Spier <rspier@pobox.com>
27949              Date: Sun, 11 Nov 2001 18:50:18 -0800
27950              Message-Id: <15343.14570.121505.233336@rls.cx>
27951              
27952              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27953              From: Rick Delaney <rick.delaney@home.com>
27954              Date: 12 Nov 2001 00:15:52 -0500
27955              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
27956      Branch: perl
27957            ! pp_hot.c t/op/taint.t
27958 ____________________________________________________________________________
27959 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
27960         Log: It seems that we actually have this detail implemented
27961              as for as Level 1 Support of Unicode regex support is
27962              concerned: at Level 1 only 1:1 support for loose
27963              (aka caseless, aka caseigoring ) matching is required.
27964      Branch: perl
27965            ! pod/perlunicode.pod
27966 ____________________________________________________________________________
27967 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
27968         Log: (retracted by #12951)
27969      Branch: perl
27970            ! ext/Encode/Encode.pm
27971 ____________________________________________________________________________
27972 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
27973         Log: BOM, bom, Bom.
27974      Branch: perl
27975            ! pod/perlunicode.pod
27976 ____________________________________________________________________________
27977 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
27978         Log: Upgrade to Math::BigInt 1.46.
27979      Branch: perl
27980            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27981            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27982            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27983            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
27984            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27985 ____________________________________________________________________________
27986 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
27987         Log: Subject: Re: PERFORCE change 12943 for review
27988              From: "Philip Newton" <Philip.Newton@gmx.net>
27989              Date: Sun, 11 Nov 2001 20:53:36 +0100
27990              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
27991      Branch: perl
27992            ! pod/perlunicode.pod
27993 ____________________________________________________________________________
27994 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
27995         Log: Doc updates; make the Unicode discussions a little
27996              bit less alarming, and add information about encodings,
27997              surrogates, and BOMs.
27998      Branch: perl
27999            ! pod/perlunicode.pod
28000 ____________________________________________________________________________
28001 [ 12942] By: ams                                   on 2001/11/11  16:45:00
28002         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
28003              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
28004              Date: Mon, 12 Nov 2001 00:22:57 +0900
28005              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
28006      Branch: perl
28007            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28008            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28009 ____________________________________________________________________________
28010 [ 12941] By: ams                                   on 2001/11/11  13:01:40
28011         Log: Subject: Re: PERFORCE change 12929 for review
28012              From: "Philip Newton" <Philip.Newton@gmx.net>
28013              Date: Sun, 11 Nov 2001 14:27:44 +0100
28014              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
28015      Branch: perl
28016            ! MANIFEST
28017 ____________________________________________________________________________
28018 [ 12940] By: ams                                   on 2001/11/11  05:06:43
28019         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
28020              From: Michael G Schwern <schwern@pobox.com>
28021              Date: Thu, 8 Nov 2001 22:56:45 -0500
28022              Message-Id: <20011108225645.H5587@blackrider>
28023      Branch: perl
28024            ! t/op/chdir.t
28025 ____________________________________________________________________________
28026 [ 12939] By: ams                                   on 2001/11/11  05:01:00
28027         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
28028              From: Michael G Schwern <schwern@pobox.com>
28029              Date: Sun, 11 Nov 2001 00:54:43 -0500
28030              Message-Id: <20011111005443.A24450@blackrider>
28031      Branch: perl
28032            ! ext/Cwd/t/cwd.t
28033 ____________________________________________________________________________
28034 [ 12938] By: ams                                   on 2001/11/11  03:25:13
28035         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
28036              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
28037              From: "chromatic" <chromatic@rmci.net>
28038              Date: Sat, 10 Nov 2001 21:03:20 -0700
28039              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
28040      Branch: perl
28041            ! lib/File/stat.pm lib/File/stat.t
28042 ____________________________________________________________________________
28043 [ 12937] By: ams                                   on 2001/11/11  02:05:23
28044         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
28045              From: "Craig A. Berry" <craigberry@mac.com>
28046              Date: Sat, 10 Nov 2001 17:23:52 -0600
28047              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
28048      Branch: perl
28049            ! t/op/magic.t
28050 ____________________________________________________________________________
28051 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
28052         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
28053      Branch: perl
28054            ! lib/open.pm lib/open.t
28055 ____________________________________________________________________________
28056 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
28057         Log: The Official name of ASCII.
28058      Branch: perl
28059            ! ext/Encode/Encode.pm
28060 ____________________________________________________________________________
28061 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
28062         Log: The KOI8-R example wasn't quite right.
28063      Branch: perl
28064            ! lib/open.pm lib/open.t
28065 ____________________________________________________________________________
28066 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
28067         Log: Enhance the open pragma to support :utf8, :locale,
28068              and :encoding directly as special cases, and rename
28069              the INOUT to IO.
28070      Branch: perl
28071            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
28072 ____________________________________________________________________________
28073 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
28074         Log: Document the UTF-16 surrogate encoding and decoding.
28075      Branch: perl
28076            ! ext/Encode/Encode.pm
28077 ____________________________________________________________________________
28078 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
28079         Log: A potential recursion breaker.
28080      Branch: perl
28081            ! sv.c
28082 ____________________________________________________________________________
28083 [ 12930] By: ams                                   on 2001/11/10  07:46:53
28084         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
28085              (was Re: perl@12892)
28086              From: "chromatic" <chromatic@rmci.net>
28087              Date: Sat, 10 Nov 2001 01:28:09 -0700
28088              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
28089      Branch: perl
28090            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28091            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28092            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28093            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28094 ____________________________________________________________________________
28095 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
28096         Log: Add a test for the bytes pragma.
28097      Branch: perl
28098            + lib/bytes.t
28099            ! MANIFEST
28100 ____________________________________________________________________________
28101 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
28102         Log: Doc update.
28103      Branch: perl
28104            ! lib/bytes.pm
28105 ____________________________________________________________________________
28106 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
28107         Log: Cease to exist.
28108      Branch: perl
28109            - lib/Unicode/Normalize.pm
28110 ____________________________________________________________________________
28111 [ 12926] By: ams                                   on 2001/11/10  03:23:16
28112         Log: Subject: [patch] my_setenv speedup + fixes
28113              From: Doug MacEachern <dougm@covalent.net>
28114              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
28115              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
28116      Branch: perl
28117            ! util.c
28118 ____________________________________________________________________________
28119 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
28120         Log: Newline trouble.
28121      Branch: perl
28122            ! lib/ExtUtils/Embed.t
28123 ____________________________________________________________________________
28124 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
28125         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
28126              From: "Craig A. Berry" <craigberry@mac.com>
28127              Date: Fri, 09 Nov 2001 18:13:16 -0600
28128              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
28129      Branch: perl
28130            ! vms/munchconfig.c
28131 ____________________________________________________________________________
28132 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
28133         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
28134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28135              Date: Sat, 10 Nov 2001 00:10:45 +0100
28136              Message-ID: <20011110001045.A11945@rafael>
28137      Branch: perl
28138            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
28139            + t/run/switchn.t t/run/switchp.t
28140            ! MANIFEST
28141 ____________________________________________________________________________
28142 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
28143         Log: Subject: [PATCH] some tests not cleaning up properly               
28144              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
28145              Date: Fri, 9 Nov 2001 22:13:10 +0100
28146              Message-ID: <20011109221310.A11115@rafael>
28147      Branch: perl
28148            ! ext/Cwd/t/cwd.t t/io/argv.t
28149 ____________________________________________________________________________
28150 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
28151         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
28152              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28153              Date: Fri, 9 Nov 2001 15:07:19 EST
28154              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
28155      Branch: perl
28156            ! lib/ExtUtils/Embed.t
28157 ____________________________________________________________________________
28158 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
28159         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
28160              have been copied so it shouldn't be freed in perl_destruct()
28161      Branch: perl
28162            ! perl.c
28163 ____________________________________________________________________________
28164 [ 12919] By: ams                                   on 2001/11/09  15:36:22
28165         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
28166              From: Michael G Schwern <schwern@pobox.com>
28167              Date: Fri, 9 Nov 2001 00:38:59 -0500
28168              Message-Id: <20011109003859.K5587@blackrider>
28169              (Applied with directory name changes suggested by Craig Berry.)
28170      Branch: perl
28171            ! ext/Cwd/t/cwd.t
28172 ____________________________________________________________________________
28173 [ 12918] By: ams                                   on 2001/11/09  15:29:15
28174         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
28175              From: Michael G Schwern <schwern@pobox.com>
28176              Date: Fri, 9 Nov 2001 01:44:14 -0500
28177              Message-Id: <20011109014414.N5587@blackrider>
28178      Branch: perl
28179            ! vms/ext/filespec.t
28180 ____________________________________________________________________________
28181 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
28182         Log: Update Changes.
28183      Branch: perl
28184            ! Changes patchlevel.h
28185 ____________________________________________________________________________
28186 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
28187         Log: Regen toc.
28188      Branch: perl
28189            ! pod/perltoc.pod
28190 ____________________________________________________________________________
28191 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
28192         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
28193              see http://www.jepstone.net/bjepson//jpl/cvs.html
28194      Branch: perl
28195            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
28196 ____________________________________________________________________________
28197 [ 12914] By: ams                                   on 2001/11/09  14:05:12
28198         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
28199              From: Michael G Schwern <schwern@pobox.com>
28200              Date: Thu, 8 Nov 2001 22:05:49 -0500
28201              Message-Id: <20011108220549.F5587@blackrider>
28202      Branch: perl
28203            ! vms/test.com
28204 ____________________________________________________________________________
28205 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
28206         Log: NetWare update from Ananth Kesari.
28207      Branch: perl
28208            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
28209 ____________________________________________________________________________
28210 [ 12912] By: ams                                   on 2001/11/09  13:40:26
28211         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
28212              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28213              Date: Fri, 9 Nov 2001 14:32:28 +0100
28214              Message-Id: <20011109143228.A18996@rafael>
28215      Branch: perl
28216            ! perl.c
28217 ____________________________________________________________________________
28218 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
28219         Log: FAQ sync.
28220      Branch: perl
28221            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28222            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28223            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
28224 ____________________________________________________________________________
28225 [ 12910] By: ams                                   on 2001/11/09  07:33:49
28226         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
28227              From: Michael G Schwern <schwern@pobox.com>
28228              Date: Fri, 9 Nov 2001 00:41:56 -0500
28229              Message-Id: <20011109004156.L5587@blackrider>
28230      Branch: perl
28231            ! lib/File/Find/t/find.t
28232 ____________________________________________________________________________
28233 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
28234         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
28235              The CPAN distribution has both pm and XS implementations,
28236              and for performance reasons we choose the XS.
28237              Another reason to choose the XS is that it doesn't
28238              require Lingua::KO::Hangul::Util, which means that
28239              we can delete that-- which in turn means that Unicode::UCD
28240              cannot expect that: support it, but don't expect.
28241              Ditto Unicode::Collate.
28242              
28243              Note that Unicode::Normalize Makefile.PL and
28244              Normalize.xs have been modified from the CPAN 0.10
28245              versions: the first one to be simpler (no pm) and
28246              clean up the generated unf*.h files, the second one
28247              to quench compiler grumblings.  Must notify Sadahiro
28248              about these changes.
28249      Branch: perl
28250            + ext/Unicode/Normalize/Changes
28251            + ext/Unicode/Normalize/Makefile.PL
28252            + ext/Unicode/Normalize/Normalize.pm
28253            + ext/Unicode/Normalize/Normalize.pod
28254            + ext/Unicode/Normalize/Normalize.xs
28255            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
28256            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
28257            + ext/Unicode/Normalize/t/test.t
28258            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
28259            - lib/Lingua/KO/Hangul/Util/README
28260            - lib/Lingua/KO/Hangul/Util/t/test.t
28261            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
28262            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
28263            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
28264            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
28265            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
28266            ! win32/makefile.mk
28267 ____________________________________________________________________________
28268 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
28269         Log: Test miscounting.
28270      Branch: perl
28271            ! ext/POSIX/t/posix.t
28272 ____________________________________________________________________________
28273 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
28274         Log: Quote the variables in failures messages more nicely.
28275      Branch: perl
28276            ! t/test.pl
28277 ____________________________________________________________________________
28278 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
28279         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28280              From: Michael G Schwern <schwern@pobox.com>
28281              Date: Thu, 8 Nov 2001 17:24:49 -0500
28282              Message-ID: <20011108172449.A5587@blackrider>
28283              
28284              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
28285              From: "Craig A. Berry" <craigberry@mac.com>
28286              Date: Thu, 8 Nov 2001 16:35:00 -0600
28287              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
28288      Branch: perl
28289            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
28290 ____________________________________________________________________________
28291 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
28292         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
28293              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28294              Date: Thu, 8 Nov 2001 22:52:50 -0000
28295              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
28296      Branch: perl
28297            ! ext/DB_File/t/db-recno.t
28298 ____________________________________________________________________________
28299 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
28300         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
28301              (Probably not an EBCDIC issue the way one would think
28302              since no chr() et alia are used in UCD.pm.)
28303      Branch: perl
28304            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
28305 ____________________________________________________________________________
28306 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
28307         Log: Whether overwriting the $self->{...} values (see #12902)
28308              is a good policy or not is debatable, but let's at least
28309              be consistent.
28310      Branch: perl
28311            ! lib/ExtUtils/MM_Unix.pm
28312 ____________________________________________________________________________
28313 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
28314         Log: The MakeMaker argument () quoting patch that sneaked
28315              in at #12883 didn't handle make macros like this $(...).
28316              Leaning toothpicks, we've got them.
28317      Branch: perl
28318            ! lib/ExtUtils/MM_Unix.pm
28319 ____________________________________________________________________________
28320 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
28321         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
28322              From: Michael G Schwern <schwern@pobox.com>
28323              Date: Wed, 7 Nov 2001 02:02:29 -0500
28324              Message-ID: <20011107020229.K2858@blackrider>
28325      Branch: perl
28326            ! t/io/argv.t t/test.pl vms/test.com
28327 ____________________________________________________________________________
28328 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
28329         Log: Subject: [PATCH 20011106.084] -s on #! line 
28330              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28331              Date: Wed, 7 Nov 2001 22:23:39 +0100
28332              Message-ID: <20011107222339.E729@rafael>
28333      Branch: perl
28334            ! embed.h embed.pl perl.c proto.h toke.c
28335 ____________________________________________________________________________
28336 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
28337         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
28338              From: Michael G Schwern <schwern@pobox.com>
28339              Date: Wed, 7 Nov 2001 16:52:49 -0500
28340              Message-ID: <20011107165249.I7346@blackrider>
28341      Branch: perl
28342            ! pod/perlhack.pod
28343 ____________________________________________________________________________
28344 [ 12898] By: ams                                   on 2001/11/08  13:02:19
28345         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28346              From: Mark-Jason Dominus <mjd@plover.com>
28347              Date: Thu, 08 Nov 2001 08:59:02 -0500
28348              Message-Id: <20011108135902.2275.qmail@plover.com>
28349      Branch: perl
28350            ! INSTALL README README.amiga README.os2 README.vms
28351            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
28352            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
28353 ____________________________________________________________________________
28354 [ 12897] By: ams                                   on 2001/11/08  12:49:28
28355         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
28356              From: mjd@plover.com
28357              Date: 8 Nov 2001 13:33:18 -0000
28358              Message-Id: <20011108133318.1786.qmail@plover.com>
28359      Branch: perl
28360            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
28361            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28362            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
28363            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
28364            ! pod/perlport.pod pod/perlvar.pod
28365 ____________________________________________________________________________
28366 [ 12896] By: ams                                   on 2001/11/08  11:22:12
28367         Log: open(FH, $file) should strip leading and trailing whitespace.
28368      Branch: perl
28369            ! doio.c
28370 ____________________________________________________________________________
28371 [ 12895] By: ams                                   on 2001/11/08  10:17:14
28372         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
28373              From: "Craig A. Berry" <craigberry@mac.com>
28374              Date: Wed, 07 Nov 2001 13:41:50 -0600
28375              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
28376      Branch: perl
28377            ! t/op/glob.t
28378 ____________________________________________________________________________
28379 [ 12894] By: ams                                   on 2001/11/08  08:32:20
28380         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
28381              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
28382              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
28383              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
28384      Branch: perl
28385            ! makedepend.SH
28386 ____________________________________________________________________________
28387 [ 12893] By: ams                                   on 2001/11/08  08:26:31
28388         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
28389              From: mjd@plover.com
28390              Date: 8 Nov 2001 08:08:07 -0000
28391              Message-Id: <20011108080807.30147.qmail@plover.com>
28392              
28393              Subject: bleadperl perl.pod
28394              From: mjd@plover.com
28395              Date: 8 Nov 2001 08:10:47 -0000
28396              Message-Id: <20011108081047.30178.qmail@plover.com>
28397              
28398              Subject: more bleadperl perl.pod
28399              From: mjd@plover.com
28400              Date: 8 Nov 2001 08:16:28 -0000
28401              Message-Id: <20011108081628.30229.qmail@plover.com>
28402      Branch: perl
28403            ! pod/perl.pod pod/perldebug.pod
28404 ____________________________________________________________________________
28405 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
28406         Log: Tweak for Cray-friendliness from Nicholas Clark.
28407      Branch: perl
28408            ! sv.c
28409 ____________________________________________________________________________
28410 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
28411         Log: VMS patch redo from Charles Lane.
28412      Branch: perl
28413            ! vms/gen_shrfls.pl
28414 ____________________________________________________________________________
28415 [ 12890] By: ams                                   on 2001/11/07  15:16:10
28416         Log: Subject: [ID 20011107.088] two perl pod nits
28417              From: lvirden@cas.org
28418              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
28419              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
28420      Branch: perl
28421            ! pod/perl.pod pod/perlfaq3.pod
28422 ____________________________________________________________________________
28423 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
28424         Log: Update Changes.
28425      Branch: perl
28426            ! Changes patchlevel.h
28427 ____________________________________________________________________________
28428 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
28429         Log: The (emulated) "no utf8" must be in a BEGIN block
28430              to be effective.
28431      Branch: perl
28432            ! lib/CGI/t/html.t
28433 ____________________________________________________________________________
28434 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
28435         Log: "v-strings" is the right term.
28436      Branch: perl
28437            ! pod/perltodo.pod
28438 ____________________________________________________________________________
28439 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
28440         Log: Add vstrings-as-objects need to perltodo.
28441      Branch: perl
28442            ! pod/perltodo.pod
28443 ____________________________________________________________________________
28444 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
28445         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
28446              From: Nicholas Clark <nick@ccl4.org>
28447              Date: Wed, 7 Nov 2001 14:36:32 +0000
28448              Message-ID: <20011107143631.I24980@plum.flirble.org>
28449      Branch: perl
28450            ! t/op/pack.t
28451 ____________________________________________________________________________
28452 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
28453         Log: The Embed test requires a major rewrite for VMS
28454              (plus it reveals a couple of annoying glitches
28455              in buffering), so skip the test for now; from
28456              Charles Lane.
28457      Branch: perl
28458            ! lib/ExtUtils/Embed.t
28459 ____________________________________________________________________________
28460 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
28461         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
28462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28463              Date: Wed, 7 Nov 2001 09:23:28 EST
28464              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
28465              
28466              (Also i seems that an unrelated experimental patch
28467              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
28468      Branch: perl
28469            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
28470 ____________________________________________________________________________
28471 [ 12882] By: ams                                   on 2001/11/07  05:14:04
28472         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
28473              From: Mark-Jason Dominus <mjd@plover.com>
28474              Date: Wed, 07 Nov 2001 00:43:46 -0500
28475              Message-Id: <20011107054346.14428.qmail@plover.com>
28476      Branch: perl
28477            ! gv.c op.c toke.c
28478 ____________________________________________________________________________
28479 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
28480         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
28481              From: Michael G Schwern <schwern@pobox.com>             
28482              Date: Tue, 6 Nov 2001 22:04:39 -0500
28483              Message-ID: <20011106220439.D2858@blackrider>              
28484      Branch: perl
28485            ! lib/perl5db.pl
28486 ____________________________________________________________________________
28487 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
28488         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
28489              stress))
28490              From: Jonathan Stowe <gellyfish@gellyfish.com>
28491              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
28492              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
28493              
28494              (except for one hunk where indentation differs)
28495      Branch: perl
28496            ! lib/Term/Cap.t
28497 ____________________________________________________________________________
28498 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
28499         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
28500              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28501              Date: Tue, 6 Nov 2001 21:45:01 +0100
28502              Message-ID: <20011106214501.A704@rafael>
28503      Branch: perl
28504            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
28505            ! lib/File/Spec/Win32.pm
28506 ____________________________________________________________________________
28507 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
28508         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
28509              From: Michael G Schwern <schwern@pobox.com>              
28510              Date: Tue, 6 Nov 2001 20:58:45 -0500
28511              Message-ID: <20011106205845.G29411@blackrider>
28512      Branch: perl
28513            ! t/test.pl
28514 ____________________________________________________________________________
28515 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
28516         Log: Subject: making do_sprintf public       
28517              From: Doug MacEachern <dougm@covalent.net>    
28518              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
28519              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
28520      Branch: perl
28521            ! embed.h embed.pl global.sym
28522 ____________________________________________________________________________
28523 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
28524         Log: Update to CGI.pm 2.78.
28525              
28526              TODO: the test suite needs to be merged so that
28527              when in core, the core version is tested, and when
28528              using the CPAN version, testing the CPAN version.
28529              (the changes need to be sent to Lincoln, too...)
28530      Branch: perl
28531            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
28532            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
28533            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
28534            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
28535            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
28536            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
28537 ____________________________________________________________________________
28538 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
28539         Log: Integrate with perlio; (strictly) readonly hashes via XS.
28540      Branch: perl
28541           +> t/lib/access.t
28542           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28543 ____________________________________________________________________________
28544 [ 12874] By: nick                                  on 2001/11/06  21:05:16
28545         Log: Keep It Simple and Stupid version of readonly hash support.
28546              - Test for SvREAONLY(hv) at a few spots in hv.c
28547              - add the error message to perldiag.pod
28548              - (dubious) add access::readonly() to univeral.c
28549              - add test using above
28550              - fixup ext/B/t/stash.t to account for access:: existing
28551      Branch: perlio
28552            + t/lib/access.t
28553            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
28554 ____________________________________________________________________________
28555 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
28556         Log: Fix incorrect warnings about broken globbing;
28557              from Andy Dougherty.
28558      Branch: perl
28559            ! hints/linux.sh
28560 ____________________________________________________________________________
28561 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
28562         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
28563              toggle-on from the encoding pragma.
28564      Branch: perl
28565            ! regcomp.c regexec.c
28566 ____________________________________________________________________________
28567 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
28568         Log: Retract #12824, doesn't help and is ignored
28569              by Configure anyway.
28570      Branch: perl
28571            ! hints/beos.sh
28572 ____________________________________________________________________________
28573 [ 12870] By: ams                                   on 2001/11/06  10:40:37
28574         Log: Subject: Cosmetic change
28575              From: H.Merijn Brand <h.m.brand@hccnet.nl>
28576              Date: Tue, 06 Nov 2001 12:30:52 +0100
28577              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
28578      Branch: perl
28579            ! README.hpux
28580 ____________________________________________________________________________
28581 [ 12869] By: nick                                  on 2001/11/06  08:26:40
28582         Log: Integrate mainline
28583      Branch: perlio
28584           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
28585           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
28586 ____________________________________________________________________________
28587 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
28588         Log: The parentheses are protected enough.
28589      Branch: perl
28590            ! hints/os390.sh
28591 ____________________________________________________________________________
28592 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
28593         Log: ccflags, not ldflags.
28594      Branch: perl
28595            ! hints/os390.sh
28596 ____________________________________________________________________________
28597 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
28598         Log: ... and the proto to go with #12865.
28599      Branch: perl
28600            ! proto.h
28601 ____________________________________________________________________________
28602 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
28603         Log: Oops.  Luckily nothing was using this symbol yet.
28604      Branch: perl
28605            ! global.sym
28606 ____________________________________________________________________________
28607 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
28608         Log: Implement the encoding pragma for regex literals.
28609      Branch: perl
28610            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
28611 ____________________________________________________________________________
28612 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
28613         Log: More UTF8 EXACT fixing.
28614      Branch: perl
28615            ! regexec.c
28616 ____________________________________________________________________________
28617 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
28618         Log: More re debugging.
28619      Branch: perl
28620            ! regexec.c
28621 ____________________________________________________________________________
28622 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
28623         Log: EXACT correction attempt.  Continued in #12863.
28624      Branch: perl
28625            ! regexec.c
28626 ____________________________________________________________________________
28627 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
28628         Log: Unterminated L<.
28629      Branch: perl
28630            ! ext/DB_File/DB_File.pm
28631 ____________________________________________________________________________
28632 [ 12859] By: nick                                  on 2001/11/05  19:15:17
28633         Log: Integrate mainline
28634      Branch: perlio
28635           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28636           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28637           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
28638           +> lib/Math/BigInt/t/sub_mbi.t
28639            - lib/Math/BigInt/t/Math/Subclass.pm
28640            - lib/Math/BigInt/t/subclass.t
28641           !> (integrate 30 files)
28642 ____________________________________________________________________________
28643 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
28644         Log: Regex debugging fixes from Hugo.
28645      Branch: perl
28646            ! regcomp.c regexec.c
28647 ____________________________________________________________________________
28648 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
28649         Log: IRIX: at some point the cc -version has started
28650              to output to stderr, not stdout any more.
28651      Branch: perl
28652            ! hints/irix_6.sh
28653 ____________________________________________________________________________
28654 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
28655         Log: Update Changes.
28656      Branch: perl
28657            ! Changes patchlevel.h
28658 ____________________________________________________________________________
28659 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
28660         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
28661      Branch: perl
28662            ! lib/File/Spec/Unix.pm
28663 ____________________________________________________________________________
28664 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
28665         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
28666              From: rgarciasuarez@free.fr
28667              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
28668              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
28669      Branch: perl
28670            ! lib/File/Spec/Unix.pm
28671 ____________________________________________________________________________
28672 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
28673         Log: Use config.arch in OS/390 where the combination of
28674              IEEE floats and ldflags is tricky.
28675      Branch: perl
28676            ! hints/os390.sh
28677 ____________________________________________________________________________
28678 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
28679         Log: Metaconfig unit change for #12851.
28680      Branch: metaconfig
28681            ! U/modified/Config_sh.U
28682 ____________________________________________________________________________
28683 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
28684         Log: Support a config.arch file, similar to config.over,
28685              but loaded just before it.
28686      Branch: perl
28687            ! Configure INSTALL
28688 ____________________________________________________________________________
28689 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
28690         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
28691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28692              Date: Mon, 5 Nov 2001 14:26:24 +0100
28693              Message-ID: <20011105142624.C31977@rafael>
28694      Branch: perl
28695            ! lib/Symbol.pm lib/Symbol.t
28696 ____________________________________________________________________________
28697 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
28698         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
28699              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28700              Date: Sun, 4 Nov 2001 22:28:57 +0100
28701              Message-ID: <20011104222857.C696@rafael>
28702      Branch: perl
28703            ! pod/perldebug.pod pod/perlpodspec.pod
28704 ____________________________________________________________________________
28705 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
28706         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
28707      Branch: perl
28708            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
28709 ____________________________________________________________________________
28710 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
28711         Log: Math::Big* test tweaks to work better with core:
28712              but the coast still not clear.
28713      Branch: perl
28714            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
28715            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28716 ____________________________________________________________________________
28717 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
28718         Log: Protect against high load: measure how much wall
28719              clock time went by while sleeping.  Avoids some
28720              false negatives, while may introduce some false
28721              positives.  Life is hard.
28722      Branch: perl
28723            ! ext/Time/HiRes/HiRes.t
28724 ____________________________________________________________________________
28725 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
28726         Log: More forgotten from #12843.
28727      Branch: perl
28728            ! lib/Math/BigInt/t/bigfltpm.inc
28729 ____________________________________________________________________________
28730 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
28731         Log: Forgot from #12843.
28732      Branch: perl
28733            + lib/Math/BigInt/t/bigintpm.inc
28734            ! MANIFEST
28735 ____________________________________________________________________________
28736 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
28737         Log: Upgrade to Math::BigInt 1.45; from Tels.
28738              NOTE: some of the tests are failing but that's because
28739              the core integration is not yet done.
28740      Branch: perl
28741            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28742            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28743            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28744            - lib/Math/BigInt/t/Math/Subclass.pm
28745            - lib/Math/BigInt/t/subclass.t
28746            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
28747            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
28748            ! lib/Math/BigInt/t/mbimbf.t
28749 ____________________________________________________________________________
28750 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
28751         Log: VMS: adds capability to control more configuration stuff with
28752              -D and -U switches; parsing config.sh to extract previous config
28753              info in VMS-form, and a rewrite of the "prompt/response" routine;
28754              from Charles Lane.
28755      Branch: perl
28756            ! configure.com
28757 ____________________________________________________________________________
28758 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
28759         Log: Subject: Typo correction in perldebguts.pod
28760              From: mjd@plover.com
28761              Date: 4 Nov 2001 16:20:05 -0000
28762              Message-ID: <20011104162005.16699.qmail@plover.com>
28763      Branch: perl
28764            ! pod/perldebguts.pod
28765 ____________________________________________________________________________
28766 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
28767         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
28768              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28769              Date: Sun, 4 Nov 2001 11:47:30 +0100
28770              Message-ID: <20011104114730.A715@rafael>
28771              
28772              Remove -T from the test, wrong place for that.
28773      Branch: perl
28774            ! lib/File/Temp/t/mktemp.t
28775 ____________________________________________________________________________
28776 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
28777         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
28778              From: Nicholas Clark <nick@ccl4.org>
28779              Date: Sun, 4 Nov 2001 10:41:24 +0000
28780              Message-ID: <20011104104123.U20123@plum.flirble.org>
28781      Branch: perl
28782            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
28783 ____________________________________________________________________________
28784 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
28785         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28786              From: Michael G Schwern <schwern@pobox.com>
28787              Date: Sat, 3 Nov 2001 15:41:47 -0500
28788              Message-ID: <20011103154147.C600@blackrider>
28789      Branch: perl
28790            ! lib/Term/Cap.t
28791 ____________________________________________________________________________
28792 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
28793         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
28794              From: "Craig A. Berry" <craigberry@mac.com>     
28795              Date: Sat, 03 Nov 2001 16:02:28 -0600
28796              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
28797      Branch: perl
28798            ! ext/Time/HiRes/HiRes.t
28799 ____________________________________________________________________________
28800 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
28801         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28802              From: "chromatic" <chromatic@rmci.net>
28803              Date: Sat, 03 Nov 2001 12:28:17 -0700
28804              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
28805      Branch: perl
28806            ! lib/Term/Cap.t
28807 ____________________________________________________________________________
28808 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
28809         Log: Don't bother doing POSIX charclass parsing if it
28810              possibly cannot be so.  Prepares way for charclass
28811              syntax like [[abc]||[def]] (or just [[abc][def]])
28812              for union, [[\w]&&[$a]] for intersection,
28813              and [[a-z]&&[^def]] for subtraction.
28814              
28815              Currently /[[a]/ (or /[a[]/) parses as a character
28816              class containing two characters, "[" and "a",
28817              this may have to be broken for the syntax described
28818              above, otherwise we would have to scan the whole pattern
28819              to find out whether the square brackets match pairwise.
28820              Luckily, the special case of "[" doesn't seem to be
28821              documented (as opposed to "]" and "-"), so we may have
28822              better story for breaking it...  One can always use \[
28823              if one wants a literal "[", so there.
28824      Branch: perl
28825            ! regcomp.c
28826 ____________________________________________________________________________
28827 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
28828         Log: Comment correction.
28829      Branch: perl
28830            ! regcomp.c
28831 ____________________________________________________________________________
28832 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
28833         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
28834              The latter is a RedHatism.
28835      Branch: perl
28836            ! lib/ExtUtils/MakeMaker.pm
28837 ____________________________________________________________________________
28838 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
28839         Log: Integrate perlio.
28840      Branch: perl
28841           !> perlio.c
28842 ____________________________________________________________________________
28843 [ 12831] By: nick                                  on 2001/11/03  11:42:15
28844         Log: Integrate mainline
28845      Branch: perlio
28846           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
28847           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28848           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
28849           !> sv.c t/test.pl
28850 ____________________________________________________________________________
28851 [ 12830] By: nick                                  on 2001/11/03  10:27:34
28852         Log: Fix clone_leak problem.
28853              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
28854              as vestige of calling PerlLIO_dup().
28855      Branch: perlio
28856            ! perlio.c
28857 ____________________________________________________________________________
28858 [ 12829] By: nick                                  on 2001/11/03  09:40:46
28859         Log: Tweaks attempting to locate Doug's clone_leak leak.
28860              - add some PerlIO_debug()
28861              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
28862              - Even if it closing stdout etc. do a fflush()
28863      Branch: perlio
28864            ! perlio.c
28865 ____________________________________________________________________________
28866 [ 12828] By: nick                                  on 2001/11/03  08:34:31
28867         Log: Integrate mainline
28868      Branch: perlio
28869           !> (integrate 54 files)
28870 ____________________________________________________________________________
28871 [ 12827] By: ams                                   on 2001/11/03  03:45:19
28872         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
28873              remove this later). Based on a patch from Robert Spier in
28874              <15330.61459.14452.795263@rls.cx>.
28875      Branch: perl
28876            ! sv.c
28877 ____________________________________________________________________________
28878 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
28879         Log: microperl sync.
28880      Branch: perl
28881            ! doio.c perl.c perl.h perlio.c regexec.c
28882 ____________________________________________________________________________
28883 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
28884         Log: Definitions for the Unicode Newline Guidelines.
28885      Branch: perl
28886            ! perl.h
28887 ____________________________________________________________________________
28888 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
28889         Log: (retracted by #12871)
28890              
28891              There is no csh of any kind in default BeOS.
28892              For the purposes of miniperl globbing, bash
28893              will do.
28894      Branch: perl
28895            ! hints/beos.sh
28896 ____________________________________________________________________________
28897 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
28898         Log: Integrate change #12820 from macperl to maint and blead;
28899              
28900              Fix up (dynaloading) to work properly with multiplicity
28901      Branch: maint-5.6/perl
28902           !> ext/DynaLoader/dl_mac.xs
28903      Branch: perl
28904           !> ext/DynaLoader/dl_mac.xs
28905 ____________________________________________________________________________
28906 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
28907         Log: Several fixes for various exit problems and clearing out
28908              task queue, as well as another (incomplete) go at
28909              fixing error message handling
28910      Branch: maint-5.6/macperl
28911            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
28912 ____________________________________________________________________________
28913 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
28914         Log: Add source files for bleadperl builds
28915      Branch: maint-5.6/macperl
28916            ! macos/Makefile.mk
28917 ____________________________________________________________________________
28918 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
28919         Log: Fix up to work properly with multiplicity
28920      Branch: maint-5.6/macperl
28921            ! ext/DynaLoader/dl_mac.xs
28922 ____________________________________________________________________________
28923 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
28924         Log: Integrate with maintperl.
28925      Branch: maint-5.6/macperl
28926           +> t/op/system.t t/op/system_tests
28927           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
28928           !> pod/perltodo.pod util.c win32/win32.c
28929 ____________________________________________________________________________
28930 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
28931         Log: Locate _PATH_LOG if it's a socket even if not #defined
28932              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
28933              via Nick Clark.
28934      Branch: perl
28935            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28936 ____________________________________________________________________________
28937 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
28938         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
28939              From: Michael G Schwern <schwern@pobox.com>
28940              Date: Fri, 2 Nov 2001 15:36:41 -0500
28941              Message-ID: <20011102153641.E23234@blackrider>
28942      Branch: perl
28943            ! t/test.pl
28944 ____________________________________________________________________________
28945 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
28946         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
28947              From: merlyn@stonehenge.com (Randal L. Schwartz)
28948              Date: 02 Nov 2001 09:33:34 -0800
28949              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
28950              
28951              (two of the changes)
28952              
28953              Better coexistence with extensions.
28954      Branch: perl
28955            ! ext/Errno/Errno_pm.PL hints/darwin.sh
28956 ____________________________________________________________________________
28957 [ 12815] By: ams                                   on 2001/11/02  16:47:43
28958         Log: Subject: Re: [PATCH] the the double double word word fix fix
28959              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28960              Date: Fri, 02 Nov 2001 19:43:07 +0100
28961              Message-Id: <3BE2E93B.627C198E@alcatel.at>
28962      Branch: perl
28963            ! pod/perldebug.pod
28964 ____________________________________________________________________________
28965 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
28966         Log: Update Changes.
28967      Branch: perl
28968            ! Changes patchlevel.h
28969 ____________________________________________________________________________
28970 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
28971         Log: More encoding testing.
28972      Branch: perl
28973            ! lib/encoding.pm lib/encoding.t
28974 ____________________________________________________________________________
28975 [ 12812] By: ams                                   on 2001/11/02  15:07:11
28976         Log: Slight modification of #12811.
28977      Branch: perl
28978            ! op.c
28979 ____________________________________________________________________________
28980 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
28981         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
28982              From: Radu Greab <radu@netsoft.ro>
28983              Date: Fri, 2 Nov 2001 15:28:58 +0200
28984              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
28985      Branch: perl
28986            ! op.c t/op/stat.t
28987 ____________________________________________________________________________
28988 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
28989         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
28990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28991              Date: Thu, 1 Nov 2001 22:35:50 +0100
28992              Message-ID: <20011101223550.A10849@rafael>
28993      Branch: perl
28994            ! lib/ExtUtils/Embed.t
28995 ____________________________________________________________________________
28996 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
28997         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
28998              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28999              Date: 2 Nov 2001 14:48:51 -0000
29000              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
29001      Branch: perl
29002            ! lib/File/Find.pm
29003 ____________________________________________________________________________
29004 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
29005         Log: Add documentation.
29006      Branch: perl
29007            ! embed.pl pod/perlapi.pod utf8.c
29008 ____________________________________________________________________________
29009 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
29010         Log: Unicode: add ToFold mapping.  Not used yet; but basically
29011              a more useful mapping for caseless aka case-ignoring than
29012              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
29013              algorithm for creating the foldings uses equivalence classes,
29014              see http://www.unicode.org/unicode/reports/tr21/
29015              Hopefully this feature will be used in //i.
29016              (The folding tables were introduced by #12689.)
29017      Branch: perl
29018            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
29019            ! utf8.c
29020 ____________________________________________________________________________
29021 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
29022         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
29023              From: "Craig A. Berry" <craigberry@mac.com>
29024              Date: Fri, 02 Nov 2001 00:03:52 -0600
29025              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
29026      Branch: perl
29027            ! lib/AutoSplit.t
29028 ____________________________________________________________________________
29029 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
29030         Log: Subject: Trivial doc patch
29031              From: andreas.koenig@anima.de (Andreas J. Koenig)
29032              Date: 02 Nov 2001 06:11:35 +0100
29033              Message-ID: <m37kt94v08.fsf@anima.de>
29034      Branch: perl
29035            ! pod/perlport.pod
29036 ____________________________________________________________________________
29037 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
29038         Log: Make encoding and charnames pragmas coexist.
29039      Branch: perl
29040            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
29041 ____________________________________________________________________________
29042 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
29043         Log: The basic character classes seem to go untested with Unicode.
29044      Branch: perl
29045            ! t/op/pat.t
29046 ____________________________________________________________________________
29047 [ 12802] By: ams                                   on 2001/11/02  00:39:36
29048         Log: Subject: [PATCH] the the double double word word fix fix
29049              From: Richard Soderberg <rs@oregonnet.com>
29050              Date: Thu, 1 Nov 2001 13:12:03 -0800
29051              Message-Id: <200111012112.NAA23288@oregonnet.com>
29052              
29053              Subject: Re: [PATCH] the the double double word word fix fix
29054              From: Mark-Jason Dominus <mjd@plover.com>
29055              Date: Thu, 01 Nov 2001 16:43:40 -0500
29056              Message-Id: <20011101214340.2044.qmail@plover.com>
29057              
29058              Subject: Re: [PATCH] the the double double word word fix fix
29059              From: Mark-Jason Dominus <mjd@plover.com>
29060              Date: Thu, 01 Nov 2001 16:51:39 -0500
29061              Message-Id: <20011101215139.2196.qmail@plover.com>
29062      Branch: perl
29063            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
29064            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
29065            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
29066            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
29067            ! pod/perltodo.pod pod/perlxstut.pod
29068 ____________________________________________________________________________
29069 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
29070         Log: Comment tweaks.
29071      Branch: perl
29072            ! toke.c
29073 ____________________________________________________________________________
29074 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
29075         Log: FAQ sync.
29076      Branch: perl
29077            ! pod/perlfaq9.pod
29078 ____________________________________________________________________________
29079 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
29080         Log: If an encoding is set by -M/-m, it must be in
29081              effect only for the actual script, not any other
29082              required/-M/-m'ed module, otherwise we enter a nasty
29083              recursion in regexec.c while trying to init the simple
29084              UTF-8 charclasses like PL_utf8_alnum.
29085      Branch: perl
29086            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
29087 ____________________________________________________________________________
29088 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
29089         Log: A bit more descriptive name.
29090      Branch: perl
29091            ! mg.c
29092 ____________________________________________________________________________
29093 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
29094         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
29095              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29096              Date: Wed, 31 Oct 2001 13:47:04 EST
29097              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
29098      Branch: perl
29099            ! ext/Time/HiRes/HiRes.t
29100 ____________________________________________________________________________
29101 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
29102         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
29103              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29104              Date: Wed, 31 Oct 2001 13:43:29 EST
29105              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
29106      Branch: perl
29107            ! mg.c
29108 ____________________________________________________________________________
29109 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
29110         Log: Subject: [PATCH] Various test cleanups
29111              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
29112              Date: Tue, 30 Oct 2001 21:56:26 +0100
29113              Message-ID: <20011030215626.A28503@rafael>
29114      Branch: perl
29115            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29116            ! ext/DB_File/t/db-recno.t ext/Encode.t
29117 ____________________________________________________________________________
29118 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
29119         Log: Update Changes.
29120      Branch: perl
29121            ! Changes patchlevel.h
29122 ____________________________________________________________________________
29123 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
29124         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
29125              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
29126              Date: Wed, 31 Oct 2001 17:16:39 +0100
29127              Message-ID: <20011031171639.A32511@rafael>
29128      Branch: perl
29129            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
29130 ____________________________________________________________________________
29131 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
29132         Log: Skip message nit.
29133      Branch: perl
29134            ! t/io/fs.t
29135 ____________________________________________________________________________
29136 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
29137         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
29138              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
29139              Date: 31 Oct 2001 14:49:37 -0000
29140              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
29141      Branch: perl
29142            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
29143 ____________________________________________________________________________
29144 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
29145         Log: Extend the effect of the encoding pragma to chr() and ord().
29146              
29147              TODO: regex literals, reentrancy problems with the utf8
29148              and charnames pragmas.
29149      Branch: perl
29150            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
29151 ____________________________________________________________________________
29152 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
29153         Log: Doc tweaks.
29154      Branch: perl
29155            ! lib/encoding.pm
29156 ____________________________________________________________________________
29157 [ 12788] By: nick                                  on 2001/10/31  08:59:56
29158         Log: Integrate mainline
29159      Branch: perlio
29160           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
29161           !> (integrate 49 files)
29162 ____________________________________________________________________________
29163 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
29164         Log: Forgot new proto.
29165      Branch: perl
29166            ! proto.h
29167 ____________________________________________________________________________
29168 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
29169         Log: Clarification: use encoding cannot be used to
29170              change the default encoding of "your whole script";
29171              only the default encoding of the *data*.  Also, it
29172              seems that "use encoding" does not mix with "use utf8"
29173              (a coredumping recursion ensues).  Should not be a huge
29174              problem since "use utf8" is pretty marginal nowadays.
29175      Branch: perl
29176            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
29177 ____________________________________________________________________________
29178 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
29179         Log: More documentation for the encode pragma.
29180      Branch: perl
29181            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
29182            ! pod/perlapi.pod pod/perlunicode.pod sv.c
29183 ____________________________________________________________________________
29184 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
29185         Log: Thinko in #12783.
29186      Branch: perl
29187            ! sv.c
29188 ____________________________________________________________________________
29189 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
29190         Log: Make sv_recode_to_utf8() a real API: the encoding
29191              is a parameter, instead of a global.  Document the
29192              PERL_ENCODING.
29193      Branch: perl
29194            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
29195            ! toke.c
29196 ____________________________________________________________________________
29197 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
29198         Log: Enable -Mencoding=foobar also for string literals.
29199      Branch: perl
29200            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
29201            ! pod/perlapi.pod proto.h sv.c toke.c
29202 ____________________________________________________________________________
29203 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
29204         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29205              From: Andy Dougherty <doughera@lafayette.edu>
29206              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
29207              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
29208      Branch: perl
29209            ! ext/POSIX/hints/svr4.pl
29210 ____________________________________________________________________________
29211 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
29212         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
29213              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29214              Date: Mon, 29 Oct 2001 23:11:58 -0000
29215              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29216              
29217              Add compat.h.
29218      Branch: perl
29219            ! lib/h2xs.t utils/h2xs.PL
29220 ____________________________________________________________________________
29221 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
29222         Log: Subject: PerlIOBuf_dup
29223              From: Nicholas Clark <nick@ccl4.org>              
29224              Date: Mon, 29 Oct 2001 21:52:35 +0000             
29225              Message-ID: <20011029215235.K41204@plum.flirble.org>
29226              
29227              Add prototype.
29228      Branch: perl
29229            ! perliol.h
29230 ____________________________________________________________________________
29231 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
29232         Log: Subject: [PATCH] Make malloc.c errors more useful
29233              From: Richard Soderberg <rs@oregonnet.com>
29234              Date: Mon, 29 Oct 2001 22:28:02 -0800
29235              Message-Id: <200110300628.WAA11025@oregonnet.com>
29236      Branch: perl
29237            ! malloc.c
29238 ____________________________________________________________________________
29239 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
29240         Log: Retract #12776 - the bug 19990906.001 is still valid.
29241      Branch: perl
29242            ! t/run/kill_perl.t
29243 ____________________________________________________________________________
29244 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
29245         Log: (Retracted by #12777)
29246              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
29247              From: Michael G Schwern <schwern@pobox.com> 
29248              Date: Mon, 29 Oct 2001 23:01:08 -0500
29249              Message-ID: <20011029230108.G18053@blackrider>
29250      Branch: perl
29251            ! t/run/kill_perl.t
29252 ____________________________________________________________________________
29253 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
29254         Log: Comment nits.
29255      Branch: perl
29256            ! lib/encoding.t
29257 ____________________________________________________________________________
29258 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
29259         Log: integrate change#12772 from mainline
29260              
29261              Subject: [PATCH] Mommy, what's a pointer cast?
29262      Branch: maint-5.6/perl
29263            ! perl.h
29264 ____________________________________________________________________________
29265 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
29266         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29267              From: Richard Soderberg <rs@oregonnet.com>
29268              Date: Mon, 29 Oct 2001 17:01:10 -0800
29269              Message-Id: <200110300101.RAA31561@oregonnet.com>
29270              
29271              (threads* parts)
29272      Branch: perl
29273            ! ext/threads/shared/shared.xs ext/threads/threads.xs
29274 ____________________________________________________________________________
29275 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
29276         Log: Subject: [PATCH] Mommy, what's a pointer cast?
29277              From: Richard Soderberg <rs@oregonnet.com>
29278              Date: Mon, 29 Oct 2001 17:01:10 -0800
29279              Message-Id: <200110300101.RAA31561@oregonnet.com>
29280              
29281              (the perl.h part)
29282      Branch: perl
29283            ! perl.h
29284 ____________________________________________________________________________
29285 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
29286         Log: Subject: [PATCH] OpenBSD likes signal.h 
29287              From: Richard Soderberg <rs@oregonnet.com>
29288              Date: Mon, 29 Oct 2001 17:00:31 -0800
29289              Message-Id: <200110300100.RAA31533@oregonnet.com>
29290      Branch: perl
29291            ! unixish.h
29292 ____________________________________________________________________________
29293 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
29294         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
29295              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29296              Date: Mon, 29 Oct 2001 23:04:23 -0000
29297              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
29298      Branch: perl
29299            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29300            ! ext/DB_File/t/db-recno.t
29301 ____________________________________________________________________________
29302 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
29303         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
29304              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29305              Date: Mon, 29 Oct 2001 12:34:07 -0600
29306              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
29307      Branch: perl
29308            ! ext/Time/HiRes/HiRes.t
29309 ____________________________________________________________________________
29310 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
29311         Log: Update Changes.
29312      Branch: perl
29313            ! Changes patchlevel.h
29314 ____________________________________________________________________________
29315 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
29316         Log: AIX needs an explicit symbol export list.
29317      Branch: perl
29318            ! lib/ExtUtils/Embed.t
29319 ____________________________________________________________________________
29320 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
29321         Log: The test (and the module) would require some
29322              quality hacking time to work on EBCDIC.  Based on
29323              the test results nothing seems to be majorly broken,
29324              the module just seems to have strange assumptions:
29325              got: ''\226\225\205'
29326              expected: ''one'
29327              The \226\225\205 being, of course, 'one', in EBCDIC.
29328      Branch: perl
29329            ! lib/Dumpvalue.t
29330 ____________________________________________________________________________
29331 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
29332         Log: Mark the test known to be failing in EBCDIC.
29333      Branch: perl
29334            ! t/op/tr.t
29335 ____________________________________________________________________________
29336 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
29337         Log: None of the libnet modules are going to work in
29338              EBCDIC without the Convert::EBCDIC.
29339      Branch: perl
29340            ! t/lib/1_compile.t
29341 ____________________________________________________________________________
29342 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
29343         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
29344      Branch: perl
29345            ! t/op/pack.t
29346 ____________________________________________________________________________
29347 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
29348         Log: UTF-EBCDIC ain't UTF-8.
29349      Branch: perl
29350            ! t/op/pack.t
29351 ____________________________________________________________________________
29352 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
29353         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
29354      Branch: perl
29355            ! t/lib/1_compile.t
29356 ____________________________________________________________________________
29357 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
29358         Log: Let's not assume ASCII.
29359      Branch: perl
29360            ! t/op/lc.t
29361 ____________________________________________________________________________
29362 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
29363         Log: Call the new perlio symbols differently.
29364      Branch: perl
29365            ! makedef.pl
29366 ____________________________________________________________________________
29367 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
29368         Log: Don't expect ASCII ordering.
29369      Branch: perl
29370            ! lib/ExtUtils/Manifest.t
29371 ____________________________________________________________________________
29372 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
29373         Log: Forgot from #12756.
29374      Branch: perl
29375            ! perlio.h
29376 ____________________________________________________________________________
29377 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
29378         Log: BeOS tweaks:
29379              - fseeko and ftello can be found by Configure but
29380              we do not seem to have prototypes for them so
29381              let's make up some
29382              - BeOS didn't use to have real sockets (sockets as
29383              filedescriptors) but the BONE package is supposed
29384              to fix this.  I do not know how to detect BONEness,
29385              see hints/beos.sh for a spot that needs to fixed.
29386              - BeOS has O_TEXT != O_BINARY but has no setmode()
29387      Branch: perl
29388            ! hints/beos.sh perlio.c
29389 ____________________________________________________________________________
29390 [ 12755] By: sky                                   on 2001/10/29  12:56:12
29391         Log: Ugly fix to not die when a thread creator is holding locks.
29392      Branch: perl
29393            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29394            ! ext/threads/threads.xs
29395 ____________________________________________________________________________
29396 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
29397         Log: Integrate change #12752 from maintperl;
29398              
29399              croak(Nullch) wasn't printing the contents of ERRSV if there was
29400              no outer eval (bug in change#6125)
29401      Branch: perl
29402           !> util.c
29403 ____________________________________________________________________________
29404 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
29405         Log: Subject: [PATCH h2xs] Use of static data in XS modules
29406              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
29407              Date: Sun, 28 Oct 2001 21:19:07 -0000
29408              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
29409              
29410              with nits from Sarathy.
29411      Branch: perl
29412            ! utils/h2xs.PL
29413 ____________________________________________________________________________
29414 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
29415         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
29416              no outer eval (bug in change#6125)
29417      Branch: maint-5.6/perl
29418            ! util.c
29419 ____________________________________________________________________________
29420 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
29421         Log: More todo for the encoding pragma.
29422      Branch: perl
29423            ! lib/encoding.pm
29424 ____________________________________________________________________________
29425 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
29426         Log: Add the encoding pragma to control the "upgrade"
29427              from the native eight bit data to Unicode.
29428              
29429              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
29430      Branch: perl
29431            + lib/encoding.pm lib/encoding.t
29432            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
29433            ! pod/perlunicode.pod pod/perlvar.pod sv.c
29434 ____________________________________________________________________________
29435 [ 12749] By: sky                                   on 2001/10/28  21:02:33
29436         Log: Update documentation.
29437      Branch: perl
29438            ! ext/threads/shared/shared.pm
29439 ____________________________________________________________________________
29440 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
29441         Log: Integrate change #12747 from maintperl;
29442              
29443              finishing touches to system() fixes on windows:
29444              * detect cmd shell correctly even if it had full path in it
29445              * more quoting needed for single-arg system if the argument
29446              really had multiple quoted arguments within it
29447              * be smarter about not calling the shell when the executable
29448              has spaces, but otherwise does not need shell involvement
29449              * add a testsuite (windows-specific currently)
29450      Branch: perl
29451           +> t/op/system.t t/op/system_tests
29452            ! MANIFEST pod/perltodo.pod
29453           !> win32/win32.c
29454 ____________________________________________________________________________
29455 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
29456         Log: finishing touches to system() fixes on windows:
29457              * detect cmd shell correctly even if it had full path in it
29458              * more quoting needed for single-arg system if the argument
29459              really had multiple quoted arguments within it
29460              * be smarter about not calling the shell when the executable
29461              has spaces, but otherwise does not need shell involvement
29462              * add a testsuite (windows-specific currently)
29463      Branch: maint-5.6/perl
29464            + t/op/system.t t/op/system_tests
29465            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
29466 ____________________________________________________________________________
29467 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
29468         Log: Integrate perlio.
29469      Branch: perl
29470           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
29471 ____________________________________________________________________________
29472 [ 12745] By: nick                                  on 2001/10/28  16:08:14
29473         Log: Mingw32 fixup for Embed.t
29474      Branch: perlio
29475            ! lib/ExtUtils/Embed.t
29476 ____________________________________________________________________________
29477 [ 12744] By: nick                                  on 2001/10/28  15:54:14
29478         Log: GCC vs MS 64-bit constant syntax
29479      Branch: perlio
29480            ! ext/Time/HiRes/HiRes.xs
29481 ____________________________________________________________________________
29482 [ 12743] By: nick                                  on 2001/10/28  15:42:55
29483         Log: Integrate mainline
29484      Branch: perlio
29485           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
29486 ____________________________________________________________________________
29487 [ 12742] By: sky                                   on 2001/10/28  14:47:10
29488         Log: Manpage updates.
29489      Branch: perl
29490            ! ext/threads/threads.pm
29491 ____________________________________________________________________________
29492 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
29493         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
29494      Branch: perl
29495            ! lib/ExtUtils/Embed.t
29496 ____________________________________________________________________________
29497 [ 12740] By: nick                                  on 2001/10/28  14:14:24
29498         Log: Integrate mainline
29499      Branch: perlio
29500           !> lib/ExtUtils/Embed.t win32/win32.c
29501 ____________________________________________________________________________
29502 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
29503         Log: Need to be ./executed.
29504      Branch: perl
29505            ! lib/ExtUtils/Embed.t
29506 ____________________________________________________________________________
29507 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
29508         Log: Integrate perlio.
29509      Branch: perl
29510           !> perlio.c win32/win32.h
29511 ____________________________________________________________________________
29512 [ 12737] By: nick                                  on 2001/10/28  13:53:45
29513         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
29514              by gcc -xc++.
29515      Branch: perlio
29516            ! win32/win32.h
29517 ____________________________________________________________________________
29518 [ 12736] By: nick                                  on 2001/10/28  13:50:50
29519         Log: Have :stdio layer update an honour the fd refcnt table.
29520              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
29521      Branch: perlio
29522            ! perlio.c
29523 ____________________________________________________________________________
29524 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
29525         Log: Integrate changes #12724 and #12725 from maintperl;
29526              multiarg system now works.
29527      Branch: perl
29528           !> win32/win32.c
29529 ____________________________________________________________________________
29530 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
29531         Log: Integrate perlio.
29532      Branch: perl
29533           +> lib/ExtUtils/Embed.t
29534           !> MANIFEST perlio.c
29535 ____________________________________________________________________________
29536 [ 12733] By: nick                                  on 2001/10/28  13:07:16
29537         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
29538              least for PERLIO=perlio unthreaded case
29539      Branch: perlio
29540            ! perlio.c
29541 ____________________________________________________________________________
29542 [ 12732] By: nick                                  on 2001/10/28  11:10:24
29543         Log: Typo in exe name
29544      Branch: perlio
29545            ! lib/ExtUtils/Embed.t
29546 ____________________________________________________________________________
29547 [ 12731] By: nick                                  on 2001/10/28  11:09:59
29548         Log: Integrate Mainline
29549      Branch: perlio
29550           !> Changes configure.com ext/DB_File/DB_File.pm
29551           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
29552           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
29553           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
29554           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
29555           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
29556           !> t/TEST t/op/regexp.t win32/buildext.pl
29557 ____________________________________________________________________________
29558 [ 12730] By: nick                                  on 2001/10/28  11:05:35
29559         Log: Fixup Embed.t for Win32/VC++
29560      Branch: perlio
29561            ! lib/ExtUtils/Embed.t
29562 ____________________________________________________________________________
29563 [ 12729] By: nick                                  on 2001/10/28  09:36:20
29564         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
29565              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
29566              ExtUtils::Embed.
29567      Branch: perlio
29568            + lib/ExtUtils/Embed.t
29569            ! MANIFEST
29570 ____________________________________________________________________________
29571 [ 12728] By: sky                                   on 2001/10/28  08:12:53
29572         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
29573              line manually!
29574      Branch: perl
29575            ! lib/ExtUtils/xsubpp
29576 ____________________________________________________________________________
29577 [ 12727] By: sky                                   on 2001/10/28  08:02:09
29578         Log: And here we use the prototypes.
29579      Branch: perl
29580            ! ext/threads/shared/shared.xs
29581 ____________________________________________________________________________
29582 [ 12726] By: sky                                   on 2001/10/28  08:00:48
29583         Log: Support [] style prototypes.
29584      Branch: perl
29585            ! lib/ExtUtils/xsubpp
29586 ____________________________________________________________________________
29587 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
29588         Log: yet another multi-arg system() fix on windows: batch files as the
29589              first argument (i.e. directly executed by CreateProcess()) need
29590              extra quoting to escape shell-shock
29591      Branch: maint-5.6/perl
29592            ! win32/win32.c
29593 ____________________________________________________________________________
29594 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
29595         Log: another multi-arg system() fix on windows: passing empty arguments
29596              now works
29597      Branch: maint-5.6/perl
29598            ! win32/win32.c
29599 ____________________________________________________________________________
29600 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
29601         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
29602              No final #else #error because we do not seem to
29603              be using #error?
29604      Branch: perl
29605            ! op.h
29606 ____________________________________________________________________________
29607 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
29608         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
29609              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
29610              Date: Sat, 27 Oct 2001 23:28:44 EST 
29611              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
29612      Branch: perl
29613            ! ext/Time/HiRes/HiRes.xs
29614 ____________________________________________________________________________
29615 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
29616         Log: Regen perlapi, perltoc.
29617      Branch: perl
29618            ! pod/perlapi.pod pod/perltoc.pod
29619 ____________________________________________________________________________
29620 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
29621         Log: Subject: [PATCH] sv.h documentation
29622              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
29623              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
29624              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
29625      Branch: perl
29626            ! sv.h
29627 ____________________________________________________________________________
29628 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
29629         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
29630              system("nmake -nologo", "clean") and there is no executable
29631              called "nmake -nologo"; this used to "work" pre-change#12559 due
29632              to bugs in multiarg system() that have since been fixed
29633      Branch: perl
29634            ! win32/buildext.pl
29635 ____________________________________________________________________________
29636 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
29637         Log: Update Changes.
29638      Branch: perl
29639            ! Changes patchlevel.h
29640 ____________________________________________________________________________
29641 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
29642         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
29643              From: Richard.Foley@t-online.de (Richard Foley)            
29644              Date: Sun, 28 Oct 2001 00:48:32 +0200
29645              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
29646      Branch: perl
29647            ! pod/perlhack.pod
29648 ____________________________________________________________________________
29649 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
29650         Log: Must store pointers with the right width.
29651      Branch: perl
29652            ! op.h
29653 ____________________________________________________________________________
29654 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
29655         Log: Integrate change #12711 from perlio;
29656              
29657              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29658              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29659      Branch: perl
29660           !> perlio.c
29661 ____________________________________________________________________________
29662 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
29663         Log: Subject: [PATCH] make minitest
29664              From: Nicholas Clark <nick@ccl4.org>
29665              Date: Sat, 27 Oct 2001 22:56:16 +0100
29666              Message-ID: <20011027225616.L20275@plum.flirble.org>
29667      Branch: perl
29668            ! t/TEST
29669 ____________________________________________________________________________
29670 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
29671         Log: Patch #12661 missed this.
29672      Branch: perl
29673            ! ext/DB_File/DB_File.pm
29674 ____________________________________________________________________________
29675 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
29676         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
29677              From: "Craig A. Berry" <craigberry@mac.com>
29678              Date: Sat, 27 Oct 2001 16:07:47 -0500
29679              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
29680      Branch: perl
29681            ! configure.com perlio.c
29682 ____________________________________________________________________________
29683 [ 12711] By: nick                                  on 2001/10/27  19:49:25
29684         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29685              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29686      Branch: perlio
29687            ! perlio.c
29688 ____________________________________________________________________________
29689 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
29690         Log: Let's not replace reason if there's one already supplied.
29691      Branch: perl
29692            ! t/op/regexp.t
29693 ____________________________________________________________________________
29694 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
29695         Log: is not good.
29696      Branch: perl
29697            ! t/op/regexp.t
29698 ____________________________________________________________________________
29699 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
29700         Log: ldlibpth can exist but be unset.
29701      Branch: perl
29702            ! t/TEST
29703 ____________________________________________________________________________
29704 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
29705         Log: Unicode: property alias naming cleanup.
29706      Branch: perl
29707            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
29708 ____________________________________________________________________________
29709 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
29710         Log: FAQ sync.
29711      Branch: perl
29712            ! pod/perlfaq4.pod
29713 ____________________________________________________________________________
29714 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
29715         Log: Integrate change #12703 from maintperl;
29716              
29717              typemap stuff intervenes before declaration, move it to PREINIT
29718              section
29719              
29720              (an empty integrate, but now the files are in sync
29721              between the branches)
29722      Branch: perl
29723           !> ext/ODBM_File/ODBM_File.xs
29724 ____________________________________________________________________________
29725 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
29726         Log: More PerlIO symbols.
29727      Branch: perl
29728            ! makedef.pl
29729 ____________________________________________________________________________
29730 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
29731         Log: typemap stuff intervenes before declaration, move it to PREINIT
29732              section
29733      Branch: maint-5.6/perl
29734            ! ext/ODBM_File/ODBM_File.xs
29735 ____________________________________________________________________________
29736 [ 12702] By: nick                                  on 2001/10/27  14:09:35
29737         Log: Integrate mainline
29738      Branch: perlio
29739           +> ext/threads/shared/t/av_simple.t
29740           +> ext/threads/shared/t/hv_refs.t
29741           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
29742           !> (integrate 109 files)
29743 ____________________________________________________________________________
29744 [ 12700] By: ams                                   on 2001/10/26  21:22:23
29745         Log: Subject: [PATCH] tweak divide
29746              From: Nicholas Clark <nick@ccl4.org>
29747              Date: Fri, 26 Oct 2001 22:52:17 +0100
29748              Message-Id: <20011026225217.B20275@plum.flirble.org>
29749      Branch: perl
29750            ! pp.c
29751 ____________________________________________________________________________
29752 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
29753         Log: Integrate a buncha things from maintperl.
29754      Branch: maint-5.6/macperl
29755           !> (integrate 32 files)
29756 ____________________________________________________________________________
29757 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
29758         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29759              From: Andy Dougherty <doughera@lafayette.edu>
29760              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
29761              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
29762      Branch: perl
29763            ! hints/svr4.sh
29764 ____________________________________________________________________________
29765 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
29766         Log: When you're root, many things become writable.
29767      Branch: perl
29768            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
29769 ____________________________________________________________________________
29770 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
29771         Log: Update Changes.
29772      Branch: perl
29773            ! Changes patchlevel.h
29774 ____________________________________________________________________________
29775 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
29776         Log: Term/Cap.t attempts to access the floppy drive for no good reason
29777              on dosish systems
29778      Branch: perl
29779            ! lib/Term/Cap.t
29780 ____________________________________________________________________________
29781 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
29782         Log: fix misleading comment on known inadequacy in B::Terse, and skip
29783              it correctly
29784      Branch: perl
29785            ! ext/B/t/terse.t
29786 ____________________________________________________________________________
29787 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
29788         Log: fix spurious AutoSplit.t failure under windows
29789      Branch: perl
29790            ! lib/AutoSplit.t
29791 ____________________________________________________________________________
29792 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
29793         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
29794      Branch: perl
29795            ! ext/Time/HiRes/HiRes.t
29796 ____________________________________________________________________________
29797 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
29798         Log: More logical to use %04"UVXf" than %"UVuf" since
29799              the Unicode standard prefers hex.
29800      Branch: perl
29801            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
29802            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
29803            ! lib/unicore/mktables utf8.c
29804 ____________________________________________________________________________
29805 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
29806         Log: change#12065 seems to have broken Encode build on windows; fix
29807      Branch: perl
29808            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
29809 ____________________________________________________________________________
29810 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
29811         Log: Unicode: add the case folding table.
29812      Branch: perl
29813            + lib/unicore/To/Fold.pl
29814            ! MANIFEST lib/unicore/mktables
29815 ____________________________________________________________________________
29816 [ 12688] By: sky                                   on 2001/10/26  13:51:29
29817         Log: Get the new functions right, do not export lock since we use builtin lock.
29818              TODO: fix xsubpp to support the new prototypes
29819      Branch: perl
29820            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29821 ____________________________________________________________________________
29822 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
29823         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
29824              as suggested by Sarathy.
29825      Branch: perl
29826            ! mg.c
29827 ____________________________________________________________________________
29828 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
29829         Log: avoid compiler warning
29830      Branch: perl
29831            ! win32/win32.c
29832 ____________________________________________________________________________
29833 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
29834         Log: WinCE update from Rainer Keuchel.
29835      Branch: perl
29836            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
29837            ! wince/wince.c
29838 ____________________________________________________________________________
29839 [ 12684] By: sky                                   on 2001/10/26  13:34:33
29840         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
29841      Branch: perl
29842            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29843 ____________________________________________________________________________
29844 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
29845         Log: More fixes that were made to the core and not in the libnet src
29846      Branch: perl
29847            ! lib/Net/Domain.pm
29848 ____________________________________________________________________________
29849 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
29850         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
29851              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
29852              Date: Fri, 26 Oct 2001 13:55:21 +0200
29853              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
29854              
29855              (plus make the db-recno.t#59 accept both \n and \r\n)
29856      Branch: perl
29857            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29858            ! ext/DB_File/t/db-recno.t
29859 ____________________________________________________________________________
29860 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
29861         Log: Fix tests to be able to run in the core and the CPAN dist
29862      Branch: perl
29863            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
29864            ! lib/Net/t/require.t lib/Net/t/smtp.t
29865 ____________________________________________________________________________
29866 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
29867         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
29868              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29869              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
29870              Date: Fri, 26 Oct 2001 08:34:46 EDT
29871      Branch: perl
29872            ! ext/Time/HiRes/HiRes.t
29873 ____________________________________________________________________________
29874 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
29875         Log: Sync libnet modules with what will be libnet-1.08
29876      Branch: perl
29877            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
29878            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
29879            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
29880            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
29881 ____________________________________________________________________________
29882 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
29883         Log: Integrate maintperl changes #12268 and #12669;
29884              
29885              final touches to the audit for statics and thread-unsafe code
29886              * make DB_File, ODBM_File thread-safe 
29887              * remove unnecessary/dangerous statics and protect others
29888              from not getting accidentally enabled under threaded perls
29889              
29890              windows support functions get_childdir() et al aren't exported
29891              correctly under vanilla build
29892              
29893              Testing under win32 appreciated since changes there had
29894              to be manually merged and I cannot test how badly did I do.
29895      Branch: perl
29896           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29897           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29898           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
29899           !> win32/vmem.h win32/win32.c win32/win32iop.h
29900 ____________________________________________________________________________
29901 [ 12677] By: sky                                   on 2001/10/26  12:37:17
29902         Log: More Config::threads to threads::threads changes
29903      Branch: perl
29904            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
29905 ____________________________________________________________________________
29906 [ 12676] By: sky                                   on 2001/10/26  12:31:46
29907         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
29908      Branch: perl
29909            ! ext/threads/threads.pm ext/threads/threads.xs
29910 ____________________________________________________________________________
29911 [ 12675] By: sky                                   on 2001/10/26  12:06:30
29912         Log: Allocing a TLS in runtime is not too hot.
29913      Branch: perl
29914            ! ext/threads/threads.xs
29915 ____________________________________________________________________________
29916 [ 12674] By: sky                                   on 2001/10/26  11:59:09
29917         Log: Don't display debug data.
29918      Branch: perl
29919            ! ext/threads/threads.pm
29920 ____________________________________________________________________________
29921 [ 12673] By: sky                                   on 2001/10/26  11:35:47
29922         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
29923              complete bar support for blessed objects.
29924              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
29925      Branch: perl
29926            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29927 ____________________________________________________________________________
29928 [ 12672] By: sky                                   on 2001/10/26  11:15:28
29929         Log: Fix case where shared reference does not exist in current thread.
29930      Branch: perl
29931            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29932 ____________________________________________________________________________
29933 [ 12671] By: sky                                   on 2001/10/26  08:48:52
29934         Log: Support for references in shared arrays.
29935      Branch: perl
29936            ! ext/threads/shared/shared.xs
29937 ____________________________________________________________________________
29938 [ 12670] By: sky                                   on 2001/10/26  08:30:11
29939         Log: Add tests for references in hashes.
29940      Branch: perl
29941            + ext/threads/shared/t/hv_refs.t
29942            ! MANIFEST
29943 ____________________________________________________________________________
29944 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
29945         Log: windows support functions get_childdir() et al aren't exported
29946              correctly under vanilla build
29947      Branch: maint-5.6/perl
29948            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
29949 ____________________________________________________________________________
29950 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
29951         Log: final touches to the audit for statics and thread-unsafe code
29952              * make DB_File, ODBM_File thread-safe 
29953              * remove unnecessary/dangerous statics and protect others
29954              from not getting accidentally enabled under threaded perls
29955      Branch: maint-5.6/perl
29956            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29957            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29958            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
29959            ! win32/win32.c
29960 ____________________________________________________________________________
29961 [ 12667] By: ams                                   on 2001/10/26  03:48:36
29962         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
29963              From: "Richard Soderberg" <rs@crystalflame.net>
29964              Date: Thu, 25 Oct 2001 23:42:50 -0400
29965              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
29966      Branch: perl
29967            ! sharedsv.c
29968 ____________________________________________________________________________
29969 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
29970         Log: Integrate change #12664 from maintperl;
29971              
29972              the newest GCCs don't seem to like C<"string1"##STRING2>
29973              so keep it as C<"string1" STRING2> (latter appears to
29974              work everywhere)
29975      Branch: perl
29976           !> ext/DynaLoader/dlutils.c
29977 ____________________________________________________________________________
29978 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
29979         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
29980              From: Chris Nandor <pudge@pobox.com>
29981              Date: Thu, 25 Oct 2001 22:15:03 -0400
29982              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
29983      Branch: perl
29984            ! perl.h
29985 ____________________________________________________________________________
29986 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
29987         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
29988              C<"string1" STRING2> (latter appears to work everywhere)
29989      Branch: maint-5.6/perl
29990            ! ext/DynaLoader/dlutils.c
29991 ____________________________________________________________________________
29992 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
29993         Log: AUTHORS update.
29994      Branch: perl
29995            ! AUTHORS
29996 ____________________________________________________________________________
29997 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
29998         Log: Integrate change #12660 from maintperl;
29999              
30000              make the dMY_CXT stuff available under all of
30001              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30002      Branch: perl
30003           !> perl.h
30004 ____________________________________________________________________________
30005 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
30006         Log: Subject: [PATCH] DB_File-1.79
30007              From: "Paul Marquess" <paul.marquess@openwave.com>
30008              Date: Fri, 26 Oct 2001 00:03:54 +0100
30009              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
30010      Branch: perl
30011            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
30012            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
30013 ____________________________________________________________________________
30014 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
30015         Log: make the dMY_CXT stuff available under all of
30016              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
30017      Branch: maint-5.6/perl
30018            ! perl.h
30019 ____________________________________________________________________________
30020 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
30021         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
30022              From: Michael G Schwern <schwern@pobox.com>
30023              Date: Thu, 25 Oct 2001 18:28:12 -0400
30024              Message-ID: <20011025182812.M4811@blackrider>
30025      Branch: perl
30026            ! t/run/kill_perl.t
30027 ____________________________________________________________________________
30028 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
30029         Log: STRLEN != int.
30030      Branch: perl
30031            ! regcomp.c regexec.c
30032 ____________________________________________________________________________
30033 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
30034         Log: Subject: [PATCH] remove small IVop redundancy
30035              From: Nicholas Clark <nick@ccl4.org>
30036              Date: Thu, 25 Oct 2001 22:48:28 +0100
30037              Message-ID: <20011025224827.M66471@plum.flirble.org>
30038      Branch: perl
30039            ! pp.c pp_hot.c
30040 ____________________________________________________________________________
30041 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
30042         Log: Metaconfig unit change for #12655.
30043      Branch: metaconfig/U/perl
30044            ! Extensions.U
30045 ____________________________________________________________________________
30046 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
30047         Log: Subject: Re: Not OK @12650
30048              From: Andy Dougherty <doughera@lafayette.edu>
30049              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
30050              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
30051      Branch: perl
30052            ! Configure
30053 ____________________________________________________________________________
30054 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
30055         Log: Integrate changes #12652 and #12653 from maintperl;
30056              
30057              more tweaks to change#12626
30058              * move the boilerplate code over to perl.h and make DynaLoader
30059              use it
30060              * make re, Opcode, File::Glob and B threadsafe
30061              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30062              C<no re;> anywhere)
30063              
30064              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30065              
30066              File::Glob required a bit more work in bleadperl
30067              because of ExtUtils::Constant (see the Makefile.PL change)
30068      Branch: perl
30069            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
30070           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30071           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30072 ____________________________________________________________________________
30073 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
30074         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
30075      Branch: maint-5.6/perl
30076            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30077            ! ext/Opcode/Opcode.xs ext/re/re.xs
30078 ____________________________________________________________________________
30079 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
30080         Log: more tweaks to change#12626
30081              * move the boilerplate code over to perl.h and make DynaLoader
30082              use it
30083              * make re, Opcode, File::Glob and B threadsafe
30084              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
30085              C<no re;> anywhere)
30086      Branch: maint-5.6/perl
30087            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
30088            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
30089 ____________________________________________________________________________
30090 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
30091         Log: Metaconfig unit change for #12650.
30092      Branch: metaconfig/U/perl
30093            ! Extensions.U
30094 ____________________________________________________________________________
30095 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
30096         Log: Subject: Re: ithreads doesn't like usedl=n
30097              From: Andy Dougherty <doughera@lafayette.edu>
30098              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
30099              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
30100              
30101              Special-case threads::shared.
30102      Branch: perl
30103            ! Configure
30104 ____________________________________________________________________________
30105 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
30106         Log: Getting fancier...
30107      Branch: perl
30108            ! t/TEST
30109 ____________________________________________________________________________
30110 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
30111         Log: csh - what a pain.
30112      Branch: perl
30113            ! t/TEST
30114 ____________________________________________________________________________
30115 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
30116         Log: Update Changes.
30117      Branch: perl
30118            ! Changes patchlevel.h
30119 ____________________________________________________________________________
30120 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
30121         Log: Allow resetting the locale system for the duration
30122              of the build (Mac OS X default setting LANG=En_US
30123              ist kaputt)
30124      Branch: perl
30125            ! Makefile.SH
30126 ____________________________________________________________________________
30127 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
30128         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
30129      Branch: perl
30130            ! ext/Digest/MD5/t/files.t
30131 ____________________________________________________________________________
30132 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
30133         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
30134              From: Andy Dougherty <doughera@lafayette.edu>
30135              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
30136              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
30137      Branch: perl
30138            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
30139            ! ext/threads/shared/Makefile.PL
30140 ____________________________________________________________________________
30141 [ 12643] By: sky                                   on 2001/10/25  12:28:26
30142         Log: Add support for reference members of hashes.
30143      Branch: perl
30144            ! ext/threads/shared/shared.xs
30145 ____________________________________________________________________________
30146 [ 12642] By: ams                                   on 2001/10/25  12:21:13
30147         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
30148              From: "Norton Allen" <nort@qnx.com>
30149              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
30150              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
30151      Branch: perl
30152            ! ext/Digest/MD5/MD5.xs
30153 ____________________________________________________________________________
30154 [ 12641] By: sky                                   on 2001/10/25  10:27:39
30155         Log: Tests shared hashes.
30156      Branch: perl
30157            + ext/threads/shared/t/hv_simple.t
30158            ! MANIFEST
30159 ____________________________________________________________________________
30160 [ 12640] By: sky                                   on 2001/10/25  10:18:23
30161         Log: Fix threadcounts for arrays and hashes.
30162      Branch: perl
30163            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30164 ____________________________________________________________________________
30165 [ 12639] By: sky                                   on 2001/10/25  10:17:26
30166         Log: Note to self, doing *src_ary++ in a macro that evaluates
30167              the value more than once is a good way to dump core.
30168      Branch: perl
30169            ! sharedsv.c
30170 ____________________________________________________________________________
30171 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
30172         Log: Integrate change #12636 from maintperl; more dl fixups.
30173      Branch: perl
30174           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30175           !> ext/DynaLoader/dl_vms.xs
30176 ____________________________________________________________________________
30177 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
30178         Log: Like dl_hpux, like dl_dld.
30179      Branch: perl
30180            ! ext/DynaLoader/dl_dld.xs
30181 ____________________________________________________________________________
30182 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
30183         Log: followups to change#12635
30184      Branch: maint-5.6/perl
30185            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
30186            ! ext/DynaLoader/dl_vms.xs
30187 ____________________________________________________________________________
30188 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
30189         Log: add part of change#12634 to the two files that need it; dl_aix.xs
30190              in maint-5.6 doesn't have the branch that had the problem in
30191              mainline
30192      Branch: maint-5.6/perl
30193            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
30194 ____________________________________________________________________________
30195 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
30196         Log: Fixes for #12627.
30197      Branch: perl
30198            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
30199 ____________________________________________________________________________
30200 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
30201         Log: Since pv_uni_display and sv_uni_display are now used
30202              in the re extension, their symbols have to be exported.
30203      Branch: perl
30204            ! embed.pl global.sym
30205 ____________________________________________________________________________
30206 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
30207         Log: Subject:  Re: [PATCH Perl@12567] debug /list
30208              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30209              Date: Tue, 23 Oct 2001 21:40:33 EDT
30210              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
30211      Branch: perl
30212            ! configure.com
30213 ____________________________________________________________________________
30214 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
30215         Log: This takes care of some of the re 'debug' cases but
30216              not all cases since the information whether the pattern
30217              or the target are utf8 seems to be either lost or not
30218              spread widely enough, sigh.
30219      Branch: perl
30220            ! regcomp.c
30221 ____________________________________________________________________________
30222 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
30223         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
30224              From: John Peacock <jpeacock@rowman.com>
30225              Date: Wed, 24 Oct 2001 16:53:29 -0400
30226              Message-ID: <3BD72A49.1508D152@rowman.com>
30227      Branch: perl
30228            ! configure.com
30229 ____________________________________________________________________________
30230 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
30231         Log: Upgrade NetWare and WinCE as in #12626.
30232      Branch: perl
30233            ! NetWare/dl_netware.xs wince/dl_win32.xs
30234 ____________________________________________________________________________
30235 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
30236         Log: Tru64 compiler nit.
30237      Branch: perl
30238            ! ext/threads/shared/shared.xs
30239 ____________________________________________________________________________
30240 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
30241         Log: Integrate change #12626 from maintperl;
30242              make DynaLoader threadsafe by moving all statics into
30243              interpreter-local space
30244              
30245              TODO: Netware, OS/2, WinCE
30246      Branch: perl
30247           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30248           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30249           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30250           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30251           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30252           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30253           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
30254 ____________________________________________________________________________
30255 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
30256         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
30257              space
30258      Branch: maint-5.6/perl
30259            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
30260            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
30261            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
30262            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
30263            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
30264            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
30265            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
30266 ____________________________________________________________________________
30267 [ 12625] By: sky                                   on 2001/10/24  20:05:26
30268         Log: Change #12623 inflicted an infinite hang. Fixed.
30269      Branch: perl
30270            ! ext/threads/shared/shared.xs
30271 ____________________________________________________________________________
30272 [ 12624] By: sky                                   on 2001/10/24  19:06:55
30273         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
30274      Branch: perl
30275            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30276 ____________________________________________________________________________
30277 [ 12623] By: sky                                   on 2001/10/24  18:06:34
30278         Log: We need to do sharedsv_find in the original perl context.
30279      Branch: perl
30280            ! ext/threads/shared/shared.xs
30281 ____________________________________________________________________________
30282 [ 12622] By: sky                                   on 2001/10/24  17:26:51
30283         Log: Add support for basic support for AVs, references not supported yet.
30284              Add test for AVs.
30285              Add more tests to sv_refs
30286              Fix documentation issues.  
30287      Branch: perl
30288            + ext/threads/shared/t/av_simple.t
30289            ! MANIFEST ext/threads/shared/shared.pm
30290            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
30291 ____________________________________________________________________________
30292 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
30293         Log: Dump Unicode better for re 'debug'.  The regprop()
30294              is unfinished since have to figure out how to detect
30295              Unicodeness in there.
30296      Branch: perl
30297            ! regcomp.c regexec.c
30298 ____________________________________________________________________________
30299 [ 12620] By: sky                                   on 2001/10/24  13:18:07
30300         Log: Add support for finding shared arrays and hashes.
30301      Branch: perl
30302            ! sharedsv.c
30303 ____________________________________________________________________________
30304 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
30305         Log: Rewrite sv_uni_display() as pv_uni_display() as
30306              reimplement sv_uni_display() using that.
30307      Branch: perl
30308            ! dump.c embed.h embed.pl proto.h
30309 ____________________________________________________________________________
30310 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
30311         Log: Integrate change #12615 from maintperl;
30312              on Windows, IO::File::new_tmpfile() fails after being called
30313              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30314              process-wide limit
30315      Branch: perl
30316           !> win32/win32.c
30317 ____________________________________________________________________________
30318 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
30319         Log: Don't try to print ints as IVs.
30320      Branch: perl
30321            ! ext/Time/HiRes/HiRes.xs
30322 ____________________________________________________________________________
30323 [ 12616] By: sky                                   on 2001/10/24  11:06:35
30324         Log: We only need to fetch the SV from the backend if the index
30325              is not the same as mg_private.     In theory this could be
30326              a problem if there are an exact multiple of U16 changes
30327              of a shared variable between two access in a given thread,
30328              we choose to avoid theory for now.
30329      Branch: perl
30330            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
30331 ____________________________________________________________________________
30332 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
30333         Log: on Windows, IO::File::new_tmpfile() fails after being called
30334              32767 times because MSVCRT thinks stdio's TMP_MAX is a
30335              process-wide limit
30336      Branch: maint-5.6/perl
30337            ! win32/win32.c
30338 ____________________________________________________________________________
30339 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
30340         Log: Negation and Unicode: sort of solves 20010303.010,
30341              except not quite like reported in the Subject
30342              (Perl_warner is still utf8-ignorant).
30343      Branch: perl
30344            ! pp.c t/lib/warnings/sv
30345 ____________________________________________________________________________
30346 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
30347         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
30348      Branch: perl
30349            ! sv.c t/lib/warnings/sv
30350 ____________________________________________________________________________
30351 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
30352         Log: sv_uni_display(): do not add the "...", let the caller
30353              do it if wanted, and be prepared for more display options.
30354      Branch: perl
30355            ! dump.c embed.h embed.pl proto.h
30356 ____________________________________________________________________________
30357 [ 12611] By: nick                                  on 2001/10/23  20:28:07
30358         Log: Integrate mainline
30359      Branch: perlio
30360           !> Changes configure.com cygwin/cygwin.c
30361           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
30362           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
30363           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
30364           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
30365           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
30366           !> utils/h2xs.PL utils/perldoc.PL
30367 ____________________________________________________________________________
30368 [ 12610] By: sky                                   on 2001/10/23  19:39:24
30369         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
30370              don't call themselves READONLY but still die with modification
30371              attempt. We only call bless for ext and umagic.
30372      Branch: perl
30373            ! sv.c
30374 ____________________________________________________________________________
30375 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
30376         Log: Croak() on negative time; doc tweaks.
30377      Branch: perl
30378            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30379            ! ext/Time/HiRes/HiRes.xs
30380 ____________________________________________________________________________
30381 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
30382         Log: FAQ sync.
30383      Branch: perl
30384            ! pod/perlfaq4.pod pod/perlfaq7.pod
30385 ____________________________________________________________________________
30386 [ 12607] By: sky                                   on 2001/10/23  18:27:27
30387         Log: Call setmagic on the referent we are blessing.
30388      Branch: perl
30389            ! sv.c
30390 ____________________________________________________________________________
30391 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
30392         Log: Small test nits.
30393      Branch: perl
30394            ! t/op/lc.t
30395 ____________________________________________________________________________
30396 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
30397         Log: Update Changes.
30398      Branch: perl
30399            ! Changes patchlevel.h
30400 ____________________________________________________________________________
30401 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
30402         Log: Make the PerlIO_init() prototypes consistent.
30403      Branch: perl
30404            ! perlio.c
30405 ____________________________________________________________________________
30406 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
30407         Log: Upping the test count is a good idea.
30408      Branch: perl
30409            ! t/op/lc.t
30410 ____________________________________________________________________________
30411 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
30412         Log: Document the final sigma spot.
30413      Branch: perl
30414            ! pp.c
30415 ____________________________________________________________________________
30416 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
30417         Log: Fix multicharacter titlecase (ucfirst).
30418      Branch: perl
30419            ! pod/perlunicode.pod pp.c t/op/lc.t
30420 ____________________________________________________________________________
30421 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
30422         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
30423              From: Mikhail Zabaluev <mhz@alt-linux.org>
30424              Date: Tue, 23 Oct 2001 10:40:37 +0400
30425              Message-ID: <20011023104037.A12761@localhost.localdomain>
30426              
30427              (#12406 replaced with this)
30428      Branch: perl
30429            ! utils/perldoc.PL
30430 ____________________________________________________________________________
30431 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
30432         Log: MacOS Classic updates from Pudge.
30433      Branch: perl
30434            ! lib/File/Spec.t lib/File/Spec/Mac.pm
30435 ____________________________________________________________________________
30436 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
30437         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
30438              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
30439              Date: Sun, 14 Oct 2001 23:14:46 +0200
30440              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
30441              
30442              except for the 2->4 changes.
30443      Branch: perl
30444            ! lib/AutoSplit.t
30445 ____________________________________________________________________________
30446 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
30447         Log: integrate macperl contents into maint-5.6
30448      Branch: maint-5.6/perl
30449            ! mg.c
30450           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
30451           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
30452           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
30453           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30454           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
30455           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
30456           !> t/lib/filefind.t t/lib/filespec.t
30457 ____________________________________________________________________________
30458 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
30459         Log: At some point the #6234 has been lost from the mainline
30460              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
30461      Branch: perl
30462            ! lib/File/Spec/Win32.pm
30463 ____________________________________________________________________________
30464 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
30465         Log: Cygwin seems to round up (or closest, but not down)
30466              for time(), so half of the time (bad pun intended)
30467              Time::HiRes::time() is less than time(), half of
30468              the time it's more.  So let's try harder in the loop.
30469      Branch: perl
30470            ! ext/Time/HiRes/HiRes.t
30471 ____________________________________________________________________________
30472 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
30473         Log: MacOS Classic timeofday(), from Chris Nandor. 
30474      Branch: perl
30475            ! ext/Time/HiRes/HiRes.xs
30476 ____________________________________________________________________________
30477 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
30478         Log: Integrate changes #12580 and #12581 from macperl;
30479              
30480              Fix path construction.
30481              
30482              (Copyright) Nit.
30483      Branch: perl
30484           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
30485 ____________________________________________________________________________
30486 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
30487         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
30488              doesn't seem to help (the error being output to console, maybe?)
30489      Branch: perl
30490            ! lib/Net/Domain.pm
30491 ____________________________________________________________________________
30492 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
30493         Log: Taint the getcwd() result also in Cygwin.
30494              (TODO: which other platforms need the same thing?)
30495      Branch: perl
30496            ! cygwin/cygwin.c
30497 ____________________________________________________________________________
30498 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
30499         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
30500      Branch: perl
30501            ! t/op/taint.t
30502 ____________________________________________________________________________
30503 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
30504         Log: getpwuid() fragility continues.
30505      Branch: perl
30506            ! utils/h2xs.PL
30507 ____________________________________________________________________________
30508 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
30509         Log: getpwuid() might succeed but that's no guarantee
30510              that the $home will be defined.
30511      Branch: perl
30512            ! ext/File/Glob/t/basic.t
30513 ____________________________________________________________________________
30514 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
30515         Log: It's safer to to expand the variable, too... (see #12571)
30516      Branch: perl
30517            ! t/TEST
30518 ____________________________________________________________________________
30519 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
30520         Log: Integrate with maintperl.
30521      Branch: maint-5.6/macperl
30522           !> win32/bin/pl2bat.pl win32/win32.c
30523 ____________________________________________________________________________
30524 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
30525         Log: Oops, forgot to include Win32 ... just as well, since it
30526              seems in bleadperl, change #7764 was not included
30527              (adding C:\temp).  Re-added.  Rip it back out if it
30528              doesn't belong.  :-)
30529      Branch: maint-5.6/macperl
30530            ! lib/File/Spec/Win32.pm
30531 ____________________________________________________________________________
30532 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
30533         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
30534              From: "Craig A. Berry" <craigberry@mac.com>
30535              Date: Mon, 22 Oct 2001 15:25:19 -0500
30536              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
30537      Branch: perl
30538            ! configure.com
30539 ____________________________________________________________________________
30540 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
30541         Log: Add in lots of File::Spec changes, from Thomas Wegner,
30542              and sync with changes from bleadperl.
30543      Branch: maint-5.6/macperl
30544            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
30545            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
30546            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
30547            ! lib/File/Spec/Win32.pm t/lib/filespec.t
30548 ____________________________________________________________________________
30549 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
30550         Log: Sync with latest File::Find and tests from bleadperl.
30551      Branch: maint-5.6/macperl
30552            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
30553 ____________________________________________________________________________
30554 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
30555         Log: Nit.
30556      Branch: maint-5.6/macperl
30557            ! perl.c
30558 ____________________________________________________________________________
30559 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
30560         Log: Fix path construction.
30561      Branch: maint-5.6/macperl
30562            ! ext/DynaLoader/DynaLoader_pm.PL
30563 ____________________________________________________________________________
30564 [ 12579] By: nick                                  on 2001/10/22  19:08:35
30565         Log: Integrate mainline (for Arthurs thread.xs fix)
30566      Branch: perlio
30567           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
30568 ____________________________________________________________________________
30569 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
30570         Log: Fix up exported symbols, move relevant docs
30571              over from macperl.pod.
30572      Branch: maint-5.6/macperl
30573            ! macos/ext/MacPerl/MacPerl.pm
30574 ____________________________________________________________________________
30575 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
30576         Log: Make ADDRESS called optionally as a method.
30577      Branch: maint-5.6/macperl
30578            ! macos/lib/Mac/Glue.pm
30579 ____________________________________________________________________________
30580 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
30581         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
30582              Apple event.
30583      Branch: maint-5.6/macperl
30584            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
30585            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
30586            ! macos/macperl/MPTerminology.aete
30587 ____________________________________________________________________________
30588 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
30589         Log: Clean up some build utilities. Change Entab to Duplicate;
30590              fix docs and error reporting; improve macify() of paths;
30591              remove requirement for Exporter.pm presence.
30592      Branch: maint-5.6/macperl
30593            ! macos/InstallBLIB macos/MacPerlTests.cmd
30594            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
30595 ____________________________________________________________________________
30596 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
30597         Log: Sync Time::HiRes with bleadperl
30598      Branch: maint-5.6/macperl
30599            ! macos/bundled_ext/Time/HiRes/HiRes.pm
30600            ! macos/bundled_ext/Time/HiRes/HiRes.t
30601            ! macos/bundled_ext/Time/HiRes/HiRes.xs
30602 ____________________________________________________________________________
30603 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
30604         Log: Fix up Changes
30605      Branch: maint-5.6/macperl
30606            ! macos/Changes
30607 ____________________________________________________________________________
30608 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
30609         Log: A user might belong to only a single group
30610              (the group equal to the group id).
30611      Branch: perl
30612            ! t/op/groups.t
30613 ____________________________________________________________________________
30614 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
30615         Log: Prepending (instead of replacing with) the pwd is safer. 
30616      Branch: perl
30617            ! t/TEST
30618 ____________________________________________________________________________
30619 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
30620         Log: Be more robust if no hostname or domainname
30621              (especially the latter)
30622      Branch: perl
30623            ! lib/Net/Domain.pm
30624 ____________________________________________________________________________
30625 [ 12569] By: sky                                   on 2001/10/22  17:41:07
30626         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
30627      Branch: perl
30628            ! ext/threads/threads.xs
30629 ____________________________________________________________________________
30630 [ 12568] By: nick                                  on 2001/10/22  16:31:24
30631         Log: Integrate mainline
30632      Branch: perlio
30633           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
30634           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30635           +> ext/threads/shared/t/sv_refs.t
30636           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
30637            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30638            - lib/unicore/To/SpecUpper.pl
30639           !> (integrate 42 files)
30640 ____________________________________________________________________________
30641 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
30642         Log: Update Changes.
30643      Branch: perl
30644            ! Changes patchlevel.h
30645 ____________________________________________________________________________
30646 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
30647         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
30648              From: Michael G Schwern <schwern@pobox.com>
30649              Date: Mon, 22 Oct 2001 03:48:38 -0400
30650              Message-ID: <20011022034838.B1676@blackrider>
30651      Branch: perl
30652            ! pod/perlvar.pod
30653 ____________________________________________________________________________
30654 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
30655         Log: Pod nits, as suggested by Stas Bekman.
30656      Branch: perl
30657            ! ext/threads/shared/shared.pm ext/threads/threads.pm
30658 ____________________________________________________________________________
30659 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
30660         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
30661              From: "Paul Marquess" <paul.marquess@openwave.com> 
30662              Date: Sun, 21 Oct 2001 21:11:15 +0100
30663              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
30664      Branch: perl
30665            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30666            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
30667            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
30668            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
30669            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
30670            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
30671            ! ext/SDBM_File/sdbm.t
30672 ____________________________________________________________________________
30673 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
30674         Log: Integrate change #12559 from maintperl;
30675              various fixes for system() and backticks under windows
30676      Branch: perl
30677           !> win32/win32.c
30678 ____________________________________________________________________________
30679 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
30680         Log: Integrate change #12560 from maintperl;
30681              make pl2bat use %0 rather than "%0" (the latter fails to work
30682              in a lot of common cases)
30683      Branch: perl
30684           !> win32/bin/pl2bat.pl
30685 ____________________________________________________________________________
30686 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
30687         Log: Integrate changes #12549 and #12550 from maintperl;
30688              
30689              readline() doesn't work with our variables; it confuses them with
30690              my variables (change#4227 was incomplete)
30691      Branch: perl
30692            ! t/lib/strict/vars
30693           !> t/base/rs.t toke.c
30694 ____________________________________________________________________________
30695 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
30696         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
30697              in a lot of common cases)
30698      Branch: maint-5.6/perl
30699            ! win32/bin/pl2bat.pl
30700 ____________________________________________________________________________
30701 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
30702         Log: various fixes for system() and backticks under windows:
30703              
30704              * avoid munging whitespace that is passed within quotes
30705              * work around a cmd.exe misfeature that made multi-arg
30706              system() unreliable when there is more than one quoted
30707              argument
30708              * make multi-arg system() autoquote arguments as needed
30709              before passing them to the shell (this avoids having to
30710              second guess the shell quoting)
30711              * perl's -Dp switch can be used to trace the innards
30712      Branch: maint-5.6/perl
30713            ! win32/win32.c
30714 ____________________________________________________________________________
30715 [ 12558] By: nick                                  on 2001/10/22  08:58:42
30716         Log: Integrate ithreads buffer flush fix from perlio
30717      Branch: perl
30718           !> ext/threads/t/basic.t perl.c
30719 ____________________________________________________________________________
30720 [ 12557] By: nick                                  on 2001/10/22  08:35:09
30721         Log: All tests pass (legitimately) on ithreads
30722      Branch: perlio
30723            ! ext/threads/t/basic.t perl.c
30724 ____________________________________________________________________________
30725 [ 12556] By: nick                                  on 2001/10/22  06:51:22
30726         Log: Integrate non-ithreads fix to mainline
30727      Branch: perl
30728           !> perlio.c
30729 ____________________________________________________________________________
30730 [ 12555] By: nick                                  on 2001/10/22  06:48:33
30731         Log: Restore non-ithreads build. Interestingly binmode test passes
30732              non-ithreads - so crlf layer is not damaged and ithreads fail
30733              is a symptom ...
30734      Branch: perlio
30735            ! perlio.c
30736 ____________________________________________________________________________
30737 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
30738         Log: Integrate from perlio; restructuring.
30739      Branch: perl
30740           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30741           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
30742           !> win32/perlhost.h
30743 ____________________________________________________________________________
30744 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
30745         Log: Integrate from maintperl
30746              (Changes 12350, 12496, 12548, 12549, 12550)
30747      Branch: maint-5.6/macperl
30748           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
30749           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
30750 ____________________________________________________________________________
30751 [ 12552] By: nick                                  on 2001/10/21  19:18:12
30752         Log: Win32 PerlIO_cleanup special cases should no longer be required.
30753      Branch: perlio
30754            ! perl.c
30755 ____________________________________________________________________________
30756 [ 12551] By: nick                                  on 2001/10/21  19:16:56
30757         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
30758      Branch: perlio
30759            ! win32/makefile.mk
30760 ____________________________________________________________________________
30761 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
30762         Log: change#12549 wasn't aware of strictures
30763      Branch: maint-5.6/perl
30764            ! t/pragma/strict-vars toke.c
30765 ____________________________________________________________________________
30766 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
30767         Log: readline() doesn't work with our variables; it confuses them with
30768              my variables (change#4227 was incomplete)
30769      Branch: maint-5.6/perl
30770            ! t/base/rs.t toke.c
30771 ____________________________________________________________________________
30772 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
30773         Log: change#12220 appears to have pulled in a mainline change that
30774              isn't applicable to maint-5.6 (some platforms don't taint
30775              cwd)
30776      Branch: maint-5.6/perl
30777            ! t/lib/filefind-taint.t
30778 ____________________________________________________________________________
30779 [ 12547] By: nick                                  on 2001/10/21  17:15:54
30780         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
30781              for them. Call explicit cleanup during destruct process.
30782              - one binmode test is failing
30783              - also ext/threads/t/basic.t fails under make test, and is noisy under
30784              harness. (Threads results are intermingled and don't match order expected.)
30785      Branch: perlio
30786            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30787            ! perlio.h perliol.h pod/perlapi.pod sv.c
30788 ____________________________________________________________________________
30789 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
30790         Log: Implement multicharacter case mappings where a single
30791              Unicode character can be mapped into several.
30792      Branch: perl
30793            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30794            - lib/unicore/To/SpecUpper.pl
30795            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
30796            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
30797            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
30798            ! proto.h t/op/lc.t utf8.c
30799 ____________________________________________________________________________
30800 [ 12545] By: sky                                   on 2001/10/21  15:25:16
30801         Log: First support of threads::shared, support shared svs and references.
30802      Branch: perl
30803            + ext/threads/shared/Makefile.PL ext/threads/shared/README
30804            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30805            + ext/threads/shared/t/sv_refs.t
30806            + ext/threads/shared/t/sv_simple.t
30807            ! MANIFEST sharedsv.c
30808 ____________________________________________________________________________
30809 [ 12544] By: nick                                  on 2001/10/21  14:52:35
30810         Log: PerlIO layer table as PL_perlio (per-interpreter)
30811      Branch: perlio
30812            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
30813            ! pod/perlapi.pod sv.c
30814 ____________________________________________________________________________
30815 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
30816         Log: Prettyprinting.
30817      Branch: perl
30818            ! pod/perlunicode.pod
30819 ____________________________________________________________________________
30820 [ 12542] By: ams                                   on 2001/10/21  03:50:25
30821         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
30822              From: "Sean M. Burke" <sburke@cpan.org>
30823              Date: Sat, 20 Oct 2001 17:51:09 -0600
30824              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
30825      Branch: perl
30826            + pod/perlpodspec.pod
30827            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
30828            ! pod/perltoc.pod
30829 ____________________________________________________________________________
30830 [ 12541] By: nick                                  on 2001/10/20  22:23:53
30831         Log: Fix typos in new locking on MemShared
30832              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
30833              - seems to make segfaults more deterministic - suspect they are 
30834              attempt to free() after Interp and Host have gone.
30835      Branch: perlio
30836            ! perlio.c win32/perlhost.h
30837 ____________________________________________________________________________
30838 [ 12540] By: nick                                  on 2001/10/20  21:50:46
30839         Log: Remove the MemShared re-#define (again)
30840      Branch: perlio
30841            ! perlio.c
30842 ____________________________________________________________________________
30843 [ 12539] By: nick                                  on 2001/10/20  21:49:06
30844         Log: Use locks on MemShared
30845      Branch: perlio
30846            ! win32/perlhost.h
30847 ____________________________________________________________________________
30848 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
30849         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
30850              From: "chromatic" <chromatic@rmci.net>
30851              Date: Sat, 20 Oct 2001 11:13:47 -0600
30852              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
30853      Branch: perl
30854            ! installhtml
30855 ____________________________________________________________________________
30856 [ 12537] By: nick                                  on 2001/10/20  16:44:03
30857         Log: Integrate mainline
30858      Branch: perlio
30859           !> (integrate 48 files)
30860 ____________________________________________________________________________
30861 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
30862         Log: Update Changes.
30863      Branch: perl
30864            ! Changes patchlevel.h
30865 ____________________________________________________________________________
30866 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
30867         Log: Upgrade to podlators 1.11, from Russ Allbery.
30868      Branch: perl
30869            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30870            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30871            ! pod/pod2man.PL pod/pod2text.PL
30872 ____________________________________________________________________________
30873 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
30874         Log: Integrate perlio change #12532:
30875              introduce and use PerlIO_intmod2str().
30876      Branch: perl
30877           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
30878 ____________________________________________________________________________
30879 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
30880         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
30881      Branch: perl
30882            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
30883 ____________________________________________________________________________
30884 [ 12532] By: nick                                  on 2001/10/20  14:25:37
30885         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
30886              Use for non-PERLIO fdupopen().
30887      Branch: perlio
30888            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
30889 ____________________________________________________________________________
30890 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
30891         Log: Integrate perlio: PerlIO win32 fixes.
30892      Branch: perl
30893           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
30894           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
30895           !> proto.h sv.h win32/win32io.c
30896 ____________________________________________________________________________
30897 [ 12530] By: nick                                  on 2001/10/20  12:53:30
30898         Log: Fixed in two places - p4 resolve
30899      Branch: perlio
30900            ! perlsdio.h
30901 ____________________________________________________________________________
30902 [ 12529] By: nick                                  on 2001/10/20  12:51:05
30903         Log: Fix for ithreads/stdio build
30904      Branch: perlio
30905            ! perlio.c perlsdio.h
30906 ____________________________________________________________________________
30907 [ 12528] By: ams                                   on 2001/10/20  12:13:25
30908         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
30909              From: Michael G Schwern <schwern@pobox.com>
30910              Date: Sat, 20 Oct 2001 01:41:21 -0400
30911              Message-Id: <20011020014121.I3681@blackrider>
30912      Branch: perl
30913            ! installman
30914 ____________________________________________________________________________
30915 [ 12527] By: ams                                   on 2001/10/20  12:09:41
30916         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
30917              From: Michael G Schwern <schwern@pobox.com>
30918              Date: Sat, 20 Oct 2001 02:04:21 -0400
30919              Message-Id: <20011020020421.A11732@blackrider>
30920      Branch: perl
30921            ! lib/Pod/Checker.pm
30922 ____________________________________________________________________________
30923 [ 12526] By: ams                                   on 2001/10/20  11:59:41
30924         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
30925              From: "chromatic" <chromatic@rmci.net>
30926              Date: Fri, 19 Oct 2001 22:46:39 -0600
30927              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
30928      Branch: perl
30929            ! lib/Net/Config.pm
30930 ____________________________________________________________________________
30931 [ 12525] By: nick                                  on 2001/10/20  11:16:18
30932         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
30933              Perl_sv_setsv_flags directly.
30934      Branch: perlio
30935            ! ext/threads/threads.xs
30936 ____________________________________________________________________________
30937 [ 12524] By: nick                                  on 2001/10/20  10:28:17
30938         Log: Add a new flag character 'm' to embed.pl set to represent
30939              "functions" which are really macros. Use it foe the troublesome
30940              sv_setsv() etc. macros in sv.h - changing latter to define
30941              sv_setsv rather than sv_setsv_macro etc.
30942      Branch: perlio
30943            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
30944            ! pod/perlapi.pod proto.h sv.h
30945 ____________________________________________________________________________
30946 [ 12523] By: nick                                  on 2001/10/20  09:17:17
30947         Log: Add comments explaining why win32.h/embed.h are included where they are
30948              in perl.h 
30949      Branch: perlio
30950            ! perl.h
30951 ____________________________________________________________________________
30952 [ 12522] By: nick                                  on 2001/10/20  08:27:44
30953         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
30954              being used yet.
30955      Branch: perlio
30956            ! win32/win32io.c
30957 ____________________________________________________________________________
30958 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
30959         Log: Wording tweaks.
30960      Branch: perl
30961            ! t/TEST
30962 ____________________________________________________________________________
30963 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
30964         Log: Subject: IO module with nonblocking socket connect patch 
30965              From: Raul Dias <raul@dias.com.br>
30966              Date: Fri, 19 Oct 2001 22:45:32 -0300
30967              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
30968      Branch: perl
30969            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
30970 ____________________________________________________________________________
30971 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
30972         Log: Test vertical whitespace combined with /x in \p{}.
30973      Branch: perl
30974            ! t/op/pat.t
30975 ____________________________________________________________________________
30976 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
30977         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
30978              From: Gisle Aas <gisle@ActiveState.com> 
30979              Date: 19 Oct 2001 16:46:02 -0700
30980              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
30981      Branch: perl
30982            ! lib/ExtUtils/MakeMaker.pm
30983 ____________________________________________________________________________
30984 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
30985         Log: No more this symbol.
30986      Branch: perl
30987            ! makedef.pl
30988 ____________________________________________________________________________
30989 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
30990         Log: Integrate change #12511; fix gross win32 build issues.
30991      Branch: perl
30992           !> makedef.pl sv.c
30993 ____________________________________________________________________________
30994 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
30995         Log: Unpack in scalar context should return the first value
30996              returned in list context, as pointed out by Ton Hospel
30997              in 2001-05-21 (this is how it works already in blead,
30998              just adding the test).
30999      Branch: perl
31000            ! t/op/pack.t
31001 ____________________________________________________________________________
31002 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
31003         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
31004              From: "Craig A. Berry" <craigberry@mac.com>
31005              Date: Fri, 19 Oct 2001 16:59:30 -0500
31006              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
31007      Branch: perl
31008            ! utils/perldoc.PL
31009 ____________________________________________________________________________
31010 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
31011         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
31012              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31013              Date: Fri, 19 Oct 2001 17:45:23 EDT
31014              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
31015      Branch: perl
31016            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
31017            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
31018            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
31019            ! vms/vmsish.h
31020 ____________________________________________________________________________
31021 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
31022         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
31023              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31024              Date: Fri, 19 Oct 2001 17:26:35 EDT
31025              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
31026      Branch: perl
31027            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
31028 ____________________________________________________________________________
31029 [ 12511] By: nick                                  on 2001/10/19  19:55:36
31030         Log: Fix gross win32 build issues
31031      Branch: perlio
31032            ! makedef.pl sv.c
31033 ____________________________________________________________________________
31034 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
31035         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
31036              From: David Dyck <dcd@tc.fluke.com>
31037              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
31038              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
31039      Branch: perl
31040            ! lib/File/Find.pm
31041 ____________________________________________________________________________
31042 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
31043         Log: Subject: Re: PerlIO and Encode
31044              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
31045              Date: Tue, 16 Oct 2001 01:50:16 +0900
31046              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
31047      Branch: perl
31048            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
31049            ! ext/Encode/Encode/Tcl.t
31050 ____________________________________________________________________________
31051 [ 12508] By: ams                                   on 2001/10/19  17:59:16
31052         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
31053              (See #12499)
31054      Branch: perl
31055            ! pod/perlintro.pod
31056 ____________________________________________________________________________
31057 [ 12507] By: nick                                  on 2001/10/19  16:30:43
31058         Log: Integrate mainline
31059      Branch: perlio
31060           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31061           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31062           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31063           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31064           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31065           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31066           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31067           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
31068           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
31069           +> win32/config_H.win64
31070            - lib/Test/Utils.pm lib/unicore/mktables.PL
31071            - t/lib/Test/Simple/Catch/More.pm
31072           !> (integrate 84 files)
31073 ____________________________________________________________________________
31074 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
31075         Log: Retract the #10451 which seems to be the cause
31076              of the major leakage from while(){eval"sub{}"}
31077      Branch: perl
31078            ! op.c t/run/kill_perl.t
31079 ____________________________________________________________________________
31080 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
31081         Log: Regen toc.
31082      Branch: perl
31083            ! pod/perltoc.pod
31084 ____________________________________________________________________________
31085 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
31086         Log: Tiny tweaks.
31087      Branch: perl
31088            ! pod/perl.pod
31089 ____________________________________________________________________________
31090 [ 12503] By: ams                                   on 2001/10/19  13:34:24
31091         Log: Subject: Re: perlintro.pod
31092              From: Abe Timmerman <abe@ztreet.demon.nl>
31093              Date: Fri, 19 Oct 2001 14:12:40 +0200
31094              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
31095      Branch: perl
31096            ! pod/perlintro.pod
31097 ____________________________________________________________________________
31098 [ 12502] By: ams                                   on 2001/10/19  13:24:12
31099         Log: Slight reorganisation of references.
31100      Branch: perl
31101            ! pod/perl.pod
31102 ____________________________________________________________________________
31103 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
31104         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
31105              From: Kay Röpke <kroepke@dolphin-services.de>
31106              Date: Fri, 19 Oct 2001 14:04:01 +0200 
31107              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
31108      Branch: perl
31109            ! lib/ExtUtils/MakeMaker.pm
31110 ____________________________________________________________________________
31111 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
31112         Log: Unicode categories continue:
31113              implement Category=, Script=, Block=
31114              (these are based on an upcoming update of TR#18)
31115              Fix a bug where we got two In categories named "old italic",
31116              and another where shortcut for the Is categories wasn't taken.
31117      Branch: perl
31118            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
31119            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
31120            ! pod/perlunicode.pod t/op/pat.t
31121 ____________________________________________________________________________
31122 [ 12499] By: ams                                   on 2001/10/19  01:42:29
31123         Log: Subject: a small patch to perlintro.pod.
31124              From: Autrijus Tang <autrijus@autrijus.org>
31125              Date: Fri, 19 Oct 2001 01:45:51 +0800
31126              Message-Id: <20011019014551.A35625@not.autrijus.org>
31127              (Applied by hand with nits.)
31128      Branch: perl
31129            ! pod/perlintro.pod
31130 ____________________________________________________________________________
31131 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
31132         Log: Subject: [PATCH] OpenBSD hints for ithreads
31133              From: Andy Dougherty <doughera@lafayette.edu>
31134              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
31135              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
31136      Branch: perl
31137            ! hints/openbsd.sh
31138 ____________________________________________________________________________
31139 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
31140         Log: Retract #12446; the problem solved by #12474.
31141      Branch: perl
31142            ! hints/aix.sh
31143 ____________________________________________________________________________
31144 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
31145         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
31146              message and suppress line number info (from Steve Hay
31147              <Steve.Hay@uk.radan.com>)
31148      Branch: maint-5.6/perl
31149            ! lib/Carp/Heavy.pm
31150 ____________________________________________________________________________
31151 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
31152         Log: More documented In categories.
31153      Branch: perl
31154            ! pod/perlunicode.pod
31155 ____________________________________________________________________________
31156 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
31157         Log: Update Changes.
31158      Branch: perl
31159            ! Changes patchlevel.h
31160 ____________________________________________________________________________
31161 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
31162         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
31163      Branch: perl
31164            ! MANIFEST
31165 ____________________________________________________________________________
31166 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
31167         Log: Wrong skip() arguments.
31168      Branch: perl
31169            ! ext/B/t/terse.t
31170 ____________________________________________________________________________
31171 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
31172         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
31173              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31174              Date: Wed, 17 Oct 2001 09:10:53 EDT 
31175              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
31176      Branch: perl
31177            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
31178            ! pod/perlapi.pod vms/vms.c
31179 ____________________________________________________________________________
31180 [ 12490] By: ams                                   on 2001/10/18  09:31:00
31181         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
31182              From: Mark-Jason Dominus <mjd@plover.com>
31183              Date: Thu, 18 Oct 2001 06:25:35 -0400
31184              Message-Id: <20011018102535.19264.qmail@plover.com>
31185      Branch: perl
31186            ! pod/perl.pod
31187 ____________________________________________________________________________
31188 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
31189         Log: Prettyprinting.
31190      Branch: perl
31191            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
31192 ____________________________________________________________________________
31193 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
31194         Log: Regen toc.
31195      Branch: perl
31196            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31197 ____________________________________________________________________________
31198 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
31199         Log: Add perlintro, from Skud.
31200      Branch: perl
31201            + pod/perlintro.pod
31202            ! MANIFEST
31203 ____________________________________________________________________________
31204 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
31205         Log: FAQ sync.
31206      Branch: perl
31207            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
31208            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
31209            ! pod/perlfaq8.pod pod/perlfaq9.pod
31210 ____________________________________________________________________________
31211 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
31212         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
31213              in speed (upto 20% speedup in certain operations) but meanwhile
31214              regexps and arithmetics got slower (5-10%) (according to
31215              perlbench average speedup is negligible, and within measuring
31216              flutter, 1%).  Therefore retracting all the changes
31217              aimed at getting -std1 to compile cleanly:  #12475, #12476,
31218              #12479, #12480, #12481, #12482, #12483, #12484.
31219      Branch: perl
31220            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
31221            ! pp_hot.c pp_sys.c toke.c
31222 ____________________________________________________________________________
31223 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
31224         Log: (retracted by #12485)
31225              Strict ANSI doesn't like the third argument of main()
31226              so enable ignoring it if using ultra picky compiler.
31227      Branch: perl
31228            ! miniperlmain.c
31229 ____________________________________________________________________________
31230 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
31231         Log: (retracted by #12485)
31232              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
31233      Branch: perl
31234            ! perl.h
31235 ____________________________________________________________________________
31236 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
31237         Log: (retracted by #12485)
31238              Add explanatory comment.
31239      Branch: perl
31240            ! mg.c
31241 ____________________________________________________________________________
31242 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
31243         Log: (retracted by #12485)
31244              More dollar$hiding.
31245      Branch: perl
31246            ! doio.c perl.h pp_sys.c
31247 ____________________________________________________________________________
31248 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
31249         Log: (retracted by #12485)
31250              KISS.
31251      Branch: perl
31252            ! mg.c
31253 ____________________________________________________________________________
31254 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
31255         Log: (retracted by #12485)
31256              Thou shalt not #ifdef inside macro invocations,
31257              noticed by Rafael Garcia-Suarez.
31258      Branch: perl
31259            ! mg.c
31260 ____________________________________________________________________________
31261 [ 12478] By: ams                                   on 2001/10/17  18:50:55
31262         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
31263              From: Anton Berezin <tobez@tobez.org>
31264              Date: Wed, 17 Oct 2001 18:25:48 +0200
31265              Message-Id: <20011017182548.A12082@heechee.tobez.org>
31266      Branch: perl
31267            ! pp_sys.c
31268 ____________________________________________________________________________
31269 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
31270         Log: (retracted by #12485)
31271              Unterminated #ifdef.
31272      Branch: perl
31273            ! mg.c
31274 ____________________________________________________________________________
31275 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
31276         Log: (retracted by #12485)
31277              Avoid dollar signs in identifiers (in non-VMS) to
31278              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
31279      Branch: perl
31280            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
31281            ! toke.c
31282 ____________________________________________________________________________
31283 [ 12474] By: ams                                   on 2001/10/17  15:14:50
31284         Log: Subject: Two AIX patches
31285              From: H.Merijn Brand <h.m.brand@hccnet.nl>
31286              Date: Wed, 17 Oct 2001 18:04:35 +0200
31287              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
31288      Branch: perl
31289            ! hints/aix.sh makedef.pl
31290 ____________________________________________________________________________
31291 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
31292         Log: Limiting the Time::HiRes::sleep and usleep to
31293              one second is not a good policy if drop-in
31294              replacement is still a goal.
31295      Branch: perl
31296            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31297            ! ext/Time/HiRes/HiRes.xs
31298 ____________________________________________________________________________
31299 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
31300         Log: Subject: [PATCH] Test::Simple 0.32
31301              From: Michael G Schwern <schwern@pobox.com> 
31302              Date: Wed, 17 Oct 2001 03:42:41 -0400
31303              Message-ID: <20011017034241.A25038@blackrider>
31304      Branch: perl
31305            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
31306            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
31307            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
31308            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
31309            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
31310            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
31311            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
31312            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
31313            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
31314            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
31315            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
31316            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
31317            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
31318            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
31319            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
31320            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
31321            ! t/lib/Test/Simple/Catch.pm
31322            ! t/lib/Test/Simple/sample_tests/five_fail.plx
31323 ____________________________________________________________________________
31324 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
31325         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
31326              From: Michael G Schwern <schwern@pobox.com> 
31327              Date: Wed, 17 Oct 2001 04:04:13 -0400
31328              Message-ID: <20011017040413.C25550@blackrider>
31329      Branch: perl
31330            ! t/TEST t/harness vms/test.com
31331 ____________________________________________________________________________
31332 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
31333         Log: Regen doc with perlmodstyle added.
31334      Branch: perl
31335            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31336 ____________________________________________________________________________
31337 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
31338         Log: Pod cleanup.
31339      Branch: perl
31340            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
31341 ____________________________________________________________________________
31342 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
31343         Log: Subject: perlmodstyle as a patch
31344              From: Kirrily Robert <skud@infotrope.net>
31345              Date: Tue, 16 Oct 2001 22:47:23 -0400
31346              Message-ID: <20011016224723.A20673@infotrope.net>
31347      Branch: perl
31348            + pod/perlmodstyle.pod
31349            ! MANIFEST
31350 ____________________________________________________________________________
31351 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
31352         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
31353              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
31354              Date: Thu, 6 Sep 2001 11:09:40 +0100
31355              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
31356              
31357              Mention also the develooper p5p archive.
31358      Branch: perl
31359            ! pod/perlhack.pod
31360 ____________________________________________________________________________
31361 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
31362         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
31363              From: Kay Röpke <kroepke@dolphin-services.de>
31364              Date: Tue, 16 Oct 2001 17:23:52 +0200
31365              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
31366      Branch: perl
31367            ! lib/ExtUtils/MakeMaker.pm
31368 ____________________________________________________________________________
31369 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
31370         Log: Add the special casing mappings (from SpecCase.txt)
31371              (except for the hyper special case mappings that have
31372              the condition list); the special casing mappings are
31373              unused for now.  Small tidying up on mktables.
31374      Branch: perl
31375            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
31376            + lib/unicore/To/SpecUpper.pl
31377            ! lib/unicore/mktables
31378 ____________________________________________________________________________
31379 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
31380         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
31381              From: "David H. Adler" <dha@panix.com>       
31382              Date: Tue, 16 Oct 2001 11:59:35 -0400
31383              Message-ID: <20011016115935.A13078@panix.com>
31384              
31385              Subject: [ PATCH ] perldata patch, revised
31386              From: "David H. Adler" <dha@panix.com>     
31387              Date: Tue, 16 Oct 2001 18:26:49 -0400
31388              Message-ID: <20011016182649.C23970@panix.com>
31389      Branch: perl
31390            ! pod/perldata.pod pod/perlop.pod
31391 ____________________________________________________________________________
31392 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
31393         Log: Integrate perlio: PerlIO_dup (for all but Win32).
31394      Branch: perl
31395           !> embed.h embed.pl ext/Encode/Encode.xs
31396           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
31397           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31398           !> win32/win32io.c
31399 ____________________________________________________________________________
31400 [ 12462] By: nick                                  on 2001/10/16  19:11:30
31401         Log: PerlIOXxxx_dups for all but Win32
31402      Branch: perlio
31403            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
31404            ! ext/PerlIO/Via/Via.xs
31405 ____________________________________________________________________________
31406 [ 12461] By: nick                                  on 2001/10/16  18:28:48
31407         Log: Implement PerlIOStdio_dup (explains core dumps - dup
31408              was not setting up a FILE * to be fclosed()).
31409      Branch: perlio
31410            ! perlio.c
31411 ____________________________________________________________________________
31412 [ 12460] By: nick                                  on 2001/10/16  17:31:47
31413         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
31414              overflow.
31415      Branch: perlio
31416            ! perlio.c
31417 ____________________________________________________________________________
31418 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
31419         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
31420              From: "Craig A. Berry" <craigberry@mac.com>
31421              Date: Tue, 16 Oct 2001 13:08:38 -0500
31422              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
31423      Branch: perl
31424            ! configure.com
31425 ____________________________________________________________________________
31426 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
31427         Log: Can't expect too much accuracy from a sleep of one second.
31428              (I think this will also fail with high load.)
31429      Branch: perl
31430            ! ext/Time/HiRes/HiRes.t
31431 ____________________________________________________________________________
31432 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
31433         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
31434              From: "Werner, Randolf" <randolf.werner@sap.com>
31435              Date: Tue, 16 Oct 2001 18:33:02 +0200
31436              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
31437      Branch: perl
31438            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
31439            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
31440 ____________________________________________________________________________
31441 [ 12456] By: nick                                  on 2001/10/16  14:08:16
31442         Log: Builds under ithreads (but fails all threads tests)
31443      Branch: perlio
31444            ! hv.c perlio.c sv.c
31445 ____________________________________________________________________________
31446 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
31447         Log: I think the Perl_sortsv needs *not* be skipped?
31448      Branch: perl
31449            ! makedef.pl
31450 ____________________________________________________________________________
31451 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
31452         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
31453              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31454              Date: Tue, 16 Oct 2001 15:32:44 +0200
31455              Message-ID: <3BCC531C.11494.3E433F@localhost>
31456      Branch: perl
31457            ! t/op/groups.t
31458 ____________________________________________________________________________
31459 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
31460         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
31461              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
31462              Date: Tue, 16 Oct 2001 15:01:04 +0200
31463              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
31464      Branch: perl
31465            ! t/io/fs.t
31466 ____________________________________________________________________________
31467 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
31468         Log: A forgotten deletion.
31469      Branch: perl
31470            - lib/unicore/mktables.PL
31471 ____________________________________________________________________________
31472 [ 12451] By: nick                                  on 2001/10/16  11:32:48
31473         Log: Skeleton of "PerlIO_dup" coded.
31474              Still-passes all tests non-threaded (well it would wouldn't it!)
31475      Branch: perlio
31476            ! embed.h embed.pl ext/Encode/Encode.xs
31477            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
31478            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
31479            ! win32/win32io.c
31480 ____________________________________________________________________________
31481 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
31482         Log: Document the problem with the swash_fetch() API that affects
31483              more complex case conversions.
31484      Branch: perl
31485            ! lib/utf8_heavy.pl utf8.c
31486 ____________________________________________________________________________
31487 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
31488         Log: Make Time::HiRes::sleep() and usleep() to return
31489              the number of seconds (a floating point value) and 
31490              microseconds (an integer) actually slept (well,
31491              modulo the time spent in measuring the time actually
31492              slept...), to be a better drop-in replacement for
31493              the builtin sleep().  Noticed by Chris Nandor.
31494              
31495              Also make usleep() to croak if fed illegal number
31496              of useconds (anything greater than 1_000_000).
31497      Branch: perl
31498            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
31499            ! ext/Time/HiRes/HiRes.xs
31500 ____________________________________________________________________________
31501 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
31502         Log: A missing SvREFCNT_dec.
31503      Branch: perl
31504            ! perl.c
31505 ____________________________________________________________________________
31506 [ 12447] By: nick                                  on 2001/10/15  20:27:53
31507         Log: Beginings of PerlIO_dup support (unstable)
31508      Branch: perlio
31509            ! perlio.c perliol.h
31510 ____________________________________________________________________________
31511 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
31512         Log: (retracted by #12497)
31513              In AIX vac 5 just can't seem to get regcomp right.
31514      Branch: perl
31515            ! hints/aix.sh
31516 ____________________________________________________________________________
31517 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
31518         Log: Bump the version number to agree with the maintperl one.
31519      Branch: perl
31520            ! lib/Tie/RefHash.pm
31521 ____________________________________________________________________________
31522 [ 12444] By: nick                                  on 2001/10/15  15:59:57
31523         Log: Integrate mainline
31524      Branch: perlio
31525           +> lib/Math/BigInt/t/Math/Subclass.pm
31526           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31527           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
31528           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
31529           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
31530           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
31531           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
31532           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31533           +> lib/unicore/mktables
31534            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31535            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31536            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31537            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31538            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31539            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31540            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31541            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31542            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31543            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31544            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31545            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31546            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31547            - lib/unicore/syllables.txt
31548           !> (integrate 344 files)
31549 ____________________________________________________________________________
31550 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
31551         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
31552      Branch: perl
31553            ! ext/DB_File/DB_File.xs
31554 ____________________________________________________________________________
31555 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
31556         Log: Sync the skip() amounts with the number of tests.
31557      Branch: perl
31558            ! lib/Term/Complete.t
31559 ____________________________________________________________________________
31560 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
31561         Log: Update Changes.
31562      Branch: perl
31563            ! Changes patchlevel.h
31564 ____________________________________________________________________________
31565 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
31566         Log: MacOS Classic catdir() rewrite from Thomas Wegner
31567              (backward incompatibility, but a deliberate one,
31568              the old version simply is broken in its logic),
31569              also documentation updates, and as suggested replicated
31570              the File::Spec::Unix documentation updates also on the
31571              File::Spec documentation.
31572              
31573              TODO: there seems to be duplication of documentation
31574              between File::Spec and File::Spec::Unix.  I think
31575              the ::Unix should be left only with specific UNIXisms,
31576              and all the generic documentation should be in ::Spec.
31577      Branch: perl
31578            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
31579            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
31580            ! lib/File/Spec/Unix.pm
31581 ____________________________________________________________________________
31582 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
31583         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
31584              From: Blair Zajac <blair@orcaware.com>
31585              Date: Mon, 24 Sep 2001 11:48:58 -0700
31586              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
31587              
31588              (the skip() messages)
31589      Branch: perl
31590            ! t/op/magic.t
31591 ____________________________________________________________________________
31592 [ 12438] By: ams                                   on 2001/10/14  23:43:59
31593         Log: Subject: [PATCH] make PerlIO default on VMS
31594              From: "Craig A. Berry" <craigberry@mac.com>
31595              Date: Sun, 14 Oct 2001 15:27:18 -0500
31596              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
31597      Branch: perl
31598            ! configure.com
31599 ____________________________________________________________________________
31600 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
31601         Log: Retract #12436 (Abhijit already did this at #12426)
31602      Branch: perl
31603            ! lib/ExtUtils/MM_Unix.pm
31604 ____________________________________________________________________________
31605 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
31606         Log: (retracted by #12437)
31607              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
31608              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
31609              Date: Sat, 13 Oct 2001 20:33:55 +0200
31610              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
31611      Branch: perl
31612            ! lib/ExtUtils/MM_Unix.pm
31613 ____________________________________________________________________________
31614 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
31615         Log: Subject: h2xs grammar nit
31616              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31617              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
31618              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
31619      Branch: perl
31620            ! utils/h2xs.PL
31621 ____________________________________________________________________________
31622 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
31623         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
31624              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31625              Date: Sun, 14 Oct 2001 11:25:08 +0100
31626              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
31627      Branch: perl
31628            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
31629            ! warnings.pl
31630 ____________________________________________________________________________
31631 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
31632         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
31633              for File::Spec::Mac::catfile)
31634      Branch: perl
31635            ! lib/h2xs.t
31636 ____________________________________________________________________________
31637 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
31638         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
31639              From: Nicholas Clark <nick@ccl4.org>
31640              Date: Sat, 13 Oct 2001 00:07:31 +0100
31641              Message-ID: <20011013000731.D67535@plum.flirble.org>
31642      Branch: perl
31643            ! lib/h2xs.t utils/h2xs.PL
31644 ____________________________________________________________________________
31645 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
31646         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
31647              before DEFINE and INC), and repent by taking DEFINE and
31648              INC away from PASTHRU.
31649      Branch: perl
31650            ! lib/ExtUtils/MM_Unix.pm
31651 ____________________________________________________________________________
31652 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
31653         Log: More MANIFEST anomalies.
31654      Branch: perl
31655            ! MANIFEST
31656 ____________________________________________________________________________
31657 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
31658         Log: Not that many.
31659      Branch: perl
31660            ! MANIFEST
31661 ____________________________________________________________________________
31662 [ 12428] By: sky                                   on 2001/10/13  20:59:27
31663         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
31664              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31665              Date: Sat, 13 Oct 2001 23:15:55 +0200
31666              Message-ID: <20011013231555.A18071@rafael>
31667      Branch: perl
31668            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
31669            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
31670 ____________________________________________________________________________
31671 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
31672         Log: Rewrite mktables from scratch.
31673              - Cleaner.
31674              - Faster: 15-20 seconds as opposed to several minutes.
31675              - More dynamic: the names of the various categories
31676              such as the linebreak ones are dynamic, not static.
31677              - Is.pl: long names for the general category properties
31678              are now available.
31679              - Ranges (<... ,First>, <..., Last>) from the general
31680              categories work now.
31681              - No more mktables.PL because the mktables.PL is not
31682              and never has been run to create a mktables.
31683              - syllables.txt and Is/Syl*.pl removed: non-standard
31684              (not part of the Unicode), and the whole concept is
31685              being reworked (http://syllabary.sourceforge.net/),
31686              the old way wouldn't even work with the new Syllables.txt
31687              (it would result in 1000+ new categories)
31688      Branch: perl
31689            + lib/unicore/In/163.pl lib/unicore/In/164.pl
31690            + lib/unicore/In/165.pl lib/unicore/In/166.pl
31691            + lib/unicore/In/167.pl lib/unicore/In/168.pl
31692            + lib/unicore/In/169.pl lib/unicore/In/170.pl
31693            + lib/unicore/In/171.pl lib/unicore/Is.pl
31694            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31695            + lib/unicore/mktables
31696            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31697            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31698            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31699            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31700            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31701            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31702            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31703            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31704            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31705            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31706            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31707            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31708            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31709            - lib/unicore/syllables.txt
31710            ! (edit 304 files)
31711 ____________________________________________________________________________
31712 [ 12426] By: ams                                   on 2001/10/13  18:05:36
31713         Log: ExtUtils::MM_Unix should ignore comments when searching for
31714              $VERSION.
31715      Branch: perl
31716            ! lib/ExtUtils/MM_Unix.pm
31717 ____________________________________________________________________________
31718 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
31719         Log: Subject: Re: New module XML::Clean
31720              From: andreas.koenig@anima.de (Andreas J. Koenig)
31721              Date: 13 Oct 2001 10:17:09 +0200
31722              Message-ID: <m37ku0t0my.fsf@anima.de>
31723      Branch: perl
31724            ! pod/perlnewmod.pod
31725 ____________________________________________________________________________
31726 [ 12424] By: sky                                   on 2001/10/13  09:39:59
31727         Log: Set thread stack size if needed.
31728      Branch: perl
31729            ! ext/threads/threads.xs
31730 ____________________________________________________________________________
31731 [ 12423] By: sky                                   on 2001/10/13  09:36:49
31732         Log: We do want to set the attribute to joinable even on modern posix
31733              platforms.
31734      Branch: perl
31735            ! ext/threads/threads.xs
31736 ____________________________________________________________________________
31737 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
31738         Log: Subject: [PATCH ext/Data/Dumper.xs]
31739              From: Brian Ingerson <ingy@ttul.org>
31740              Date: Fri, 12 Oct 2001 19:32:35 -0700
31741              Message-ID: <20011012193235.B889@ttul.org>
31742      Branch: perl
31743            ! ext/Data/Dumper/Dumper.xs
31744 ____________________________________________________________________________
31745 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
31746         Log: Update Changes.
31747      Branch: perl
31748            ! Changes patchlevel.h
31749 ____________________________________________________________________________
31750 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
31751         Log: FAQ sync.
31752      Branch: perl
31753            ! pod/perlfaq3.pod pod/perlfaq4.pod
31754 ____________________________________________________________________________
31755 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
31756         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
31757              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
31758              Date: Fri, 12 Oct 2001 11:51:05 -0700
31759              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
31760      Branch: perl
31761            ! lib/File/Copy.pm
31762 ____________________________________________________________________________
31763 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
31764         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
31765              From: "chromatic" <chromatic@rmci.net>     
31766              Date: Thu, 11 Oct 2001 10:57:55 -0600
31767              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
31768              
31769              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
31770              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31771              Date: Thu, 11 Oct 2001 22:34:21 +0200
31772              Message-ID: <20011011223421.A693@rafael>     
31773              
31774              plus undef $Term::Complete::stty as suggested by Rafael.
31775      Branch: perl
31776            ! lib/Term/Complete.pm lib/Term/Complete.t
31777 ____________________________________________________________________________
31778 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
31779         Log: UUnndduupplleexx..
31780      Branch: perl
31781            ! perl.h
31782 ____________________________________________________________________________
31783 [ 12416] By: sky                                   on 2001/10/12  20:16:19
31784         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
31785              From: Andy Dougherty <doughera@lafayette.edu>
31786              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
31787              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
31788              (Potentially only band-aid)
31789      Branch: perl
31790            ! sv.c
31791 ____________________________________________________________________________
31792 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
31793         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
31794              mishandles kill(), and therefore the sigaction test
31795              should be skipped, from Charles Lane.
31796      Branch: perl
31797            ! ext/POSIX/t/sigaction.t
31798 ____________________________________________________________________________
31799 [ 12414] By: sky                                   on 2001/10/12  18:47:49
31800         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
31801      Branch: perl
31802            ! op.h
31803 ____________________________________________________________________________
31804 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
31805         Log: Upgrade to Math::BigInt 1.44 from Tels and
31806              further fixes from John Peacock.
31807      Branch: perl
31808            + lib/Math/BigInt/t/Math/Subclass.pm
31809            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31810            + lib/Math/BigInt/t/subclass.t
31811            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31812            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31813            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31814            ! lib/Math/BigInt/t/mbimbf.t
31815 ____________________________________________________________________________
31816 [ 12412] By: sky                                   on 2001/10/12  18:28:23
31817         Log: perhaps pthread_attr_t really needs to be set for the old api
31818      Branch: perl
31819            ! ext/threads/threads.xs
31820 ____________________________________________________________________________
31821 [ 12411] By: sky                                   on 2001/10/12  18:11:45
31822         Log: pthread_keycreate not pthread_key_create under the here be dragons API
31823      Branch: perl
31824            ! ext/threads/threads.h
31825 ____________________________________________________________________________
31826 [ 12410] By: sky                                   on 2001/10/12  18:07:37
31827         Log: Apperently OLD PTHREADS API is a bit retarded.
31828              This should fix another set of compile failures in HP-UX 10.20.
31829      Branch: perl
31830            ! ext/threads/threads.h ext/threads/threads.xs
31831 ____________________________________________________________________________
31832 [ 12409] By: nick                                  on 2001/10/12  15:30:01
31833         Log: Blind integrate of mainline
31834      Branch: perlio
31835           +> (branch 32 files)
31836            - lib/unicode/README
31837           !> (integrate 121 files)
31838 ____________________________________________________________________________
31839 [ 12408] By: sky                                   on 2001/10/12  14:55:08
31840         Log: Let us avoid being smart for now.
31841      Branch: perl
31842            ! ext/threads/threads.h
31843 ____________________________________________________________________________
31844 [ 12407] By: sky                                   on 2001/10/12  14:38:12
31845         Log: (void*) the argument to make sure we work with picky compilers
31846      Branch: perl
31847            ! ext/threads/threads.xs
31848 ____________________________________________________________________________
31849 [ 12406] By: ams                                   on 2001/10/12  13:26:04
31850         Log: (replaced with #12600)
31851              
31852              Subject: [PATCH 5.6.1 perldoc] use File::Temp
31853              From: Mikhail Zabaluev <mhz@alt-linux.org>
31854              Date: Fri, 12 Oct 2001 12:47:47 +0400
31855              Message-Id: <20011012124747.E13918@localhost.localdomain>
31856      Branch: perl
31857            ! utils/perldoc.PL
31858 ____________________________________________________________________________
31859 [ 12405] By: ams                                   on 2001/10/12  13:05:32
31860         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
31861              From: andreas.koenig@anima.de (Andreas J. Koenig)
31862              Date: 12 Oct 2001 11:12:07 +0200
31863              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
31864      Branch: perl
31865            ! lib/Memoize/t/speed.t
31866 ____________________________________________________________________________
31867 [ 12404] By: sky                                   on 2001/10/12  12:46:15
31868         Log: A) Support OLD_PTHREADS_API
31869              B) Change from using pthread_t to using a TLS to store the
31870              index of the thread in an hash, this is to avoid problems when
31871              in fact pthread_t was not a seralizable type.
31872              Both these changes are because of HP-UX 10.20
31873              This has not been tested on win32 but should work there.
31874              Need to add support for NetWare.
31875      Branch: perl
31876            ! ext/threads/threads.h ext/threads/threads.xs
31877 ____________________________________________________________________________
31878 [ 12403] By: ams                                   on 2001/10/12  07:34:19
31879         Log: Subject: Re: New module XML::Clean
31880              From: andreas.koenig@anima.de (Andreas J. Koenig)
31881              Date: 12 Oct 2001 10:20:35 +0200
31882              Message-Id: <m3elo9uv58.fsf@anima.de>
31883      Branch: perl
31884            ! pod/perlnewmod.pod
31885 ____________________________________________________________________________
31886 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
31887         Log: More HP model tweaks from Merijn.
31888      Branch: perl
31889            ! README.hpux
31890 ____________________________________________________________________________
31891 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
31892         Log: Update Changes.
31893      Branch: perl
31894            ! Changes patchlevel.h
31895 ____________________________________________________________________________
31896 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
31897         Log: HP-UX update from H.Merijn Brand.
31898      Branch: perl
31899            ! README.hpux
31900 ____________________________________________________________________________
31901 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
31902         Log: Subject: [PATCH] fix link rot in README.vms
31903              From: "Craig A. Berry" <craigberry@mac.com>
31904              Date: Wed, 10 Oct 2001 17:17:00 -0500
31905              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
31906      Branch: perl
31907            ! README.vms
31908 ____________________________________________________________________________
31909 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
31910         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
31911              From: "chromatic" <chromatic@rmci.net>
31912              Date: Wed, 10 Oct 2001 15:50:30 -0600
31913              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
31914      Branch: perl
31915            ! lib/Term/Complete.t
31916 ____________________________________________________________________________
31917 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
31918         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
31919              From: "chromatic" <chromatic@rmci.net>
31920              Date: Wed, 10 Oct 2001 15:45:42 -0600
31921              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
31922      Branch: perl
31923            + lib/ExtUtils/Packlist.t
31924            ! MANIFEST
31925 ____________________________________________________________________________
31926 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
31927         Log: VMS needs quotes around the -I option to keep it from
31928              being downcased, from Charles Lane.
31929      Branch: perl
31930            ! t/run/kill_perl.t
31931 ____________________________________________________________________________
31932 [ 12395] By: ams                                   on 2001/10/10  16:22:32
31933         Log: Subject: [PATCH lib/FindBin.pm]
31934              From: Stas Bekman <stas@stason.org>
31935              Date: Tue, 09 Oct 2001 23:57:10 +0800
31936              Message-Id: <3BC31E56.60805@stason.org>
31937      Branch: perl
31938            ! lib/FindBin.pm
31939 ____________________________________________________________________________
31940 [ 12394] By: ams                                   on 2001/10/10  16:09:53
31941         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
31942              From: Abhijit Menon-Sen <ams@wiw.org>
31943              Date: Wed, 10 Oct 2001 21:59:33 +0530
31944              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
31945      Branch: perl
31946            ! ext/Data/Dumper/Dumper.xs
31947 ____________________________________________________________________________
31948 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
31949         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
31950              from Charles Lane.
31951      Branch: perl
31952            ! lib/File/Spec/VMS.pm
31953 ____________________________________________________________________________
31954 [ 12392] By: ams                                   on 2001/10/10  14:49:43
31955         Log: Subject: [PATCH] two s/// bugfixes
31956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31957              Date: Wed, 10 Oct 2001 17:23:44 +0200
31958              Message-Id: <20011010172344.C22440@rafael>
31959      Branch: perl
31960            ! pp_ctl.c regexec.c t/op/subst.t
31961 ____________________________________________________________________________
31962 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
31963         Log: Fix/improve handling of the [000000] special "root"
31964              directory, by putting cwd in canonical form when doing
31965              abs2rel, and prepending a 000000 to directory "chunks"
31966              if missing from base or path.  Also adjust test to
31967              reflect the (improved) output from abs2rel.
31968              From Charles Lane.
31969      Branch: perl
31970            ! lib/File/Spec.t lib/File/Spec/VMS.pm
31971 ____________________________________________________________________________
31972 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
31973         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
31974              all of the extra VMSish attributes (such as "treat this logical
31975              as a device name") that are necessary to make programs run.
31976              A tainted %ENV does not hinder VMS.  From Charles Lane.
31977      Branch: perl
31978            ! lib/File/Find/t/taint.t
31979 ____________________________________________________________________________
31980 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
31981         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
31982              
31983              o  VMS is case-insensitive, RTL downcases filenames read
31984              by perl... so need to re-upcase filenames like MANIFEST
31985              and MANIFEST.SKIP
31986              
31987              o  Need to convert VMS-style to Unix-style filenames when comparing
31988              names in MANIFEST to names in filesystem.
31989              
31990              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
31991              since VMS won't let you (easily) delete non-empty directories.
31992              
31993              From Charles Lane.
31994      Branch: perl
31995            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
31996 ____________________________________________________________________________
31997 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
31998         Log: Unix and VMS agree on "*" as a "match any number of any chars"
31999              wildcards, but differ ("?"  vs.  "%") for their "match any single
32000              char" wildcard.  This patch changes "?"  chars to "%" before doing a
32001              VMS glob...at no loss of functionality, since "?"  isn't a valid
32002              filename char on VMS.  From Charles Lane.
32003      Branch: perl
32004            ! doio.c
32005 ____________________________________________________________________________
32006 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
32007         Log: (accidentally empty submit; new life as #12390)
32008      Branch: perl
32009            ! lib/File/Find/t/taint.t
32010 ____________________________________________________________________________
32011 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
32012         Log: Even more VMS tweakage from Charles Lane:
32013              
32014              Tweak #1:  splitdir only works on directory part of filespec,
32015              split off volume first
32016              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
32017              (it's a horrible kludge in the run-time library,
32018              improved in later versions). Check the
32019              $Config{'d_setenv'} flag before attempting to set it.
32020      Branch: perl
32021            ! t/op/chdir.t
32022 ____________________________________________________________________________
32023 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
32024         Log: VMS tweakage from Charles Lane.
32025              
32026              . command.com doubles an output line when prompting for extensions
32027              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
32028              . perl5db doesn't clean up after itself
32029      Branch: perl
32030            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
32031 ____________________________________________________________________________
32032 [ 12384] By: sky                                   on 2001/10/09  19:16:11
32033         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32035              Date: Tue, 9 Oct 2001 22:10:26 +0200
32036              Message-ID: <20011009221026.A8579@rafael>
32037      Branch: perl
32038            ! pod/perldata.pod
32039 ____________________________________________________________________________
32040 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
32041         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
32042              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32043              Date: 9 Oct 2001 15:15:06 -0000
32044              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
32045      Branch: perl
32046            ! t/op/subst.t
32047 ____________________________________________________________________________
32048 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
32049         Log: Update Changes.
32050      Branch: perl
32051            ! Changes patchlevel.h
32052 ____________________________________________________________________________
32053 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
32054         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
32055              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
32056              when a NULL is passed for the filename string pointer.
32057              From Charles Lane.
32058      Branch: perl
32059            ! vms/vms.c
32060 ____________________________________________________________________________
32061 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
32062         Log: Subject: HP systems update
32063              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32064              Date: Tue, 09 Oct 2001 15:59:22 +0200
32065              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
32066      Branch: perl
32067            ! README.hpux
32068 ____________________________________________________________________________
32069 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
32070         Log: CPAN::Nox does now have a test.
32071      Branch: perl
32072            ! t/lib/1_compile.t
32073 ____________________________________________________________________________
32074 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
32075         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
32076              From: David Dyck <dcd@tc.fluke.com>
32077              Date: Mon, 1 Oct 2001 12:17:36 -0700
32078              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
32079      Branch: perl
32080            ! installperl
32081 ____________________________________________________________________________
32082 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
32083         Log: NetWare update from Ananth Kesari.
32084      Branch: perl
32085            ! NetWare/nwperlsys.h makedef.pl
32086 ____________________________________________________________________________
32087 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
32088         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
32089              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32090              Date: Tue, 9 Oct 2001 08:40:57 EDT
32091              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
32092      Branch: perl
32093            ! lib/File/Find/t/find.t
32094 ____________________________________________________________________________
32095 [ 12374] By: ams                                   on 2001/10/09  05:31:45
32096         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
32097              ExtUtils::Mkbootstrap
32098              From: "chromatic" <chromatic@rmci.net>
32099              Date: Tue, 09 Oct 2001 00:08:37 -0600
32100              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
32101      Branch: perl
32102            + lib/ExtUtils/Mkbootstrap.t
32103            ! MANIFEST
32104 ____________________________________________________________________________
32105 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
32106         Log: Enable more debugging.
32107      Branch: perl
32108            ! lib/utf8_heavy.pl
32109 ____________________________________________________________________________
32110 [ 12372] By: ams                                   on 2001/10/09  02:11:59
32111         Log: #12370 forgot to modify is_gv_magical().
32112      Branch: perl
32113            ! gv.c
32114 ____________________________________________________________________________
32115 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
32116         Log: Make the toupper/lower/title API for Unicode not right
32117              but at least less wrong: prepare for the mapping being
32118              more than just one-character-to-one-character.
32119      Branch: perl
32120            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
32121            ! regexec.c utf8.c
32122 ____________________________________________________________________________
32123 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
32124         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
32125              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
32126              Date: Mon, 8 Oct 2001 22:18:23 -0400
32127              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
32128      Branch: perl
32129            ! pod/perlvar.pod t/op/taint.t
32130 ____________________________________________________________________________
32131 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
32132         Log: FAQ sync.
32133      Branch: perl
32134            ! pod/perlfaq3.pod pod/perlfaq4.pod
32135 ____________________________________________________________________________
32136 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
32137         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
32138              From: "chromatic" <chromatic@rmci.net>
32139              Date: Mon, 08 Oct 2001 14:05:32 -0600
32140              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
32141      Branch: perl
32142            ! lib/Term/Cap.t
32143 ____________________________________________________________________________
32144 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
32145         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
32146              From: Michael G Schwern <schwern@pobox.com>
32147              Date: Mon, 8 Oct 2001 17:00:14 -0400
32148              Message-ID: <20011008170014.L17083@blackrider>
32149      Branch: perl
32150            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
32151 ____________________________________________________________________________
32152 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
32153         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
32154              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32155              Date: Mon, 8 Oct 2001 16:01:33 EDT
32156              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
32157      Branch: perl
32158            ! ext/Time/HiRes/HiRes.xs
32159 ____________________________________________________________________________
32160 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
32161         Log: Subject: [PATCH] Autosplit patch for VMS
32162              From: "Craig A. Berry" <craigberry@mac.com>
32163              Date: Mon, 08 Oct 2001 15:40:43 -0500
32164              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
32165      Branch: perl
32166            ! lib/AutoSplit.pm lib/AutoSplit.t
32167 ____________________________________________________________________________
32168 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
32169         Log: Don't assume that everybody is running OS X 10.1 yet;
32170              from Kay Röpke.
32171      Branch: perl
32172            ! hints/darwin.sh
32173 ____________________________________________________________________________
32174 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
32175         Log: Update Changes.
32176      Branch: perl
32177            ! Changes patchlevel.h
32178 ____________________________________________________________________________
32179 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
32180         Log: Retract #12358 for now.
32181      Branch: perl
32182            ! lib/Term/Cap.t
32183 ____________________________________________________________________________
32184 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
32185         Log: Can't figure out what this is testing.
32186              (If it is trying to catch SIGKILL, it should stop
32187              trying because that is by definition impossible.)
32188      Branch: perl
32189            ! lib/sigtrap.t
32190 ____________________________________________________________________________
32191 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
32192         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
32193              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
32194              Date: Sun, 30 Sep 2001 21:15:13 +0200
32195              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
32196      Branch: perl
32197            ! lib/ExtUtils/MM_Win32.pm
32198 ____________________________________________________________________________
32199 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
32200         Log: Clarify the ldlibpth part and condense the overall text.
32201      Branch: perl
32202            ! t/TEST
32203 ____________________________________________________________________________
32204 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
32205         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
32206              From: "chromatic" <chromatic@rmci.net>
32207              Date: Sun, 07 Oct 2001 16:59:26 -0600
32208              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
32209      Branch: perl
32210            ! lib/Term/Cap.t
32211 ____________________________________________________________________________
32212 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
32213         Log: Update the list because fo #12265.
32214      Branch: perl
32215            ! t/lib/1_compile.t
32216 ____________________________________________________________________________
32217 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
32218         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
32219              From: Nicholas Clark <nick@ccl4.org>
32220              Date: Sun, 7 Oct 2001 20:53:33 +0100
32221              Message-ID: <20011007205333.S38756@plum.flirble.org>   
32222      Branch: perl
32223            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
32224            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
32225            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
32226            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
32227            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
32228            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
32229            ! lib/Switch/t/switch.t lib/Term/Complete.t
32230            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
32231            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
32232            ! t/op/my_stash.t
32233 ____________________________________________________________________________
32234 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
32235         Log: Integrate patch #12350 from maintperl; typo in
32236              IO::Seekable doc.
32237      Branch: perl
32238           !> ext/IO/lib/IO/Seekable.pm
32239 ____________________________________________________________________________
32240 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
32241         Log: Detypo.
32242      Branch: perl
32243            ! hints/darwin.sh
32244 ____________________________________________________________________________
32245 [ 12353] By: sky                                   on 2001/10/07  17:16:14
32246         Log: Change 12349 didn't really get it right.
32247      Branch: perl
32248            ! lib/Unicode/README
32249 ____________________________________________________________________________
32250 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
32251         Log: If running the harness the dynamic library search path
32252              may need setting.
32253      Branch: perl
32254            ! t/TEST
32255 ____________________________________________________________________________
32256 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
32257         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
32258              in ldflags.
32259      Branch: perl
32260            ! hints/darwin.sh
32261 ____________________________________________________________________________
32262 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
32263         Log: typo in IO::Seekable doc
32264      Branch: maint-5.6/perl
32265            ! ext/IO/lib/IO/Seekable.pm
32266 ____________________________________________________________________________
32267 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
32268         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
32269              doesn't work on Mac OS X 10.1 (when unpacking the tar the
32270              latter gets renamed as lib/unicode:1, assumedly for security
32271              reasons not to overwrite stuff)
32272      Branch: perl
32273            + lib/Unicode/README
32274            - lib/unicode/README
32275            ! MANIFEST
32276 ____________________________________________________________________________
32277 [ 12348] By: ams                                   on 2001/10/07  05:33:40
32278         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
32279              From: "chromatic" <chromatic@rmci.net>
32280              Date: Sat, 06 Oct 2001 21:42:03 -0600
32281              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
32282      Branch: perl
32283            + lib/CPAN/t/Nox.t
32284            ! MANIFEST
32285 ____________________________________________________________________________
32286 [ 12347] By: ams                                   on 2001/10/07  00:48:10
32287         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
32288              From: "chromatic" <chromatic@rmci.net>
32289              Date: Sat, 06 Oct 2001 18:52:10 -0600
32290              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
32291      Branch: perl
32292            + lib/sigtrap.t
32293            ! MANIFEST
32294 ____________________________________________________________________________
32295 [ 12346] By: ams                                   on 2001/10/06  23:14:01
32296         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
32297              h2xs write?)
32298              From: Nicholas Clark <nick@ccl4.org>
32299              Date: Sat, 6 Oct 2001 21:46:43 +0100
32300              Message-Id: <20011006214643.L38756@plum.flirble.org>
32301      Branch: perl
32302            ! utils/h2xs.PL
32303 ____________________________________________________________________________
32304 [ 12345] By: ams                                   on 2001/10/06  17:39:53
32305         Log: Subject: [PATCH] Memoize tests
32306              From: Nicholas Clark <nick@ccl4.org>
32307              Date: Sat, 6 Oct 2001 18:04:21 +0100
32308              Message-Id: <20011006180421.J38756@plum.flirble.org>
32309      Branch: perl
32310            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
32311            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
32312            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
32313            ! lib/Memoize/t/expire_module_n.t
32314            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
32315            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
32316            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
32317            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
32318            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
32319            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
32320 ____________________________________________________________________________
32321 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
32322         Log: Retract the latter part of #12343.
32323      Branch: perl
32324            ! ext/IO/lib/IO/Socket/INET.pm
32325 ____________________________________________________________________________
32326 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
32327         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32328              From: David Dyck <dcd@tc.fluke.com>
32329              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
32330              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
32331              
32332              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
32333              From: David Dyck <dcd@tc.fluke.com>
32334              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
32335              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
32336      Branch: perl
32337            ! ext/IO/lib/IO/Socket/INET.pm
32338 ____________________________________________________________________________
32339 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
32340         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
32341              From: Robin Barker <rmb1@cise.npl.co.uk>
32342              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
32343              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
32344      Branch: perl
32345            ! t/TEST
32346 ____________________________________________________________________________
32347 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
32348         Log: Don't assume that %x is good for displaying UVs.
32349      Branch: perl
32350            ! dump.c
32351 ____________________________________________________________________________
32352 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
32353         Log: Update Changes.
32354      Branch: perl
32355            ! Changes patchlevel.h
32356 ____________________________________________________________________________
32357 [ 12339] By: ams                                   on 2001/10/05  10:22:34
32358         Log: Subject: [PATCH] perlfunc/select
32359              From: Nicholas Clark <nick@ccl4.org>
32360              Date: Fri, 5 Oct 2001 11:33:58 +0100
32361              Message-Id: <20011005113358.Z38756@plum.flirble.org>
32362      Branch: perl
32363            ! pod/perlfunc.pod
32364 ____________________________________________________________________________
32365 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
32366         Log: Retract #12313 and #12249.
32367      Branch: perl
32368            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32369            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
32370            ! pod/perlebcdic.pod
32371 ____________________________________________________________________________
32372 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
32373         Log: Subject: [PATCH] perlvms.pod update
32374              From: "Craig A. Berry" <craigberry@mac.com>
32375              Date: Thu, 04 Oct 2001 12:55:52 -0500
32376              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
32377      Branch: perl
32378            ! vms/perlvms.pod
32379 ____________________________________________________________________________
32380 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
32381         Log: Subject: PATCH: Tie::SubstrHash
32382              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
32383              Date: Thu, 04 Oct 2001 12:12:41 +0100
32384              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
32385      Branch: perl
32386            ! lib/Tie/SubstrHash.pm
32387 ____________________________________________________________________________
32388 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
32389         Log: Unicode properties saga continues.
32390      Branch: perl
32391            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
32392            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
32393 ____________________________________________________________________________
32394 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
32395         Log: Yet more Unicode properties.
32396      Branch: perl
32397            + lib/unicore/In/137.pl lib/unicore/In/138.pl
32398            + lib/unicore/In/139.pl lib/unicore/In/140.pl
32399            + lib/unicore/In/141.pl lib/unicore/In/142.pl
32400            + lib/unicore/In/143.pl lib/unicore/In/144.pl
32401            + lib/unicore/In/145.pl lib/unicore/In/146.pl
32402            + lib/unicore/In/147.pl lib/unicore/In/148.pl
32403            + lib/unicore/In/149.pl lib/unicore/In/150.pl
32404            + lib/unicore/In/151.pl lib/unicore/In/152.pl
32405            + lib/unicore/In/153.pl lib/unicore/In/154.pl
32406            + lib/unicore/In/155.pl lib/unicore/In/156.pl
32407            + lib/unicore/In/157.pl lib/unicore/In/158.pl
32408            + lib/unicore/In/159.pl lib/unicore/In/160.pl
32409            + lib/unicore/In/161.pl lib/unicore/In/162.pl
32410            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
32411            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
32412            ! pod/perlunicode.pod
32413 ____________________________________________________________________________
32414 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
32415         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
32416              From: "Craig A. Berry" <craigberry@mac.com>
32417              Date: Wed, 03 Oct 2001 17:45:25 -0500
32418              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
32419              
32420              (the lib/Term/Complete.t patched differently by #12332)
32421      Branch: perl
32422            ! lib/ExtUtils/Command.t
32423 ____________________________________________________________________________
32424 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
32425         Log: Restore only if something to restore.
32426      Branch: perl
32427            ! lib/Term/Complete.t
32428 ____________________________________________________________________________
32429 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
32430         Log: Update various resources for credits,
32431              minor icons fixes, and versions.
32432      Branch: maint-5.6/macperl
32433            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
32434            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
32435            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
32436 ____________________________________________________________________________
32437 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
32438         Log: Quiet the warnings about using undef value
32439      Branch: maint-5.6/macperl
32440            ! lib/File/Temp.pm
32441 ____________________________________________________________________________
32442 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
32443         Log: Fix up Ballon Help and Help menu docs (first pass);
32444              remove balloon rez file, and autogenerate with
32445              Balloon2Rez instead.
32446      Branch: maint-5.6/macperl
32447            + macos/macperl/macscripts/Balloon2Rez
32448            - macos/macperl/MPBalloons.r
32449            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
32450 ____________________________________________________________________________
32451 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
32452         Log: Allow overriding of defaults, for change #12327.
32453      Branch: maint-5.6/macperl
32454            ! perl.h
32455 ____________________________________________________________________________
32456 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
32457         Log: Override PerlProc_exit.
32458      Branch: maint-5.6/macperl
32459            ! macos/macish.h
32460 ____________________________________________________________________________
32461 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
32462         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
32463      Branch: maint-5.6/macperl
32464            + macos/bundled_lib/blib/lib/MD5.pm
32465            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
32466            + macos/lib/Mac/AETE/Dialect.pm
32467            + macos/lib/Mac/AETE/Format/Converter.pm
32468            + macos/lib/Mac/AETE/Format/Dictionary.pm
32469            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
32470            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
32471            + macos/lib/Mac/Toolbox.pod
32472            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
32473 ____________________________________________________________________________
32474 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
32475         Log: Sync up silly CVS headers ... I should commit CVS
32476              first to avoid this ...
32477      Branch: maint-5.6/macperl
32478            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
32479            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
32480            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
32481            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
32482 ____________________________________________________________________________
32483 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
32484         Log: Fix Matthias' address, and attributions.
32485      Branch: maint-5.6/macperl
32486            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
32487            ! pod/perlport.pod
32488 ____________________________________________________________________________
32489 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
32490         Log: Fix Matthias' address, and attributions.
32491      Branch: maint-5.6/macperl
32492            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
32493            ! macos/ext/Mac/Components/Components.pm
32494            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
32495            ! macos/ext/Mac/Dialogs/Dialogs.pm
32496            ! macos/ext/Mac/Events/Events.pm
32497            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
32498            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
32499            ! macos/ext/Mac/Gestalt/Gestalt.pm
32500            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
32501            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
32502            ! macos/ext/Mac/Menus/Menus.pm
32503            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
32504            ! macos/ext/Mac/Movies/Movies.pm
32505            ! macos/ext/Mac/Navigation/Navigation.pm
32506            ! macos/ext/Mac/Notification/Notification.pm
32507            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
32508            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
32509            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
32510            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
32511            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
32512            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
32513            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
32514            ! macos/ext/Mac/StandardFile/StandardFile.pm
32515            ! macos/ext/Mac/TextEdit/TextEdit.pm
32516            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
32517            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
32518            ! macos/lib/Mac/LowMem.pm
32519 ____________________________________________________________________________
32520 [ 12322] By: sky                                   on 2001/10/03  18:41:07
32521         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32522              From: "Craig A. Berry" <craigberry@mac.com>
32523              Date: Wed, 03 Oct 2001 14:30:55 -0500
32524              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32525      Branch: perl
32526            ! vms/vms.c
32527 ____________________________________________________________________________
32528 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
32529         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
32530              From: "Craig A. Berry" <craigberry@mac.com>
32531              Date: Wed, 03 Oct 2001 14:30:55 -0500
32532              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
32533      Branch: perl
32534            ! vms/vms.c
32535 ____________________________________________________________________________
32536 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
32537         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
32538              only IsL&) and Inherited (negative lookahead good);
32539              add tests for Common, Inherited, and L&.
32540      Branch: perl
32541            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
32542 ____________________________________________________________________________
32543 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
32544         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
32545              (The Unicode standard uses L& quite often.)
32546      Branch: perl
32547            ! lib/utf8_heavy.pl
32548 ____________________________________________________________________________
32549 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
32550         Log: Add the 'Common' Unicode property (code points not
32551              explicitly assigned to any other script).
32552      Branch: perl
32553            + lib/unicore/In/136.pl
32554            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
32555 ____________________________________________________________________________
32556 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
32557         Log: Skip the RV printing test under threads until fixed.
32558      Branch: perl
32559            ! ext/B/t/terse.t
32560 ____________________________________________________________________________
32561 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
32562         Log: Subject: 12309 / cygwin / win2k
32563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32564              Date: Wed, 03 Oct 2001 15:25:15 +0200
32565              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
32566      Branch: perl
32567            ! makedef.pl
32568 ____________________________________________________________________________
32569 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
32570         Log: Metaconfig unit change for #12314.
32571      Branch: metaconfig
32572            ! U/modified/Head.U
32573 ____________________________________________________________________________
32574 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
32575         Log: Subject: Both cygwin and djgpp on one machine
32576              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32577              Date: Wed, 03 Oct 2001 15:02:59 +0200
32578              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
32579      Branch: perl
32580            ! Configure
32581 ____________________________________________________________________________
32582 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
32583         Log: (retracted by #12338)
32584              
32585              Subject: [PATCH] Code clean up for perlboot.pod
32586              From: Casey West <casey@geeknest.com>
32587              Date: Tue, 2 Oct 2001 19:24:43 -0400
32588              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
32589              
32590              Subject: [PATCH] Code clean up for perlbot.diff
32591              From: Casey West <casey@geeknest.com>
32592              Date: Tue, 2 Oct 2001 19:25:22 -0400
32593              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
32594              
32595              Subject: [PATCH] Code clean up for perlcall.pod
32596              From: Casey West <casey@geeknest.com>
32597              Date: Tue, 2 Oct 2001 19:25:57 -0400
32598              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
32599              
32600              Subject: [PATCH] Code clean up for perldata.pod
32601              From: Casey West <casey@geeknest.com>
32602              Date: Tue, 2 Oct 2001 19:26:29 -0400
32603              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
32604              
32605              Subject: [PATCH] Code clean up for perldbmfilter.pod
32606              From: Casey West <casey@geeknest.com>
32607              Date: Tue, 2 Oct 2001 19:26:59 -0400
32608              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
32609              
32610              Subject: [PATCH] Code clean up for perlebcdic.pod
32611              From: Casey West <casey@geeknest.com>
32612              Date: Tue, 2 Oct 2001 19:27:37 -0400
32613              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
32614      Branch: perl
32615            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32616            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
32617 ____________________________________________________________________________
32618 [ 12312] By: ams                                   on 2001/10/02  23:43:55
32619         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
32620              From: Michael G Schwern <schwern@pobox.com>
32621              Date: Tue, 2 Oct 2001 17:00:49 -0400
32622              Message-Id: <20011002170049.A9955@blackrider>
32623      Branch: perl
32624            ! lib/ExtUtils/MakeMaker.pm
32625 ____________________________________________________________________________
32626 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
32627         Log: FAQ sync.
32628      Branch: perl
32629            ! pod/perlfaq3.pod
32630 ____________________________________________________________________________
32631 [ 12310] By: nick                                  on 2001/10/02  16:09:49
32632         Log: Integrate mainline
32633      Branch: perlio
32634           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
32635           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32636           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
32637           !> patchlevel.h t/op/pat.t
32638 ____________________________________________________________________________
32639 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
32640         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
32641              not just one single space.
32642      Branch: perl
32643            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
32644 ____________________________________________________________________________
32645 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
32646         Log: AUTHORS updates.
32647      Branch: perl
32648            ! AUTHORS
32649 ____________________________________________________________________________
32650 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
32651         Log: Update Changes.
32652      Branch: perl
32653            ! Changes patchlevel.h
32654 ____________________________________________________________________________
32655 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
32656         Log: Work around old buggy glibcs for langinfo constants,
32657              from Nicholas Clark and David Dyck.
32658      Branch: perl
32659            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32660 ____________________________________________________________________________
32661 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
32662         Log: Eradicate Time::Piece; add an example.
32663      Branch: perl
32664            ! ext/I18N/Langinfo/Langinfo.pm
32665 ____________________________________________________________________________
32666 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
32667         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
32668              From: Robert Spier <rspier@pobox.com>
32669              Date: Mon, 1 Oct 2001 23:20:16 -0700
32670              Message-ID: <15289.23712.422087.878224@rls.cx>
32671      Branch: perl
32672            ! lib/Pod/Html.pm
32673 ____________________________________________________________________________
32674 [ 12303] By: sky                                   on 2001/10/02  10:40:57
32675         Log: Fixes obscure bug that manifests itself by.
32676              local $!=0;undef*STDOUT;#segfaults
32677              Has been around for a while. Possible other magic IO vars are
32678              possibly affected as well. Reported by Jos Boumans.
32679      Branch: perl
32680            ! mg.c
32681 ____________________________________________________________________________
32682 [ 12302] By: nick                                  on 2001/10/02  09:00:52
32683         Log: Integrate mainline
32684      Branch: perlio
32685           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
32686           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
32687           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
32688 ____________________________________________________________________________
32689 [ 12301] By: nick                                  on 2001/10/02  08:40:57
32690         Log: Integrate mainline + lib/open.t patch from Chromatic
32691      Branch: perlio
32692           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
32693            ! lib/open.t
32694           !> (integrate 29 files)
32695 ____________________________________________________________________________
32696 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
32697         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
32698              Until it has, better stop early if someone requests threads.
32699      Branch: perl
32700            ! hints/darwin.sh
32701 ____________________________________________________________________________
32702 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
32703         Log: Subject: [ID 20011001.011] redundant code in t/TEST
32704              From: David Dyck <dcd@tc.fluke.com>
32705              Date: Mon, 1 Oct 2001 12:56:24 -0700
32706              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
32707      Branch: perl
32708            ! t/TEST
32709 ____________________________________________________________________________
32710 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
32711         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
32712              From: "chromatic" <chromatic@rmci.net>
32713              Date: Mon, 01 Oct 2001 12:27:12 -0600
32714              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
32715      Branch: perl
32716            ! lib/Term/Cap.t
32717 ____________________________________________________________________________
32718 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
32719         Log: UNICOS testing patches from Nicholas Clark.
32720      Branch: perl
32721            ! t/op/arith.t t/op/pack.t
32722 ____________________________________________________________________________
32723 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
32724         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
32725              From: "chromatic" <chromatic@rmci.net>
32726              Date: Mon, 01 Oct 2001 10:21:51 -0600
32727              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
32728      Branch: perl
32729            ! lib/open.t
32730 ____________________________________________________________________________
32731 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
32732         Log: Make missing the RADIXCHAR a softer, gentler error.
32733      Branch: perl
32734            ! ext/I18N/Langinfo/Langinfo.t
32735 ____________________________________________________________________________
32736 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
32737         Log: Nuke also the LANG because of glibc.
32738      Branch: perl
32739            ! lib/open.t
32740 ____________________________________________________________________________
32741 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
32742         Log: Also the ^Is is optional.
32743      Branch: perl
32744            ! pod/perlunicode.pod t/op/pat.t
32745 ____________________________________________________________________________
32746 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
32747         Log: Be careful to pull chars from the varargs stack when
32748              formatting chars.
32749      Branch: perl
32750            ! regcomp.c
32751 ____________________________________________________________________________
32752 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
32753         Log: sortsv not in place anymore, noticed by John P. Linderman.
32754      Branch: perl
32755            ! pod/perlapi.pod pp_ctl.c
32756 ____________________________________________________________________________
32757 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
32758         Log: Make the diagnostic messages more neutral.
32759      Branch: perl
32760            ! ext/B/t/terse.t
32761 ____________________________________________________________________________
32762 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
32763         Log: Forgotten from #12288.
32764      Branch: perl
32765            ! ext/Data/Dumper/Dumper.pm
32766 ____________________________________________________________________________
32767 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
32768         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
32769              From: Brian Ingerson <ingy@ttul.org>
32770              Date: Sun, 30 Sep 2001 21:45:56 -0700
32771              Message-ID: <20010930214556.D26392@ttul.org>
32772              
32773              (remember also the #12289)
32774      Branch: perl
32775            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32776 ____________________________________________________________________________
32777 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
32778         Log: More Unicode property tests for the abbreviated
32779              general properties.
32780      Branch: perl
32781            ! t/op/pat.t
32782 ____________________________________________________________________________
32783 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
32784         Log: Further tweaks to the Unicode properties.
32785      Branch: perl
32786            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
32787 ____________________________________________________________________________
32788 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
32789         Log: Retract #12284.
32790      Branch: perl
32791            ! lib/Term/Cap.t
32792 ____________________________________________________________________________
32793 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
32794         Log: (Retracted by #12285)
32795      Branch: perl
32796            ! lib/Term/Cap.t
32797 ____________________________________________________________________________
32798 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
32799         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
32800              From: "chromatic" <chromatic@rmci.net>  
32801              Date: Sun, 30 Sep 2001 16:10:02 -0600
32802              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
32803      Branch: perl
32804            + lib/Term/Cap.t
32805            ! MANIFEST
32806 ____________________________________________________________________________
32807 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
32808         Log: Use stty -g to restore the terminal state, do not even
32809              try to run the tests if stty -g is not available.
32810      Branch: perl
32811            ! lib/Term/Complete.t
32812 ____________________________________________________________________________
32813 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
32814         Log: Cleanup utf8_heavy; allow dropping the In prefix from
32815              Unicode script/block properties.
32816      Branch: perl
32817            ! lib/utf8_heavy.pl
32818 ____________________________________________________________________________
32819 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
32820         Log: Retract the #12259 for now.
32821      Branch: perl
32822            ! embed.h embed.pl sv.h
32823 ____________________________________________________________________________
32824 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
32825         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
32826      Branch: perl
32827            + lib/Text/TabsWrap/CHANGELOG
32828            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
32829 ____________________________________________________________________________
32830 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
32831         Log: #12272 wasn't right, it introduced an extra ().
32832      Branch: perl
32833            ! lib/utf8_heavy.pl
32834 ____________________________________________________________________________
32835 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
32836         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
32837              From: Jonathan Stowe <gellyfish@gellyfish.com>
32838              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
32839              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
32840      Branch: perl
32841            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
32842 ____________________________________________________________________________
32843 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
32844         Log: Subject: Patch to put qsortsv in the public API
32845              From: Brian Ingerson <ingy@ttul.org>
32846              Date: Sat, 29 Sep 2001 17:41:13 -0700
32847              Message-ID: <20010929174113.A30223@ttul.org>
32848      Branch: perl
32849            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
32850 ____________________________________________________________________________
32851 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
32852         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
32853              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32854              Date: Sat, 29 Sep 2001 23:54:48 +0200
32855              Message-ID: <20010929235448.A5017@rafael>
32856      Branch: perl
32857            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
32858 ____________________________________________________________________________
32859 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
32860         Log: FAQ sync.
32861      Branch: perl
32862            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32863            ! pod/perlfaq9.pod
32864 ____________________________________________________________________________
32865 [ 12273] By: bailey                                on 2001/09/29  23:43:46
32866         Log: Resync with mainline
32867      Branch: vmsperl
32868           +> (branch 1207 files)
32869            - (delete 324 files)
32870           !> (integrate 866 files)
32871 ____________________________________________________________________________
32872 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
32873         Log: Nasty recursion trap if one would match Unicode.
32874      Branch: perl
32875            ! lib/utf8_heavy.pl
32876 ____________________________________________________________________________
32877 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
32878         Log: More Unicode todo.
32879      Branch: perl
32880            ! pod/perltodo.pod
32881 ____________________________________________________________________________
32882 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
32883         Log: Explain a bit the new more flexible \p\P syntax.
32884      Branch: perl
32885            ! pod/perlunicode.pod
32886 ____________________________________________________________________________
32887 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
32888         Log: More leniency to the \p and \P: now can have whitespace
32889              between the property definition and the curlies; now can
32890              invert the property by having a caret between the open
32891              curly and the property.
32892      Branch: perl
32893            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
32894 ____________________________________________________________________________
32895 [ 12268] By: nick                                  on 2001/09/29  17:39:26
32896         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
32897              one test (lib/open.t) fails
32898      Branch: perlio
32899           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32900           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32901           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
32902           +> lib/Tie/Scalar.t lib/open.t
32903            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
32904            - ext/B/Stash.t
32905           !> (integrate 62 files)
32906 ____________________________________________________________________________
32907 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
32908         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
32909      Branch: perl
32910            ! t/op/chdir.t
32911 ____________________________________________________________________________
32912 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
32913         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
32914              From: "Craig A. Berry" <craigberry@mac.com> 
32915              Date: Sat, 29 Sep 2001 09:35:33 -0500
32916              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
32917      Branch: perl
32918            ! t/op/chdir.t
32919 ____________________________________________________________________________
32920 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
32921         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
32922              From: "chromatic" <chromatic@rmci.net>
32923              Date: Fri, 28 Sep 2001 21:20:12 -0600
32924              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
32925      Branch: perl
32926            + lib/Tie/Scalar.t
32927            ! MANIFEST lib/Tie/Scalar.pm
32928 ____________________________________________________________________________
32929 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
32930         Log: Allow for more flexibility in the \p{In...} names, now
32931              case doesn't matter, and any space or dash can be
32932              matched by any space, dash, underbar, or empty.
32933              (may be going too far on leniency)
32934      Branch: perl
32935            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
32936            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
32937            ! t/op/pat.t
32938 ____________________________________________________________________________
32939 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
32940         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
32941              From: "chromatic" <chromatic@rmci.net>
32942              Date: Fri, 28 Sep 2001 17:39:50 -0600
32943              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
32944      Branch: perl
32945            + lib/open.t
32946            ! MANIFEST
32947 ____________________________________________________________________________
32948 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
32949         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
32950              From: "Craig A. Berry" <craigberry@mac.com>
32951              Date: Fri, 28 Sep 2001 16:24:51 -0500
32952              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
32953      Branch: perl
32954            ! ext/File/Glob/t/basic.t
32955 ____________________________________________________________________________
32956 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
32957         Log: Subject: [DOC PATCH] Carp.pm pod typo
32958              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32959              Date: Fri, 28 Sep 2001 23:14:51 +0200
32960              Message-ID: <20010928231451.E16889@rafael>
32961      Branch: perl
32962            ! lib/Carp.pm
32963 ____________________________________________________________________________
32964 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
32965         Log: Subject: [PATCH] Allow an @INC hook to set %INC
32966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32967              Date: Fri, 28 Sep 2001 22:18:13 +0200
32968              Message-ID: <20010928221813.A16889@rafael>
32969      Branch: perl
32970            ! pp_ctl.c
32971 ____________________________________________________________________________
32972 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
32973         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
32974              From: Nicholas Clark <nick@ccl4.org>
32975              Date: Fri, 28 Sep 2001 23:39:33 +0100
32976              Message-ID: <20010928233933.C23673@plum.flirble.org>
32977      Branch: perl
32978            ! embed.h embed.pl sv.h
32979 ____________________________________________________________________________
32980 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
32981         Log: Update Changes.
32982      Branch: perl
32983            ! Changes patchlevel.h
32984 ____________________________________________________________________________
32985 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
32986         Log: Move the B tests to B/t.
32987      Branch: perl
32988            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32989            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32990            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
32991            - ext/B/Showlex.t ext/B/Stash.t
32992            ! MANIFEST
32993 ____________________________________________________________________________
32994 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
32995         Log: Forgot from #12254.
32996      Branch: perl
32997            + ext/B/B/Terse.t
32998 ____________________________________________________________________________
32999 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
33000         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
33001              From: "chromatic" <chromatic@rmci.net>
33002              Date: Thu, 27 Sep 2001 23:22:17 -0600
33003              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
33004      Branch: perl
33005            ! MANIFEST
33006 ____________________________________________________________________________
33007 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
33008         Log: Test numbering mismatch.
33009      Branch: perl
33010            ! t/op/chdir.t
33011 ____________________________________________________________________________
33012 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
33013         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
33014              From: "Craig A. Berry" <craigberry@mac.com>
33015              Date: Wed, 26 Sep 2001 17:43:14 -0500
33016              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
33017      Branch: perl
33018            ! iperlsys.h t/op/chdir.t
33019 ____________________________________________________________________________
33020 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
33021         Log: Subject: [PATCH gv.c] make __ANON__ global
33022              From: Robin Barker <rmb1@cise.npl.co.uk>
33023              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
33024              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
33025      Branch: perl
33026            ! gv.c t/op/anonsub.t t/op/runlevel.t
33027 ____________________________________________________________________________
33028 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
33029         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
33030              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33031              Date: Thu, 27 Sep 2001 22:34:32 +0200
33032              Message-ID: <20010927223432.A1485@rafael>
33033      Branch: perl
33034            ! ext/B/B/Terse.pm
33035 ____________________________________________________________________________
33036 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
33037         Log: (retracted by #12338)
33038              
33039              Subject: [PATCH] Cleanup of perldsc.pod      
33040              From: Casey West <casey@geeknest.com>
33041              Date: Thu, 27 Sep 2001 11:13:17 -0400
33042              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
33043      Branch: perl
33044            ! pod/perldsc.pod
33045 ____________________________________________________________________________
33046 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
33047         Log: Not everyone is using ithreads...
33048      Branch: perl
33049            ! ext/Devel/Peek/Peek.t
33050 ____________________________________________________________________________
33051 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
33052         Log: Document the nss_delete core dump workaround for HP-UX
33053              and Solaris, bug IDs 20010805.018 and 20010629.004.
33054      Branch: perl
33055            ! README.hpux README.solaris
33056 ____________________________________________________________________________
33057 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
33058         Log: Dump Unicode hash keys also as Unicode,
33059              not just as a byte string.
33060      Branch: perl
33061            ! dump.c ext/Devel/Peek/Peek.t
33062 ____________________________________________________________________________
33063 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
33064         Log: Integrate changes #12241 and #12242 from macperl:
33065              
33066              Remove unneeded disabling of umask() calls
33067              
33068              Note (get|set)sockopt are available.
33069      Branch: perl
33070           !> lib/File/Temp.pm pod/perlport.pod
33071 ____________________________________________________________________________
33072 [ 12244] By: sky                                   on 2001/09/27  08:53:00
33073         Log: Flush buffers on thread closedown.
33074      Branch: perl
33075            ! ext/threads/threads.xs
33076 ____________________________________________________________________________
33077 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
33078         Log: Dump SvUTF8(sv)s also as \x{...}.
33079              
33080              TODO: dump the SvUTF8() hash keys similarly. 
33081      Branch: perl
33082            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
33083 ____________________________________________________________________________
33084 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
33085         Log: Note (get|set)sockopt are available.
33086      Branch: maint-5.6/macperl
33087            ! pod/perlport.pod
33088 ____________________________________________________________________________
33089 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
33090         Log: Remove unneeded disabling of umask() calls
33091      Branch: maint-5.6/macperl
33092            ! lib/File/Temp.pm
33093 ____________________________________________________________________________
33094 [ 12240] By: sky                                   on 2001/09/26  18:44:56
33095         Log: Documention update
33096      Branch: perl
33097            ! ext/threads/threads.pm
33098 ____________________________________________________________________________
33099 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
33100         Log: Update Changes.
33101      Branch: perl
33102            ! Changes patchlevel.h
33103 ____________________________________________________________________________
33104 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
33105         Log: Check that all environment variables are tainted.
33106      Branch: perl
33107            ! t/op/taint.t
33108 ____________________________________________________________________________
33109 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
33110         Log: Manual integration error in #12235.
33111      Branch: perl
33112            ! lib/File/DosGlob.t
33113 ____________________________________________________________________________
33114 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
33115         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
33116              From: "chromatic" <chromatic@rmci.net>
33117              Date: Tue, 25 Sep 2001 23:57:07 -0600
33118              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
33119      Branch: perl
33120            ! perlio.c
33121 ____________________________________________________________________________
33122 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
33123         Log: Integrate macperl changes from Chris Nandor:
33124              12192 11817 11815 11813 11778 11775
33125              
33126              Update CPAN.pm to work with new Mac::BuildTools instead
33127              of ExtUtils::MM_MacOS "orphan" functions
33128              
33129              Fix test
33130              
33131              Make syntax check report in MPW style, fix tests
33132              to use Mac::err=unix to get normal-style error
33133              messages.
33134              
33135              More module and test ports from Thomas Wegner et al
33136              
33137              Fix open of /dev/null for Mac OS
33138              
33139              Allow for platforms to override formatting of errors
33140              on output from Matthias Neeracher (core files)
33141      Branch: perl
33142            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
33143            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
33144            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
33145           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
33146           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
33147           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
33148 ____________________________________________________________________________
33149 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
33150         Log: grrr.
33151      Branch: perl
33152            ! t/op/gv.t
33153 ____________________________________________________________________________
33154 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
33155         Log: Retract #12232.
33156      Branch: perl
33157            ! t/op/gv.t
33158 ____________________________________________________________________________
33159 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
33160         Log: (Retracted by #12233.)
33161      Branch: perl
33162            ! t/op/gv.t
33163 ____________________________________________________________________________
33164 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
33165         Log: Detypo.
33166      Branch: perl
33167            ! ext/Encode/Makefile.PL
33168 ____________________________________________________________________________
33169 [ 12230] By: sky                                   on 2001/09/26  11:36:23
33170         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
33171              We are using a "delay" here because we do not want to depend on thread synchronization issues.
33172      Branch: perl
33173            + ext/threads/t/stress_cv.t
33174            ! MANIFEST ext/threads/t/stress_string.t
33175 ____________________________________________________________________________
33176 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
33177         Log: NetWare tweak from Ananth Kesari.
33178      Branch: perl
33179            ! NetWare/t/Readme.txt
33180 ____________________________________________________________________________
33181 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
33182         Log: Trick to fool case-blind filesystems.
33183      Branch: perl
33184            ! ext/Encode/Makefile.PL
33185 ____________________________________________________________________________
33186 [ 12227] By: sky                                   on 2001/09/26  11:06:50
33187         Log: Threads can start executing in a different order than they were
33188              created.... so we cannot ok() inside the threadstarter.
33189      Branch: perl
33190            ! ext/threads/t/stress_string.t
33191 ____________________________________________________________________________
33192 [ 12226] By: sky                                   on 2001/09/26  07:41:45
33193         Log: Add in stress_string.t to stress test threads a bit more.
33194      Branch: perl
33195            + ext/threads/t/stress_string.t
33196            ! MANIFEST
33197 ____________________________________________________________________________
33198 [ 12225] By: sky                                   on 2001/09/26  07:04:21
33199         Log: Fix negative refcount introduced by #12223.
33200      Branch: perl
33201            ! ext/threads/threads.xs
33202 ____________________________________________________________________________
33203 [ 12224] By: sky                                   on 2001/09/26  06:57:58
33204         Log: Update documentation to match change #12223
33205      Branch: perl
33206            ! sharedsv.c
33207 ____________________________________________________________________________
33208 [ 12223] By: sky                                   on 2001/09/26  06:54:32
33209         Log: Use a separate interpreter for the sharedsv space. Another
33210              negative sv leak. Sigh.
33211      Branch: perl
33212            ! sharedsv.c
33213 ____________________________________________________________________________
33214 [ 12222] By: sky                                   on 2001/09/26  05:58:35
33215         Log: Do the environ assignment in perl_contruct to match perl_destruct.
33216              Now we don't need to perl_parse/perl_run. However environ is a
33217              global....
33218      Branch: perl
33219            ! perl.c
33220 ____________________________________________________________________________
33221 [ 12221] By: sky                                   on 2001/09/26  05:41:02
33222         Log: Move the creation of PL_strtab to perl_construct so we can work
33223              with HV and HEs without running perl_parse.
33224      Branch: perl
33225            ! perl.c
33226 ____________________________________________________________________________
33227 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
33228         Log: integrate macperl changes into maint-5.6
33229      Branch: maint-5.6/perl
33230           !> (integrate 26 files)
33231 ____________________________________________________________________________
33232 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
33233         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
33234              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
33235      Branch: maint-5.6/macperl
33236            ! macos/ext/Mac/Fonts/Fonts.xs
33237            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
33238 ____________________________________________________________________________
33239 [ 12218] By: ams                                   on 2001/09/25  23:31:33
33240         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33241              From: Nicholas Clark <nick@ccl4.org>
33242              Date: Wed, 26 Sep 2001 01:20:20 +0100
33243              Message-Id: <20010926012020.B48092@plum.flirble.org>
33244      Branch: perl
33245            ! lib/AutoSplit.t
33246 ____________________________________________________________________________
33247 [ 12217] By: ams                                   on 2001/09/25  22:33:05
33248         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
33249              From: "Craig A. Berry" <craigberry@mac.com>
33250              Date: Tue, 25 Sep 2001 18:08:42 -0500
33251              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
33252      Branch: perl
33253            ! vms/vms.c
33254 ____________________________________________________________________________
33255 [ 12216] By: ams                                   on 2001/09/25  21:41:01
33256         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
33257              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
33258              From: Michael G Schwern <schwern@pobox.com>
33259              Date: Wed, 26 Sep 2001 00:38:21 -0400
33260              Message-Id: <20010926003821.A627@blackrider>
33261      Branch: perl
33262            ! lib/AutoSplit.t
33263 ____________________________________________________________________________
33264 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
33265         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
33266              From: Michael G Schwern <schwern@pobox.com>
33267              Date: Tue, 25 Sep 2001 17:43:49 -0400
33268              Message-ID: <20010925174349.B19534@blackrider>
33269      Branch: perl
33270            ! lib/Test/Simple.pm lib/Test/Utils.pm
33271 ____________________________________________________________________________
33272 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
33273         Log: Integrate changes from bleadperl.
33274      Branch: maint-5.6/macperl
33275           !> pod/perlport.pod
33276 ____________________________________________________________________________
33277 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
33278         Log: skip($mess) should result in one skip.
33279      Branch: perl
33280            ! t/test.pl
33281 ____________________________________________________________________________
33282 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
33283         Log: Integrate change #12200 from maintperl.
33284      Branch: maint-5.6/macperl
33285           !> win32/perlhost.h
33286 ____________________________________________________________________________
33287 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
33288         Log: Fix file types to "apple"
33289      Branch: maint-5.6/macperl
33290            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
33291            ! macos/ext/Mac/SAT/t/Collision.rsrc
33292 ____________________________________________________________________________
33293 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
33294         Log: Fix rsrc file as snd file; fix path in t file.
33295      Branch: maint-5.6/macperl
33296            ! macos/ext/Mac/Notification/t/Notification.rsrc
33297            ! macos/ext/Mac/Notification/t/Notification.t
33298 ____________________________________________________________________________
33299 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
33300         Log: Sync up with File::Find from bleadperl.
33301      Branch: maint-5.6/macperl
33302            ! lib/File/Find.pm t/lib/filefind-taint.t
33303 ____________________________________________________________________________
33304 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
33305         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
33306              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
33307              of hundreds)
33308      Branch: maint-5.6/macperl
33309            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
33310            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
33311            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
33312 ____________________________________________________________________________
33313 [ 12207] By: nick                                  on 2001/09/25  19:04:36
33314         Log: Integrate mainline (untested while modem is up)
33315      Branch: perlio
33316           +> lib/AutoSplit.t t/test.pl
33317            - lib/warnings/register.t
33318           !> (integrate 28 files)
33319 ____________________________________________________________________________
33320 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
33321         Log: perldiag entry for #12205.
33322      Branch: perl
33323            ! pod/perldiag.pod
33324 ____________________________________________________________________________
33325 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
33326         Log: Subject: [PATCH] warning on v-string in use/require
33327              From: John Peacock <jpeacock@rowman.com>
33328              Date: Mon, 24 Sep 2001 17:29:03 -0400
33329              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
33330      Branch: perl
33331            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
33332 ____________________________________________________________________________
33333 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
33334         Log: perltooc et al updates.
33335      Branch: perl
33336            ! plan9/mkfile pod/roffitall
33337 ____________________________________________________________________________
33338 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
33339         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
33340              From: Michael G Schwern <schwern@pobox.com>
33341              Date: Sun, 23 Sep 2001 00:07:12 -0400
33342              Message-ID: <20010923000712.A7005@blackrider>
33343      Branch: perl
33344            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
33345 ____________________________________________________________________________
33346 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
33347         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
33348              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33349              Date: Wed, 26 Sep 2001 01:25:10 +0900
33350              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
33351      Branch: perl
33352            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
33353            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
33354            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
33355 ____________________________________________________________________________
33356 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
33357         Log: Integrate change #12200 from maintperl;
33358              on windows, virtualized environment could propagate deleted variables
33359              into children if they happen to be at the very end of the table
33360      Branch: perl
33361           !> win32/perlhost.h
33362 ____________________________________________________________________________
33363 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
33364         Log: on windows, virtualized environment could propagate deleted variables
33365              into children if they happen to be at the very end of the table
33366              (thanks for succinct test case from Johan Holmberg, and fix from
33367              Doug Lankshear)
33368      Branch: maint-5.6/perl
33369            ! win32/perlhost.h
33370 ____________________________________________________________________________
33371 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
33372         Log: avoid the use of ftime() (it does a useless, potentially
33373              expensive call to GetTimeZoneInformation()); this potentially
33374              also results in three more digits of precision from
33375              Time::HiRes::time()
33376      Branch: perl
33377            ! ext/Time/HiRes/HiRes.xs
33378 ____________________________________________________________________________
33379 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
33380         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
33381              
33382              Note: io/binmode is failing, have to figure out why.
33383      Branch: perl
33384            + t/test.pl
33385            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
33386            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
33387            ! t/run/exit.t
33388 ____________________________________________________________________________
33389 [ 12197] By: ams                                   on 2001/09/25  13:48:55
33390         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
33391              From: Nicholas Clark <nick@ccl4.org>
33392              Date: Tue, 25 Sep 2001 00:37:40 +0100
33393              Message-Id: <20010925003740.S4971@plum.flirble.org>
33394              (Further changes expected.)
33395      Branch: perl
33396            + lib/AutoSplit.t
33397            ! MANIFEST
33398 ____________________________________________________________________________
33399 [ 12196] By: sky                                   on 2001/09/25  13:37:12
33400         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
33401              _ftime to try and be more robust.
33402      Branch: perl
33403            ! ext/Time/HiRes/HiRes.xs
33404 ____________________________________________________________________________
33405 [ 12194] By: ams                                   on 2001/09/25  11:40:00
33406         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
33407              From: "Craig A. Berry" <craigberry@mac.com>
33408              Date: Mon, 24 Sep 2001 17:54:20 -0500
33409              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
33410      Branch: perl
33411            ! vms/descrip_mms.template
33412 ____________________________________________________________________________
33413 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
33414         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
33415              not working, cursor not spinning (Bug #422129); external
33416              editor problems (Bug #456329); escape/cmd-. not activating
33417              "Cancel" in Save dialog box (Bug #446960); Runtimes not
33418              executing on launch (Bug #464441).
33419      Branch: maint-5.6/macperl
33420            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
33421            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
33422            ! macos/macperl/MacPerl.r
33423 ____________________________________________________________________________
33424 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
33425         Log: Update CPAN.pm to work with new Mac::BuildTools instead
33426              of ExtUtils::MM_MacOS "orphan" functions
33427      Branch: maint-5.6/macperl
33428            ! lib/CPAN.pm
33429 ____________________________________________________________________________
33430 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
33431         Log: Fix up another xsubpp problem (Matthias Neeracher)
33432      Branch: maint-5.6/macperl
33433            ! macos/xsubpp
33434 ____________________________________________________________________________
33435 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
33436         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
33437      Branch: maint-5.6/macperl
33438            ! macos/lib/ExtUtils/MM_MacOS.pm
33439 ____________________________________________________________________________
33440 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
33441         Log: Fix up Makefiles for more Mac:: modules (and prepare for
33442              static build ...?)
33443      Branch: maint-5.6/macperl
33444            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
33445            ! macos/macperl/Makefile.mk
33446 ____________________________________________________________________________
33447 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
33448         Log: Fix up tests
33449      Branch: maint-5.6/macperl
33450            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
33451 ____________________________________________________________________________
33452 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
33453         Log: Make malloc smarter, fix bugs.  (Bug #404030)
33454      Branch: maint-5.6/macperl
33455            ! macos/icemalloc.c macos/icemalloc.h
33456 ____________________________________________________________________________
33457 [ 12186] By: nick                                  on 2001/09/24  19:18:17
33458         Log: Integrate mainline
33459      Branch: perlio
33460           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33461           +> lib/filetest.t
33462           !> (integrate 30 files)
33463 ____________________________________________________________________________
33464 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
33465         Log: Retract #12136, the warnings::register is already
33466              tested by t/lib/warnings/9enabled, as pointed out
33467              by Paul Marquess.
33468      Branch: perl
33469            - lib/warnings/register.t
33470            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
33471 ____________________________________________________________________________
33472 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
33473         Log: fix Time::HiRes implementation of gettimeofday() on windows
33474              (HiRes.t#14 now passes)
33475      Branch: perl
33476            ! ext/Time/HiRes/HiRes.xs
33477 ____________________________________________________________________________
33478 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
33479         Log: File::Spec::catfile() canonifies everything to blackslashes on
33480              windows :-(
33481      Branch: perl
33482            ! lib/ExtUtils/Manifest.t
33483 ____________________________________________________________________________
33484 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
33485         Log: test number mismatch
33486      Branch: perl
33487            ! t/op/magic.t
33488 ____________________________________________________________________________
33489 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
33490         Log: ok().
33491      Branch: perl
33492            ! t/op/pack.t
33493 ____________________________________________________________________________
33494 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
33495         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
33496              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33497      Branch: perl
33498            ! pp_pack.c t/op/pack.t
33499 ____________________________________________________________________________
33500 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
33501         Log: Update Changes.
33502      Branch: perl
33503            ! Changes patchlevel.h
33504 ____________________________________________________________________________
33505 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
33506         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
33507              From: Michael G Schwern <schwern@pobox.com>
33508              Date: Mon, 24 Sep 2001 11:12:13 -0400
33509              Message-ID: <20010924111213.G27885@blackrider>
33510      Branch: perl
33511            ! lib/ExtUtils/Manifest.pm
33512 ____________________________________________________________________________
33513 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
33514         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
33515              From: Michael G Schwern <schwern@pobox.com> 
33516              Date: Mon, 24 Sep 2001 11:02:07 -0400
33517              Message-ID: <20010924110207.E27885@blackrider>
33518      Branch: perl
33519            ! vms/test.com
33520 ____________________________________________________________________________
33521 [ 12176] By: ams                                   on 2001/09/24  14:01:59
33522         Log: Update Changes.
33523      Branch: perl
33524            ! Changes
33525 ____________________________________________________________________________
33526 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
33527         Log: Various cleanups.
33528      Branch: perl
33529            ! ext/threads/Makefile.PL ext/threads/threads.xs
33530 ____________________________________________________________________________
33531 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
33532         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
33533      Branch: maint-5.6/macperl
33534           !> (integrate 33 files)
33535 ____________________________________________________________________________
33536 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
33537         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
33538              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33539              Date: Mon, 24 Sep 2001 20:04:58 +0900
33540              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
33541      Branch: perl
33542            ! ext/Encode/Encode/gb2312.enc
33543 ____________________________________________________________________________
33544 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
33545         Log: Clarifying comment to #12164.
33546      Branch: perl
33547            ! lib/Cwd.pm
33548 ____________________________________________________________________________
33549 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
33550         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
33551              From: Nicholas Clark <nick@ccl4.org>
33552              Date: Sun, 23 Sep 2001 23:00:56 +0100
33553              Message-ID: <20010923230055.Y4971@plum.flirble.org>
33554              
33555              (with "sample_constants" changed to "fallback")
33556      Branch: perl
33557            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
33558            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
33559            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
33560            ! lib/h2xs.t utils/h2xs.PL
33561 ____________________________________________________________________________
33562 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
33563         Log: Metaconfig unit change for #12167.
33564      Branch: metaconfig
33565            ! U/modified/Cppsym.U
33566 ____________________________________________________________________________
33567 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
33568         Log: Add a few glibc cpp symbols to probe for.
33569      Branch: perl
33570            ! Configure
33571 ____________________________________________________________________________
33572 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
33573         Log: DJGPP tweaks for Laszlo Molnar.
33574      Branch: perl
33575            ! djgpp/djgppsed.sh dosish.h
33576 ____________________________________________________________________________
33577 [ 12165] By: ams                                   on 2001/09/24  10:07:08
33578         Log: Subject: [PATCH t/op/inccode.t] More tests
33579              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33580              Date: 24 Sep 2001 10:01:44 -0000
33581              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
33582      Branch: perl
33583            ! t/op/inccode.t
33584 ____________________________________________________________________________
33585 [ 12164] By: ams                                   on 2001/09/24  09:43:29
33586         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
33587              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
33588              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
33589              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
33590      Branch: perl
33591            ! lib/Cwd.pm
33592 ____________________________________________________________________________
33593 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
33594         Log: 1_compile updates.
33595      Branch: perl
33596            ! t/lib/1_compile.t
33597 ____________________________________________________________________________
33598 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
33599         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
33600              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33601              Date: Wed, 19 Sep 2001 22:47:14 +0200
33602              Message-ID: <20010919224714.A6382@rafael>
33603      Branch: perl
33604            ! pod/perlvar.pod pp_ctl.c
33605 ____________________________________________________________________________
33606 [ 12161] By: ams                                   on 2001/09/23  17:40:02
33607         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
33608              filetest Pragma
33609              From: "chromatic" <chromatic@rmci.net>
33610              Date: Sun, 23 Sep 2001 12:07:25 -0600
33611              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
33612      Branch: perl
33613            + lib/filetest.t
33614            ! MANIFEST t/lib/1_compile.t
33615 ____________________________________________________________________________
33616 [ 12160] By: ams                                   on 2001/09/23  16:32:11
33617         Log: Additional minor chdir() tweak.
33618      Branch: perl
33619            ! pod/perlfunc.pod
33620 ____________________________________________________________________________
33621 [ 12159] By: ams                                   on 2001/09/23  16:25:01
33622         Log: Subject: PATCH lib/ExtUtils/Command.t
33623              From: Abe Timmerman <abe@ztreet.demon.nl>
33624              Date: Sun, 23 Sep 2001 19:11:44 +0200
33625              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
33626      Branch: perl
33627            ! lib/ExtUtils/Command.t
33628 ____________________________________________________________________________
33629 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
33630         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
33631              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
33632              Date: Sun, 23 Sep 2001 02:02:26 +0200
33633              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
33634      Branch: perl
33635            ! makedef.pl
33636 ____________________________________________________________________________
33637 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
33638         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
33639              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
33640              Date: Sat, 22 Sep 2001 12:54:39 -0500
33641              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
33642      Branch: perl
33643            ! t/op/study.t
33644 ____________________________________________________________________________
33645 [ 12156] By: nick                                  on 2001/09/23  07:48:44
33646         Log: Integrate mainline
33647      Branch: perlio
33648            - check83.pl
33649           !> ext/Encode/Encode/2022-cn.enc
33650 ____________________________________________________________________________
33651 [ 12155] By: nick                                  on 2001/09/23  07:48:01
33652         Log: Integrate mainline
33653      Branch: perlio
33654           +> (branch 64 files)
33655            - ext/Encode/Encode/cns11643-1.enc
33656            - ext/Encode/Encode/cns11643-2.enc
33657            - ext/Encode/Encode/iso2022-cn.enc
33658            - ext/Encode/Encode/iso2022-jp.enc
33659            - ext/Encode/Encode/iso2022-jp1.enc
33660            - ext/Encode/Encode/iso2022-jp2.enc
33661            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33662            - ext/Encode/Encode/iso8859-1.enc
33663            - ext/Encode/Encode/iso8859-1.ucm
33664            - ext/Encode/Encode/iso8859-10.enc
33665            - ext/Encode/Encode/iso8859-10.ucm
33666            - ext/Encode/Encode/iso8859-13.enc
33667            - ext/Encode/Encode/iso8859-13.ucm
33668            - ext/Encode/Encode/iso8859-14.enc
33669            - ext/Encode/Encode/iso8859-14.ucm
33670            - ext/Encode/Encode/iso8859-15.enc
33671            - ext/Encode/Encode/iso8859-15.ucm
33672            - ext/Encode/Encode/iso8859-16.enc
33673            - ext/Encode/Encode/iso8859-16.ucm
33674            - ext/Encode/Encode/iso8859-2.enc
33675            - ext/Encode/Encode/iso8859-2.ucm
33676            - ext/Encode/Encode/iso8859-3.enc
33677            - ext/Encode/Encode/iso8859-3.ucm
33678            - ext/Encode/Encode/iso8859-4.enc
33679            - ext/Encode/Encode/iso8859-4.ucm
33680            - ext/Encode/Encode/iso8859-5.enc
33681            - ext/Encode/Encode/iso8859-5.ucm
33682            - ext/Encode/Encode/iso8859-6.enc
33683            - ext/Encode/Encode/iso8859-6.ucm
33684            - ext/Encode/Encode/iso8859-7.enc
33685            - ext/Encode/Encode/iso8859-7.ucm
33686            - ext/Encode/Encode/iso8859-8.enc
33687            - ext/Encode/Encode/iso8859-8.ucm
33688            - ext/Encode/Encode/iso8859-9.enc
33689            - ext/Encode/Encode/iso8859-9.ucm
33690            - ext/Encode/Encode/isoir-197.enc
33691            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
33692            - t/lib/sample-tests/header_at_end
33693            - t/lib/sample-tests/header_at_end_fail
33694           !> (integrate 174 files)
33695 ____________________________________________________________________________
33696 [ 12154] By: ams                                   on 2001/09/23  07:11:46
33697         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
33698              by Blair Zajac.
33699      Branch: perl
33700            ! pod/perlfunc.pod
33701 ____________________________________________________________________________
33702 [ 12153] By: ams                                   on 2001/09/23  06:56:32
33703         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
33704              Forgotten deprecation of *glob{FILEHANDLE}?
33705              From: "chromatic" <chromatic@rmci.net>
33706              Date: Sat, 22 Sep 2001 21:27:56 -0600
33707              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
33708      Branch: perl
33709            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
33710 ____________________________________________________________________________
33711 [ 12152] By: ams                                   on 2001/09/23  06:42:58
33712         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
33713              From: Michael G Schwern <schwern@pobox.com>
33714              Date: Sun, 23 Sep 2001 03:34:39 -0400
33715              Message-Id: <20010923033439.E7005@blackrider>
33716      Branch: perl
33717            ! lib/File/Find.pm
33718 ____________________________________________________________________________
33719 [ 12151] By: ams                                   on 2001/09/23  06:37:57
33720         Log: Subject: Re: t/op/magic.t missing tests on Win32
33721              From: Michael G Schwern <schwern@pobox.com>
33722              Date: Sat, 22 Sep 2001 20:29:09 -0400
33723              Message-Id: <20010922202909.I18223@blackrider>
33724      Branch: perl
33725            ! t/op/magic.t
33726 ____________________________________________________________________________
33727 [ 12150] By: ams                                   on 2001/09/23  06:36:26
33728         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
33729              Dumpvalue.pm
33730              From: "chromatic" <chromatic@rmci.net>
33731              Date: Sat, 22 Sep 2001 19:41:31 -0600
33732              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
33733      Branch: perl
33734            + lib/Dumpvalue.t
33735            ! MANIFEST lib/Dumpvalue.pm
33736 ____________________________________________________________________________
33737 [ 12149] By: ams                                   on 2001/09/23  06:25:35
33738         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
33739              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33740              Date: Sun, 23 Sep 2001 15:27:56 +0900
33741              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
33742      Branch: perl
33743            ! ext/Encode/Encode/2022-cn.enc
33744 ____________________________________________________________________________
33745 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
33746         Log: Manual eror in #12147.
33747      Branch: perl
33748            ! win32/win32.c
33749 ____________________________________________________________________________
33750 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
33751         Log: Integrate change #12146 from maintperl;
33752              win32_chdir() et al don't handle a NULL argument gracefully
33753      Branch: perl
33754           !> win32/perlhost.h win32/win32.c
33755 ____________________________________________________________________________
33756 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
33757         Log: win32_chdir() et al don't handle a NULL argument gracefully
33758      Branch: maint-5.6/perl
33759            ! win32/perlhost.h win32/win32.c
33760 ____________________________________________________________________________
33761 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
33762         Log: typo in change#12026
33763      Branch: maint-5.6/perl
33764            ! op.c
33765 ____________________________________________________________________________
33766 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
33767         Log: Subject: [PATCH] Re: scalar context unpack bugs
33768              From: Nicholas Clark <nick@ccl4.org>
33769              Date: Sat, 22 Sep 2001 23:07:56 +0100
33770              Message-ID: <20010922230755.O4971@plum.flirble.org>
33771      Branch: perl
33772            ! pp_pack.c t/op/pack.t
33773 ____________________________________________________________________________
33774 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
33775         Log: Try ExtUtils::Command.t everywhere, not just on Win32
33776              (as suggested by NI-S).  Also allow running it either
33777              in t/ or in the main directory.
33778      Branch: perl
33779            ! lib/ExtUtils/Command.t
33780 ____________________________________________________________________________
33781 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
33782         Log: Update the test on warnings/register.t.
33783      Branch: perl
33784            ! t/lib/1_compile.t
33785 ____________________________________________________________________________
33786 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
33787         Log: The code is now almost tidy enough to keep the IRIX cc happy.
33788      Branch: perl
33789            ! hints/irix_6.sh
33790 ____________________________________________________________________________
33791 [ 12140] By: ams                                   on 2001/09/22  17:26:32
33792         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
33793              use_ithreads
33794              From: "Craig A. Berry" <craigberry@mac.com>
33795              Date: Sat, 22 Sep 2001 13:15:32 -0500
33796              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
33797      Branch: perl
33798            ! configure.com
33799 ____________________________________________________________________________
33800 [ 12139] By: ams                                   on 2001/09/22  16:44:08
33801         Log: Do what perl_clone() does for sharedsv functions.
33802      Branch: perl
33803            ! embed.pl proto.h
33804 ____________________________________________________________________________
33805 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
33806         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
33807              (suggested by Sarathy, extensions shouldn't be dabbling with
33808              op structures, so binary backward compatibility should not be
33809              an issue.)
33810      Branch: perl
33811            ! hints/irix_6.sh op.h
33812 ____________________________________________________________________________
33813 [ 12137] By: ams                                   on 2001/09/22  16:21:05
33814         Log: More cleanups. (What's PERL_DECL_PROT?)
33815      Branch: perl
33816            ! embed.pl proto.h sharedsv.h
33817 ____________________________________________________________________________
33818 [ 12136] By: ams                                   on 2001/09/22  15:14:34
33819         Log: (Retracted by #12185)
33820              
33821              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
33822              Add Tests for warnings::register, Doc Update
33823              From: "chromatic" <chromatic@rmci.net>
33824              Date: Sat, 22 Sep 2001 09:43:20 -0600
33825              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
33826      Branch: perl
33827            + lib/warnings/register.t
33828            ! MANIFEST lib/warnings/register.pm
33829 ____________________________________________________________________________
33830 [ 12135] By: ams                                   on 2001/09/22  15:07:50
33831         Log: `@foo' should be @foo for consistency.
33832      Branch: perl
33833            ! pod/perldiag.pod
33834 ____________________________________________________________________________
33835 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
33836         Log: (Retracted by #12138)
33837              
33838              Add -woff (turn warning off) 3187:
33839              "A pointer is converted to a smaller integer."
33840              This happens when your pointers are 64-bit: then every case
33841              of converting pointers to PADOFFSETs (explicitly 32-bit)
33842              faces truncation (even explicit use of INT2PTR doesn't help).
33843              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
33844              Changing PADOFFSET from U32 to UV would help, but that
33845              would break binary backward compatibility of BASEOP and padop
33846              (assuming you have been using 64-bit pointers).
33847      Branch: perl
33848            ! hints/irix_6.sh
33849 ____________________________________________________________________________
33850 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
33851         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
33852              but the name comes from the inside the file, not from the file
33853              name, and Rumanian is the name of the language.
33854      Branch: perl
33855            + ext/Encode/Encode/macRumanian.enc
33856            - ext/Encode/Encode/macRomania.enc
33857            ! MANIFEST
33858 ____________________________________________________________________________
33859 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
33860         Log: Rename perltootc as perltooc for 8.3-friedliness.
33861      Branch: perl
33862            + pod/perltooc.pod
33863            - pod/perltootc.pod
33864            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
33865            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
33866            ! pod/perltoot.pod
33867 ____________________________________________________________________________
33868 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
33869         Log: Find more conflicts by lowercasing.
33870      Branch: perl
33871            + Porting/check83.pl
33872            - check83.pl
33873            ! MANIFEST
33874 ____________________________________________________________________________
33875 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
33876         Log: The AIX cc 5.0.0.0 is simply too buggy.
33877      Branch: perl
33878            ! hints/aix.sh
33879 ____________________________________________________________________________
33880 [ 12129] By: ams                                   on 2001/09/22  12:35:38
33881         Log: Uninteresting cleanup.
33882      Branch: perl
33883            ! form.h
33884 ____________________________________________________________________________
33885 [ 12128] By: ams                                   on 2001/09/22  12:28:48
33886         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
33887              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33888              Date: Sat, 22 Sep 2001 14:29:13 +0100
33889              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
33890      Branch: perl
33891            ! cv.h
33892 ____________________________________________________________________________
33893 [ 12127] By: ams                                   on 2001/09/22  12:04:28
33894         Log: What's a backet?
33895      Branch: perl
33896            ! dump.c
33897 ____________________________________________________________________________
33898 [ 12126] By: ams                                   on 2001/09/22  10:02:34
33899         Log: Removed duplicated tests #19 and #20.
33900      Branch: perl
33901            ! t/op/do.t
33902 ____________________________________________________________________________
33903 [ 12125] By: ams                                   on 2001/09/22  03:58:41
33904         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
33905              From: Michael Carman <mjcarman@home.com>
33906              Date: Fri, 21 Sep 2001 17:54:05 -0500
33907              Message-Id: <3BABC50D.6040202@home.com>
33908              (Applied with some changes.)
33909      Branch: perl
33910            ! pod/perlmod.pod
33911 ____________________________________________________________________________
33912 [ 12124] By: ams                                   on 2001/09/22  03:44:19
33913         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
33914              From: Michael G Schwern <schwern@pobox.com>
33915              Date: Fri, 21 Sep 2001 19:20:40 -0400
33916              Message-Id: <20010921192040.E5494@blackrider>
33917      Branch: perl
33918            ! t/op/chdir.t
33919 ____________________________________________________________________________
33920 [ 12123] By: ams                                   on 2001/09/22  03:41:08
33921         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
33922              From: Blair Zajac <blair@orcaware.com>
33923              Date: Fri, 21 Sep 2001 15:13:04 -0700
33924              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
33925      Branch: perl
33926            ! t/op/chdir.t
33927 ____________________________________________________________________________
33928 [ 12122] By: ams                                   on 2001/09/22  03:37:07
33929         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
33930              20010920.007
33931              From: Michael G Schwern <schwern@pobox.com>
33932              Date: Fri, 21 Sep 2001 17:59:03 -0400
33933              Message-Id: <20010921175903.V5494@blackrider>
33934      Branch: perl
33935            ! t/op/do.t
33936 ____________________________________________________________________________
33937 [ 12121] By: ams                                   on 2001/09/22  03:30:38
33938         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
33939              suite on WinCE)
33940              From: Michael G Schwern <schwern@pobox.com>
33941              Date: Fri, 21 Sep 2001 19:41:03 -0400
33942              Message-Id: <20010921194103.G5494@blackrider>
33943      Branch: perl
33944            ! pod/perlport.pod
33945 ____________________________________________________________________________
33946 [ 12120] By: ams                                   on 2001/09/22  03:28:06
33947         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
33948              From: Michael G Schwern <schwern@pobox.com>
33949              Date: Fri, 21 Sep 2001 17:33:35 -0400
33950              Message-Id: <20010921173335.T5494@blackrider>
33951              ($ENV{FOO}=undef hunk not applied.)
33952      Branch: perl
33953            ! t/op/magic.t
33954 ____________________________________________________________________________
33955 [ 12119] By: ams                                   on 2001/09/22  03:02:26
33956         Log: Subject: [PATCH] perldiag.pod
33957              From: Peter Scott <Peter@PSDT.com>
33958              Date: Fri, 21 Sep 2001 18:54:50 -0700
33959              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
33960              (Moved to the right place.)
33961      Branch: perl
33962            ! pod/perldiag.pod
33963 ____________________________________________________________________________
33964 [ 12118] By: ams                                   on 2001/09/21  20:05:29
33965         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
33966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33967              Date: Fri, 21 Sep 2001 22:36:54 +0200
33968              Message-Id: <20010921223654.A12742@rafael>
33969      Branch: perl
33970            ! t/op/do.t
33971 ____________________________________________________________________________
33972 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
33973         Log: Restore things as they were before
33974              the backward compatibility police notices.
33975      Branch: perl
33976            ! lib/Cwd.pm
33977 ____________________________________________________________________________
33978 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
33979         Log: More Cwd from Schwern: make also OS/2 and DOS
33980              Cwd agree with File::Spec (that is, native path
33981              syntax using \ instead of / -- backward compatibility
33982              polic warning) and stop Win32 from using bsd_realpath().
33983      Branch: perl
33984            ! lib/Cwd.pm
33985 ____________________________________________________________________________
33986 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
33987         Log: Subject: [PATCH @12110] RE: Untested libraries update
33988              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33989              Date: Fri, 21 Sep 2001 18:21:07 +0100
33990              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
33991      Branch: perl
33992            ! lib/warnings/register.pm
33993 ____________________________________________________________________________
33994 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
33995         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
33996              From: Michael G Schwern <schwern@pobox.com>
33997              Date: Thu, 20 Sep 2001 22:54:02 -0400
33998              Message-ID: <20010920225402.A3611@blackrider>
33999      Branch: perl
34000            ! lib/Cwd.pm
34001 ____________________________________________________________________________
34002 [ 12113] By: ams                                   on 2001/09/21  17:08:24
34003         Log: Subject: [PATCH] avoid v-strings with require/use
34004              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34005              Date: Fri, 21 Sep 2001 12:34:40 -0400
34006              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
34007      Branch: perl
34008            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
34009            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
34010            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34011            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34012            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
34013            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
34014            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34015            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34016            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34017            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
34018            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
34019            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
34020            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
34021            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
34022            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
34023            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
34024            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
34025            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
34026            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
34027 ____________________________________________________________________________
34028 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
34029         Log: Update Changes.
34030      Branch: perl
34031            ! Changes patchlevel.h
34032 ____________________________________________________________________________
34033 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
34034         Log: Make AIX and Tru64 compilers happy.  
34035      Branch: perl
34036            ! ext/threads/threads.h ext/threads/threads.xs
34037 ____________________________________________________________________________
34038 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
34039         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
34040              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34041              Date: 21 Sep 2001 09:16:37 -0000
34042              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
34043      Branch: perl
34044            ! toke.c
34045 ____________________________________________________________________________
34046 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
34047         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
34048              From: Michael G Schwern <schwern@pobox.com>
34049              Date: Thu, 20 Sep 2001 21:21:34 -0400
34050              Message-ID: <20010920212134.Y28291@blackrider>
34051      Branch: perl
34052            ! pp_sys.c
34053 ____________________________________________________________________________
34054 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
34055         Log: Subject: Re: GDB Debugging Macros from mod_perl
34056              From: rspier@pobox.com (Robert Spier)
34057              Date: Thu, 20 Sep 2001 22:45:03 -0700
34058              Message-ID: <15274.54239.413929.49430@rls.cx>
34059      Branch: perl
34060            ! pod/perltodo.pod
34061 ____________________________________________________________________________
34062 [ 12105] By: sky                                   on 2001/09/21  10:33:34
34063         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
34064              timezone! GetSystemTime should be available on all Win32 
34065              platforms we support. Perhaps Time::HiRes should be extended to
34066              support WinCE and Novell?
34067      Branch: perl
34068            ! ext/Time/HiRes/HiRes.xs
34069 ____________________________________________________________________________
34070 [ 12104] By: sky                                   on 2001/09/21  08:12:39
34071         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
34072      Branch: perl
34073            ! ext/threads/threads.h ext/threads/threads.xs
34074 ____________________________________________________________________________
34075 [ 12103] By: sky                                   on 2001/09/21  07:57:41
34076         Log: Rename the *thread* functions to Perl_* to avoid clashes.
34077              Notably on AIX but could become a problem on other platforms.
34078      Branch: perl
34079            ! ext/threads/threads.h ext/threads/threads.xs
34080 ____________________________________________________________________________
34081 [ 12102] By: sky                                   on 2001/09/21  07:35:30
34082         Log: Add the shared sv space to the global vars.
34083              Fix problems compiling on win32.
34084      Branch: perl
34085            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
34086            ! sharedsv.c sharedsv.h
34087 ____________________________________________________________________________
34088 [ 12101] By: ams                                   on 2001/09/21  00:19:55
34089         Log: Subject: [PATCH] win32/Makefile warning fix
34090              From: Blair Zajac <blair@orcaware.com>
34091              Date: Thu, 20 Sep 2001 18:15:43 -0700
34092              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
34093      Branch: perl
34094            ! win32/Makefile
34095 ____________________________________________________________________________
34096 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
34097         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
34098              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34099              Date: Thu, 20 Sep 2001 18:36:22 +0200
34100              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
34101      Branch: perl
34102            ! lib/ExtUtils/Command.t
34103 ____________________________________________________________________________
34104 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
34105         Log: Cant spl wirth a dam.
34106      Branch: perl
34107            ! intrpvar.h
34108 ____________________________________________________________________________
34109 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
34110         Log: Don't use C++ comments.
34111      Branch: perl
34112            ! ext/threads/threads.xs
34113 ____________________________________________________________________________
34114 [ 12097] By: ams                                   on 2001/09/20  21:42:07
34115         Log: Change #12044 didn't.
34116      Branch: perl
34117            ! lib/constant.pm
34118 ____________________________________________________________________________
34119 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
34120         Log: Metaconfig unit changes for #12095.
34121      Branch: metaconfig
34122            ! U/modified/Myinit.U U/modified/libs.U
34123 ____________________________________________________________________________
34124 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
34125         Log: Remove iconv references since we are not using it
34126              and not going to; regen perltoc, perlmodlib.
34127              (Some references still linger in perltoc, have to figure
34128              out where they are coming from.)
34129      Branch: perl
34130            ! Configure NetWare/config.wc NetWare/config_H.wc
34131            ! Porting/Glossary Porting/config.sh Porting/config_H
34132            ! config_h.SH configure.com epoc/config.sh perl.h
34133            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
34134            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34135            ! vos/config.ga.h win32/config.bc win32/config.gc
34136            ! win32/config.vc win32/config_H.bc win32/config_H.gc
34137            ! win32/config_H.vc wince/config.ce wince/config.h
34138            ! wince/config_H.ce
34139 ____________________________________________________________________________
34140 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
34141         Log: Subject: [PATCH docs] Re: ARGV and read
34142              From: Dave Mitchell <davem@fdgroup.co.uk>
34143              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
34144              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
34145      Branch: perl
34146            ! pod/perltodo.pod pod/perlvar.pod
34147 ____________________________________________________________________________
34148 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
34149         Log: Fresh copies from the cvs.perl.org perlfaq repository.
34150      Branch: perl
34151            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34152            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34153            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34154            ! pod/perlfaq9.pod
34155 ____________________________________________________________________________
34156 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
34157         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
34158              From: Nicholas Clark <nick@ccl4.org>
34159              Date: Thu, 20 Sep 2001 14:27:08 +0100
34160              Message-ID: <20010920142708.X4971@plum.flirble.org>
34161      Branch: perl
34162            ! pp_pack.c t/op/pack.t
34163 ____________________________________________________________________________
34164 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
34165         Log: The sharedsv_space* are variables, not code.  Duh.
34166      Branch: perl
34167            ! intrpvar.h makedef.pl
34168 ____________________________________________________________________________
34169 [ 12090] By: ams                                   on 2001/09/20  11:26:06
34170         Log: Subject: [patch lib/lib_pm.PL]
34171              From: Stas Bekman <stas@stason.org>
34172              Date: Thu, 20 Sep 2001 18:48:53 +0800
34173              Message-Id: <3BA9C995.6010302@stason.org>
34174              (Applied by hand.)
34175      Branch: perl
34176            ! lib/lib_pm.PL
34177 ____________________________________________________________________________
34178 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
34179         Log: Only 21 tests, skipping or not.
34180      Branch: perl
34181            ! lib/ExtUtils/Command.t
34182 ____________________________________________________________________________
34183 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
34184         Log: New exported symbols.
34185      Branch: perl
34186            ! makedef.pl
34187 ____________________________________________________________________________
34188 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
34189         Log: Update Changes.
34190      Branch: perl
34191            ! Changes patchlevel.h
34192 ____________________________________________________________________________
34193 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
34194         Log: Correct numbering of the tests is useful.
34195      Branch: perl
34196            ! ext/threads/t/basic.t
34197 ____________________________________________________________________________
34198 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
34199         Log: More tests now too.
34200      Branch: perl
34201            ! lib/ExtUtils/Command.t
34202 ____________________________________________________________________________
34203 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
34204         Log: More tests now.
34205      Branch: perl
34206            ! ext/threads/t/basic.t
34207 ____________________________________________________________________________
34208 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
34209         Log: The test assumed 7-bit ASCII.  Now it "just"
34210              assumes 8-bit whatever.
34211      Branch: perl
34212            ! t/op/crypt.t
34213 ____________________________________________________________________________
34214 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
34215         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
34216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34217              Date: Wed, 19 Sep 2001 11:45:28 +0200
34218              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
34219              
34220              Lvalue casts are not portable.
34221      Branch: perl
34222            ! ext/threads/threads.xs
34223 ____________________________________________________________________________
34224 [ 12081] By: sky                                   on 2001/09/19  10:17:52
34225         Log: Make the basic test contain only realy basic API tests
34226              Seems to be a problem with detach.
34227      Branch: perl
34228            ! ext/threads/t/basic.t
34229 ____________________________________________________________________________
34230 [ 12080] By: ams                                   on 2001/09/19  01:23:55
34231         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
34232              From: Michael G Schwern <schwern@pobox.com>
34233              Date: Tue, 18 Sep 2001 19:53:48 -0400
34234              Message-Id: <20010918195348.M585@blackrider>
34235              
34236              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
34237              From: Michael G Schwern <schwern@pobox.com>
34238              Date: Tue, 18 Sep 2001 22:07:13 -0400
34239              Message-Id: <20010918220713.B19616@blackrider>
34240      Branch: perl
34241            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
34242            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34243            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
34244            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
34245            ! lib/Test/Tutorial.pod
34246 ____________________________________________________________________________
34247 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
34248         Log: Indent the test a bit.
34249      Branch: perl
34250            ! ext/threads/t/basic.t
34251 ____________________________________________________________________________
34252 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
34253         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
34254              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34255              Date: Tue, 18 Sep 2001 18:06:44 +0200
34256              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
34257      Branch: perl
34258            ! win32/win32.c
34259 ____________________________________________________________________________
34260 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
34261         Log: Subject: stat access time is wrong on Win95
34262              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
34263              Date: Tue, 18 Sep 2001 21:59:24 +0200
34264              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
34265      Branch: perl
34266            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
34267 ____________________________________________________________________________
34268 [ 12076] By: ams                                   on 2001/09/18  22:11:25
34269         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
34270              From: Michael G Schwern <schwern@pobox.com>
34271              Date: Tue, 18 Sep 2001 18:47:14 -0400
34272              Message-Id: <20010918184714.I585@blackrider>
34273      Branch: perl
34274            ! t/op/crypt.t
34275 ____________________________________________________________________________
34276 [ 12075] By: sky                                   on 2001/09/18  19:29:37
34277         Log: two test failures
34278              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34279              Message-ID: <20010918221702.A17408@rafael>
34280              partly applied, #12074 already fixed half the patch
34281      Branch: perl
34282            ! ext/threads/t/basic.t
34283 ____________________________________________________________________________
34284 [ 12074] By: sky                                   on 2001/09/18  18:49:03
34285         Log: Fixes test case failure introduced by #12071, the warning is
34286              now correctly spelled :-)
34287      Branch: perl
34288            ! ext/IO/lib/IO/t/io_sel.t
34289 ____________________________________________________________________________
34290 [ 12073] By: sky                                   on 2001/09/18  18:46:22
34291         Log: Make the test behave properly!
34292      Branch: perl
34293            ! ext/threads/t/basic.t
34294 ____________________________________________________________________________
34295 [ 12072] By: ams                                   on 2001/09/18  18:44:59
34296         Log: OP_RCATLINE is an SVOP, not a BASEOP.
34297      Branch: perl
34298            ! opcode.h opcode.pl
34299 ____________________________________________________________________________
34300 [ 12071] By: ams                                   on 2001/09/18  18:06:27
34301         Log: Deprecate != Depreciate.
34302      Branch: perl
34303            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
34304            ! lib/Pod/ParseUtils.pm
34305 ____________________________________________________________________________
34306 [ 12070] By: ams                                   on 2001/09/18  15:14:58
34307         Log: Subject: [PATCH] Getopt::Std cleanup
34308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34309              Date: Tue, 18 Sep 2001 17:32:13 +0200
34310              Message-Id: <20010918173213.C777@rafael>
34311      Branch: perl
34312            ! lib/Getopt/Std.pm lib/Getopt/Std.t
34313 ____________________________________________________________________________
34314 [ 12069] By: sky                                   on 2001/09/18  14:56:33
34315         Log: Forgot the makefile
34316      Branch: perl
34317            + ext/threads/Makefile.PL
34318 ____________________________________________________________________________
34319 [ 12068] By: sky                                   on 2001/09/18  14:13:26
34320         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
34321              The test will fail because of Test.pm not knowing about threads. 
34322              basic needs to be manually tested
34323              compile time warnings on IV2PTR conversions need to be fixed
34324      Branch: perl
34325            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
34326            + ext/threads/threads.h ext/threads/threads.pm
34327            + ext/threads/threads.xs
34328            ! MANIFEST
34329 ____________________________________________________________________________
34330 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
34331         Log: DJGPP tweak from Laszlo Molnar.
34332      Branch: perl
34333            ! djgpp/config.over
34334 ____________________________________________________________________________
34335 [ 12066] By: sky                                   on 2001/09/18  10:24:31
34336         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
34337      Branch: perl
34338            ! sharedsv.c sharedsv.h
34339 ____________________________________________________________________________
34340 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
34341         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
34342              ditto ^cns.
34343      Branch: perl
34344            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
34345            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
34346            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
34347            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
34348            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
34349            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
34350            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
34351            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
34352            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
34353            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
34354            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
34355            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
34356            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
34357            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
34358            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
34359            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
34360            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
34361            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
34362            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
34363            + ext/Encode/Encode/ir-197.enc
34364            - ext/Encode/Encode/cns11643-1.enc
34365            - ext/Encode/Encode/cns11643-2.enc
34366            - ext/Encode/Encode/iso2022-cn.enc
34367            - ext/Encode/Encode/iso2022-jp.enc
34368            - ext/Encode/Encode/iso2022-jp1.enc
34369            - ext/Encode/Encode/iso2022-jp2.enc
34370            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
34371            - ext/Encode/Encode/iso8859-1.enc
34372            - ext/Encode/Encode/iso8859-1.ucm
34373            - ext/Encode/Encode/iso8859-10.enc
34374            - ext/Encode/Encode/iso8859-10.ucm
34375            - ext/Encode/Encode/iso8859-11.enc
34376            - ext/Encode/Encode/iso8859-11.ucm
34377            - ext/Encode/Encode/iso8859-13.enc
34378            - ext/Encode/Encode/iso8859-13.ucm
34379            - ext/Encode/Encode/iso8859-14.enc
34380            - ext/Encode/Encode/iso8859-14.ucm
34381            - ext/Encode/Encode/iso8859-15.enc
34382            - ext/Encode/Encode/iso8859-15.ucm
34383            - ext/Encode/Encode/iso8859-16.enc
34384            - ext/Encode/Encode/iso8859-16.ucm
34385            - ext/Encode/Encode/iso8859-2.enc
34386            - ext/Encode/Encode/iso8859-2.ucm
34387            - ext/Encode/Encode/iso8859-3.enc
34388            - ext/Encode/Encode/iso8859-3.ucm
34389            - ext/Encode/Encode/iso8859-4.enc
34390            - ext/Encode/Encode/iso8859-4.ucm
34391            - ext/Encode/Encode/iso8859-5.enc
34392            - ext/Encode/Encode/iso8859-5.ucm
34393            - ext/Encode/Encode/iso8859-6.enc
34394            - ext/Encode/Encode/iso8859-6.ucm
34395            - ext/Encode/Encode/iso8859-7.enc
34396            - ext/Encode/Encode/iso8859-7.ucm
34397            - ext/Encode/Encode/iso8859-8.enc
34398            - ext/Encode/Encode/iso8859-8.ucm
34399            - ext/Encode/Encode/iso8859-9.enc
34400            - ext/Encode/Encode/iso8859-9.ucm
34401            - ext/Encode/Encode/isoir-197.enc
34402            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
34403 ____________________________________________________________________________
34404 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
34405         Log: Must Uppercase.
34406      Branch: perl
34407            ! ext/Encode/Encode.pm
34408 ____________________________________________________________________________
34409 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
34410         Log: Add various encodings.
34411      Branch: perl
34412            + ext/Encode/Encode/iso8859-11.enc
34413            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
34414            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
34415            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
34416            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
34417            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
34418            + ext/Encode/Encode/viscii.ucm
34419            ! MANIFEST ext/Encode/Encode.pm
34420 ____________________________________________________________________________
34421 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
34422         Log: lib/unicode relic.
34423      Branch: perl
34424            ! ext/Encode/compile
34425 ____________________________________________________________________________
34426 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
34427         Log: Subject: [PATCH] Re: filename problems
34428              From: Michael G Schwern <schwern@pobox.com>
34429              Date: Mon, 17 Sep 2001 17:26:26 -0400
34430              Message-ID: <20010917172626.Q585@blackrider>
34431      Branch: perl
34432            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
34433            - t/lib/sample-tests/header_at_end
34434            - t/lib/sample-tests/header_at_end_fail
34435            ! MANIFEST lib/Test/Harness/t/test-harness.t
34436 ____________________________________________________________________________
34437 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
34438         Log: Explicitly explain the 1e9 seconds, not everybody
34439              is a C geek.
34440      Branch: perl
34441            ! ext/Time/HiRes/HiRes.pm
34442 ____________________________________________________________________________
34443 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
34444         Log: Explain an apparent bug reported by
34445              Richard J. Barbalace <rjbarbal@MIT.EDU>,
34446              with additional explanation from Gisle Aas.
34447      Branch: perl
34448            ! ext/Time/HiRes/HiRes.pm
34449 ____________________________________________________________________________
34450 [ 12058] By: ams                                   on 2001/09/17  19:52:01
34451         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
34452              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34453              Date: Mon, 17 Sep 2001 22:48:05 +0200
34454              Message-Id: <20010917224805.C11744@rafael>
34455      Branch: perl
34456            ! t/lib/warnings/op t/lib/warnings/pp
34457 ____________________________________________________________________________
34458 [ 12057] By: ams                                   on 2001/09/17  16:51:18
34459         Log: Its a nit!
34460      Branch: perl
34461            ! sv.h
34462 ____________________________________________________________________________
34463 [ 12056] By: ams                                   on 2001/09/17  16:47:55
34464         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
34465              From: "Craig A. Berry" <craigberry@mac.com>
34466              Date: Mon, 17 Sep 2001 12:34:20 -0500
34467              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
34468      Branch: perl
34469            ! vms/vms.c
34470 ____________________________________________________________________________
34471 [ 12055] By: ams                                   on 2001/09/17  16:05:15
34472         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
34473              From: Gisle Aas <gisle@ActiveState.com>
34474              Date: 16 Apr 2001 16:20:34 -0700
34475              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
34476              (Applied by hand.)
34477      Branch: perl
34478            ! lib/CPAN.pm lib/CPAN/Nox.pm
34479 ____________________________________________________________________________
34480 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
34481         Log: Update Changes.
34482      Branch: perl
34483            ! Changes patchlevel.h
34484 ____________________________________________________________________________
34485 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
34486         Log: Adding new files to the MANIFEST is always nice.
34487      Branch: perl
34488            ! MANIFEST
34489 ____________________________________________________________________________
34490 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
34491         Log: Reindent the PerlIO files (suggested by NI-S), used
34492              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
34493              (GNU indent).  Note that wholesale re-indenting might
34494              be nice, but that would break nice formatting/alignment
34495              of assignments, equality testing, and complex boolean
34496              expressions with lots of &s and |s.
34497      Branch: perl
34498            ! perlio.c perlio.h perliol.h
34499 ____________________________________________________________________________
34500 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
34501         Log: Add a script for being 8.3-polite.
34502              The found conflicts are being worked on.
34503      Branch: perl
34504            + check83.pl
34505            ! MANIFEST Porting/pumpkin.pod
34506 ____________________________________________________________________________
34507 [ 12050] By: sky                                   on 2001/09/17  12:44:36
34508         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
34509              finding it.
34510      Branch: perl
34511            ! sv.c
34512 ____________________________________________________________________________
34513 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
34514         Log: Bump up versions because of #12041.
34515      Branch: perl
34516            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
34517            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
34518            ! lib/Time/localtime.pm
34519 ____________________________________________________________________________
34520 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
34521         Log: Bump the version number because of #12042.
34522      Branch: perl
34523            ! lib/CPAN/FirstTime.pm
34524 ____________________________________________________________________________
34525 [ 12047] By: ams                                   on 2001/09/17  11:21:40
34526         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
34527              From: Abhijit Menon-Sen <ams@wiw.org>
34528              Date: Mon, 17 Sep 2001 17:44:12 +0530
34529              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
34530      Branch: perl
34531            ! op.c
34532 ____________________________________________________________________________
34533 [ 12046] By: sky                                   on 2001/09/17  07:14:17
34534         Log: Subject: Re: t/op/ver.t using skip() improperly
34535              From: "chromatic" <chromatic@rmci.net>
34536              Date: Mon, 17 Sep 2001 00:22:29 -0600
34537              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
34538      Branch: perl
34539            ! t/op/ver.t
34540 ____________________________________________________________________________
34541 [ 12045] By: nick                                  on 2001/09/17  07:12:14
34542         Log: Integrate mainline
34543      Branch: perlio
34544           +> t/op/chdir.t
34545           !> (integrate 117 files)
34546 ____________________________________________________________________________
34547 [ 12044] By: ams                                   on 2001/09/17  05:49:53
34548         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
34549              From: Ilmari Karonen <iltzu@sci.fi>
34550              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
34551              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
34552              (And $VERSION = '1.05'.)
34553      Branch: perl
34554            ! lib/constant.pm
34555 ____________________________________________________________________________
34556 [ 12043] By: ams                                   on 2001/09/17  05:44:50
34557         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
34558              From: Michael G Schwern <schwern@pobox.com>
34559              Date: Mon, 17 Sep 2001 07:49:04 +0200
34560              Message-Id: <20010917074904.V1588@blackrider>
34561              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
34562      Branch: perl
34563            + t/op/chdir.t
34564            ! MANIFEST pp_sys.c
34565 ____________________________________________________________________________
34566 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
34567         Log: Subject: Re: CPAN.pm needs some hacking 
34568              From: "chromatic" <chromatic@rmci.net>
34569              Date: Sun, 16 Sep 2001 16:46:29 -0600
34570              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
34571      Branch: perl
34572            ! lib/CPAN/FirstTime.pm
34573 ____________________________________________________________________________
34574 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
34575         Log: Change use|require 5.005_64 to use|require 5.6.1.
34576      Branch: perl
34577            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
34578            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
34579            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
34580            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
34581            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
34582            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
34583            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
34584            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
34585            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
34586            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
34587            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
34588            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
34589            ! lib/base.pm lib/fields.pm
34590 ____________________________________________________________________________
34591 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
34592         Log: Bump up version numbers.
34593              
34594              TODO 1: double check that pre-5.6.1 CPAN.pm:s
34595              don't try to download 5.8.0 because of the
34596              version numbers.  Mainly this means using _00
34597              in the core version numbers.
34598              
34599              TODO 2: the "use 5.005_64" in many modules
34600              needs to be changed to, say, "use 5.6.1".
34601      Branch: perl
34602            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
34603            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
34604            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
34605            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
34606            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
34607            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
34608            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34609            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
34610            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
34611            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
34612            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
34613 ____________________________________________________________________________
34614 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
34615         Log: Use UCHARAT() as suggested by Inaba Hiroto.
34616      Branch: perl
34617            ! regexec.c
34618 ____________________________________________________________________________
34619 [ 12038] By: ams                                   on 2001/09/16  15:16:24
34620         Log: Subject: [PATCH] Re: Core module version numbers review
34621              From: Peter Scott <Peter@PSDT.com>
34622              Date: Sun, 16 Sep 2001 09:09:58 -0700
34623              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
34624      Branch: perl
34625            ! lib/perl5db.pl
34626 ____________________________________________________________________________
34627 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
34628         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
34629              not yet fully implemented.
34630      Branch: perl
34631            ! pod/perlfunc.pod pod/perlunicode.pod
34632 ____________________________________________________________________________
34633 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
34634         Log: Subject: [patch] plug PL_beginav_save leak
34635              From: Doug MacEachern <dougm@covalent.net>
34636              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
34637              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
34638      Branch: perl
34639            ! perl.c
34640 ____________________________________________________________________________
34641 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
34642         Log: (accidentally empty checkin)
34643      Branch: perl
34644            ! sv.c
34645 ____________________________________________________________________________
34646 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
34647         Log: Subject: [patch] ithreads+PL_beginav_save
34648              From: Doug MacEachern <dougm@covalent.net>
34649              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
34650              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
34651      Branch: perl
34652            ! sv.c
34653 ____________________________________________________________________________
34654 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
34655         Log: Subject: [PATCH] h2xs.PL with C::Scan
34656              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34657              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
34658              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
34659      Branch: perl
34660            ! utils/h2xs.PL
34661 ____________________________________________________________________________
34662 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
34663         Log: Elaborate (well, make more vague, really) #12030.
34664      Branch: perl
34665            ! pod/perltodo.pod pod/perlunicode.pod
34666 ____________________________________________________________________________
34667 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
34668         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
34669              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34670              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
34671              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
34672      Branch: perl
34673            ! regexec.c
34674 ____________________________________________________________________________
34675 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
34676         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
34677              are not yet complete.
34678      Branch: perl
34679            ! pod/perltodo.pod pod/perlunicode.pod
34680 ____________________________________________________________________________
34681 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
34682         Log: Document what's still to be done on the regular expression
34683              Unicode support, based on the UTR#18.
34684      Branch: perl
34685            ! pod/perltodo.pod pod/perlunicode.pod
34686 ____________________________________________________________________________
34687 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
34688         Log: Regen headers.
34689      Branch: perl
34690            ! embedvar.h perlapi.h
34691 ____________________________________________________________________________
34692 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
34693         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
34694              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34695              Date: Sun, 09 Sep 2001 18:41:54 +0100
34696              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
34697      Branch: perl
34698            ! Porting/findvars ext/ByteLoader/bytecode.h
34699            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
34700            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
34701 ____________________________________________________________________________
34702 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
34703         Log: enable most warnings for windows build; fix the various typecasting
34704              nits that showed up (no bugfixes here)
34705      Branch: maint-5.6/perl
34706            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
34707            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
34708            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
34709            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
34710            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
34711            ! x2p/walk.c
34712 ____________________________________________________________________________
34713 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
34714         Log: Integrate change #12024 from maintperl
34715              (a local() precedence bug)
34716      Branch: perl
34717           !> lib/ExtUtils/Install.pm
34718 ____________________________________________________________________________
34719 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
34720         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
34721              change#8642
34722      Branch: maint-5.6/perl
34723            ! lib/ExtUtils/Install.pm
34724 ____________________________________________________________________________
34725 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
34726         Log: Update Changes.
34727      Branch: perl
34728            ! Changes patchlevel.h
34729 ____________________________________________________________________________
34730 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
34731         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
34732              From: "chromatic" <chromatic@rmci.net>
34733              Date: Fri, 14 Sep 2001 09:44:57 -0600 
34734              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
34735      Branch: perl
34736            ! lib/ExtUtils/Manifest.t
34737 ____________________________________________________________________________
34738 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
34739         Log: Hopefully better skipping of the Complete.t tests
34740              in case of not a tty. 
34741      Branch: perl
34742            ! lib/Term/Complete.t t/op/stat.t
34743 ____________________________________________________________________________
34744 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
34745         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
34746              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34747              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
34748              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
34749      Branch: perl
34750            ! regexec.c t/op/pat.t
34751 ____________________________________________________________________________
34752 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
34753         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
34754              From: Robin Barker <rmb1@cise.npl.co.uk>
34755              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
34756              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
34757      Branch: perl
34758            ! pod/perlport.pod
34759 ____________________________________________________________________________
34760 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
34761         Log: NetWare tweaks from Ananth Kesari.
34762      Branch: perl
34763            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34764            ! NetWare/nwutil.h
34765 ____________________________________________________________________________
34766 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
34767         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
34768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34769              Date: Fri, 14 Sep 2001 10:51:13 +0200
34770              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
34771      Branch: perl
34772            ! pod/perlport.pod
34773 ____________________________________________________________________________
34774 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
34775         Log: Subject: Re: [PATCH 2 pl2pm.PL]
34776              From: Joe Smith <Joe.Smith@inwap.com>
34777              Date: Fri, 14 Sep 2001 00:13:32 -0700
34778              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
34779              
34780              Eradicate qu.
34781      Branch: perl
34782            ! keywords.h keywords.pl utils/pl2pm.PL
34783 ____________________________________________________________________________
34784 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
34785         Log: Retract #12013, didn't go over too well in Tru64.
34786      Branch: perl
34787            ! embed.h embed.pl sv.h
34788 ____________________________________________________________________________
34789 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
34790         Log: Subject: [PATCH] Execute files of debugger commands
34791              From: Peter Scott <Peter@PSDT.com>
34792              Date: Thu, 13 Sep 2001 15:26:31 -0700
34793              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
34794      Branch: perl
34795            ! lib/perl5db.pl pod/perldebug.pod
34796 ____________________________________________________________________________
34797 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
34798         Log: (Retracted by #12015)
34799              Subject: [proposed PATCH] Re: perl@11920
34800              From: Nicholas Clark <nick@ccl4.org>
34801              Date: Wed, 12 Sep 2001 23:46:09 +0100
34802              Message-ID: <20010912234609.H4971@plum.flirble.org>     
34803      Branch: perl
34804            ! embed.h embed.pl sv.h
34805 ____________________________________________________________________________
34806 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
34807         Log: ucblib shouldn't be linked against in nonstop-ux,
34808              from Tom Bates.
34809      Branch: perl
34810            ! hints/nonstopux.sh
34811 ____________________________________________________________________________
34812 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
34813         Log: Do stty only if we have stty.
34814              
34815              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
34816      Branch: perl
34817            ! lib/Term/Complete.pm
34818 ____________________________________________________________________________
34819 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
34820         Log: Skip the test if not running on a tty.
34821      Branch: perl
34822            ! lib/Term/Complete.t
34823 ____________________________________________________________________________
34824 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
34825         Log: Regen headers.
34826      Branch: perl
34827            ! embed.h opcode.h pod/perlapi.pod proto.h
34828 ____________________________________________________________________________
34829 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
34830         Log: Subject: [PATCH op.c] Re: perl@12003
34831              From: Robin Barker <rmb1@cise.npl.co.uk>
34832              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
34833              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
34834      Branch: perl
34835            ! op.c
34836 ____________________________________________________________________________
34837 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
34838         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
34839              From: Robin Barker <rmb1@cise.npl.co.uk>
34840              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
34841              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
34842      Branch: perl
34843            ! sv.c
34844 ____________________________________________________________________________
34845 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
34846         Log: Upgrade to Memoize 0.66.
34847      Branch: perl
34848            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
34849            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
34850            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
34851 ____________________________________________________________________________
34852 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
34853         Log: Subject: [ID 20010912.007] substr reference core dump
34854              From: me-01@ton.iguana.be
34855              Date: 12 Sep 2001 14:11:16 -0000
34856              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
34857      Branch: perl
34858            ! mg.c
34859 ____________________________________________________________________________
34860 [ 12004] By: ams                                   on 2001/09/12  01:13:49
34861         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
34862              From: Ilmari Karonen <iltzu@sci.fi>
34863              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
34864              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
34865      Branch: perl
34866            ! pod/perlfaq4.pod
34867 ____________________________________________________________________________
34868 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
34869         Log: Update Changes.
34870      Branch: perl
34871            ! Changes patchlevel.h
34872 ____________________________________________________________________________
34873 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
34874         Log: NetWare update from Ananth Kesari.
34875      Branch: perl
34876            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34877            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
34878 ____________________________________________________________________________
34879 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
34880         Log: Retract #11984: div() being redefined, and 1397
34881              failing on 64-bit platforms.
34882      Branch: perl
34883            ! lib/Math/BigInt/Calc.pm
34884 ____________________________________________________________________________
34885 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
34886         Log: Metaconfig unit change for #11999.
34887      Branch: metaconfig
34888            ! U/protos/d_lseekproto.U
34889 ____________________________________________________________________________
34890 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
34891         Log: The lseek fix (#11991) was no fix.
34892      Branch: perl
34893            ! Configure
34894 ____________________________________________________________________________
34895 [ 11998] By: sky                                   on 2001/09/11  07:52:06
34896         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
34897              From: Matt Sergeant <MSergeant@star.net.uk>
34898              Date: Tue, 11 Sep 2001 09:22:32 +0100
34899              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
34900      Branch: perl
34901            ! ext/Encode/Encode.pm
34902 ____________________________________________________________________________
34903 [ 11997] By: sky                                   on 2001/09/11  06:35:29
34904         Log: Sometimes dTHX is added because it is needed on non 
34905              gnuc platforms, but not needed there. This uses GCC
34906              to silence GCC specific warnings by marking pTHX as 
34907              unused.
34908      Branch: perl
34909            ! perl.h
34910 ____________________________________________________________________________
34911 [ 11996] By: nick                                  on 2001/09/11  06:25:27
34912         Log: Integrate mainline
34913      Branch: perlio
34914            - ext/POSIX/sigaction.t lib/File/Find/taint.t
34915           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
34916 ____________________________________________________________________________
34917 [ 11995] By: nick                                  on 2001/09/11  06:23:39
34918         Log: Part Integrate mainline
34919      Branch: perlio
34920           +> (branch 69 files)
34921            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
34922            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
34923            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
34924            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
34925            - lib/Switch/t/switch_case.t lib/Test/Harness.t
34926            - lib/Test/More/Changes lib/Test/More/t/More.t
34927            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34928            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34929            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
34930            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
34931            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
34932            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
34933            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
34934            - t/lib/Test/More/Catch.pm wince/perl.ico
34935           !> (integrate 197 files)
34936 ____________________________________________________________________________
34937 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
34938         Log: Subject: Re: [PATCH] Encode.pm docs fix
34939              From: Gisle Aas <gisle@ActiveState.com>
34940              Date: 10 Sep 2001 11:27:02 -0700
34941              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
34942      Branch: perl
34943            ! ext/Encode/Encode.pm
34944 ____________________________________________________________________________
34945 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
34946         Log: Fix unpack U to be the reverse of pack U
34947              (but implement unpack U0U as a backdoor to get
34948              the UTF-8 malformed warnings from un-UTF-8 data)
34949      Branch: perl
34950            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
34951 ____________________________________________________________________________
34952 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
34953         Log: Metaconfig unit change for #11991;
34954              delete an unused unit (d_strtoull.U is the one used)
34955      Branch: metaconfig
34956            ! U/protos/d_lseekproto.U
34957      Branch: metaconfig/U/perl
34958            - strtoull.U
34959 ____________________________________________________________________________
34960 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
34961         Log: Subject: [PATCH] Configure not recording lseek proto
34962              From: Blair Zajac <blair@orcaware.com>
34963              Date: Mon, 10 Sep 2001 17:52:37 -0700
34964              Message-ID: <3B9D6055.BA334A31@orcaware.com>
34965              
34966              plus regen Configure.
34967      Branch: perl
34968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34969            ! config_h.SH uconfig.h
34970 ____________________________________________________________________________
34971 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
34972         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?)))                  
34973              From: Nicholas Clark <nick@ccl4.org>
34974              Date: Tue, 11 Sep 2001 00:00:31 +0100
34975              Message-ID: <20010911000031.G1512@plum.flirble.org>
34976      Branch: perl
34977            + t/op/qq.t
34978            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
34979 ____________________________________________________________________________
34980 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
34981         Log: Subject: [PATCH] Building on win32 w/o perlio
34982              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
34983              Date: Mon, 10 Sep 2001 23:38:46 +0200
34984              Message-ID: <3B9D4F06.14433.2C37644@localhost>
34985      Branch: perl
34986            ! perl.c win32/Makefile win32/makefile.mk
34987 ____________________________________________________________________________
34988 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
34989         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
34990              From: "chromatic" <chromatic@rmci.net>
34991              Date: Mon, 10 Sep 2001 15:14:01 -0600
34992              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
34993      Branch: perl
34994            + lib/CGI/t/push.t
34995            ! MANIFEST
34996 ____________________________________________________________________________
34997 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
34998         Log: Subject: avoiding hoardes of zombies
34999              From: Nicholas Clark <nick@ccl4.org>
35000              Date: Mon, 10 Sep 2001 22:00:40 +0100
35001              Message-ID: <20010910220040.C1512@plum.flirble.org>
35002      Branch: perl
35003            ! pod/perlipc.pod
35004 ____________________________________________________________________________
35005 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
35006         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
35007              From: John Peacock <jpeacock@rowman.com>
35008              Date: Mon, 10 Sep 2001 16:34:30 -0400
35009              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
35010      Branch: perl
35011            ! sv.c t/op/ver.t utf8.h
35012 ____________________________________________________________________________
35013 [ 11985] By: ams                                   on 2001/09/10  23:20:13
35014         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
35015      Branch: perl
35016            ! MANIFEST
35017 ____________________________________________________________________________
35018 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
35019         Log: (Retracted by #12001)
35020              Subject: Calc with USE_MUL/USE_DIV
35021              From: Tels <perl_dummy@bloodgate.com>
35022              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
35023              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
35024      Branch: perl
35025            ! lib/Math/BigInt/Calc.pm
35026 ____________________________________________________________________________
35027 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
35028         Log: Subject: [PATCH op.c] Re: perl@11978
35029              From: Robin Barker <rmb1@cise.npl.co.uk>
35030              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
35031              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
35032              
35033              Format errors.
35034      Branch: perl
35035            ! op.c
35036 ____________________________________________________________________________
35037 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
35038         Log: Switch PADOFFSET back to U32 both because of binary backward
35039              compatibility and because Arthur seems to have been fixing the
35040              problems with naughty integer-pointer casting.
35041      Branch: perl
35042            ! op.h
35043 ____________________________________________________________________________
35044 [ 11981] By: ams                                   on 2001/09/10  16:31:43
35045         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
35046              Fix Pod Typo, Add Test for ExtUtils::Command
35047              From: "chromatic" <chromatic@rmci.net>
35048              Date: Mon, 10 Sep 2001 11:20:56 -0600
35049              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
35050      Branch: perl
35051            + lib/ExtUtils/Command.t
35052            ! MANIFEST lib/ExtUtils/Command.pm
35053 ____________________________________________________________________________
35054 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
35055         Log: Subject: [PATCH] Encode.pm docs fix
35056              From: Matt Sergeant <MSergeant@star.net.uk>
35057              Date: Mon, 10 Sep 2001 15:24:01 +0100
35058              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
35059      Branch: perl
35060            ! ext/Encode/Encode.pm
35061 ____________________________________________________________________________
35062 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
35063         Log: Update Changes.
35064      Branch: perl
35065            ! Changes patchlevel.h
35066 ____________________________________________________________________________
35067 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
35068         Log: Revert #11973, the dTHX seems to be needed in there
35069              for threaded builds.
35070      Branch: perl
35071            ! perlio.c
35072 ____________________________________________________________________________
35073 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
35074         Log: Detypo.
35075      Branch: perl
35076            ! pod/perlguts.pod
35077 ____________________________________________________________________________
35078 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
35079         Log: Further Class::Struct patching from Damian.
35080              
35081              The new new semantics are:
35082              
35083              * If you pass an initializer for a nested object, it has to be:
35084              a) a reference to an object of that class, or      
35085              b) a reference to an object of a subclass of that class, or
35086              c) a reference to a hash of arguments to be passed to the
35087              class's constructor
35088              * If you pass no initializer for a nested object, the attribute
35089              is initialized to C<undef>
35090      Branch: perl
35091            ! lib/Class/Struct.pm
35092 ____________________________________________________________________________
35093 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
35094         Log: Skip the crypt test if no crypt.
35095      Branch: perl
35096            ! t/op/crypt.t
35097 ____________________________________________________________________________
35098 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
35099         Log: Warn against using bare v-strings as IP addresses
35100              (okay if using the wrappers from Socket)
35101      Branch: perl
35102            ! pod/perldata.pod pod/perlport.pod
35103 ____________________________________________________________________________
35104 [ 11973] By: sky                                   on 2001/09/10  11:57:58
35105         Log: Remove unused dTHX. Silenced another warning.
35106      Branch: perl
35107            ! perlio.c
35108 ____________________________________________________________________________
35109 [ 11972] By: sky                                   on 2001/09/10  11:54:25
35110         Log: Silence some more warnings INT2PTR.
35111      Branch: perl
35112            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
35113 ____________________________________________________________________________
35114 [ 11971] By: sky                                   on 2001/09/10  11:21:50
35115         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
35116      Branch: perl
35117            ! cop.h
35118 ____________________________________________________________________________
35119 [ 11970] By: sky                                   on 2001/09/10  11:17:25
35120         Log: Apply INT2PTR with force to silence warnings from
35121              PM_GETRE and friends. No more warnings with 64bit 
35122              IVs and 32bit pointers.    
35123      Branch: perl
35124            ! op.c op.h perl.c
35125 ____________________________________________________________________________
35126 [ 11969] By: sky                                   on 2001/09/10  10:13:02
35127         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
35128      Branch: perl
35129            ! pod/perlguts.pod
35130 ____________________________________________________________________________
35131 [ 11968] By: sky                                   on 2001/09/10  10:02:51
35132         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
35133              Rename to custop_op_name to Perl_custom_op_name to match perlapi
35134              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
35135              perl_clone.
35136      Branch: perl
35137            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
35138 ____________________________________________________________________________
35139 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
35140         Log: Using strlen() not good on embedded nul bytes.
35141      Branch: perl
35142            ! regcomp.c
35143 ____________________________________________________________________________
35144 [ 11966] By: ams                                   on 2001/09/09  21:06:13
35145         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
35146              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35147              Date: Mon, 13 Aug 2001 22:51:59 +0200
35148              Message-ID: <20010813225159.C6681@rafael>
35149              (Applied with several tweaks.)
35150      Branch: perl
35151            ! embed.h embed.pl proto.h toke.c
35152 ____________________________________________________________________________
35153 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
35154         Log: The exact error message is system-dependent.
35155      Branch: perl
35156            ! lib/ExtUtils/Manifest.t
35157 ____________________________________________________________________________
35158 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
35159         Log: Add Windows and Mac Sami support to Encode
35160              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
35161      Branch: perl
35162            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
35163            ! MANIFEST
35164 ____________________________________________________________________________
35165 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
35166         Log: Use the tried method.
35167      Branch: perl
35168            ! pod/perlport.pod
35169 ____________________________________________________________________________
35170 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
35171         Log: Can't count parentheses.
35172      Branch: perl
35173            ! ext/IO/lib/IO/Socket/INET.pm
35174 ____________________________________________________________________________
35175 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
35176         Log: perlport additions: 1 while unlink, add/delete directory
35177              entries and permissions, cygwin stat funkiness (from Michael
35178              Schwern and Nicholas Clark)
35179      Branch: perl
35180            ! pod/perlport.pod
35181 ____________________________________________________________________________
35182 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
35183         Log: blib does have a detectable test.
35184      Branch: perl
35185            ! t/lib/1_compile.t
35186 ____________________________________________________________________________
35187 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
35188         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
35189              From: "chromatic" <chromatic@rmci.net>
35190              Date: Sat, 08 Sep 2001 19:33:42 -0600
35191              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
35192      Branch: perl
35193            + lib/Term/Complete.t
35194            ! MANIFEST
35195 ____________________________________________________________________________
35196 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
35197         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
35198              From: Michael G Schwern <schwern@pobox.com> 
35199              Date: Sat, 8 Sep 2001 02:40:26 -0400
35200              Message-ID: <20010908024026.A26283@blackrider>
35201      Branch: perl
35202            + lib/Test/Tutorial.pod
35203            ! MANIFEST
35204 ____________________________________________________________________________
35205 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
35206         Log: Try to look up protocol (by name) only iff it has non-numbers:
35207              nice if the server is in a chrooted environment (no /etc/protocols,
35208              server code using hardcorded protocol numbers like 6 for tcp),
35209              suggested by John Holdsworth <coldwave@bigfoot.com>.
35210              In other words, if we are given a number, why look it up again
35211              (by number)?
35212      Branch: perl
35213            ! ext/IO/lib/IO/Socket/INET.pm
35214 ____________________________________________________________________________
35215 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
35216         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
35217              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35218              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
35219              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
35220              
35221              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
35222              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35223              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
35224              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
35225              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
35226              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35227              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
35228              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
35229      Branch: perl
35230            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
35231 ____________________________________________________________________________
35232 [ 11955] By: ams                                   on 2001/09/09  02:54:21
35233         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35234              From: "Craig A. Berry" <craigberry@mac.com>
35235              Date: Sat, 08 Sep 2001 19:02:16 -0500
35236              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
35237      Branch: perl
35238            ! lib/CGI/t/carp.t
35239 ____________________________________________________________________________
35240 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
35241         Log: Documentation tweaks; think the IP address as an opaque string.
35242      Branch: perl
35243            ! ext/Socket/Socket.pm
35244 ____________________________________________________________________________
35245 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
35246         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
35247              From: Michael G Schwern <schwern@pobox.com>
35248              Date: Sat, 8 Sep 2001 19:45:46 -0400
35249              Message-ID: <20010908194546.C9193@blackrider>
35250      Branch: perl
35251            + lib/blib.t
35252            ! MANIFEST lib/blib.pm t/lib/1_compile.t
35253 ____________________________________________________________________________
35254 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
35255         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
35256              From: "chromatic" <chromatic@rmci.net>
35257              Date: Sat, 08 Sep 2001 12:31:44 -0600
35258              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
35259      Branch: perl
35260            + lib/CGI/t/fast.t
35261            ! MANIFEST
35262 ____________________________________________________________________________
35263 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
35264         Log: The Socket tests were wrong: they were assuming too much.
35265      Branch: perl
35266            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
35267 ____________________________________________________________________________
35268 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
35269         Log: Retract the portability changes since they
35270              seem to have opened a can of worms... will
35271              go back to UNICOS/mk and do the bare minimum
35272              required to get the tests working.
35273      Branch: perl
35274            ! ext/Socket/Socket.xs
35275 ____________________________________________________________________________
35276 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
35277         Log: PADOFFSET is used to cast pointers into integers,
35278              if pointers are 64 bits and U32 32 bits,
35279              bad things may happen, or at least warnings issued.
35280      Branch: perl
35281            ! op.h
35282 ____________________________________________________________________________
35283 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
35284         Log: Still more Socket portability tweaking.
35285              Now Socket.t seems to be happy in all of
35286              Linux/x86, Tru64/alpha, Solaris/sparc,
35287              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
35288              
35289              Addendum: it seems that io_multihomed, io_sock, and hostent
35290              were broken in little-endians (linux/x86 and tru64/alpha)
35291              because of this change.  Argh.
35292      Branch: perl
35293            ! ext/Socket/Socket.xs
35294 ____________________________________________________________________________
35295 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
35296         Log: More portability kicking on inet_ntoa().
35297      Branch: perl
35298            ! ext/Socket/Socket.xs
35299 ____________________________________________________________________________
35300 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
35301         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
35302              From: Michael G Schwern <schwern@pobox.com> 
35303              Date: Fri, 7 Sep 2001 23:06:51 -0400
35304              Message-ID: <20010907230651.R606@blackrider>
35305      Branch: perl
35306            + lib/ExtUtils/Manifest.t
35307            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
35308 ____________________________________________________________________________
35309 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
35310         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
35311              From: "chromatic" <chromatic@rmci.net>
35312              Date: Fri, 07 Sep 2001 17:53:15 -0600      
35313              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
35314      Branch: perl
35315            + lib/ExtUtils/testlib.t
35316            ! MANIFEST
35317 ____________________________________________________________________________
35318 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
35319         Log: Thinko.
35320      Branch: perl
35321            ! lib/integer.t
35322 ____________________________________________________________________________
35323 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
35324         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
35325              From: "Craig A. Berry" <craigberry@mac.com>
35326              Date: Fri, 07 Sep 2001 15:30:03 -0500
35327              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
35328      Branch: perl
35329            ! lib/CGI/Carp.pm
35330 ____________________________________________________________________________
35331 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
35332         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
35333              From: Michael G Schwern <schwern@pobox.com>
35334              Date: Fri, 7 Sep 2001 15:38:13 -0400
35335              Message-ID: <20010907153813.K606@blackrider>
35336      Branch: perl
35337            ! lib/ExtUtils/MM_Unix.pm
35338 ____________________________________________________________________________
35339 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
35340         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
35341              From: Robin Barker <rmb1@cise.npl.co.uk>
35342              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
35343              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
35344      Branch: perl
35345            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
35346 ____________________________________________________________________________
35347 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
35348         Log: Clean up 1_compile.t; move tests to more consistent
35349              places (t/ subdirectories); add integer.t (much of
35350              the pragma is tested elsewhere but there is no one
35351              centralized place)
35352      Branch: perl
35353            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
35354            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
35355            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
35356            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
35357            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
35358            - lib/File/Find/find.t lib/File/Find/taint.t
35359            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
35360 ____________________________________________________________________________
35361 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
35362         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
35363              From: "chromatic" <chromatic@rmci.net>
35364              Date: Fri, 07 Sep 2001 10:17:40 -0600
35365              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
35366      Branch: perl
35367            ! lib/File/Find/taint.t
35368 ____________________________________________________________________________
35369 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
35370         Log: Update Changes.
35371      Branch: perl
35372            ! Changes patchlevel.h
35373 ____________________________________________________________________________
35374 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
35375         Log: Rename the old threading tutorial, start a new one,
35376              regen toc.
35377      Branch: perl
35378            + pod/perlothrtut.pod
35379            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
35380            ! pod/perltoc.pod
35381 ____________________________________________________________________________
35382 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
35383         Log: vars very much has a test.
35384      Branch: perl
35385            ! t/lib/1_compile.t
35386 ____________________________________________________________________________
35387 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
35388         Log: Subject: Re: wince/perl.ico marked as binary
35389              From: Nicholas Clark <nick@ccl4.org>
35390              Date: Fri, 7 Sep 2001 13:54:40 +0100
35391              Message-ID: <20010907135439.D39150@plum.flirble.org>
35392              
35393              and wince/Makefile.ce change from Rainer Keuchel.
35394      Branch: perl
35395            + wince/makeico.pl
35396            ! MANIFEST wince/Makefile.ce
35397 ____________________________________________________________________________
35398 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
35399         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
35400              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35401              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
35402              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
35403      Branch: perl
35404            ! regexec.c
35405 ____________________________________________________________________________
35406 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
35407         Log: (Replaced by #11934)
35408              Subject: Re: [PATCH regexec.c] more general .* and .*?
35409              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35410              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
35411              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
35412      Branch: perl
35413            ! regexec.c
35414 ____________________________________________________________________________
35415 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
35416         Log: The #11931 patching misbehaved.
35417      Branch: perl
35418            ! lib/Test/Harness/t/test-harness.t
35419 ____________________________________________________________________________
35420 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
35421         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
35422              From: Michael G Schwern <schwern@pobox.com>
35423              Date: Fri, 7 Sep 2001 03:30:41 -0400
35424              Message-ID: <20010907033041.A2796@blackrider>
35425      Branch: perl
35426            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
35427            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
35428            + t/lib/sample-tests/header_at_end_fail
35429            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
35430            - lib/Test/Harness.t
35431            ! MANIFEST lib/Test/Harness.pm t/TEST
35432 ____________________________________________________________________________
35433 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
35434         Log: Subject: [PATCH] Digest::MD5 update
35435              From: Gisle Aas <gisle@ActiveState.com>
35436              Date: 06 Sep 2001 23:32:56 -0700
35437              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
35438      Branch: perl
35439            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35440            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35441 ____________________________________________________________________________
35442 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
35443         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
35444              From: "chromatic" <chromatic@rmci.net>
35445              Date: Thu, 06 Sep 2001 23:11:44 -0600
35446              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
35447      Branch: perl
35448            + lib/less.t
35449            ! MANIFEST t/lib/1_compile.t
35450 ____________________________________________________________________________
35451 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
35452         Log: The binary file must somehow differently stored.
35453      Branch: perl
35454            - wince/perl.ico
35455            ! MANIFEST
35456 ____________________________________________________________________________
35457 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
35458         Log: Add more modules to the list of modules that have tests,
35459              Schwern's wallet is getting more nervous.
35460              (Run t/lib/1_compile.t manually to see which modules
35461              are lacking tests, or the tests can't be run for some
35462              reason or another, such as the Net:: modules)
35463      Branch: perl
35464            ! t/lib/1_compile.t
35465 ____________________________________________________________________________
35466 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
35467         Log: Try to make Socket::inet_ntoa() more robust.
35468      Branch: perl
35469            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
35470 ____________________________________________________________________________
35471 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
35472         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
35473              From: chromatic <chromatic@rmci.net>       
35474              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
35475              Message-Id: <01090522580506.19590@firewheel>           
35476      Branch: perl
35477            ! lib/English.t
35478 ____________________________________________________________________________
35479 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
35480         Log: Subject: Re: perlvar manpage and localizing special vars
35481              From: Stas Bekman <stas@stason.org>
35482              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
35483              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
35484      Branch: perl
35485            ! pod/perlvar.pod
35486 ____________________________________________________________________________
35487 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
35488         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
35489              From: Robin Barker <rmb1@cise.npl.co.uk>
35490              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
35491              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
35492      Branch: perl
35493            ! lib/ExtUtils/MakeMaker.pm
35494 ____________________________________________________________________________
35495 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
35496         Log: Symbol missing; AIX unhappy.
35497      Branch: perl
35498            ! makedef.pl
35499 ____________________________________________________________________________
35500 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
35501         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
35502              Reported in 5.61, seems to work okay in blead.
35503      Branch: perl
35504            ! t/run/kill_perl.t
35505 ____________________________________________________________________________
35506 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
35507         Log: Update Changes.
35508      Branch: perl
35509            ! Changes patchlevel.h
35510 ____________________________________________________________________________
35511 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
35512         Log: Document the bad assumptions currently breaking
35513              the Socket.t tests 10, 11, and 13 in UNICOS.
35514      Branch: perl
35515            ! ext/Socket/Socket.xs
35516 ____________________________________________________________________________
35517 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
35518         Log: Subject: [PATCH x2p] make OPTIMIZE=...
35519              From: Robin Barker <rmb1@cise.npl.co.uk>
35520              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
35521              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
35522      Branch: perl
35523            ! x2p/Makefile.SH x2p/cflags.SH
35524 ____________________________________________________________________________
35525 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
35526         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
35527              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35528              Date: Thu, 6 Sep 2001 11:09:40 +0100
35529              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
35530              
35531              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
35532              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
35533              Date: 6 Sep 2001 10:14:38 -0000
35534              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
35535      Branch: perl
35536            ! pod/perlfaq1.pod pod/perlhack.pod
35537 ____________________________________________________________________________
35538 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
35539         Log: Subject: Extra NUL is Data::Dumper output - patch
35540              From: Tony Cook <tony@develop-help.com>
35541              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
35542              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
35543      Branch: perl
35544            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
35545 ____________________________________________________________________________
35546 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
35547         Log: Avoid redefinition warning
35548              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
35549              from
35550              perl -w -Ilib -MCwd -e ''
35551      Branch: perl
35552            ! lib/Cwd.pm
35553 ____________________________________________________________________________
35554 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
35555         Log: Update the is_tainted() example implementation.
35556      Branch: perl
35557            ! pod/perlsec.pod
35558 ____________________________________________________________________________
35559 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
35560         Log: Missing) in #11912.
35561      Branch: perl
35562            ! lib/Test/Simple/t/fail.t
35563 ____________________________________________________________________________
35564 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
35565         Log: Rewhack Test-Simple into core harness.
35566      Branch: perl
35567            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
35568            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
35569            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
35570            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
35571            ! lib/Test/Simple/t/skipall.t
35572 ____________________________________________________________________________
35573 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
35574         Log: Workaround for the new Exporter 'feature'.
35575      Branch: perl
35576            ! lib/Test/More.pm
35577 ____________________________________________________________________________
35578 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
35579         Log: Re-introduce pure-Perl fall-back for abs_path,
35580              re-introduce #11898.
35581      Branch: perl
35582            ! lib/Cwd.pm lib/File/Find.pm
35583 ____________________________________________________________________________
35584 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
35585         Log: More tests.
35586      Branch: perl
35587            ! lib/Exporter.t
35588 ____________________________________________________________________________
35589 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
35590         Log: Retract #11898 for now because it introduces
35591              a rather nasty depencency: when B is being built,
35592              MakeMaker is used.  MakeMaker uses File::Find.
35593              File::Find uses Cwd::getcwd()...which doesn't
35594              exist yet.
35595      Branch: perl
35596            ! lib/File/Find.pm
35597 ____________________________________________________________________________
35598 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
35599         Log: New test welcome.
35600      Branch: perl
35601            + lib/Test/Simple/t/simple.t
35602 ____________________________________________________________________________
35603 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
35604         Log: Old test begone.
35605      Branch: perl
35606            - lib/Attribute/Handlers/test.pl
35607 ____________________________________________________________________________
35608 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
35609         Log: Test-Simple syncup from Schwern.
35610      Branch: perl
35611            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
35612            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
35613            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
35614            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
35615            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
35616            - lib/Test/More/Changes lib/Test/More/t/More.t
35617            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35618            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35619            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
35620            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
35621            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
35622            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35623            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35624            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
35625            ! t/lib/Test/Simple/sample_tests/death.plx
35626            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
35627            ! t/lib/Test/Simple/sample_tests/extras.plx
35628            ! t/lib/Test/Simple/sample_tests/five_fail.plx
35629            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
35630            ! t/lib/Test/Simple/sample_tests/one_fail.plx
35631            ! t/lib/Test/Simple/sample_tests/require.plx
35632            ! t/lib/Test/Simple/sample_tests/success.plx
35633            ! t/lib/Test/Simple/sample_tests/too_few.plx
35634            ! t/lib/Test/Simple/sample_tests/two_fail.plx
35635 ____________________________________________________________________________
35636 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
35637         Log: Integrate File::Find changes from bleadperl
35638      Branch: maint-5.6/macperl
35639            ! lib/File/Find.pm t/lib/filefind-taint.t
35640 ____________________________________________________________________________
35641 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
35642         Log: Integrate 11847 from maint-5.6/perl
35643      Branch: maint-5.6/macperl
35644           !> sv.c
35645 ____________________________________________________________________________
35646 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
35647         Log: In UNICOS division yada yada.
35648      Branch: perl
35649            ! t/op/override.t
35650 ____________________________________________________________________________
35651 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
35652         Log: In UNICOS division is really lossy, better use
35653              a tolerance test.
35654      Branch: perl
35655            ! ext/Time/HiRes/HiRes.t
35656 ____________________________________________________________________________
35657 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
35658         Log: In UNICOS sigaction() sets an extra flag
35659              ("the signal has been registered for all the processes in
35660              a multitasking group.")
35661      Branch: perl
35662            ! ext/POSIX/sigaction.t
35663 ____________________________________________________________________________
35664 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
35665         Log: Documentation micropatch from Damian.
35666      Branch: perl
35667            ! lib/Attribute/Handlers.pm
35668 ____________________________________________________________________________
35669 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
35670         Log: (Retracted by #11908)
35671              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
35672              From: Michael G Schwern <schwern@pobox.com>
35673              Date: Wed, 5 Sep 2001 15:58:21 -0400
35674              Message-ID: <20010905155821.I632@blackrider>
35675      Branch: perl
35676            ! lib/File/Find.pm lib/File/Find/taint.t
35677 ____________________________________________________________________________
35678 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
35679         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
35680              From: Michael G Schwern <schwern@pobox.com>
35681              Date: Wed, 5 Sep 2001 19:16:31 -0400
35682              Message-ID: <20010905191631.E11386@blackrider>
35683      Branch: perl
35684            + lib/CGI/t/carp.t
35685            ! MANIFEST
35686 ____________________________________________________________________________
35687 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
35688         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
35689              From: chromatic <chromatic@rmci.net>
35690              Date: Wed, 5 Sep 2001 18:08:07 -0600
35691              Message-Id: <01090518080700.19590@firewheel>
35692      Branch: perl
35693            ! lib/English.pm
35694 ____________________________________________________________________________
35695 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
35696         Log: Fix a typo #11889 and add a test for the same.
35697      Branch: perl
35698            ! ext/Socket/Socket.t ext/Socket/Socket.xs
35699 ____________________________________________________________________________
35700 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
35701         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
35702              From: "Craig A. Berry" <craigberry@mac.com>
35703              Date: Wed, 05 Sep 2001 17:48:54 -0500
35704              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
35705      Branch: perl
35706            ! lib/warnings.t t/run/kill_perl.t
35707 ____________________________________________________________________________
35708 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
35709         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
35710              From: Michael G Schwern <schwern@pobox.com>
35711              Date: Wed, 5 Sep 2001 17:22:25 -0400
35712              Message-ID: <20010905172225.C11386@blackrider>
35713      Branch: perl
35714            ! t/run/kill_perl.t
35715 ____________________________________________________________________________
35716 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
35717         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
35718              From: Nicholas Clark <nick@ccl4.org>
35719              Date: Wed, 5 Sep 2001 20:54:24 +0100
35720              Message-ID: <20010905205424.C25120@plum.flirble.org>
35721      Branch: perl
35722            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
35723 ____________________________________________________________________________
35724 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
35725         Log: Forgotten thing.
35726      Branch: perl
35727            ! uconfig.h
35728 ____________________________________________________________________________
35729 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
35730         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
35731              From: chromatic <chromatic@rmci.net>               
35732              Date: Wed, 5 Sep 2001 13:22:08 -0600
35733              Message-Id: <01090513220807.10587@firewheel> 
35734      Branch: perl
35735            ! lib/English.pm
35736 ____________________________________________________________________________
35737 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
35738         Log: inet_ntoa() tweaks:
35739              - don't allow addresses with > 255 characters
35740              - indent the HP-UX workaround
35741              - don't leak memory
35742      Branch: perl
35743            ! ext/Socket/Socket.xs
35744 ____________________________________________________________________________
35745 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
35746         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
35747              <xwu@theeducationcenter.com>
35748      Branch: perl
35749            ! lib/File/Find.pm
35750 ____________________________________________________________________________
35751 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
35752         Log: Typo nits.
35753      Branch: perl
35754            ! lib/File/Find.pm
35755 ____________________________________________________________________________
35756 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
35757         Log: -Wall nit.
35758      Branch: perl
35759            ! op.c
35760 ____________________________________________________________________________
35761 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
35762         Log: Update to Scalar-List-Utils 1.05
35763      Branch: perl
35764            ! ext/List/Util/ChangeLog ext/List/Util/README
35765            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35766 ____________________________________________________________________________
35767 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
35768         Log: Update Changes.
35769      Branch: perl
35770            ! Changes patchlevel.h
35771 ____________________________________________________________________________
35772 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
35773         Log: Update to Scalar-List-Utils 1.04
35774      Branch: perl
35775            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
35776            ! ext/List/Util/lib/List/Util.pm
35777            ! ext/List/Util/lib/Scalar/Util.pm
35778 ____________________________________________________________________________
35779 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
35780         Log: Metaconfigify #11724.
35781      Branch: metaconfig
35782            ! U/threads/archname.U
35783 ____________________________________________________________________________
35784 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
35785         Log: The MacOS reference is okay, no reason to hide it.
35786      Branch: perl
35787            ! lib/Cwd.pm
35788 ____________________________________________________________________________
35789 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
35790         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
35791              From: Michael G Schwern <schwern@pobox.com>
35792              Date: Tue, 4 Sep 2001 15:30:10 -0400
35793              Message-ID: <20010904153010.H26466@blackrider> 
35794              
35795              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
35796      Branch: perl
35797            ! ext/Cwd/Makefile.PL lib/Cwd.pm
35798 ____________________________________________________________________________
35799 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
35800         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.))
35801              From: Michael G Schwern <schwern@pobox.com>
35802              Date: Tue, 4 Sep 2001 17:39:13 -0400
35803              Message-ID: <20010904173913.C626@blackrider>
35804      Branch: perl
35805            ! lib/Cwd.pm
35806 ____________________________________________________________________________
35807 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
35808         Log: Subject: Re: Perl_pp_* in public API?
35809              From: "Craig A. Berry" <craigberry@mac.com>
35810              Date: Tue, 4 Sep 2001 21:51:29 -0500
35811              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
35812      Branch: perl
35813            ! ext/List/Util/Util.xs
35814 ____________________________________________________________________________
35815 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
35816         Log: From Damian: Class::Struct was unable to define
35817              recursive classes.  After the patch an object reference
35818              (rather than a hash) is required to initialize
35819              an object attribute.  If no such initializer is given to
35820              the constructor, object attributes are now default
35821              initialized to C<undef>.
35822      Branch: perl
35823            ! lib/Class/Struct.pm lib/Class/Struct.t
35824 ____________________________________________________________________________
35825 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
35826         Log: Subject: Re: sv_catpvfn and sv_setpvfn
35827              From: Richard Soderberg <rs@oregonnet.com>
35828              Date: Tue, 4 Sep 2001 15:16:47 -0700
35829              Message-Id: <200109042216.PAA17858@oregonnet.com>
35830      Branch: perl
35831            ! pod/perlclib.pod pod/perlguts.pod
35832 ____________________________________________________________________________
35833 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
35834         Log: NetWare updates from Ananth Kesari.
35835      Branch: perl
35836            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
35837            ! NetWare/nw5thread.h
35838 ____________________________________________________________________________
35839 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
35840         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?))
35841              From: Nicholas Clark <nick@ccl4.org>
35842              Date: Tue, 4 Sep 2001 22:42:50 +0100
35843              Message-ID: <20010904224250.P25120@plum.flirble.org>
35844      Branch: perl
35845            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
35846            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
35847            ! t/op/oct.t toke.c
35848 ____________________________________________________________________________
35849 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
35850         Log: Fix Cwd::getcwd() not being tainted, as noticed
35851              by Schwern.
35852      Branch: perl
35853            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
35854            - ext/Cwd/Cwd.t
35855            ! MANIFEST ext/Cwd/Cwd.xs util.c
35856 ____________________________________________________________________________
35857 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
35858         Log: Retract #11870 and volatilize the right destruct_level.
35859              Silly thinko pointed out by Sarathy.
35860      Branch: perl
35861            ! intrpvar.h perl.c
35862 ____________________________________________________________________________
35863 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
35864         Log: At least a temporary fix for the mysterious scope core dumps
35865              in Tru64 from Graham.
35866      Branch: perl
35867            ! ext/List/Util/Util.xs
35868 ____________________________________________________________________________
35869 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
35870         Log: (Retracted by #11872)
35871      Branch: perl
35872            ! intrpvar.h
35873 ____________________________________________________________________________
35874 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
35875         Log: Quench a -Wall gripe noticed by Robin Barker.
35876      Branch: perl
35877            ! op.c
35878 ____________________________________________________________________________
35879 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
35880         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
35881              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35882              Date: Wed, 05 Sep 2001 02:01:32 +0900
35883              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
35884      Branch: perl
35885            ! lib/Unicode/UCD.pm
35886 ____________________________________________________________________________
35887 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
35888         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
35889              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35890              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
35891              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
35892      Branch: perl
35893            ! gv.c
35894 ____________________________________________________________________________
35895 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
35896         Log: Update Changes.
35897      Branch: perl
35898            ! Changes patchlevel.h
35899 ____________________________________________________________________________
35900 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
35901         Log: Add the \[$@%&*] prototype support.
35902      Branch: perl
35903            ! op.c pod/perlsub.pod t/comp/proto.t
35904 ____________________________________________________________________________
35905 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
35906         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
35907              From: Michael G Schwern <schwern@pobox.com>
35908              Date: Mon, 3 Sep 2001 18:59:01 -0400
35909              Message-ID: <20010903185901.Z9233@blackrider>
35910      Branch: perl
35911            ! lib/CGI/t/form.t
35912 ____________________________________________________________________________
35913 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
35914         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
35915              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35916              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
35917              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
35918      Branch: perl
35919            ! gv.c
35920 ____________________________________________________________________________
35921 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
35922         Log: More srand entry tweakage based on Randal's suggestion.
35923      Branch: perl
35924            ! pod/perlfunc.pod
35925 ____________________________________________________________________________
35926 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
35927         Log: Subject: [PATCH] 'main' *is* a reserved word
35928              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35929              Date: Mon, 3 Sep 2001 22:55:41 +0200
35930              Message-ID: <20010903225541.A24097@rafael>
35931      Branch: perl
35932            ! toke.c
35933 ____________________________________________________________________________
35934 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
35935         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
35936              From: Peter Prymmer <pvhp@best.com>
35937              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
35938              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
35939      Branch: perl
35940            ! README.vms configure.com
35941 ____________________________________________________________________________
35942 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
35943         Log: Subject: Re: A slightly better default seed?   
35944              From: Michael G Schwern <schwern@pobox.com>
35945              Date: Mon, 3 Sep 2001 18:08:15 -0400 
35946              Message-ID: <20010903180815.W9233@blackrider>
35947      Branch: perl
35948            ! t/op/srand.t
35949 ____________________________________________________________________________
35950 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
35951         Log: Add sharedsv.o to microperl object files.
35952      Branch: perl
35953            ! Makefile.micro
35954 ____________________________________________________________________________
35955 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
35956         Log: AUTHORS updates and
35957              
35958              Subject: [PATCH] Just some preening :-)        
35959              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35960              Date: Tue, 4 Sep 2001 14:16:59 +0100
35961              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
35962      Branch: perl
35963            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
35964 ____________________________________________________________________________
35965 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
35966         Log: Typo fix and slight rewording.
35967      Branch: perl
35968            ! pod/perlfunc.pod
35969 ____________________________________________________________________________
35970 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
35971         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
35972      Branch: perl
35973            ! pod/perlfaq4.pod
35974 ____________________________________________________________________________
35975 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
35976         Log: The helper file changed name.
35977      Branch: perl
35978            ! MANIFEST
35979 ____________________________________________________________________________
35980 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
35981         Log: Update to Scalar-List-Utils 1.03
35982      Branch: perl
35983            + ext/List/Util/t/shuffle.t
35984            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
35985            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
35986            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35987            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35988            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35989            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35990            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
35991            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35992 ____________________________________________________________________________
35993 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
35994         Log: Make crypt() do something more sane for Unicode
35995              (take crypt() of the low eight bits of the characters,
35996              instead of taking crypt() of the UTF-8 of the scalar);
35997              add a test for crypt().
35998      Branch: perl
35999            + t/op/crypt.t
36000            ! MANIFEST pod/perlfunc.pod pp.c
36001 ____________________________________________________________________________
36002 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
36003         Log: Reorganize the srand entry.
36004      Branch: perl
36005            ! pod/perlfunc.pod
36006 ____________________________________________________________________________
36007 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
36008         Log: Remove the tests that assume something about
36009              calling srand() without arguments multiple times.
36010      Branch: perl
36011            ! t/op/srand.t
36012 ____________________________________________________________________________
36013 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
36014         Log: Upgrade to Math::BigInt 1.42.
36015      Branch: perl
36016            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36017            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
36018            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
36019            ! lib/Math/BigInt/t/mbimbf.t
36020 ____________________________________________________________________________
36021 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
36022         Log: integrate change#11847 from maint-5.6
36023              
36024              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36025      Branch: perl
36026            ! sv.c
36027 ____________________________________________________________________________
36028 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
36029         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
36030      Branch: maint-5.6/perl
36031            ! sv.c
36032 ____________________________________________________________________________
36033 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
36034         Log: As far as I can tell these functions have been Unicodified.
36035      Branch: perl
36036            ! doop.c
36037 ____________________________________________________________________________
36038 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
36039         Log: Update to Storable 1.0.13.
36040      Branch: perl
36041            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36042            ! ext/Storable/Storable.xs
36043 ____________________________________________________________________________
36044 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
36045         Log: Patch the Filter::Simple test to work with
36046              the core test suite (since the FilterTest.pm
36047              is in t/lib, not in lib).
36048      Branch: perl
36049            ! lib/Filter/Simple/t/filter.t
36050 ____________________________________________________________________________
36051 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
36052         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
36053      Branch: perl
36054            + t/lib/FilterTest.pm
36055            - t/lib/MyFilter.pm
36056 ____________________________________________________________________________
36057 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
36058         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
36059              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
36060              Text::Balanced 1.86.
36061      Branch: perl
36062            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
36063            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
36064            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
36065            + lib/Switch/t/nested.t lib/Switch/t/switch.t
36066            + lib/Text/Balanced/Changes lib/Text/Balanced/README
36067            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
36068            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
36069            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
36070            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
36071            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
36072            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
36073            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
36074            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
36075            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
36076            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
36077            ! MANIFEST lib/Attribute/Handlers.pm
36078            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
36079            ! lib/Attribute/Handlers/demo/Demo.pm
36080            ! lib/Attribute/Handlers/demo/Descriptions.pm
36081            ! lib/Attribute/Handlers/demo/MyClass.pm
36082            ! lib/Attribute/Handlers/demo/demo.pl
36083            ! lib/Attribute/Handlers/demo/demo2.pl
36084            ! lib/Attribute/Handlers/demo/demo3.pl
36085            ! lib/Attribute/Handlers/demo/demo4.pl
36086            ! lib/Attribute/Handlers/demo/demo_call.pl
36087            ! lib/Attribute/Handlers/demo/demo_chain.pl
36088            ! lib/Attribute/Handlers/demo/demo_cycle.pl
36089            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
36090            ! lib/Attribute/Handlers/demo/demo_phases.pl
36091            ! lib/Attribute/Handlers/demo/demo_range.pl
36092            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
36093            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
36094            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
36095            ! lib/Text/Balanced.pm
36096 ____________________________________________________________________________
36097 [ 11841] By: sky                                   on 2001/09/03  11:04:15
36098         Log: Forgot to add a file with Change #11840
36099      Branch: perl
36100            + t/op/srand.t
36101 ____________________________________________________________________________
36102 [ 11840] By: sky                                   on 2001/09/03  11:02:04
36103         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
36104              From: Michael G Schwern <schwern@pobox.com>
36105              Date: Mon, 3 Sep 2001 07:43:00 -0400
36106              Message-ID: <20010903074300.E9233@blackrider>
36107      Branch: perl
36108            ! MANIFEST pod/perlfunc.pod t/op/rand.t
36109 ____________________________________________________________________________
36110 [ 11839] By: sky                                   on 2001/09/03  10:47:11
36111         Log: Document the changes with regards to running of END blocks.
36112              And DESTROY on global objects are called in perl_destruct()!
36113      Branch: perl
36114            ! pod/perl572delta.pod pod/perlembed.pod
36115 ____________________________________________________________________________
36116 [ 11838] By: sky                                   on 2001/09/03  09:34:44
36117         Log: Subject: [PATCH t/op/time.t] Partial cleanup
36118              From: Michael G Schwern <schwern@pobox.com>
36119              Date: Mon, 3 Sep 2001 06:29:42 -0400
36120              Message-ID: <20010903062942.C9233@blackrider>
36121      Branch: perl
36122            ! t/op/time.t
36123 ____________________________________________________________________________
36124 [ 11837] By: sky                                   on 2001/09/03  09:30:02
36125         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
36126              From: Michael G Schwern <schwern@pobox.com>
36127              Date: Mon, 3 Sep 2001 06:24:13 -0400
36128              Message-ID: <20010903062413.B9233@blackrider>
36129      Branch: perl
36130            ! t/op/rand.t
36131 ____________________________________________________________________________
36132 [ 11836] By: sky                                   on 2001/09/03  07:56:47
36133         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
36134              From: Michael G Schwern <schwern@pobox.com>
36135              Date: Sun, 2 Sep 2001 21:38:43 -0400
36136              Message-ID: <20010902213843.L2711@blackrider>
36137      Branch: perl
36138            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
36139            ! MANIFEST
36140 ____________________________________________________________________________
36141 [ 11835] By: nick                                  on 2001/09/03  06:20:06
36142         Log: Integrate mainline
36143      Branch: perlio
36144           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
36145            - t/op/misc.t
36146           !> (integrate 187 files)
36147 ____________________________________________________________________________
36148 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
36149         Log: Update Changes.
36150      Branch: perl
36151            ! Changes patchlevel.h
36152 ____________________________________________________________________________
36153 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
36154         Log: Slight tweaks.
36155      Branch: perl
36156            ! t/run/kill_perl.t
36157 ____________________________________________________________________________
36158 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
36159         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
36160      Branch: perl
36161            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36162 ____________________________________________________________________________
36163 [ 11831] By: sky                                   on 2001/09/02  12:10:42
36164         Log: Change #11828 wasn't complete, this updates to intest path
36165      Branch: perl
36166            ! t/run/kill_perl.t
36167 ____________________________________________________________________________
36168 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
36169         Log: 's's's.
36170      Branch: perl
36171            ! Changes
36172 ____________________________________________________________________________
36173 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
36174         Log: Update Changes.
36175      Branch: perl
36176            ! Changes patchlevel.h
36177 ____________________________________________________________________________
36178 [ 11828] By: sky                                   on 2001/09/02  11:53:56
36179         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
36180              From: Michael G Schwern <schwern@pobox.com>
36181              Date: Sat, 1 Sep 2001 20:18:58 -0400
36182              Message-ID: <20010901201858.X606@blackrider>
36183              +MANIFEST Fix
36184      Branch: perl
36185            + t/run/kill_perl.t
36186            - t/op/misc.t t/run/segfault.t
36187            ! MANIFEST
36188 ____________________________________________________________________________
36189 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
36190         Log: Subject: [PATCH] lib/Time/Local.pm
36191              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36192              Date: Sun, 2 Sep 2001 06:50:01 -0500
36193              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
36194      Branch: perl
36195            ! lib/Time/Local.pm
36196 ____________________________________________________________________________
36197 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
36198         Log: Tick off Unicode collation and the normalization from
36199              the todo list.
36200      Branch: perl
36201            ! pod/perltodo.pod
36202 ____________________________________________________________________________
36203 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
36204         Log: Update to Unicode 3.1.1.
36205      Branch: perl
36206            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
36207            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
36208            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
36209            ! lib/unicore/PropList.txt lib/unicore/README.perl
36210            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
36211            ! lib/unicore/rename lib/unicore/version
36212 ____________________________________________________________________________
36213 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
36214         Log: Slight doc tweaks for the module.
36215      Branch: perl
36216            ! lib/Unicode/UCD.pm
36217 ____________________________________________________________________________
36218 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
36219         Log: Rename the variable: it *used* to be (wrongly) that the
36220              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
36221              but that is no more the case: PL_reg_match_utf8 is better.
36222      Branch: perl
36223            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
36224            ! regexec.c sv.c thrdvar.h
36225 ____________________________________________________________________________
36226 [ 11822] By: ams                                   on 2001/09/02  02:54:50
36227         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
36228              From: Ilmari Karonen <iltzu@sci.fi>
36229              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
36230              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
36231              (op/sub_lval.t updated to take new error message into account.)
36232      Branch: perl
36233            ! op.c t/op/sub_lval.t
36234 ____________________________________________________________________________
36235 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
36236         Log: remove stray CRs in files; keep all files with UNIX line-ends
36237              (Porting/makerel adds CRs to the files that need it in the
36238              distribution)
36239      Branch: perl
36240            ! NetWare/t/NWScripts.pl README.dos
36241            ! ext/Encode/Encode/cns11643-1.enc
36242            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
36243            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
36244 ____________________________________________________________________________
36245 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
36246         Log: some remnants of change#11803
36247      Branch: perl
36248            ! ext/ByteLoader/byterun.h perl.h
36249 ____________________________________________________________________________
36250 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
36251         Log: Update to Unicode::Collate 0.08.
36252      Branch: perl
36253            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
36254            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
36255 ____________________________________________________________________________
36256 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
36257         Log: Test tweaks.
36258      Branch: perl
36259            ! t/op/pat.t
36260 ____________________________________________________________________________
36261 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
36262         Log: Fix test
36263      Branch: maint-5.6/macperl
36264            ! t/lib/b.t
36265 ____________________________________________________________________________
36266 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
36267         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
36268              warnings in Config.pm with -W; increase default and
36269              minimum RAM; bump version number.
36270      Branch: maint-5.6/macperl
36271            + macos/lib/Mac/LowMem.pm
36272            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
36273            ! macos/configpm macos/macperl/MacPerl.r
36274 ____________________________________________________________________________
36275 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
36276         Log: Make syntax check report in MPW style, fix tests
36277              to use Mac::err=unix to get normal-style error
36278              messages.
36279      Branch: maint-5.6/macperl
36280            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
36281            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
36282 ____________________________________________________________________________
36283 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
36284         Log: Make MPW-style errors optional (but the default); add
36285              MacPerl::ErrorFormat() function and Mac::err pragma
36286      Branch: maint-5.6/macperl
36287            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
36288            + macos/ext/Mac/err/err.xs
36289            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
36290            ! macos/macish.c macos/macish.h macos/macperl.sym
36291 ____________________________________________________________________________
36292 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
36293         Log: More module and test ports from Thomas Wegner et al
36294      Branch: maint-5.6/macperl
36295            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
36296            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
36297            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
36298            ! t/op/magic.t
36299 ____________________________________________________________________________
36300 [ 11812] By: sky                                   on 2001/09/01  17:19:30
36301         Log: Subject: [PATCH t/op/concat.t] cleanup
36302              From: Michael G Schwern <schwern@pobox.com>
36303              Date: Sat, 1 Sep 2001 14:06:28 -0400
36304              Message-ID: <20010901140628.C606@blackrider>
36305      Branch: perl
36306            ! t/op/concat.t
36307 ____________________________________________________________________________
36308 [ 11811] By: sky                                   on 2001/09/01  12:25:29
36309         Log: Change #11805 didn't update the MANIFEST
36310      Branch: perl
36311            ! MANIFEST
36312 ____________________________________________________________________________
36313 [ 11810] By: sky                                   on 2001/09/01  11:52:44
36314         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
36315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36316              Date: Sat, 1 Sep 2001 14:50:14 +0200
36317              Message-ID: <20010901145014.A691@rafael>
36318      Branch: perl
36319            ! t/op/inccode.t
36320 ____________________________________________________________________________
36321 [ 11809] By: sky                                   on 2001/09/01  11:49:22
36322         Log: Subject: PATCH: ExtUtils::MakeMaker
36323              From: Tony Bowden <tony@kasei.com>
36324              Date: Sat, 1 Sep 2001 10:33:53 +0100
36325              Message-ID: <20010901103353.A13863@soto.kasei.com>
36326              Manually applied
36327      Branch: perl
36328            ! lib/ExtUtils/MakeMaker.pm
36329 ____________________________________________________________________________
36330 [ 11808] By: sky                                   on 2001/09/01  11:39:13
36331         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
36332              From: mike808@users.sourceforge.net
36333              Date: Sat, 1 Sep 101 11:27:50 GMT
36334              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
36335              With little tweak
36336      Branch: perl
36337            ! lib/Term/Cap.pm
36338 ____________________________________________________________________________
36339 [ 11807] By: ams                                   on 2001/09/01  11:31:16
36340         Log: Subject: oct() and hex()
36341              From: Nicholas Clark <nick@ccl4.org>
36342              Date: Fri, 31 Aug 2001 23:14:13 +0100
36343              Message-Id: <20010831231413.J4950@plum.flirble.org>
36344      Branch: perl
36345            ! pod/perlclib.pod
36346 ____________________________________________________________________________
36347 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
36348         Log: Integrate change 11801 from maintperl
36349      Branch: maint-5.6/macperl
36350            ! perl.c
36351 ____________________________________________________________________________
36352 [ 11805] By: sky                                   on 2001/08/31  21:35:10
36353         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
36354              From: Michael G Schwern <schwern@pobox.com>
36355              Date: Fri, 31 Aug 2001 15:36:28 -0400
36356              Message-ID: <20010831153628.B598@blackrider>
36357              Check for things which used to segfault
36358      Branch: perl
36359            + t/run/segfault.t
36360 ____________________________________________________________________________
36361 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
36362         Log: integrate change#11801 from maint-5.6
36363              
36364              remove age-old UNICOS "workaround" that introduces a static, and
36365              hence an egregious race condition for threaded builds (*sigh*
36366              beats me why this kludge wasn't guarded by a UNICOS-specific
36367              #define *sigh*)
36368      Branch: perl
36369            ! perl.c
36370 ____________________________________________________________________________
36371 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
36372         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
36373              working in 5.7.x
36374      Branch: perl
36375            - objXSUB.h
36376            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
36377            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
36378            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
36379            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
36380            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
36381            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
36382            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
36383            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36384            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
36385            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
36386            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
36387            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
36388            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
36389            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
36390            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
36391            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
36392            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
36393            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
36394            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
36395            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
36396            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
36397            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
36398 ____________________________________________________________________________
36399 [ 11802] By: ams                                   on 2001/08/31  18:11:32
36400         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
36401              From: "Philip Newton" <Philip.Newton@gmx.net>
36402              Date: Fri, 31 Aug 2001 21:12:56 +0200
36403              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
36404      Branch: perl
36405            ! pod/perldiag.pod
36406 ____________________________________________________________________________
36407 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
36408         Log: remove age-old UNICOS "workaround" that introduces a static, and
36409              hence an egregious race condition for threaded builds (*sigh*
36410              beats me why this kludge wasn't guarded by a UNICOS-specific
36411              #define *sigh*)
36412      Branch: maint-5.6/perl
36413            ! perl.c
36414 ____________________________________________________________________________
36415 [ 11800] By: sky                                   on 2001/08/31  17:30:26
36416         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
36417              Might break on platforms where bool is larger than 8 bites ???
36418      Branch: perl
36419            ! regcomp.c
36420 ____________________________________________________________________________
36421 [ 11799] By: ams                                   on 2001/08/31  12:15:44
36422         Log: Integrate 11778 into mainline.
36423      Branch: perl
36424            ! t/base/term.t
36425 ____________________________________________________________________________
36426 [ 11798] By: sky                                   on 2001/08/31  11:31:44
36427         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
36428              supposed to happen.
36429      Branch: perl
36430            ! regcomp.c
36431 ____________________________________________________________________________
36432 [ 11797] By: sky                                   on 2001/08/31  11:28:17
36433         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
36434              From: "John P. Linderman" <jpl@research.att.com>
36435              Date: Fri, 31 Aug 2001 08:20:35 -0400
36436              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
36437              Fixes test 14 which could fail randomly in rare cases.
36438      Branch: perl
36439            ! ext/Time/HiRes/HiRes.t regcomp.c
36440 ____________________________________________________________________________
36441 [ 11796] By: ams                                   on 2001/08/31  01:13:07
36442         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
36443              From: Nicholas Clark <nick@ccl4.org>
36444              Date: Thu, 30 Aug 2001 23:21:50 +0100
36445              Message-Id: <20010830232150.D4950@plum.flirble.org>
36446      Branch: perl
36447            ! ext/Sys/Syslog/Makefile.PL
36448 ____________________________________________________________________________
36449 [ 11795] By: ams                                   on 2001/08/30  23:53:23
36450         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
36451              patching example
36452              From: Michael G Schwern <schwern@pobox.com>
36453              Date: Thu, 30 Aug 2001 17:02:08 -0400
36454              Message-Id: <20010830170208.M2318@blackrider>
36455      Branch: perl
36456            ! pod/perlhack.pod
36457 ____________________________________________________________________________
36458 [ 11794] By: ams                                   on 2001/08/30  19:35:36
36459         Log: Subject: [PATCH] pp_modulo
36460              From: Nicholas Clark <nick@ccl4.org>
36461              Date: Thu, 30 Aug 2001 18:20:54 +0100
36462              Message-Id: <20010830182053.A4950@plum.flirble.org>
36463      Branch: perl
36464            ! pp.c t/op/64bitint.t
36465 ____________________________________________________________________________
36466 [ 11793] By: sky                                   on 2001/08/30  13:02:48
36467         Log: 11792 wasn't complete
36468      Branch: perl
36469            ! makedef.pl regcomp.c
36470 ____________________________________________________________________________
36471 [ 11792] By: sky                                   on 2001/08/30  12:21:11
36472         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
36473      Branch: perl
36474            ! makedef.pl
36475 ____________________________________________________________________________
36476 [ 11791] By: sky                                   on 2001/08/30  10:08:02
36477         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
36478      Branch: perl
36479            ! config_h.SH
36480 ____________________________________________________________________________
36481 [ 11790] By: sky                                   on 2001/08/30  08:22:31
36482         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
36483              on the pad. Fixes coredumps in cleanups introduced by
36484              Change 11755  
36485      Branch: perl
36486            ! op.c perl.c sv.h
36487 ____________________________________________________________________________
36488 [ 11789] By: sky                                   on 2001/08/29  19:01:47
36489         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
36490              This is a replacement implmentation that works on HPUX.
36491              This bug should probably be fixed in GCC.
36492      Branch: perl
36493            ! ext/Socket/Socket.xs
36494 ____________________________________________________________________________
36495 [ 11788] By: ams                                   on 2001/08/29  17:35:33
36496         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
36497              From: Nicholas Clark <nick@ccl4.org>
36498              Date: Wed, 29 Aug 2001 18:21:56 +0100
36499              Message-Id: <20010829182156.O4950@plum.flirble.org>
36500      Branch: perl
36501            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
36502 ____________________________________________________________________________
36503 [ 11787] By: sky                                   on 2001/08/29  10:42:54
36504         Log: Added test for pack_addr_in and unpack_addr_in
36505              Nitpik in test 10
36506      Branch: perl
36507            ! ext/Socket/Socket.t
36508 ____________________________________________________________________________
36509 [ 11786] By: sky                                   on 2001/08/29  10:28:14
36510         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
36511              Trying to catch errors on HP-UX
36512      Branch: perl
36513            ! ext/Socket/Socket.t
36514 ____________________________________________________________________________
36515 [ 11785] By: sky                                   on 2001/08/29  09:07:03
36516         Log: make sure USE_THREADS is defined so external apps work
36517      Branch: perl
36518            ! config_h.SH
36519 ____________________________________________________________________________
36520 [ 11784] By: sky                                   on 2001/08/29  08:06:12
36521         Log: Subject: Re: The hitlist of untested modules.
36522              From: Jonathan Stowe <gellyfish@gellyfish.com>
36523              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
36524              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
36525              Start of tests for Shell.pm (make Schwern poorer!)
36526      Branch: perl
36527            + lib/Shell.t
36528            ! MANIFEST
36529 ____________________________________________________________________________
36530 [ 11783] By: sky                                   on 2001/08/29  07:37:50
36531         Log: END{} can change the return value even if we die from BEGIN{}
36532      Branch: perl
36533            ! miniperlmain.c
36534 ____________________________________________________________________________
36535 [ 11782] By: ams                                   on 2001/08/29  06:32:17
36536         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
36537              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36538              Date: Wed, 29 Aug 2001 09:18:17 +0200
36539              Message-Id: <20010829091817.A4453@rafael>
36540      Branch: perl
36541            ! t/op/inccode.t
36542 ____________________________________________________________________________
36543 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
36544         Log: Delete xsubpp.patch, as full copy exists now
36545      Branch: maint-5.6/macperl
36546            - macos/xsubpp.patch
36547 ____________________________________________________________________________
36548 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
36549         Log: Add Changes file
36550      Branch: maint-5.6/macperl
36551            + macos/Changes
36552 ____________________________________________________________________________
36553 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
36554         Log: Add Mac version of xsubpp as separate file
36555      Branch: maint-5.6/macperl
36556            + macos/xsubpp
36557            ! macos/Makefile.mk
36558 ____________________________________________________________________________
36559 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
36560         Log: Fix open of /dev/null for Mac OS
36561      Branch: maint-5.6/macperl
36562            ! t/base/term.t
36563 ____________________________________________________________________________
36564 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
36565         Log: Various patches: enable more tests; skip CVS in PerlInstall;
36566              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
36567      Branch: maint-5.6/macperl
36568            ! macos/MacPerlTests.cmd macos/PerlInstall
36569            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
36570 ____________________________________________________________________________
36571 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
36572         Log: Allow for platforms to override formatting of errors
36573              on output from Matthias Neeracher (Mac files)
36574      Branch: maint-5.6/macperl
36575            ! macos/macish.c macos/macish.h
36576 ____________________________________________________________________________
36577 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
36578         Log: Allow for platforms to override formatting of errors
36579              on output from Matthias Neeracher (core files)
36580      Branch: maint-5.6/macperl
36581            ! perl.h pp_ctl.c util.c
36582 ____________________________________________________________________________
36583 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
36584         Log: Add some param checking, from reports by Kevin Reid.
36585      Branch: maint-5.6/macperl
36586            ! macos/ext/Mac/Controls/Controls.pm
36587            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
36588 ____________________________________________________________________________
36589 [ 11773] By: ams                                   on 2001/08/28  23:54:57
36590         Log: Subject: [PATCH] make coretest
36591              From: Paul Johnson <paul@pjcj.net>
36592              Date: Wed, 29 Aug 2001 00:11:38 +0200
36593              Message-Id: <20010829001138.B12169@pjcj.net>
36594              (Applied without the change to perlhack.pod. This should
36595              probably stay undocumented.)
36596      Branch: perl
36597            ! Makefile.SH t/TEST
36598 ____________________________________________________________________________
36599 [ 11772] By: sky                                   on 2001/08/28  13:01:20
36600         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
36601              From: Michael G Schwern <schwern@pobox.com>
36602              Date: Tue, 28 Aug 2001 09:57:39 -0400
36603              Message-ID: <20010828095738.E17775@blackrider>
36604      Branch: perl
36605            ! pod/perlhack.pod t/op/pack.t
36606 ____________________________________________________________________________
36607 [ 11771] By: sky                                   on 2001/08/28  11:20:13
36608         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
36609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36610              Date: Tue, 28 Aug 2001 14:23:43 +0200
36611              Message-ID: <20010828142343.A19299@rafael>
36612      Branch: perl
36613            ! pod/perlvar.pod pp_ctl.c
36614 ____________________________________________________________________________
36615 [ 11770] By: ams                                   on 2001/08/28  10:13:21
36616         Log: Subject: [PATCH] odd typo in op.h
36617              From: Nicholas Clark <nick@ccl4.org>
36618              Date: Tue, 28 Aug 2001 12:10:26 +0100
36619              Message-Id: <20010828121026.V4950@plum.flirble.org>
36620      Branch: perl
36621            ! op.h
36622 ____________________________________________________________________________
36623 [ 11769] By: sky                                   on 2001/08/28  08:09:16
36624         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
36625              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
36626              Date: Tue, 28 Aug 2001 02:22:20 +0300
36627              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
36628      Branch: perl
36629            ! ext/B/B/Lint.pm
36630 ____________________________________________________________________________
36631 [ 11768] By: ams                                   on 2001/08/28  00:47:35
36632         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36633              From: Michael G Schwern <schwern@pobox.com>
36634              Date: Mon, 27 Aug 2001 21:24:44 -0400
36635              Message-Id: <20010827212444.F12582@blackrider>
36636      Branch: perl
36637            ! pod/perlhack.pod t/op/pack.t
36638 ____________________________________________________________________________
36639 [ 11767] By: ams                                   on 2001/08/27  23:59:48
36640         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36641              From: Michael G Schwern <schwern@pobox.com>
36642              Date: Mon, 27 Aug 2001 20:12:29 -0400
36643              Message-Id: <20010827201229.D12582@blackrider>
36644      Branch: perl
36645            ! pod/perlhack.pod t/op/pack.t
36646 ____________________________________________________________________________
36647 [ 11766] By: ams                                   on 2001/08/27  23:39:40
36648         Log: Update Changes.
36649      Branch: perl
36650            ! Changes
36651 ____________________________________________________________________________
36652 [ 11765] By: ams                                   on 2001/08/27  22:53:10
36653         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
36654              From: Michael G Schwern <schwern@pobox.com>
36655              Date: Mon, 27 Aug 2001 19:47:30 -0400
36656              Message-Id: <20010827194730.C12582@blackrider>
36657      Branch: perl
36658            ! t/op/inccode.t
36659 ____________________________________________________________________________
36660 [ 11764] By: ams                                   on 2001/08/27  22:46:21
36661         Log: Subject: [PATCH] new tests for the coderef-in-@INC
36662              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36663              Date: Mon, 27 Aug 2001 22:36:27 +0200
36664              Message-Id: <20010827223627.C690@rafael>
36665              
36666              Subject: Re: [PATCH] new tests for the coderef-in-@INC
36667              From: Nicholas Clark <nick@ccl4.org>
36668              Date: Tue, 28 Aug 2001 00:02:46 +0100
36669              Message-Id: <20010828000245.R4950@plum.flirble.org>
36670      Branch: perl
36671            + t/op/inccode.t
36672            ! MANIFEST
36673 ____________________________________________________________________________
36674 [ 11763] By: ams                                   on 2001/08/27  22:41:09
36675         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
36676              bleadperl on fire, Win95+4NT)
36677              From: Michael G Schwern <schwern@pobox.com>
36678              Date: Mon, 27 Aug 2001 16:54:42 -0400
36679              Message-Id: <20010827165442.F9436@blackrider>
36680      Branch: perl
36681            ! lib/warnings.t
36682 ____________________________________________________________________________
36683 [ 11762] By: sky                                   on 2001/08/27  19:19:17
36684         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
36685              avaible at compile time. This broke the compilation of 
36686              Net/Ping.pm
36687      Branch: perl
36688            ! lib/Net/Ping.pm
36689 ____________________________________________________________________________
36690 [ 11761] By: sky                                   on 2001/08/27  18:34:48
36691         Log: Removed tripple definitions of CUSTOM_OP functions.
36692      Branch: perl
36693            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36694 ____________________________________________________________________________
36695 [ 11760] By: sky                                   on 2001/08/27  18:21:27
36696         Log: Regen headers
36697      Branch: perl
36698            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
36699            ! perlapi.h proto.h
36700 ____________________________________________________________________________
36701 [ 11759] By: ams                                   on 2001/08/27  16:31:53
36702         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
36703              From: "chromatic" <chromatic@rmci.net>
36704              Date: Mon, 27 Aug 2001 11:17:09 -0600
36705              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
36706      Branch: perl
36707            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
36708 ____________________________________________________________________________
36709 [ 11758] By: sky                                   on 2001/08/27  15:16:42
36710         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
36711              Thanks to H. Merijn Brand for the patch.
36712              Some of the comments and or guards might be removable in perl.h now.
36713      Branch: perl
36714            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
36715            ! Porting/Glossary Porting/config_H README.threads config_h.SH
36716            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
36717            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
36718            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
36719            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
36720            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
36721            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
36722            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
36723            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
36724            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36725            ! win32/config_H.vc win32/perllib.c win32/win32.h
36726            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
36727            ! wince/config.h wince/config_H.ce wince/win32.h
36728            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
36729 ____________________________________________________________________________
36730 [ 11757] By: sky                                   on 2001/08/27  13:39:16
36731         Log: Subject: GNU ld parses arguments different
36732              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36733              Date: Mon, 27 Aug 2001 16:25:51 +0200
36734              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
36735      Branch: perl
36736            ! hints/hpux.sh
36737 ____________________________________________________________________________
36738 [ 11756] By: sky                                   on 2001/08/27  13:18:45
36739         Log: Subject: Custom Ops
36740              From: Simon Cozens <simon@netthink.co.uk>
36741              Date: Sat, 25 Aug 2001 17:45:09 +0100
36742              Message-ID: <20010825174509.A5752@netthink.co.uk>
36743              I also added a fix to Opcode.pm to quite test cases.
36744      Branch: perl
36745            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
36746            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
36747 ____________________________________________________________________________
36748 [ 11755] By: sky                                   on 2001/08/27  05:37:17
36749         Log: Plugs a memory leak on destruction of regular expressions
36750              introcued by #11274.
36751              PL_regex_padav now has an AV as it's first entry with a list
36752              of freed regex_padav slots that it will reuse on creating
36753              new PMOPs.
36754      Branch: perl
36755            ! op.c perl.c
36756 ____________________________________________________________________________
36757 [ 11754] By: ams                                   on 2001/08/26  14:38:52
36758         Log: Subject: [PATCH] t/io/binmode.t
36759              From: Nicholas Clark <nick@ccl4.org>
36760              Date: Sun, 26 Aug 2001 12:03:05 +0100
36761              Message-Id: <20010826120305.C4950@plum.flirble.org>
36762              
36763              (Also a nitpick in #11752 to t/op/universal.t)
36764      Branch: perl
36765            ! t/io/binmode.t t/op/universal.t
36766 ____________________________________________________________________________
36767 [ 11753] By: ams                                   on 2001/08/26  08:19:34
36768         Log: Subject: [PATCH] op/universal.t failing
36769              From: Nicholas Clark <nick@ccl4.org>
36770              Date: Sun, 26 Aug 2001 09:48:22 +0100
36771              Message-Id: <20010826094822.B4950@plum.flirble.org>
36772      Branch: perl
36773            ! t/op/universal.t
36774 ____________________________________________________________________________
36775 [ 11752] By: ams                                   on 2001/08/25  22:46:13
36776         Log: Subject: Re: 'can' with undefined subs
36777              From: Tony Bowden <tony@kasei.com>
36778              Date: Sat, 25 Aug 2001 14:58:17 +0100
36779              Message-Id: <20010825145817.A11788@soto.kasei.com>
36780              (Applied with minor modifications.)
36781      Branch: perl
36782            ! t/op/universal.t
36783 ____________________________________________________________________________
36784 [ 11751] By: ams                                   on 2001/08/25  18:28:43
36785         Log: Subject: Re: 'can' with undefined subs
36786              From: Tony Bowden <tony@kasei.com>
36787              Date: Sat, 25 Aug 2001 15:13:14 +0100
36788              Message-Id: <20010825151314.B11788@soto.kasei.com>
36789      Branch: perl
36790            ! lib/UNIVERSAL.pm
36791 ____________________________________________________________________________
36792 [ 11750] By: nick                                  on 2001/08/25  15:24:15
36793         Log: Integrate mainline
36794      Branch: perlio
36795           +> t/io/binmode.t
36796           !> (integrate 26 files)
36797 ____________________________________________________________________________
36798 [ 11749] By: nick                                  on 2001/08/25  14:55:41
36799         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
36800              From:  John Peacock <jpeacock@rowman.com>
36801              Date:  Wed, 22 Aug 2001 12:05:28 -0400
36802              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
36803      Branch: perl
36804            ! pod/perlhack.pod
36805 ____________________________________________________________________________
36806 [ 11748] By: nick                                  on 2001/08/25  14:53:04
36807         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
36808              From:  Michael G Schwern <schwern@pobox.com>
36809              Date:  Wed, 22 Aug 2001 19:22:45 -0400
36810              Message-Id:  <20010822192245.U619@blackrider>
36811      Branch: perl
36812            ! MANIFEST
36813 ____________________________________________________________________________
36814 [ 11747] By: nick                                  on 2001/08/25  14:52:33
36815         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
36816              From:  Nicholas Clark <nick@ccl4.org>
36817              Date:  Wed, 22 Aug 2001 23:29:06 +0100
36818              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
36819      Branch: perl
36820            + t/io/binmode.t
36821            ! perlio.c pod/perlfunc.pod
36822 ____________________________________________________________________________
36823 [ 11744] By: nick                                  on 2001/08/25  14:37:33
36824         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
36825              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36826              Date:  Fri, 24 Aug 2001 22:10:42 +0200
36827              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
36828      Branch: perl
36829            ! x2p/a2py.c x2p/walk.c
36830 ____________________________________________________________________________
36831 [ 11743] By: nick                                  on 2001/08/25  14:32:47
36832         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
36833              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36834              Date:  Fri, 24 Aug 2001 23:34:13 +0200
36835              Message-Id:  <20010824233413.A1285@rafael>
36836      Branch: perl
36837            ! pod/perlfunc.pod pod/perlvar.pod
36838 ____________________________________________________________________________
36839 [ 11742] By: ams                                   on 2001/08/25  13:16:02
36840         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
36841              From: Nicholas Clark <nick@ccl4.org>
36842              Date: Sat, 25 Aug 2001 14:50:07 +0100
36843              Message-Id: <20010825145007.L41464@plum.flirble.org>
36844      Branch: perl
36845            ! pp_ctl.c
36846 ____________________________________________________________________________
36847 [ 11741] By: nick                                  on 2001/08/24  07:08:45
36848         Log: When applying patch via Porting/apply fails, do p4 refresh
36849              to get old files back.
36850      Branch: perl
36851            ! Porting/apply
36852 ____________________________________________________________________________
36853 [ 11740] By: ams                                   on 2001/08/24  04:47:24
36854         Log: #11739 was incomplete.
36855      Branch: perl
36856            ! pod/perldiag.pod
36857 ____________________________________________________________________________
36858 [ 11739] By: ams                                   on 2001/08/24  04:09:40
36859         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
36860              From: "Philip Newton" <Philip.Newton@gmx.net>
36861              Date: Fri, 24 Aug 2001 07:08:34 +0200
36862      Branch: perl
36863            ! pod/perldiag.pod
36864 ____________________________________________________________________________
36865 [ 11738] By: ams                                   on 2001/08/24  02:19:42
36866         Log: Fixed Doug Wilson's email address.
36867      Branch: perl
36868            ! AUTHORS
36869 ____________________________________________________________________________
36870 [ 11737] By: ams                                   on 2001/08/24  00:10:13
36871         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
36872              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36873              Date: Thu, 23 Aug 2001 22:22:58 +0200
36874              Message-Id: <20010823222258.A901@rafael>
36875      Branch: perl
36876            ! pod/perldiag.pod
36877 ____________________________________________________________________________
36878 [ 11736] By: ams                                   on 2001/08/24  00:05:02
36879         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
36880              From: "Craig A. Berry" <craigberry@mac.com>
36881              Date: Thu, 23 Aug 2001 19:07:45 -0500
36882              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
36883      Branch: perl
36884            ! configure.com
36885 ____________________________________________________________________________
36886 [ 11735] By: sky                                   on 2001/08/23  13:42:07
36887         Log: Backed out 11732, it breaks lib/strict.t 
36888      Branch: perl
36889            ! op.c
36890 ____________________________________________________________________________
36891 [ 11734] By: sky                                   on 2001/08/23  11:45:59
36892         Log: Removed toy from 17133 after Matt Sargeants request.
36893      Branch: perl
36894            ! pod/perlfaq4.pod
36895 ____________________________________________________________________________
36896 [ 11733] By: sky                                   on 2001/08/23  11:36:29
36897         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
36898              From: Robin Houston <robin@kitsite.com>
36899              Date: Wed, 22 Aug 2001 23:06:16 +0100
36900              Message-ID: <20010822230616.A254@robin.kitsite.com>
36901      Branch: perl
36902            ! pod/perlfaq4.pod
36903 ____________________________________________________________________________
36904 [ 11732] By: sky                                   on 2001/08/23  10:36:02
36905         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
36906              From: Simon Cozens <simon@netthink.co.uk>
36907              Date: Thu, 23 Aug 2001 12:06:36 +0100
36908              Message-ID: <20010823120636.A9961@netthink.co.uk>
36909      Branch: perl
36910            ! op.c
36911 ____________________________________________________________________________
36912 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
36913         Log: fix broken windows build
36914      Branch: perl
36915            ! perl.h
36916 ____________________________________________________________________________
36917 [ 11730] By: ams                                   on 2001/08/22  21:35:30
36918         Log: Subject: [PATCH] io/tell.t doesn't chdir t
36919              From: Nicholas Clark <nick@ccl4.org>
36920              Date: Wed, 22 Aug 2001 23:25:58 +0100
36921              Message-Id: <20010822232557.Y82818@plum.flirble.org>
36922      Branch: perl
36923            ! t/io/tell.t
36924 ____________________________________________________________________________
36925 [ 11729] By: ams                                   on 2001/08/22  20:32:21
36926         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36927              questions)
36928              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36929              Date: Wed, 22 Aug 2001 17:09:04 -0400
36930              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36931              (Oops, forgot File::Spec::Unix in the previous patch.)
36932      Branch: perl
36933            ! lib/File/Spec/Unix.pm
36934 ____________________________________________________________________________
36935 [ 11728] By: ams                                   on 2001/08/22  20:25:41
36936         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36937              questions)
36938              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36939              Date: Wed, 22 Aug 2001 17:09:04 -0400
36940              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36941      Branch: perl
36942            ! lib/File/Spec.pm
36943 ____________________________________________________________________________
36944 [ 11727] By: ams                                   on 2001/08/22  19:43:30
36945         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
36946              From: John Peacock <jpeacock@rowman.com>
36947              Date: Wed, 22 Aug 2001 12:35:52 -0400
36948              Message-Id: <3B83DF68.5D89DC81@rowman.com>
36949              (Adds proper tests for $], notwithstanding Subject. +nitpick)
36950      Branch: perl
36951            ! t/op/ver.t
36952 ____________________________________________________________________________
36953 [ 11726] By: ams                                   on 2001/08/22  19:36:39
36954         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
36955              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
36956              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
36957              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
36958      Branch: perl
36959            ! lib/diagnostics.pm lib/diagnostics.t
36960 ____________________________________________________________________________
36961 [ 11725] By: ams                                   on 2001/08/22  19:25:01
36962         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
36963              From: Nicholas Clark <nick@ccl4.org>
36964              Date: Wed, 22 Aug 2001 20:59:05 +0100
36965              Message-Id: <20010822205905.U82818@plum.flirble.org>
36966      Branch: perl
36967            ! pp.c t/op/64bitint.t t/op/arith.t
36968 ____________________________________________________________________________
36969 [ 11724] By: ams                                   on 2001/08/22  10:02:33
36970         Log: Subject: Configure blooper
36971              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36972              Date: Wed, 22 Aug 2001 12:38:35 +0200
36973              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
36974      Branch: perl
36975            ! Configure
36976 ____________________________________________________________________________
36977 [ 11723] By: ams                                   on 2001/08/21  16:17:53
36978         Log: Subject: [PATCH] installperl -help
36979              From: Nicholas Clark <nick@ccl4.org>
36980              Date: Tue, 21 Aug 2001 17:34:23 +0100
36981              Message-Id: <20010821173423.F82818@plum.flirble.org>
36982      Branch: perl
36983            ! installperl
36984 ____________________________________________________________________________
36985 [ 11722] By: ams                                   on 2001/08/20  07:46:31
36986         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
36987              From: Ilmari Karonen <iltzu@sci.fi>
36988              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
36989              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
36990      Branch: perl
36991            ! pod/perlvar.pod
36992 ____________________________________________________________________________
36993 [ 11721] By: nick                                  on 2001/08/20  06:24:31
36994         Log: Integrate mainline
36995      Branch: perlio
36996           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
36997           +> lib/Lingua/KO/Hangul/Util/Changes
36998           +> lib/Lingua/KO/Hangul/Util/README
36999           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37000           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37001           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37002           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37003           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37004           +> lib/Unicode/Normalize/t/test.t
37005            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37006           !> (integrate 55 files)
37007 ____________________________________________________________________________
37008 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
37009         Log: Integrate Change #11599 from maint-5.6/perl
37010      Branch: maint-5.6/macperl
37011           !> README.win32
37012 ____________________________________________________________________________
37013 [ 11719] By: ams                                   on 2001/08/18  21:21:42
37014         Log: Add Porting/apply to MANIFEST.
37015      Branch: perl
37016            ! MANIFEST
37017 ____________________________________________________________________________
37018 [ 11718] By: sky                                   on 2001/08/18  14:38:01
37019         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
37020              Better solution would be to make 5005threaded perl use
37021              the same system as ithreads do
37022      Branch: perl
37023            ! perl.h
37024 ____________________________________________________________________________
37025 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
37026         Log: New try for ID 20010407.006: detach the semantics
37027              "was the last match target UTF8" into its own variable.
37028      Branch: perl
37029            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
37030            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
37031 ____________________________________________________________________________
37032 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
37033         Log: UTF8 flag should be meaningful only when POK.
37034      Branch: perl
37035            ! dump.c
37036 ____________________________________________________________________________
37037 [ 11715] By: sky                                   on 2001/08/18  11:45:16
37038         Log: USE_THREADS and USE_ITHREADS are never true at the same time
37039      Branch: perl
37040            ! perl.h
37041 ____________________________________________________________________________
37042 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
37043         Log: Retract #11712 for now.  The real fix would probably
37044              be something like making PL_reg_sv a copy (PV + UTF8)
37045              of the matched/substituted string (note: not just a SvPOK
37046              string, for example the stringified form of a ROK would
37047              be applicable)  Beware of leaks.
37048      Branch: perl
37049            ! pp_hot.c t/op/pat.t
37050 ____________________________________________________________________________
37051 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
37052         Log: UTF8 wasn't printing for PVMGs.
37053      Branch: perl
37054            ! dump.c
37055 ____________________________________________________________________________
37056 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
37057         Log: (Retracted by #11714)
37058              
37059              Okay analysis, debatable fix.  (The fix will inc
37060              the refcount of all temporary match objects,
37061              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
37062              which will then cause griping at untie() time
37063              ("inner references remain").
37064              
37065              Fix for ID 20010407.006: PL_reg_sv got wiped out
37066              by freetemps if the match target was a temporary
37067              (like function_call() =~ /.../), which in turn meant
37068              that the $1 et al stopped working if they had UTF-8
37069              in them.  Therefore bump up the refcount of PL_reg_sv.
37070      Branch: perl
37071            ! pp_hot.c t/op/pat.t
37072 ____________________________________________________________________________
37073 [ 11711] By: ams                                   on 2001/08/17  20:32:08
37074         Log: Subject: [PATCH] doesn't compile, was perl@11710
37075              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37076              Date: Fri, 17 Aug 2001 23:21:10 +0200
37077              Message-Id: <20010817232110.C7041@rafael> 
37078      Branch: perl
37079            ! sharedsv.c
37080 ____________________________________________________________________________
37081 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
37082         Log: Update Changes.
37083      Branch: perl
37084            ! Changes patchlevel.h
37085 ____________________________________________________________________________
37086 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
37087         Log: Upgrade to libnet 1.0704.
37088      Branch: perl
37089            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
37090            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
37091            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
37092            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
37093            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
37094            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
37095            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
37096 ____________________________________________________________________________
37097 [ 11708] By: sky                                   on 2001/08/17  13:34:04
37098         Log: Let perl_clone copy PL_exit_flags
37099      Branch: perl
37100            ! sv.c
37101 ____________________________________________________________________________
37102 [ 11707] By: sky                                   on 2001/08/17  12:28:41
37103         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
37104      Branch: perl
37105            ! sharedsv.c sharedsv.h
37106 ____________________________________________________________________________
37107 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
37108         Log: The metaconfig unit change for #11705.
37109      Branch: metaconfig/U/perl
37110            ! Extensions.U
37111 ____________________________________________________________________________
37112 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
37113         Log: Allow the threads extension to be found if present.
37114      Branch: perl
37115            ! Configure
37116 ____________________________________________________________________________
37117 [ 11704] By: nick                                  on 2001/08/17  11:47:54
37118         Log: Mail -> change script (pre-alpha)
37119      Branch: perl
37120            + Porting/apply
37121 ____________________________________________________________________________
37122 [ 11703] By: sky                                   on 2001/08/17  07:11:24
37123         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
37124              Thanks to Tom Hospel for pointing out my error.
37125      Branch: perl
37126            ! op.h
37127 ____________________________________________________________________________
37128 [ 11702] By: sky                                   on 2001/08/17  04:18:11
37129         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.
37130      Branch: perl
37131            ! embed.pl miniperlmain.c perl.c perl.h proto.h
37132 ____________________________________________________________________________
37133 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
37134         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
37135              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
37136      Branch: perl
37137            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
37138            + lib/Lingua/KO/Hangul/Util/README
37139            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
37140            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
37141            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
37142            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
37143            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
37144            + lib/Unicode/Normalize/t/test.t
37145            ! MANIFEST
37146 ____________________________________________________________________________
37147 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
37148         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
37149              Date: Thu, 16 Aug 2001 22:46:15 -0500
37150              From: "Craig A. Berry" <craigberry@mac.com>
37151              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
37152      Branch: perl
37153            ! configure.com numeric.c
37154 ____________________________________________________________________________
37155 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
37156         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
37157              of the usual suspects (like getpwent) but not for others
37158              (like localtime and rand).  The _r versions are available
37159              for all of them, so let's use them.
37160      Branch: perl
37161            ! perl.h
37162 ____________________________________________________________________________
37163 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
37164         Log: (Accidental apply; thankfully empty.)
37165      Branch: perl
37166            ! hints/os390.sh
37167 ____________________________________________________________________________
37168 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
37169         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
37170              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37171              Date: Thu, 16 Aug 2001 16:27:49 +0100
37172              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
37173      Branch: perl
37174            ! regexec.c t/op/re_tests
37175 ____________________________________________________________________________
37176 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
37177         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
37178              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37179              Date: Thu, 16 Aug 2001 18:50:01 +0100
37180              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
37181      Branch: perl
37182            ! pp_hot.c t/op/pat.t
37183 ____________________________________________________________________________
37184 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
37185         Log: Subject: [PATCH] *time_r again
37186              From: "Arthur Bergman" <arthur@contiller.se>
37187              Date: Thu, 16 Aug 2001 16:01:54 +0200
37188              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
37189      Branch: perl
37190            ! op.h
37191 ____________________________________________________________________________
37192 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
37193         Log: system() and backtick error handling cleanup from Craig A. Berry.
37194      Branch: perl
37195            ! vms/vms.c
37196 ____________________________________________________________________________
37197 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
37198         Log: change#10334 leaks memory, copies string when it doesn't
37199              need to
37200      Branch: perl
37201            ! perl.c
37202 ____________________________________________________________________________
37203 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
37204         Log: One more twist to the sprintf + utf8 testing.
37205      Branch: perl
37206            ! t/op/misc.t
37207 ____________________________________________________________________________
37208 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
37209         Log: Fix for 20010407.008 sprintf removes utf8-ness.
37210      Branch: perl
37211            ! pp.c t/op/misc.t
37212 ____________________________________________________________________________
37213 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
37214         Log: Subject: [PATCH] *time_r fixes
37215              From: "Arthur Bergman" <arthur@contiller.se>
37216              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
37217              Date: Thu, 16 Aug 2001 14:22:27 +0200
37218      Branch: perl
37219            ! op.h
37220 ____________________________________________________________________________
37221 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
37222         Log: Upgrade to CGI.pm 2.77.
37223      Branch: perl
37224            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
37225            ! lib/CGI/t/function.t
37226 ____________________________________________________________________________
37227 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
37228         Log: Document the bytes-to-Unicode upgrading.
37229      Branch: perl
37230            ! pod/perlunicode.pod
37231 ____________________________________________________________________________
37232 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
37233         Log: Add a test for Unicode sprintf.
37234      Branch: perl
37235            ! t/op/misc.t
37236 ____________________________________________________________________________
37237 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
37238         Log: Add Unicode tests for index/rindex.
37239      Branch: perl
37240            ! t/op/index.t
37241 ____________________________________________________________________________
37242 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
37243         Log: Document a bit the art of minimizing the installation,
37244              based on the p5p discussion.
37245      Branch: perl
37246            ! INSTALL
37247 ____________________________________________________________________________
37248 [ 11684] By: nick                                  on 2001/08/15  15:03:31
37249         Log: Integrate mainline
37250      Branch: perlio
37251           +> sharedsv.c sharedsv.h
37252           !> (integrate 53 files)
37253 ____________________________________________________________________________
37254 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
37255         Log: Update Changes.
37256      Branch: perl
37257            ! Changes patchlevel.h
37258 ____________________________________________________________________________
37259 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
37260         Log: The #11673 necessitated a test tweak.
37261      Branch: perl
37262            ! t/io/utf8.t
37263 ____________________________________________________________________________
37264 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
37265         Log: Also UNICOS is in the general case unable to silently
37266              handle fp overflows.
37267      Branch: perl
37268            ! numeric.c
37269 ____________________________________________________________________________
37270 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
37271         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
37272              NV_EPSILON #defined.
37273      Branch: perl
37274            ! perl.h
37275 ____________________________________________________________________________
37276 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
37277         Log: Re-establish the fp overflow detection for VAX VMS; there
37278              is no easy way to have the IEEE fp silent overflow semantics.
37279              (in Alpha VMS we still will use IEEE fp by default-- but it
37280              is still possible to configure Perl to use G_FLOAT)
37281      Branch: perl
37282            ! numeric.c
37283 ____________________________________________________________________________
37284 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
37285         Log: Subject: [PATCH] pp_lock 
37286              From: "Arthur Bergman" <arthur@contiller.se>
37287              Date: Wed, 15 Aug 2001 11:52:16 +0200
37288              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
37289      Branch: perl
37290            ! pp.c
37291 ____________________________________________________________________________
37292 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
37293         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
37294              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37295              Date: Wed, 15 Aug 2001 11:32:11 +0100
37296              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
37297      Branch: perl
37298            ! regcomp.c t/op/re_tests
37299 ____________________________________________________________________________
37300 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
37301         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
37302              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
37303              Date: Wed, 15 Aug 2001 10:33:49 +0100
37304              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
37305      Branch: perl
37306            ! regexec.c t/op/re_tests
37307 ____________________________________________________________________________
37308 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
37309         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
37310              From: Barrie Slaymaker <barries@slaysys.com>
37311              Date: Tue, 14 Aug 2001 14:32:25 -0400
37312              Message-ID: <20010814143225.A19822@jester.slaysys.com>
37313      Branch: perl
37314            ! lib/File/Spec.t lib/File/Spec/Unix.pm
37315 ____________________________________________________________________________
37316 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
37317         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
37318              From: Peter Prymmer <pvhp@forte.com>
37319              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
37320              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
37321      Branch: perl
37322            ! README.vms configure.com
37323 ____________________________________________________________________________
37324 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
37325         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
37326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37327              Date: Tue, 14 Aug 2001 21:23:27 +0200
37328              Message-ID: <20010814212327.A1919@rafael>
37329      Branch: perl
37330            ! doio.c
37331 ____________________________________________________________________________
37332 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
37333         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
37334              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37335              Date: Tue, 14 Aug 2001 22:30:11 +0200
37336              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
37337              
37338              Combination of nmake, quoting, and Perl expanded $( in here-doc.
37339      Branch: perl
37340            ! ext/SDBM_File/Makefile.PL
37341 ____________________________________________________________________________
37342 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
37343         Log: Todo updates.
37344      Branch: perl
37345            ! pod/perltodo.pod
37346 ____________________________________________________________________________
37347 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
37348         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
37349              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37350              Date: Mon, 13 Aug 2001 23:15:01 +0200
37351              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
37352      Branch: perl
37353            ! sv.c
37354 ____________________________________________________________________________
37355 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
37356         Log: Subject: [PATCH] [b-]showlex.t
37357              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
37358              Date: Sun, 12 Aug 2001 22:24:51 +0200
37359              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
37360              
37361              The 4nt command shell will expand the % in command line
37362              no matter what quoting is attempted, changed the % to @.
37363      Branch: perl
37364            ! ext/B/Showlex.t
37365 ____________________________________________________________________________
37366 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
37367         Log: Subject: [PATCH] magic.t
37368              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
37369              Date: Sun, 12 Aug 2001 20:49:27 +0200
37370              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
37371      Branch: perl
37372            ! t/op/magic.t
37373 ____________________________________________________________________________
37374 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
37375         Log: Add sharedsv* to the DOSish platforms; plus add
37376              some WinCE files to the list of DOSish files.
37377      Branch: perl
37378            ! NetWare/Makefile Porting/makerel win32/Makefile
37379            ! win32/makefile.mk wince/Makefile.ce
37380 ____________________________________________________________________________
37381 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
37382         Log: More DOSish files.
37383      Branch: perl
37384            ! Porting/makerel
37385 ____________________________________________________________________________
37386 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
37387         Log: Strip CRs from the WinCE files.  Now we need to
37388              figure out in which CRs are really needed: probably
37389              Makefile.ce and the README files, at least, probably
37390              also the registry.bat.
37391      Branch: perl
37392            ! wince/Makefile.ce wince/README.compile wince/README.perlce
37393            ! wince/config.h wince/include/cectype.h wince/include/errno.h
37394            ! wince/include/sys/stat.h wince/include/sys/types.h
37395            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
37396            ! wince/perldll.def wince/registry.bat wince/wince.h
37397            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
37398 ____________________________________________________________________________
37399 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
37400         Log: Add some files to DOSish and writables.
37401      Branch: perl
37402            ! Porting/makerel
37403 ____________________________________________________________________________
37404 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
37405         Log: Compile failure message tidying.
37406      Branch: perl
37407            ! t/lib/1_compile.t
37408 ____________________________________________________________________________
37409 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
37410         Log: The new sharedsv* should be exported only if usethreads.
37411      Branch: perl
37412            ! makedef.pl
37413 ____________________________________________________________________________
37414 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
37415         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
37416              From: Peter Prymmer <pvhp@forte.com>
37417              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
37418              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
37419      Branch: perl
37420            ! README.os390
37421 ____________________________________________________________________________
37422 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
37423         Log: Update Changes.
37424      Branch: perl
37425            ! Changes patchlevel.h
37426 ____________________________________________________________________________
37427 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
37428         Log: Subject: [PATHC] sharedsv.[c|h]
37429              From: "Artur Bergman" <artur@contiller.se>
37430              Date: Mon, 13 Aug 2001 14:38:41 +0200
37431              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
37432              
37433              Subject: [PATCH] embed.pl
37434              From: Arthur Bergman <arthur@contiller.se>
37435              Date: Mon, 13 Aug 2001 14:38:14 +0200
37436              Message-ID: <B79D96D6.3088%arthur@contiller.se>
37437              
37438              Subject: [PATCH] sharedsv cleanups
37439              From: "Arthur Bergman" <arthur@contiller.se>
37440              Date: Mon, 13 Aug 2001 15:14:25 +0200
37441              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
37442              
37443              Plus few tweaks: _init needs to be Adp, the prototypes
37444              should not be revealed unless using ithreads, #endif FOO
37445              must be #endif /* FOO */, adding (parentheses) around
37446              do { } while doesn't work too well.
37447      Branch: perl
37448            + sharedsv.c sharedsv.h
37449            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
37450            ! perl.h perlapi.c pod/perlapi.pod proto.h
37451 ____________________________________________________________________________
37452 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
37453         Log: Subject: Re: END {} blocks run in perl_run
37454              From: Arthur Bergman <arthur@contiller.se>
37455              Date: Mon, 13 Aug 2001 11:11:30 +0200
37456              Message-ID: <B79D6661.3068%arthur@contiller.se>
37457      Branch: perl
37458            ! perl.c
37459 ____________________________________________________________________________
37460 [ 11657] By: nick                                  on 2001/08/13  09:03:02
37461         Log: Integrate mainline
37462      Branch: perlio
37463           +> (branch 326 files)
37464            - (delete 330 files)
37465           !> (integrate 85 files)
37466 ____________________________________________________________________________
37467 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
37468         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
37469              and the Perl will be built to do that by default (adding that
37470              will break scripts having non-UTF-8 binary data, such as Latin-1.)
37471      Branch: perl
37472            ! op.c toke.c utf8.h
37473 ____________________________________________________________________________
37474 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
37475         Log: Unnecessary downgrades.
37476      Branch: perl
37477            ! doop.c
37478 ____________________________________________________________________________
37479 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
37480         Log: Failure not true anymore (probably caused by my broken setup).
37481      Branch: perl
37482            ! t/op/pat.t
37483 ____________________________________________________________________________
37484 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
37485         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
37486              stopped working).
37487      Branch: perl
37488            ! op.h pp_ctl.c regcomp.c
37489 ____________________________________________________________________________
37490 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
37491         Log: There is no IN_UTF8.
37492      Branch: perl
37493            ! utf8.h
37494 ____________________________________________________________________________
37495 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
37496         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
37497      Branch: perl
37498            ! op.c op.h pp_ctl.c regcomp.c
37499 ____________________________________________________________________________
37500 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
37501         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
37502              and a test tweak.
37503      Branch: perl
37504            ! op.c t/pod/find.t
37505 ____________________________________________________________________________
37506 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
37507         Log: Todo updates and fixes.
37508      Branch: perl
37509            ! pod/perltodo.pod
37510 ____________________________________________________________________________
37511 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
37512         Log: Mark tests (and one module) having explicit Latin-1
37513              (and one file having explicit UTF-8) with an explicit
37514              'no utf8' (and one explicit 'use utf8').
37515              
37516              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
37517      Branch: perl
37518            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
37519            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
37520            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
37521 ____________________________________________________________________________
37522 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
37523         Log: Subject: SV: END {} blocks run in perl_run
37524              From: "Arthur Bergman" <arthur@contiller.se>
37525              Date: Sun, 12 Aug 2001 00:34:28 +0200 
37526              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
37527      Branch: perl
37528            ! miniperlmain.c perl.c
37529 ____________________________________________________________________________
37530 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
37531         Log: Typos in #11645.
37532      Branch: perl
37533            ! perl.h
37534 ____________________________________________________________________________
37535 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
37536         Log: On ithreads default to use_reentrant except on naturally
37537              threadsafe platforms.
37538      Branch: perl
37539            ! perl.h
37540 ____________________________________________________________________________
37541 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
37542         Log: (Hopefully) a fix for 20010723.004: make install needs
37543              write permission in build directory.  The problem was
37544              probably caused by overeager sprinkling of the lib/re.pm
37545              dependencies (which was done to guarantee lib/re.pm being
37546              uptodate for parallel makes: now solved by funneling that
37547              through an explicit recursive make in the preplibrary target).
37548      Branch: perl
37549            ! Makefile.SH
37550 ____________________________________________________________________________
37551 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
37552         Log: Dispell the "use utf8" superstition.
37553      Branch: perl
37554            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
37555            ! pod/perlunicode.pod
37556 ____________________________________________________________________________
37557 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
37558         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37559              From: "Abigail" <abigail@foad.org> 
37560              Date: Sat, 11 Aug 2001 23:49:49 +0200
37561              Message-ID: <20010811214950.23255.qmail@foad.org>
37562      Branch: perl
37563            ! t/op/taint.t
37564 ____________________________________________________________________________
37565 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
37566         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
37567              From: Abhijit Menon-Sen <ams@wiw.org>
37568              Date: Sat, 11 Aug 2001 06:18:19 +0530
37569              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
37570      Branch: perl
37571            ! mg.c
37572 ____________________________________________________________________________
37573 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
37574         Log: Test for change #11639.
37575      Branch: perl
37576            ! t/op/tiehandle.t
37577 ____________________________________________________________________________
37578 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
37579         Log: Subject: Re: Can't localize *FH, then tie it
37580              From: Abhijit Menon-Sen <ams@wiw.org>
37581              Date: Sun, 12 Aug 2001 16:08:06 +0530
37582              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
37583      Branch: perl
37584            ! pp_hot.c pp_sys.c
37585 ____________________________________________________________________________
37586 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
37587         Log: Drop all the unnecessary "use utf8" clauses and some of
37588              the unnecessary "use bytes" ones.
37589              
37590              TODO: scour the documentation for unnecessary "use utf8"
37591              and prominently display it in perldelta when the time comes.
37592              ("use utf8" should be necessary ONLY if one wants the script
37593              to be in UTF-8.)  Also should be checked in some non-ASCII
37594              non-Latin-1 platform, like EBCDIC.
37595      Branch: perl
37596            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
37597            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
37598 ____________________________________________________________________________
37599 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
37600         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
37601              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
37602              in Unicode handling.
37603      Branch: perl
37604            + t/op/lc.t
37605            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
37606 ____________________________________________________________________________
37607 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
37608         Log: Thinko: we want the flags for native cc, not gcc.
37609      Branch: perl
37610            ! hints/dec_osf.sh
37611 ____________________________________________________________________________
37612 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
37613         Log: (retracted by 13077)
37614              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
37615              From: Robin Houston <robin@kitsite.com>
37616              Date: Fri, 10 Aug 2001 14:42:02 +0100
37617              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
37618      Branch: perl
37619            ! pp.c
37620 ____________________________________________________________________________
37621 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
37622         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
37623              From: Abhijit Menon-Sen <ams@wiw.org>
37624              Date: Sat, 11 Aug 2001 16:31:04 +0530
37625              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
37626      Branch: perl
37627            ! op.c
37628 ____________________________________________________________________________
37629 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
37630         Log: Get rid of indread, from Abhijit Menon-Sen.
37631      Branch: perl
37632            ! pp_sys.c
37633 ____________________________________________________________________________
37634 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
37635         Log: CRLFgngngn.
37636      Branch: perl
37637            ! win32/Makefile win32/makefile.mk
37638 ____________________________________________________________________________
37639 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
37640         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
37641      Branch: perl
37642            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37643            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
37644            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
37645            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
37646            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
37647            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
37648            ! win32/Makefile win32/makefile.mk
37649 ____________________________________________________________________________
37650 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
37651         Log: Avoid #elif (less portable than #else #if).
37652      Branch: perl
37653            ! handy.h
37654 ____________________________________________________________________________
37655 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
37656         Log: Subject: patch for perlvar.pod
37657              From: mah@everybody.org (Mark A. Hershberger)
37658              Date: 08 Aug 2001 17:03:16 -0500
37659              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
37660      Branch: perl
37661            ! pod/perlvar.pod
37662 ____________________________________________________________________________
37663 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
37664         Log: cpp commands must start (the # must be) at the column #0.
37665      Branch: perl
37666            ! op.c
37667 ____________________________________________________________________________
37668 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
37669         Log: If using gcc -B/foo/bar makedepend would give
37670              unnecessary warnings about unused -B/foo/bar.
37671      Branch: perl
37672            ! makedepend.SH
37673 ____________________________________________________________________________
37674 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
37675         Log: Update Changes.
37676      Branch: perl
37677            ! Changes patchlevel.h
37678 ____________________________________________________________________________
37679 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
37680         Log: s/z/tz/
37681      Branch: perl
37682            ! pod/perlfaq2.pod
37683 ____________________________________________________________________________
37684 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
37685         Log: Article nit.
37686      Branch: perl
37687            ! pod/perlfaq2.pod
37688 ____________________________________________________________________________
37689 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
37690         Log: Rename lib/unicode files to lib/unicore to avoid
37691              conflicts between core lib/unicode and Unicode::
37692              files in case-ignoring filesystems.
37693      Branch: perl
37694            + (add 325 files)
37695            - (delete 324 files)
37696            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
37697 ____________________________________________________________________________
37698 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
37699         Log: Upgrade to Math::BigInt 1.41.
37700      Branch: perl
37701            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
37702 ____________________________________________________________________________
37703 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
37704         Log: Subject: [PATCH] remove PL_na from typemap
37705              From: James <james@rf.net>
37706              Date: Mon, 06 Aug 2001 20:23:15 -0700
37707              Message-ID: <3B6F5F23.A31A81B1@rf.net>
37708              
37709              (had to be manually applied)
37710      Branch: perl
37711            ! lib/ExtUtils/typemap
37712 ____________________________________________________________________________
37713 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
37714         Log: The metaconfig unit changes for #11618.
37715      Branch: metaconfig/U/perl
37716            + d_fpclassl.U i_fp.U
37717 ____________________________________________________________________________
37718 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
37719         Log: Forgot this from #11618.
37720              
37721              NOTE: wince/config_H.ce needs updating.
37722      Branch: perl
37723            ! wince/config.ce
37724 ____________________________________________________________________________
37725 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
37726         Log: Introduce more floating point classifying APIs;
37727              try to define (most importantly) Perl_is{inf,nan}(x).
37728              
37729              For this first cut, assume none such APIs exist in non-UNIXoid
37730              platforms-- this is of course too unkind: Win32 rumoredly has
37731              _fpclass() and _isnan(), and VMS/VOS very probably have some
37732              of the APIs available.     The only thing Perl uses at the moment
37733              is Perl_isnan() (has been in use for a while now).
37734              
37735              NOTE: the Win32 and NetWare config_h.?c need regenerating.
37736      Branch: perl
37737            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
37738            ! Porting/config_H config_h.SH configure.com epoc/config.sh
37739            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
37740            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37741            ! vos/config.ga.h win32/config.bc win32/config.gc
37742            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37743            ! win32/config_H.vc wince/config.ce wince/config.h
37744 ____________________________________________________________________________
37745 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
37746         Log: Integrate change #11519 from perlio:
37747              
37748              Avoid testing for (non-)existance of "encoding(xxxx)"
37749              layer is called "encoding" the (xxxx) is an argument.
37750      Branch: perl
37751           !> lib/open.pm
37752 ____________________________________________________________________________
37753 [ 11616] By: nick                                  on 2001/08/09  07:50:24
37754         Log: Integrate mainline
37755      Branch: perlio
37756           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
37757           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
37758           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
37759           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
37760            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37761            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37762           !> (integrate 79 files)
37763 ____________________________________________________________________________
37764 [ 11615] By: nick                                  on 2001/08/09  06:23:44
37765         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
37766              layer is called "encoding" the (xxxx) is an argument.
37767      Branch: perlio
37768            ! lib/open.pm
37769 ____________________________________________________________________________
37770 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
37771         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
37772              From: Paul Johnson <paul@pjcj.net>
37773              Date: Wed, 8 Aug 2001 23:54:17 +0200
37774              Message-ID: <20010808235417.O1006@pjcj.net>
37775      Branch: perl
37776            ! ext/B/B/Concise.pm
37777 ____________________________________________________________________________
37778 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
37779         Log: Make VMS use IEEE math by default; reorder Tru64 hints
37780              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
37781              exception semantics) is always set if using (the new) cc.
37782      Branch: perl
37783            ! configure.com hints/dec_osf.sh
37784 ____________________________________________________________________________
37785 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
37786         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
37787              From: Abhijit Menon-Sen <ams@wiw.org>
37788              Date: Tue, 7 Aug 2001 17:16:05 +0530
37789              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
37790      Branch: perl
37791            ! pp_sys.c
37792 ____________________________________________________________________________
37793 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
37794         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
37795              From: "Craig A. Berry" <craigberry@mac.com>
37796              Date: Tue, 07 Aug 2001 22:27:47 -0500
37797              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
37798      Branch: perl
37799            ! t/run/exit.t
37800 ____________________________________________________________________________
37801 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
37802         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
37803              From: "Craig A. Berry" <craigberry@mac.com>
37804              Date: Tue, 07 Aug 2001 20:01:53 -0500
37805              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
37806      Branch: perl
37807            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
37808 ____________________________________________________________________________
37809 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
37810         Log: Update the magazine information.
37811      Branch: perl
37812            ! pod/perlfaq2.pod
37813 ____________________________________________________________________________
37814 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
37815         Log: Ignore SIGFPE everywhere.
37816      Branch: perl
37817            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
37818 ____________________________________________________________________________
37819 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
37820         Log: With permission, change the licensing of the docs by
37821              TomC (and Gnat) to comply with the rest of Perl.
37822      Branch: perl
37823            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37824            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37825            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37826            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
37827            ! pod/perltootc.pod
37828 ____________________________________________________________________________
37829 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
37830         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
37831              From: Andy Dougherty <doughera@lafayette.edu>
37832              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
37833              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
37834      Branch: perl
37835            ! hints/openbsd.sh
37836 ____________________________________________________________________________
37837 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
37838         Log: Subject: [PATCH] Makefile.SH test_prep dependency
37839              From: Andy Dougherty <doughera@lafayette.edu>
37840              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
37841              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
37842      Branch: perl
37843            ! Makefile.SH
37844 ____________________________________________________________________________
37845 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
37846         Log: Don't autogenerate the headers et alia,
37847              make regen_headers explicitly.
37848      Branch: perl
37849            ! Makefile.SH
37850 ____________________________________________________________________________
37851 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
37852         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
37853              From: Gurusamy Sarathy <gsar@ActiveState.com> 
37854              Date: Tue, 07 Aug 2001 08:33:26 -0700
37855              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
37856              
37857              Unnecessary dependency.
37858      Branch: perl
37859            ! embed.pl
37860 ____________________________________________________________________________
37861 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
37862         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
37863              From: Abhijit Menon-Sen <ams@wiw.org>
37864              Date: Tue, 7 Aug 2001 09:10:54 +0530
37865              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
37866      Branch: perl
37867            ! pp_hot.c
37868 ____________________________________________________________________________
37869 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
37870         Log: Subject: [PATCH perl@11597] B && BEGIN handling
37871              From: "James A. Duncan" <jduncan@fotango.com>
37872              Date: Mon, 6 Aug 2001 17:29:11 +0100
37873              Message-ID: <20010806172911.A2071@fotango.com>
37874              
37875              (the intrpvar.h addition moved to the end for bincompat)
37876      Branch: perl
37877            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
37878 ____________________________________________________________________________
37879 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
37880         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
37881      Branch: perl
37882           !> README.win32
37883 ____________________________________________________________________________
37884 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
37885         Log: fix URLs for fcrypt.c
37886      Branch: maint-5.6/perl
37887            ! README.win32
37888 ____________________________________________________________________________
37889 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
37890         Log: Yet another way to say Infinity: HP-UX calls its "++".
37891      Branch: perl
37892            ! lib/Math/BigInt/t/bigintpm.t
37893 ____________________________________________________________________________
37894 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
37895         Log: Update Changes.
37896      Branch: perl
37897            ! Changes patchlevel.h
37898 ____________________________________________________________________________
37899 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
37900         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
37901      Branch: perl
37902            ! pod/perlfaq5.pod
37903 ____________________________________________________________________________
37904 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
37905         Log: The #11593 wasn't right.
37906      Branch: perl
37907            ! lib/Math/BigInt/t/bigintpm.t
37908 ____________________________________________________________________________
37909 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
37910         Log: Subject: [PATCH: perl@11564] introducing perlivp
37911              From: Prymmer/Kahn <pvhp@best.com>
37912              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
37913              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
37914              
37915              Subject: Re: [PATCH: perl@11564] introducing perlivp
37916              From: Prymmer/Kahn <pvhp@best.com>
37917              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
37918              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
37919      Branch: perl
37920            + utils/perlivp.PL
37921            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
37922            ! win32/Makefile win32/makefile.mk
37923 ____________________________________________________________________________
37924 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
37925         Log: libcs are confused what to call Infinity.
37926      Branch: perl
37927            ! lib/Math/BigInt/t/bigintpm.t
37928 ____________________________________________________________________________
37929 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
37930         Log: Avoid SIGFPE in Tru64.
37931      Branch: perl
37932            ! numeric.c
37933 ____________________________________________________________________________
37934 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
37935         Log: Upgrade to Math::BigInt 1.40.
37936              
37937              NOTE: this patch necessitates doing something about
37938              infinity handling since the new bigintpm.t tests use
37939              infinity, which causes SIGFPEs at least in Tru64.
37940      Branch: perl
37941            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37942            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37943            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37944            ! lib/Math/BigInt/t/mbimbf.t
37945 ____________________________________________________________________________
37946 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
37947         Log: remove hardcoded cmd shell in testsuite
37948      Branch: perl
37949            ! t/op/glob.t t/op/magic.t t/op/stat.t
37950 ____________________________________________________________________________
37951 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
37952         Log: 4-arg select() was busted on windows because change#8178 didn't
37953              make it into mainline
37954      Branch: perl
37955            ! perl.h win32/include/sys/socket.h
37956 ____________________________________________________________________________
37957 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
37958         Log: Rename the Getopt::Long tests to be as they are
37959              in the Getopt::Long official distribution.
37960      Branch: perl
37961            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
37962            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
37963            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37964            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37965            ! MANIFEST
37966 ____________________________________________________________________________
37967 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
37968         Log: Upgrade to Getopt::Long 2.26.
37969      Branch: perl
37970            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
37971            ! MANIFEST lib/Getopt/Long.pm
37972 ____________________________________________________________________________
37973 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
37974         Log: Retract #10874 (the hack should be unnecessary by now)
37975      Branch: perl
37976            ! lib/Test/Harness.pm
37977 ____________________________________________________________________________
37978 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
37979         Log: avoid temp file littering in tests
37980      Branch: perl
37981            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
37982 ____________________________________________________________________________
37983 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
37984         Log: Subject: warning in sv.c: double format, NV arg
37985              From: "Philip Newton" <Philip.Newton@gmx.net>
37986              Date: Sun, 5 Aug 2001 19:41:07 +0200
37987              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
37988      Branch: perl
37989            ! sv.c
37990 ____________________________________________________________________________
37991 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
37992         Log: fix POSIX.t#13 for windos
37993      Branch: perl
37994            ! ext/POSIX/POSIX.t
37995 ____________________________________________________________________________
37996 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
37997         Log: Add a test for PerlIO::Via.
37998      Branch: perl
37999            + ext/PerlIO/t/via.t
38000            ! MANIFEST ext/PerlIO/Via/Via.pm
38001 ____________________________________________________________________________
38002 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
38003         Log: flock() and link() are not available on Windows 9x
38004      Branch: perl
38005            ! win32/config_sh.PL
38006 ____________________________________________________________________________
38007 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
38008         Log: Some Tru64 C compilers have C++ components that confuse
38009              the ccversion parsing.
38010      Branch: perl
38011            ! hints/dec_osf.sh
38012 ____________________________________________________________________________
38013 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
38014         Log: (Reintroduce #11125)
38015              
38016              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
38017              From: Alan Burlison <Alan.Burlison@sun.com> 
38018              Date: Tue, 03 Jul 2001 15:20:13 +0100   
38019              Message-ID: <3B41D49D.A923D4F9@sun.com> 
38020      Branch: perl
38021            ! lib/ExtUtils/MM_Unix.pm
38022 ____________________________________________________________________________
38023 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
38024         Log: Little pointer juggling for HP-UX cc to avoid
38025              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
38026              followed by
38027              "error 1549: Modifiable lvalue required for assignment operator."
38028      Branch: perl
38029            ! hv.c
38030 ____________________________________________________________________________
38031 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
38032         Log: Continuation of #11575: SANY_SEEN completely deprecated,
38033              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
38034              plus a fix for the bug.
38035      Branch: perl
38036            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38037 ____________________________________________________________________________
38038 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
38039         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
38040              From: Doug MacEachern <dougm@covalent.net>
38041              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
38042              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
38043      Branch: perl
38044            ! sv.c
38045 ____________________________________________________________________________
38046 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
38047         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
38048              the new CANY is the \C.  The problem reported and the
38049              test case supplied in
38050              
38051              Subject: UTF-8 bugs in string length & single line regex matches
38052              From: "Daniel P. Berrange" <dan@berrange.com>
38053              Date: Fri, 3 Aug 2001 11:39:33 +0100
38054              Message-ID: <20010803113932.A19318@berrange.com>
38055      Branch: perl
38056            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
38057            ! t/op/pat.t
38058 ____________________________________________________________________________
38059 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
38060         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
38061              From: Doug MacEachern <dougm@covalent.net>
38062              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
38063              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
38064      Branch: perl
38065            ! perl.c regexec.c
38066 ____________________________________________________________________________
38067 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
38068         Log: The #11572 didn't up the test count.
38069      Branch: perl
38070            ! t/op/length.t
38071 ____________________________________________________________________________
38072 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
38073         Log: Subject: UTF-8 bugs in string length & single line regex matches
38074              From: "Daniel P. Berrange" <dan@berrange.com>
38075              Date: Fri, 3 Aug 2001 11:39:33 +0100         
38076              Message-ID: <20010803113932.A19318@berrange.com>
38077              
38078              (the mg_length() fix)
38079      Branch: perl
38080            ! mg.c t/op/length.t
38081 ____________________________________________________________________________
38082 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
38083         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38084              From: Abhijit Menon-Sen <ams@wiw.org>
38085              Date: Sat, 4 Aug 2001 16:56:35 +0530
38086              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
38087      Branch: perl
38088            ! hv.c
38089 ____________________________________________________________________________
38090 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
38091         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38092              From: Abhijit Menon-Sen <ams@wiw.org>
38093              Date: Sat, 4 Aug 2001 16:16:03 +0530
38094              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
38095      Branch: perl
38096            ! hv.c
38097 ____________________________________________________________________________
38098 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
38099         Log: Subject: Re: [patch] refcount re ops
38100              From: Abhijit Menon-Sen <ams@wiw.org>
38101              Date: Sat, 4 Aug 2001 08:54:55 +0530
38102              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
38103      Branch: perl
38104            ! sv.c
38105 ____________________________________________________________________________
38106 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
38107         Log: Subject: [patch] refcount re ops
38108              From: Doug MacEachern <dougm@covalent.net>
38109              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
38110              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
38111      Branch: perl
38112            ! regcomp.c sv.c
38113 ____________________________________________________________________________
38114 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
38115         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
38116              From: Doug MacEachern <dougm@covalent.net>
38117              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
38118              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
38119      Branch: perl
38120            ! perl.c regexec.c
38121 ____________________________________________________________________________
38122 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
38123         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
38124              From: "Craig A. Berry" <craigberry@mac.com> 
38125              Date: Fri, 03 Aug 2001 16:16:16 -0500
38126              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
38127      Branch: perl
38128            ! t/op/misc.t
38129 ____________________________________________________________________________
38130 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
38131         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
38132              From: John Kristian <jmk2001@engineer.com>
38133              Date: Fri, 03 Aug 2001 00:59:08 -0700
38134              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
38135      Branch: perl
38136            ! win32/win32.c
38137 ____________________________________________________________________________
38138 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
38139         Log: Update Changes.
38140      Branch: perl
38141            ! Changes patchlevel.h
38142 ____________________________________________________________________________
38143 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
38144         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
38145              From: "Craig A. Berry" <craigberry@mac.com>
38146              Date: Thu, 02 Aug 2001 23:15:24 -0500
38147              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
38148      Branch: perl
38149            ! ext/B/Stash.t
38150 ____________________________________________________________________________
38151 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
38152         Log: Subject: [patch] plug PL_cshname leak
38153              From: Doug MacEachern <dougm@covalent.net>
38154              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
38155              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
38156      Branch: perl
38157            ! sv.c
38158 ____________________________________________________________________________
38159 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
38160         Log: Subject: [patch] plug PL_sh_path leak
38161              From: Doug MacEachern <dougm@covalent.net>
38162              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
38163              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
38164      Branch: perl
38165            ! sv.c
38166 ____________________________________________________________________________
38167 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
38168         Log: Subject: [patch] plug PL_regex_padav leaks
38169              From: Doug MacEachern <dougm@covalent.net>
38170              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
38171              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
38172      Branch: perl
38173            ! op.c op.h perl.c
38174 ____________________________________________________________________________
38175 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
38176         Log: Subject: [patch] plug PL_origargv leak
38177              From: Doug MacEachern <dougm@covalent.net>
38178              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
38179              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
38180      Branch: perl
38181            ! perl.c
38182 ____________________________________________________________________________
38183 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
38184         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
38185              From: Abhijit Menon-Sen <ams@wiw.org>
38186              Date: Fri, 3 Aug 2001 06:38:11 +0530
38187              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
38188      Branch: perl
38189            ! hv.c
38190 ____________________________________________________________________________
38191 [ 11557] By: nick                                  on 2001/08/03  08:17:38
38192         Log: Integrate mainline
38193      Branch: perlio
38194           +> (branch 47 files)
38195            - lib/Switch/test.pl
38196           !> (integrate 49 files)
38197 ____________________________________________________________________________
38198 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
38199         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
38200              From: "Craig A. Berry" <craigberry@mac.com>
38201              Date: Thu, 02 Aug 2001 12:56:19 -0500
38202              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
38203      Branch: perl
38204            ! ext/B/Showlex.t
38205 ____________________________________________________________________________
38206 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
38207         Log: Be more careful about non-existent files.
38208      Branch: perl
38209            ! lib/File/Copy.pm
38210 ____________________________________________________________________________
38211 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
38212         Log: Subject: [PATCH resend] deparse empty formats
38213              From: Robin Houston <robin@kitsite.com> 
38214              Date: Thu, 2 Aug 2001 14:32:36 +0100
38215              Message-ID: <20010802143236.A894@robin.kitsite.com>
38216      Branch: perl
38217            ! ext/B/B/Deparse.pm
38218 ____________________________________________________________________________
38219 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
38220         Log: Subject: [patch] ithreads + refto fix improvement
38221              From: Doug MacEachern <dougm@covalent.net>
38222              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
38223              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
38224      Branch: perl
38225            ! pp.c
38226 ____________________________________________________________________________
38227 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
38228         Log: Readability nit from Abhijit.
38229      Branch: perl
38230            ! op.c
38231 ____________________________________________________________________________
38232 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
38233         Log: setproctitle() API version nit from Anton Berezin.
38234      Branch: perl
38235            ! mg.c
38236 ____________________________________________________________________________
38237 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
38238         Log: Add PerlCE to the docs.
38239      Branch: perl
38240            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
38241            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
38242 ____________________________________________________________________________
38243 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
38244         Log: Integrate the PerlCE (WinCE Perl) port;
38245              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
38246      Branch: perl
38247            + README.ce wince/FindExt.pm wince/Makefile.ce
38248            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
38249            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
38250            + wince/bin/search.pl wince/config.ce wince/config.h
38251            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
38252            + wince/dl_win32.xs wince/include/arpa/inet.h
38253            + wince/include/cectype.h wince/include/errno.h
38254            + wince/include/netdb.h wince/include/sys/socket.h
38255            + wince/include/sys/stat.h wince/include/sys/types.h
38256            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
38257            + wince/perl.rc wince/perldll.def wince/perllib.c
38258            + wince/perlmain.c wince/registry.bat wince/runperl.c
38259            + wince/splittree.pl wince/win32.h wince/win32iop.h
38260            + wince/win32thread.c wince/win32thread.h wince/wince.c
38261            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
38262            + wince/xdistclean.ksh wince/xmakediffs.ksh
38263            ! MANIFEST perl.c perl.h perlio.c
38264 ____________________________________________________________________________
38265 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
38266         Log: setproctitle() made simpler.  (This assumes the string is
38267              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
38268              should be used.  Note len, not len + 1.)  BSD-fu from Anton
38269              Berezin.
38270      Branch: perl
38271            ! mg.c
38272 ____________________________________________________________________________
38273 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
38274         Log: Subject: [PATCH] -Wall cleanup: op.c
38275              From: Richard Soderberg <rs@oregonnet.com>
38276              Date: Thu, 2 Aug 2001 00:17:09 -0700
38277              Message-Id: <200108020717.AAA26895@oregonnet.com>
38278              
38279              Subject: [PATCH] -Wall cleanup: sv.c
38280              From: Richard Soderberg <rs@oregonnet.com>
38281              Date: Thu, 2 Aug 2001 00:49:21 -0700
38282              Message-Id: <200108020749.AAA27492@oregonnet.com>
38283      Branch: perl
38284            ! op.c sv.c
38285 ____________________________________________________________________________
38286 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
38287         Log: Update Changes.
38288      Branch: perl
38289            ! Changes patchlevel.h
38290 ____________________________________________________________________________
38291 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
38292         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38293              From: Doug MacEachern <dougm@covalent.net>
38294              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
38295              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
38296      Branch: perl
38297            ! op.c
38298 ____________________________________________________________________________
38299 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
38300         Log: The #11541 didn't work under threads.
38301      Branch: perl
38302            ! op.c
38303 ____________________________________________________________________________
38304 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
38305         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
38306              From: Hugo <hv@crypt.compulink.co.uk>
38307              Date: Fri, 22 Jun 2001 01:19:08 +0100 
38308              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
38309              
38310              (Skip tests if accept() failed)
38311      Branch: perl
38312            ! ext/IO/lib/IO/t/io_unix.t
38313 ____________________________________________________________________________
38314 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
38315         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
38316              From: "Stian Seeberg" <sseeberg@nimsoft.no>
38317              Date: Mon, 30 Jul 2001 12:28:07 +0200
38318              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
38319      Branch: perl
38320            ! perl.h
38321 ____________________________________________________________________________
38322 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
38323         Log: Subject: Pluggable optimizer
38324              From: Simon Cozens <simon@netthink.co.uk>
38325              Date: Wed, 1 Aug 2001 13:57:02 -0700
38326              Message-ID: <20010801135702.I10442@netthink.co.uk>
38327      Branch: perl
38328            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
38329 ____________________________________________________________________________
38330 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
38331         Log: Subject: [ID 20010801.039] perlre.pod message typo
38332              From: Autrijus Tang <autrijus@geb.elixus.org>
38333              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
38334              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
38335      Branch: perl
38336            ! pod/perlre.pod
38337 ____________________________________________________________________________
38338 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
38339         Log: Test for change #11536.
38340      Branch: perl
38341            ! t/op/tiehandle.t
38342 ____________________________________________________________________________
38343 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
38344         Log: More test fixups for #11537.
38345      Branch: perl
38346            ! t/lib/warnings/4lint t/lib/warnings/9enabled
38347 ____________________________________________________________________________
38348 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
38349         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
38350              From: Doug MacEachern <dougm@covalent.net>
38351              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
38352              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
38353      Branch: perl
38354            ! op.c t/TestInit.pm
38355 ____________________________________________________________________________
38356 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
38357         Log: Subject: [patch] ithreads + refto bug
38358              From: Doug MacEachern <dougm@covalent.net>
38359              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
38360              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
38361              
38362              (Test in change #11539)
38363      Branch: perl
38364            ! pp.c
38365 ____________________________________________________________________________
38366 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
38367         Log: Subject: [PATCH: perl@11523] fixups for t/harness
38368              From: Prymmer/Kahn <pvhp@best.com>
38369              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
38370              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
38371      Branch: perl
38372            ! t/harness
38373 ____________________________________________________________________________
38374 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
38375         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
38376              From: Prymmer/Kahn <pvhp@best.com>
38377              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
38378              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
38379      Branch: perl
38380            ! win32/Makefile win32/makefile.mk
38381 ____________________________________________________________________________
38382 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
38383         Log: Need to know the number of tests.
38384      Branch: perl
38385            ! t/run/exit.t
38386 ____________________________________________________________________________
38387 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
38388         Log: Subject: Re: new exit tests on VMS
38389              From: "Craig A. Berry" <craigberry@mac.com>
38390              Date: Tue, 31 Jul 2001 12:19:29 -0500
38391              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
38392      Branch: perl
38393            ! t/run/exit.t
38394 ____________________________________________________________________________
38395 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
38396         Log: Retract #11530 (the dTHX is needed under threads)
38397      Branch: perl
38398            ! perlio.c
38399 ____________________________________________________________________________
38400 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
38401         Log: (Retracted by #11531)
38402      Branch: perl
38403            ! perlio.c
38404 ____________________________________________________________________________
38405 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
38406         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
38407              From: Richard Soderberg <rs@crystalflame.net>
38408              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
38409              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
38410      Branch: perl
38411            ! unixish.h
38412 ____________________________________________________________________________
38413 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
38414         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
38415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38416              Date: Tue, 31 Jul 2001 05:39:09 -0400
38417              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
38418              
38419              (with a note about the case of UV being equal to long long)
38420      Branch: perl
38421            ! utils/h2xs.PL
38422 ____________________________________________________________________________
38423 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
38424         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
38425              From: "Craig A. Berry" <craigberry@mac.com>
38426              Date: Tue, 31 Jul 2001 14:57:43 -0500
38427              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
38428      Branch: perl
38429            ! t/io/fs.t
38430 ____________________________________________________________________________
38431 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
38432         Log: Fix for
38433              
38434              Subject: [ID 20010116.001] File::Copy truncates orig file 
38435              From: arbor@al37al08.telecel.pt
38436              Date: Tue, 16 Jan 2001 11:43:02 GMT
38437              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
38438              
38439              (copy($foo, $foo) would truncate $foo)
38440      Branch: perl
38441            ! lib/File/Copy.pm lib/File/Copy.t
38442 ____________________________________________________________________________
38443 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
38444         Log: Metaconfig unit change for #11524.
38445      Branch: metaconfig/U/perl
38446            ! Extras.U
38447 ____________________________________________________________________________
38448 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
38449         Log: Multiple modules didn't work; plus typo fixes.
38450      Branch: perl
38451            ! Configure
38452 ____________________________________________________________________________
38453 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
38454         Log: Update Changes.
38455      Branch: perl
38456            ! Changes patchlevel.h
38457 ____________________________________________________________________________
38458 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
38459         Log: Regen perlapi.
38460      Branch: perl
38461            ! pod/perlapi.pod
38462 ____________________________________________________________________________
38463 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
38464         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
38465              From: Dave Mitchell <davem@fdgroup.co.uk>
38466              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
38467              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
38468      Branch: perl
38469            ! sv.c
38470 ____________________________________________________________________________
38471 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
38472         Log: Regen toc.
38473      Branch: perl
38474            ! pod/perltoc.pod
38475 ____________________________________________________________________________
38476 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
38477         Log: Regen Porting stuff.
38478      Branch: perl
38479            ! Porting/Glossary Porting/config.sh Porting/config_H
38480 ____________________________________________________________________________
38481 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
38482         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
38483              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38484              Date: Tue, 31 Jul 2001 05:34:38 -0400
38485              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
38486      Branch: perl
38487            ! utils/h2xs.PL
38488 ____________________________________________________________________________
38489 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
38490         Log: Metaconfig unit change for #11516. 
38491      Branch: metaconfig/U/perl
38492            ! gccvers.U
38493 ____________________________________________________________________________
38494 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
38495         Log: Add -Wall in cflags, not in Configure.
38496              (This way -Wall affects only the core and the core XS,
38497              not user modules' XS.  Concern from Paul Marquess,
38498              implementation idea from Andy Dougherty.)
38499      Branch: perl
38500            ! Configure cflags.SH
38501 ____________________________________________________________________________
38502 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
38503         Log: Metaconfig unit changes for #11514.
38504      Branch: metaconfig
38505            + U/modified/sysman.U
38506            ! U/installdirs/man1dir.U
38507 ____________________________________________________________________________
38508 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
38509         Log: Subject: Configure's detection of system manual
38510              From: Sean Dague <sean@dague.net> 
38511              Date: Sun, 13 May 2001 15:53:15 -0400
38512              Message-ID: <20010513155315.A15833@underhill.dague.net>
38513      Branch: perl
38514            ! Configure
38515 ____________________________________________________________________________
38516 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
38517         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
38518              From: Autrijus Tang <autrijus@autrijus.org> 
38519              Date: Thu, 21 Jun 2001 23:56:48 +0800
38520              Message-Id: <20010621235648.A57340@not.autrijus.org>
38521      Branch: perl
38522            ! pod/perlobj.pod
38523 ____________________________________________________________________________
38524 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
38525         Log: Subject: Typo in DB_File.pm
38526              From: "Philip Newton" <Philip.Newton@gmx.net>
38527              Date: Tue, 31 Jul 2001 06:19:35 +0200
38528              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
38529      Branch: perl
38530            ! ext/DB_File/DB_File.pm
38531 ____________________________________________________________________________
38532 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
38533         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
38534              From: "Stephen P. Potter" <spp@spotter.yi.org>
38535              Date: Wed, 30 May 2001 13:59:34 -0400
38536              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
38537      Branch: perl
38538            ! pod/perlre.pod
38539 ____________________________________________________________________________
38540 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
38541         Log: eval "format foo=" would loop indefinitely; reported in
38542              
38543              Subject: A load of old rubbish
38544              From: Mike Guy <mjtg@cam.ac.uk>
38545              Date: Mon, 14 May 2001 16:12:22 +0100
38546              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
38547              
38548              (The core dumps reported in there already fixed.)
38549      Branch: perl
38550            ! toke.c
38551 ____________________________________________________________________________
38552 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
38553         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
38554      Branch: perl
38555            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
38556            + lib/Switch/t/switch_case.t
38557            - lib/Switch/test.pl
38558            ! MANIFEST lib/Switch.pm
38559 ____________________________________________________________________________
38560 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
38561         Log: Subject: [PATCH @11505] DB_File-1.78
38562              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
38563              Date: Mon, 30 Jul 2001 22:54:37 +0100
38564              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
38565      Branch: perl
38566            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38567            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
38568 ____________________________________________________________________________
38569 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
38570         Log: Explain in more detail why -pipe and -fno-common are good.
38571      Branch: perl
38572            ! hints/darwin.sh
38573 ____________________________________________________________________________
38574 [ 11506] By: nick                                  on 2001/07/30  14:32:23
38575         Log: Integrate mainline
38576      Branch: perlio
38577           !> INSTALL Makefile.SH doio.c hints/darwin.sh
38578 ____________________________________________________________________________
38579 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
38580         Log: Perl hasn't been putting man pages into $prefix/lib for
38581              a long time now; pointed out by Andy Dougherty. 
38582      Branch: perl
38583            ! hints/darwin.sh
38584 ____________________________________________________________________________
38585 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
38586         Log: Document the extras Configure option.
38587      Branch: perl
38588            ! INSTALL
38589 ____________________________________________________________________________
38590 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
38591         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
38592              everywhere.
38593      Branch: perl
38594           !> doio.c
38595 ____________________________________________________________________________
38596 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
38597         Log: Doubly guard against invoking CPAN if no extras defined,
38598              pointed out by H. Merijn Brand.
38599      Branch: perl
38600            ! Makefile.SH
38601 ____________________________________________________________________________
38602 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
38603         Log: Fix O_RDONLY check to check for O_RDONLY.
38604      Branch: maint-5.6/macperl
38605            ! doio.c
38606 ____________________________________________________________________________
38607 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
38608         Log: Integrate miscellaneous changes from maint-5.6/perl.
38609      Branch: maint-5.6/macperl
38610           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
38611 ____________________________________________________________________________
38612 [ 11499] By: nick                                  on 2001/07/30  06:52:42
38613         Log: Integrate mainline
38614      Branch: perlio
38615           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
38616           +> win32/sync_ext.pl
38617            - win32/sncfnmcs.pl
38618           !> (integrate 71 files)
38619 ____________________________________________________________________________
38620 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
38621         Log: Update Changes.
38622      Branch: perl
38623            ! Changes patchlevel.h
38624 ____________________________________________________________________________
38625 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
38626         Log: Now Configure -Dextras=Foo::Bar and "make install" will
38627              fetch and install Foo::Bar.
38628      Branch: perl
38629            ! Makefile.SH
38630 ____________________________________________________________________________
38631 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
38632         Log: Metaconfig unit change for #11495.
38633      Branch: metaconfig/U/perl
38634            ! Extras.U
38635 ____________________________________________________________________________
38636 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
38637         Log: extras.make, extras.test, and extras.install make targets.
38638      Branch: perl
38639            ! Configure Makefile.SH
38640 ____________________________________________________________________________
38641 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
38642         Log: Metaconfig unit change for #11493.
38643      Branch: metaconfig/U/perl
38644            ! Extras.U
38645 ____________________________________________________________________________
38646 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
38647         Log: Better to have the list of extras in $extras than 'define'.
38648      Branch: perl
38649            ! Configure
38650 ____________________________________________________________________________
38651 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
38652         Log: The metaconfig unit change for #11490.
38653      Branch: metaconfig/U/perl
38654            + Extras.U
38655 ____________________________________________________________________________
38656 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
38657         Log: Missed from #11490 (the required dependency).
38658      Branch: perl
38659            ! Makefile.SH
38660 ____________________________________________________________________________
38661 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
38662         Log: Add the support of asking for extra modules or bundles of modules
38663              to be fetched from the CPAN and installed as a part of the Perl
38664              build process.  None of this installation is yet really done;
38665              only the list is asked, and saved away in extras.lst for
38666              the build and installation process to worry about later.
38667      Branch: perl
38668            ! Configure
38669 ____________________________________________________________________________
38670 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
38671         Log: Beginnings of better Inf and NaN support.
38672              At least toke.c and sv.c still need quite a bit of work.
38673      Branch: perl
38674            ! numeric.c perl.h
38675 ____________________________________________________________________________
38676 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
38677         Log: Top-level Makefile didn't honour OPTIMIZE.
38678      Branch: perl
38679            ! Makefile.SH
38680 ____________________________________________________________________________
38681 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
38682         Log: Update Changes.
38683      Branch: perl
38684            ! Changes patchlevel.h
38685 ____________________________________________________________________________
38686 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
38687         Log: Use Search::Dict 1.02 interface for charinfo().
38688      Branch: perl
38689            ! lib/UnicodeCD.pm
38690 ____________________________________________________________________________
38691 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
38692         Log: Now also allow transforming the read lines before comparing them.
38693              (This will help UnicodeCD.) 
38694      Branch: perl
38695            ! lib/Search/Dict.pm
38696 ____________________________________________________________________________
38697 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
38698         Log: Remove tiehandle code.
38699      Branch: perl
38700            ! lib/UnicodeCD.pm
38701 ____________________________________________________________________________
38702 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
38703         Log: Allow specifying a comparison function for Search::Dict::look().
38704      Branch: perl
38705            ! lib/Search/Dict.pm
38706 ____________________________________________________________________________
38707 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
38708         Log: Small UnicodeCD tweaks.
38709      Branch: perl
38710            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38711 ____________________________________________________________________________
38712 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
38713         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
38714              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38715              Date: Tue, 24 Jul 2001 01:51:32 +0900
38716              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
38717      Branch: perl
38718            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38719 ____________________________________________________________________________
38720 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
38721         Log: Subject: [PATCH] installperl
38722              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38723              Date: Fri, 27 Jul 2001 19:05:04 -0700
38724              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
38725      Branch: perl
38726            ! installperl
38727 ____________________________________________________________________________
38728 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
38729         Log: Subject: [PATCH] Set proper compatibility versions in core
38730              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38731              Date: Fri, 27 Jul 2001 20:01:49 -0700
38732              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
38733      Branch: perl
38734            ! Makefile.SH
38735 ____________________________________________________________________________
38736 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
38737         Log: Metaconfig unit change for #11477.
38738      Branch: metaconfig/U/perl
38739            ! dlsrc.U
38740 ____________________________________________________________________________
38741 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
38742         Log: Subject: [PATCH] Darwin: -fpic not so good
38743              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38744              Date: Fri, 27 Jul 2001 18:57:38 -0700
38745              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
38746      Branch: perl
38747            ! Configure
38748 ____________________________________________________________________________
38749 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
38750         Log: Subject: [PATCH] Clean up Darwin hints
38751              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38752              Date: Fri, 27 Jul 2001 19:13:15 -0700
38753              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
38754      Branch: perl
38755            ! hints/darwin.sh
38756 ____________________________________________________________________________
38757 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
38758         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
38759              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38760              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
38761              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
38762      Branch: perl
38763            ! pod/perlfunc.pod pp.c t/op/split.t
38764 ____________________________________________________________________________
38765 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
38766         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
38767              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38768              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
38769              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
38770      Branch: perl
38771            ! pod/perlvar.pod
38772 ____________________________________________________________________________
38773 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
38774         Log: Subject: [PATCH] fixes to constant.pm documentation
38775              From: Ilmari Karonen <iltzu@sci.fi>
38776              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
38777              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
38778      Branch: perl
38779            ! lib/constant.pm
38780 ____________________________________________________________________________
38781 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
38782         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
38783              From: "Philip Newton" <Philip.Newton@gmx.net>
38784              Date: Fri, 27 Jul 2001 07:51:10 +0200
38785              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
38786      Branch: perl
38787            ! pod/perlport.pod
38788 ____________________________________________________________________________
38789 [ 11471] By: nick                                  on 2001/07/26  06:23:32
38790         Log: Subject:  [PATCH] Doc fix for perlguts / threading
38791              From:  Arthur Bergman <arthur@contiller.se>
38792              Date:  Wed, 25 Jul 2001 11:28:23 +0200
38793              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
38794      Branch: perl
38795            ! pod/perlguts.pod
38796 ____________________________________________________________________________
38797 [ 11470] By: nick                                  on 2001/07/26  06:21:06
38798         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
38799              From:  Philip Newton <Philip.Newton@gmx.net>
38800              Date:  Wed, 25 Jul 2001 08:19:47 +0200
38801              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
38802      Branch: perl
38803            ! INSTALL
38804 ____________________________________________________________________________
38805 [ 11469] By: nick                                  on 2001/07/26  06:20:25
38806         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
38807              From:  Philip Newton <Philip.Newton@gmx.net>
38808              Date:  Wed, 25 Jul 2001 08:12:48 +0200
38809              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
38810      Branch: perl
38811            ! INSTALL
38812 ____________________________________________________________________________
38813 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
38814         Log: More +x.
38815      Branch: perl
38816            ! Porting/makerel
38817 ____________________________________________________________________________
38818 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
38819         Log: Update Changes.
38820      Branch: perl
38821            ! Changes patchlevel.h
38822 ____________________________________________________________________________
38823 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
38824         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
38825              From: "Philip Newton" <Philip.Newton@gmx.net>
38826              Date: Tue, 24 Jul 2001 06:45:55 +0200
38827              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
38828      Branch: perl
38829            ! os2/perlrexx.c
38830 ____________________________________________________________________________
38831 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
38832         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
38833              From: Peter Prymmer <pvhp@forte.com>
38834              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
38835              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
38836      Branch: perl
38837            ! pod/perlport.pod t/io/fs.t vms/test.com
38838 ____________________________________________________________________________
38839 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
38840         Log: Workaround on Cwd bootstrap problem.
38841      Branch: perl
38842            ! lib/ExtUtils/MakeMaker.pm
38843 ____________________________________________________________________________
38844 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
38845         Log: When in Rome, quote like the Romans do.
38846      Branch: perl
38847            ! cflags.SH
38848 ____________________________________________________________________________
38849 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
38850         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
38851              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38852              Date: Mon, 23 Jul 2001 19:29:49 -0400
38853              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
38854      Branch: perl
38855            + os2/perlrexx.c
38856            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
38857            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
38858            ! t/op/write.t
38859 ____________________________________________________________________________
38860 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
38861         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
38862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38863              Date: Mon, 23 Jul 2001 18:43:42 -0400
38864              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
38865      Branch: perl
38866            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
38867 ____________________________________________________________________________
38868 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
38869         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
38870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38871              Date: Mon, 23 Jul 2001 18:33:16 -0400
38872              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
38873      Branch: perl
38874            ! lib/ExtUtils/MakeMaker.pm
38875 ____________________________________________________________________________
38876 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
38877         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
38878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38879              Date: Mon, 23 Jul 2001 18:20:35 -0400
38880              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
38881      Branch: perl
38882            ! Makefile.SH cflags.SH
38883 ____________________________________________________________________________
38884 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
38885         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
38886              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
38887              Date: Mon, 23 Jul 2001 11:32:17 -0500
38888              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
38889      Branch: perl
38890            ! lib/ExtUtils/MakeMaker.pm
38891 ____________________________________________________________________________
38892 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
38893         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
38894              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38895              Date: Mon, 23 Jul 2001 18:13:20 -0400
38896              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
38897      Branch: perl
38898            ! lib/perl5db.pl
38899 ____________________________________________________________________________
38900 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
38901         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
38902              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38903              Date: Mon, 23 Jul 2001 18:07:40 -0400
38904              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
38905      Branch: perl
38906            ! op.c
38907 ____________________________________________________________________________
38908 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
38909         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
38910              From: "Craig A. Berry" <craigberry@mac.com>
38911              Date: Mon, 23 Jul 2001 15:35:06 -0500
38912              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
38913      Branch: perl
38914            ! util.c
38915 ____________________________________________________________________________
38916 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
38917         Log: Subject: [PATCH perlfaq9.pod typo]
38918              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
38919              Date: Mon, 23 Jul 2001 07:49:05 -0700
38920              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
38921      Branch: perl
38922            ! pod/perlfaq9.pod
38923 ____________________________________________________________________________
38924 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
38925         Log: Subject: win32\sncfnmcs.pl corrections
38926              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38927              Date: Mon, 23 Jul 2001 12:56:54 +0200
38928              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
38929              
38930              Rename the script a little bit more sensibly.
38931      Branch: perl
38932            + win32/sync_ext.pl
38933            - win32/sncfnmcs.pl
38934            ! MANIFEST README.win32
38935 ____________________________________________________________________________
38936 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
38937         Log: Test tweak.
38938      Branch: perl
38939            ! ext/B/Deparse.t
38940 ____________________________________________________________________________
38941 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
38942         Log: Metaconfig unit tweak for #11450.
38943      Branch: metaconfig/U/perl
38944            ! Mksymlinks.U
38945 ____________________________________________________________________________
38946 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
38947         Log: Too volatile failsafe check.
38948      Branch: perl
38949            ! Configure
38950 ____________________________________________________________________________
38951 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
38952         Log: Further doc tweaks.
38953      Branch: perl
38954            ! lib/UnicodeCD.pm
38955 ____________________________________________________________________________
38956 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
38957         Log: Doc tweaks.
38958      Branch: perl
38959            ! lib/UnicodeCD.pm
38960 ____________________________________________________________________________
38961 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
38962         Log: Doc tweakery from Abhijit.
38963      Branch: perl
38964            ! Porting/repository.pod
38965 ____________________________________________________________________________
38966 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
38967         Log: An accidental empty line.
38968      Branch: perl
38969            ! MANIFEST
38970 ____________________________________________________________________________
38971 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
38972         Log: Missing MANIFESTations.
38973      Branch: perl
38974            ! MANIFEST
38975 ____________________________________________________________________________
38976 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
38977         Log: Update Changes.
38978      Branch: perl
38979            ! Changes patchlevel.h
38980 ____________________________________________________________________________
38981 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
38982         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
38983              From: Mike Guy <mjtg@cam.ac.uk>
38984              Date: Fri, 20 Jul 2001 16:12:49 +0100
38985              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
38986      Branch: perl
38987            ! Porting/pumpkin.pod
38988 ____________________________________________________________________________
38989 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
38990         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38991              From: Peter Prymmer <pvhp@forte.com>
38992              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
38993              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
38994      Branch: perl
38995            ! pod/perlhack.pod
38996 ____________________________________________________________________________
38997 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
38998         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
38999              From: Michael G Schwern <schwern@pobox.com>
39000              Date: Fri, 20 Jul 2001 20:22:35 -0400
39001              Message-ID: <20010720202235.O4498@blackrider>
39002      Branch: perl
39003            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
39004            ! lib/Test/t/todo.t
39005 ____________________________________________________________________________
39006 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
39007         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
39008              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39009              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
39010              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
39011      Branch: perl
39012            ! ext/POSIX/POSIX.pod
39013 ____________________________________________________________________________
39014 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
39015         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
39016              From: Mark-Jason Dominus <mjd@plover.com>
39017              Date: Fri, 20 Jul 2001 23:16:54 -0400
39018              Message-ID: <20010721031654.21877.qmail@plover.com>
39019      Branch: perl
39020            ! ext/POSIX/POSIX.pod
39021 ____________________________________________________________________________
39022 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
39023         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
39024              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
39025              Date: Sun, 22 Jul 2001 14:56:09 +0200
39026              Message-ID: <20010722145609.A766@rafael>
39027      Branch: perl
39028            ! ext/B/O.pm
39029 ____________________________________________________________________________
39030 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
39031         Log: Subject: regexec.c #define cleanup
39032              From: Mark-Jason Dominus <mjd@plover.com>
39033              Date: Sat, 21 Jul 2001 18:33:25 -0400
39034              Message-ID: <20010721223325.3069.qmail@plover.com>
39035      Branch: perl
39036            ! regexec.c
39037 ____________________________________________________________________________
39038 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
39039         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
39040              From: Prymmer/Kahn <pvhp@best.com>
39041              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
39042              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
39043      Branch: perl
39044            ! t/io/fs.t
39045 ____________________________________________________________________________
39046 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
39047         Log: Typo in #11432.
39048      Branch: perl
39049            ! ext/POSIX/POSIX.t
39050 ____________________________________________________________________________
39051 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
39052         Log: Integrate (manually) change #11424 from macperl.
39053      Branch: perl
39054            ! ext/Filter/t/call.t
39055 ____________________________________________________________________________
39056 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
39057         Log: Integrate change #11408 from macperl.
39058      Branch: perl
39059           !> README.macos pod/perlport.pod
39060 ____________________________________________________________________________
39061 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
39062         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
39063      Branch: perl
39064           +> macos/MacPerlTests.cmd macos/xsubpp.patch
39065            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
39066            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
39067            ! ext/POSIX/POSIX.t
39068 ____________________________________________________________________________
39069 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
39070         Log: pod/*.t tests not picked up by t/TEST either
39071      Branch: maint-5.6/perl
39072            ! t/TEST
39073 ____________________________________________________________________________
39074 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
39075         Log: better tweak for change#11429 (windows has both / and \ separated
39076              paths in @INC at that point)
39077      Branch: maint-5.6/perl
39078            ! t/pod/testp2pt.pl
39079 ____________________________________________________________________________
39080 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
39081         Log: MacOS pod test tweak needs \Escape
39082      Branch: maint-5.6/perl
39083            ! t/pod/testp2pt.pl
39084 ____________________________________________________________________________
39085 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
39086         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
39087              resulting duplicate output, but t/harness isn't)
39088      Branch: maint-5.6/perl
39089            ! t/run/runenv.t
39090 ____________________________________________________________________________
39091 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
39092         Log: t/harness wasn't picking up all the tests
39093      Branch: maint-5.6/perl
39094            ! t/harness
39095 ____________________________________________________________________________
39096 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
39097         Log: update MANIFEST for new file
39098      Branch: maint-5.6/perl
39099            ! MANIFEST
39100 ____________________________________________________________________________
39101 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
39102         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
39103              the exception of the macperl/macos/... tree
39104      Branch: maint-5.6/perl
39105           +> t/lib/filefind-taint.t
39106           !> (integrate 72 files)
39107 ____________________________________________________________________________
39108 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
39109         Log: Fix test.
39110      Branch: maint-5.6/macperl
39111            ! macos/bundled_ext/Filter/t/call.t
39112 ____________________________________________________________________________
39113 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
39114         Log: Make perl fork()-safe (in a slightly limited way) even on
39115              platforms that don't have pthread_atfork() (extension of
39116              the fix in change#11151).
39117              
39118              Note that this will not help extensions that call fork()
39119              directly in C, or that link to libraries that call fork()
39120              directly.  Such cases must be fixed to either call
39121              PerlProc_fork(), or call atfork_lock() in parent before the
39122              calling the function that forks and call atfork_unlock()
39123              in both parent and child immediately after the fork().
39124              (There are no worries if C code calls exec() in the child
39125              immediately after a fork().  Only cases where the child
39126              calls perl's API functions (including New()) after the
39127              fork() are problematic.)
39128              
39129              This change also eliminates the use of vfork() from perl,
39130              since all such uses were violating the severe restrictions
39131              on modifying the state of the process between the vfork()
39132              and the exec().
39133              
39134              This is a modified version of patches suggested by Abhijit
39135              Menon-Sen and Richard Soderberg.
39136      Branch: perl
39137            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
39138            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
39139 ____________________________________________________________________________
39140 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
39141         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
39142              Switch, and Text::Balanced.
39143      Branch: maint-5.6/macperl
39144            + macos/bundled_ext/Filter/Util/Call/Call.pm
39145            + macos/bundled_ext/Filter/Util/Call/Call.xs
39146            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
39147            + macos/bundled_ext/Filter/t/MyFilter.pm
39148            + macos/bundled_ext/Filter/t/call.t
39149            + macos/bundled_ext/Filter/t/filter-util.pl
39150            + macos/bundled_lib/blib/lib/Class/ISA.pm
39151            + macos/bundled_lib/blib/lib/Digest.pm
39152            + macos/bundled_lib/blib/lib/Filter/Simple.pm
39153            + macos/bundled_lib/blib/lib/Switch.pm
39154            + macos/bundled_lib/blib/lib/Text/Balanced.pm
39155            + macos/bundled_lib/blib/lib/Text/Balanced.pod
39156            + macos/bundled_lib/t/Class/ISA/test.pl
39157            + macos/bundled_lib/t/Digest/Digest.t
39158            + macos/bundled_lib/t/Filter/Simple/test.pl
39159            + macos/bundled_lib/t/Switch/test.pl
39160            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
39161            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
39162            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
39163            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
39164            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
39165            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
39166            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
39167            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
39168 ____________________________________________________________________________
39169 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
39170         Log: Add Filter::Util::Call to config/make files; edit utils
39171              to recognize the module (it was descended too far down).
39172              Bump version to 5.6.1a4.
39173      Branch: maint-5.6/macperl
39174            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
39175            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
39176            ! macos/macperl/Makefile.mk macos/xsubpp.patch
39177 ____________________________________________________________________________
39178 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
39179         Log: Make DB_File the default for MLDBM on MacOS.
39180      Branch: maint-5.6/macperl
39181            ! macos/bundled_lib/blib/lib/MLDBM.pm
39182 ____________________________________________________________________________
39183 [ 11419] By: nick                                  on 2001/07/20  14:51:03
39184         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
39185              From:  Simon Cozens <simon@netthink.co.uk>
39186              Date:  Fri, 20 Jul 2001 11:42:35 -0400
39187              Message-Id:  <20010720114235.A5235@netthink.co.uk>
39188      Branch: perl
39189            ! lib/UnicodeCD.pm
39190 ____________________________________________________________________________
39191 [ 11418] By: nick                                  on 2001/07/20  14:48:12
39192         Log: Subject:  [PATCH regcomp.h] adds a comment
39193              From:  Abhijit Menon-Sen <ams@wiw.org>
39194              Date:  Fri, 20 Jul 2001 21:05:37 +0530
39195              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
39196      Branch: perl
39197            ! regcomp.h
39198 ____________________________________________________________________________
39199 [ 11417] By: nick                                  on 2001/07/20  14:16:38
39200         Log: Subject:  [PATCH 5.7.2] INSTALL updates
39201              From:  Andy Dougherty <doughera@lafayette.edu>
39202              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
39203              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
39204      Branch: perl
39205            ! INSTALL
39206 ____________________________________________________________________________
39207 [ 11416] By: nick                                  on 2001/07/20  06:44:44
39208         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
39209              From:  Russ Allbery <rra@stanford.edu>
39210              Date:  19 Jul 2001 15:52:37 -0700
39211              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
39212      Branch: perl
39213            ! lib/Pod/Man.pm
39214 ____________________________________________________________________________
39215 [ 11415] By: nick                                  on 2001/07/20  06:35:11
39216         Log: Subject:  [PATCH] defer op_seq allocation
39217              From:  Abhijit Menon-Sen <ams@wiw.org>
39218              Date:  Thu, 19 Jul 2001 22:12:24 +0530
39219              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
39220      Branch: perl
39221            ! op.c
39222 ____________________________________________________________________________
39223 [ 11414] By: nick                                  on 2001/07/20  06:23:36
39224         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
39225              From:  Abhijit Menon-Sen <ams@wiw.org>
39226              Date:  Fri, 20 Jul 2001 01:18:50 +0530
39227              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
39228              (Private e-mail)
39229      Branch: perl
39230            ! ext/Time/HiRes/HiRes.xs
39231 ____________________________________________________________________________
39232 [ 11413] By: nick                                  on 2001/07/20  06:18:53
39233         Log: Integrate mainline
39234      Branch: perlio
39235           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
39236            - t/base/commonsense.t
39237           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
39238           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
39239           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
39240           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
39241           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
39242           !> win32/win32.c
39243 ____________________________________________________________________________
39244 [ 11412] By: nick                                  on 2001/07/19  06:44:27
39245         Log: Integrate win32/perlhost.h from maintenance branch.
39246              (Rest of $ENV{PATH} / system() fix.)
39247      Branch: perl
39248           !> win32/perlhost.h
39249 ____________________________________________________________________________
39250 [ 11411] By: nick                                  on 2001/07/19  06:41:34
39251         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
39252              From:  Philip Newton <Philip.Newton@gmx.net>
39253              Date:  Wed, 18 Jul 2001 21:43:57 +0200
39254              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
39255      Branch: perl
39256            ! pod/perlhack.pod
39257 ____________________________________________________________________________
39258 [ 11410] By: nick                                  on 2001/07/19  06:39:35
39259         Log: Subject:  Security hole in taint checking in open()
39260              From:  deekoo@tentacle.net
39261              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
39262              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
39263      Branch: perl
39264            ! doio.c
39265 ____________________________________________________________________________
39266 [ 11409] By: nick                                  on 2001/07/19  06:28:08
39267         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
39268              From:  Abhijit Menon-Sen <ams@wiw.org>
39269              Date:  Thu, 19 Jul 2001 04:30:43 +0530
39270              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
39271      Branch: perl
39272            ! ext/Time/HiRes/HiRes.xs
39273 ____________________________________________________________________________
39274 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
39275         Log: Update docs with latest implementation information and new URLs.
39276      Branch: maint-5.6/macperl
39277            ! README.macos pod/perlport.pod
39278 ____________________________________________________________________________
39279 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
39280         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
39281              Fix BuildRules to accept optimization variables.
39282      Branch: maint-5.6/macperl
39283            + macos/bundled_ext/Digest/MD5/Makefile.mk
39284            ! macos/BuildRules.mk macos/Makefile.mk
39285            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
39286            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
39287 ____________________________________________________________________________
39288 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
39289         Log: Integrate changes 11399,11401
39290      Branch: maint-5.6/macperl
39291           !> win32/perlhost.h win32/win32.c
39292 ____________________________________________________________________________
39293 [ 11405] By: nick                                  on 2001/07/18  06:50:33
39294         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
39295              from perl5.6*
39296      Branch: perl
39297           !> win32/perlhost.h win32/win32.c
39298 ____________________________________________________________________________
39299 [ 11404] By: nick                                  on 2001/07/18  06:43:59
39300         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
39301              From:  hv@crypt0.demon.co.uk
39302              Date:  Wed, 18 Jul 2001 05:58:46 +0100
39303              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
39304      Branch: perl
39305            ! ext/POSIX/POSIX.t
39306 ____________________________________________________________________________
39307 [ 11403] By: nick                                  on 2001/07/18  06:38:57
39308         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
39309              From:  hv@crypt0.demon.co.uk
39310              Date:  Wed, 18 Jul 2001 05:21:54 +0100
39311              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
39312      Branch: perl
39313            ! numeric.c t/op/arith.t
39314 ____________________________________________________________________________
39315 [ 11402] By: nick                                  on 2001/07/18  06:19:17
39316         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
39317              From:  mjd@plover.com
39318              Date:  17 Jul 2001 17:59:20 -0000
39319              Message-Id:  <20010717175920.8177.qmail@plover.com>
39320      Branch: perl
39321            ! pod/perlre.pod
39322 ____________________________________________________________________________
39323 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
39324         Log: thinko in change#11400 (duh)
39325      Branch: maint-5.6/perl
39326            ! win32/perlhost.h
39327 ____________________________________________________________________________
39328 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
39329         Log: change#11399 revealed another unrelated bug; this is just a temporary
39330              bandaid
39331      Branch: maint-5.6/perl
39332            ! win32/perlhost.h
39333 ____________________________________________________________________________
39334 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
39335         Log: fix bugs in handling of the virtualized environment under windows;
39336              there were bugs in propagating any changes to %ENV down to the real
39337              environment when such changes happened in the toplevel process
39338              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
39339              problem identification, and for a part of the fix)
39340      Branch: maint-5.6/perl
39341            ! win32/perlhost.h win32/win32.c
39342 ____________________________________________________________________________
39343 [ 11398] By: nick                                  on 2001/07/17  08:26:35
39344         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39345              From: Peter Prymmer <pvhp@forte.com>
39346              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
39347              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
39348              
39349              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
39350              should not depend on existance of Config.pm
39351      Branch: perl
39352           +> t/lib/commonsense.t
39353            - t/base/commonsense.t
39354            ! MANIFEST t/README
39355 ____________________________________________________________________________
39356 [ 11397] By: nick                                  on 2001/07/17  08:09:58
39357         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
39358              From:  Michael G Schwern <schwern@pobox.com>
39359              Date:  Mon, 16 Jul 2001 18:20:31 -0400
39360              Message-Id:  <20010716182031.A1128@blackrider>
39361      Branch: perl
39362            ! pod/perlhack.pod
39363 ____________________________________________________________________________
39364 [ 11396] By: nick                                  on 2001/07/17  08:04:11
39365         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
39366              From:  Gwyn Judd <b.judd@xtra.co.nz>
39367              Date:  Tue, 17 Jul 2001 20:55:58 +1200
39368              Message-Id:  <20010717205558.A3107@thislove>
39369      Branch: perl
39370            ! pod/perlfunc.pod
39371 ____________________________________________________________________________
39372 [ 11395] By: nick                                  on 2001/07/17  08:02:22
39373         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
39374              From:  Peter Prymmer <pvhp@forte.com>
39375              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
39376              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
39377      Branch: perl
39378            ! t/op/sprintf.t
39379 ____________________________________________________________________________
39380 [ 11394] By: nick                                  on 2001/07/17  07:57:06
39381         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
39382              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
39383              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
39384              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
39385      Branch: perl
39386            ! gv.c
39387 ____________________________________________________________________________
39388 [ 11392] By: nick                                  on 2001/07/17  07:50:12
39389         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
39390              From:  Coral <coral@moonlight.crystalflame.net>
39391              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
39392              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
39393      Branch: perl
39394            ! pp_sys.c thread.h
39395 ____________________________________________________________________________
39396 [ 11391] By: nick                                  on 2001/07/17  07:34:28
39397         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
39398              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39399              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
39400              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
39401      Branch: perl
39402            ! utils/h2xs.PL
39403 ____________________________________________________________________________
39404 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
39405         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
39406              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
39407              and Mac::Apps::Launch, which don't work, and Time::HiRes and
39408              Time::Piece, which don't yet work.
39409      Branch: maint-5.6/macperl
39410            + (add 154 files)
39411 ____________________________________________________________________________
39412 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
39413         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
39414              Also add hack to get around missing setenv for PERL5DB.
39415      Branch: maint-5.6/macperl
39416            ! macos/macish.c macos/macish.h
39417 ____________________________________________________________________________
39418 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
39419         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
39420      Branch: maint-5.6/macperl
39421            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
39422            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
39423 ____________________________________________________________________________
39424 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
39425         Log: Fix up some configuration and make options, add extra
39426              extensions.
39427      Branch: maint-5.6/macperl
39428            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
39429            ! macos/macperl/Makefile.mk
39430 ____________________________________________________________________________
39431 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
39432         Log: From Change 11374 in maintperl.
39433      Branch: maint-5.6/macperl
39434           !> utils/h2ph.PL
39435 ____________________________________________________________________________
39436 [ 11385] By: nick                                  on 2001/07/16  14:12:58
39437         Log: Back out change to h2xs till it passes its test.
39438      Branch: perl
39439            ! utils/h2xs.PL
39440 ____________________________________________________________________________
39441 [ 11384] By: nick                                  on 2001/07/16  14:00:10
39442         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
39443              From:  Jonathan Stowe <gellyfish@gellyfish.com>
39444              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
39445              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
39446      Branch: perl
39447            ! utils/h2xs.PL
39448 ____________________________________________________________________________
39449 [ 11383] By: nick                                  on 2001/07/16  13:53:12
39450         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
39451              From:  Robin Houston <robin@kitsite.com>
39452              Date:  Sun, 15 Jul 2001 18:22:31 +0100
39453              Message-Id:  <20010715182230.A11174@robin>
39454      Branch: perl
39455            ! hints/darwin.sh
39456 ____________________________________________________________________________
39457 [ 11382] By: nick                                  on 2001/07/16  13:52:49
39458         Log: Subject:  [PATCH perl@11372] re_dup
39459              From:  Radu Greab <radu@netsoft.ro>
39460              Date:  Sun, 15 Jul 2001 04:50:06 +0300
39461              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
39462      Branch: perl
39463            ! sv.c
39464 ____________________________________________________________________________
39465 [ 11379] By: nick                                  on 2001/07/16  13:35:39
39466         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
39467              From:  Robin Houston <robin@kitsite.com>
39468              Date:  Sat, 14 Jul 2001 14:28:50 +0100
39469              Message-Id:  <20010714142850.A10205@robin>
39470      Branch: perl
39471            ! ext/B/B/Deparse.pm
39472 ____________________________________________________________________________
39473 [ 11378] By: nick                                  on 2001/07/16  13:30:36
39474         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
39475              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
39476              Date:  Sat, 14 Jul 2001 22:17:42 +0900
39477              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
39478      Branch: perl
39479            + ext/Encode/Encode/euc-jp-0212.enc
39480            ! ext/Encode/Encode/Tcl.pm
39481 ____________________________________________________________________________
39482 [ 11377] By: nick                                  on 2001/07/16  13:17:28
39483         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
39484              From:  Andy Dougherty <doughera@lafayette.edu>
39485              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
39486              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
39487      Branch: perl
39488            ! hints/darwin.sh hints/rhapsody.sh
39489 ____________________________________________________________________________
39490 [ 11376] By: nick                                  on 2001/07/16  09:05:00
39491         Log: Integrate mainline
39492      Branch: perlio
39493           +> ext/Encode/Encode/7bit-greek.enc
39494           +> ext/Encode/Encode/7bit-latin1.enc
39495           +> ext/Encode/Encode/cns11643-1.enc
39496           +> ext/Encode/Encode/cns11643-2.enc
39497           +> ext/Encode/Encode/iso2022-cn.enc
39498           +> ext/Encode/Encode/iso2022-jp1.enc
39499           +> ext/Encode/Encode/iso2022-jp2.enc
39500           !> Changes Configure MANIFEST Makefile.SH
39501           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
39502           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
39503           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
39504           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
39505           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
39506 ____________________________________________________________________________
39507 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
39508         Log: integrate change#11374 from maint-5.6
39509              
39510              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39511      Branch: perl
39512           !> utils/h2ph.PL
39513 ____________________________________________________________________________
39514 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
39515         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
39516      Branch: maint-5.6/perl
39517            ! utils/h2ph.PL
39518 ____________________________________________________________________________
39519 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
39520         Log: Update Changes.
39521      Branch: perl
39522            ! Changes patchlevel.h
39523 ____________________________________________________________________________
39524 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
39525         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
39526              From: Jonathan Stowe <gellyfish@gellyfish.com>
39527              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
39528              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
39529      Branch: perl
39530            ! utils/h2xs.PL
39531 ____________________________________________________________________________
39532 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
39533         Log: Subject: patch to add DEL to [:cntrl:]
39534              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
39535              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
39536              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
39537      Branch: perl
39538            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
39539 ____________________________________________________________________________
39540 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
39541         Log: Metaconfig unit change for #11369; plus a dependency nit.
39542      Branch: metaconfig
39543            ! U/compline/nblock_io.U
39544      Branch: metaconfig/U/perl
39545            ! Extensions.U
39546 ____________________________________________________________________________
39547 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
39548         Log: #include <stdlib.h> so that exit() is prototyped,
39549              noticed by Hugo.
39550      Branch: perl
39551            ! Configure
39552 ____________________________________________________________________________
39553 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
39554         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
39555              From: Peter Prymmer <pvhp@forte.com>
39556              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
39557              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
39558      Branch: perl
39559            ! t/op/sprintf.t
39560 ____________________________________________________________________________
39561 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
39562         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
39563              From: Peter Prymmer <pvhp@forte.com>
39564              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
39565              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
39566      Branch: perl
39567            ! ext/Encode/Encode/Tcl.t
39568 ____________________________________________________________________________
39569 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
39570         Log: Add information about gcc 3.0 basic block profiling.
39571      Branch: perl
39572            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
39573 ____________________________________________________________________________
39574 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
39575         Log: Subject: Error in lib/PerlIO/Via.pm ?
39576              From: Mark-Jason Dominus <mjd@plover.com>
39577              Date: Fri, 13 Jul 2001 15:55:41 -0400
39578              Message-ID: <20010713195541.26751.qmail@plover.com>
39579      Branch: perl
39580            ! ext/PerlIO/Via/Via.pm
39581 ____________________________________________________________________________
39582 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
39583         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
39584              section from the Compiler section.
39585      Branch: perl
39586            ! myconfig.SH
39587 ____________________________________________________________________________
39588 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
39589         Log: Handle glibc style of constant definitions using enum
39590              with intervening #defines; from Brendan O'Dea.
39591      Branch: perl
39592            ! utils/h2ph.PL
39593 ____________________________________________________________________________
39594 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
39595         Log: Add LC_MESSAGES to the locale_h export tag (it already is
39596              in the Makefile.PL and thusly eligible for an XS constant)
39597              (see also maintperl #10543)
39598      Branch: perl
39599            ! ext/POSIX/POSIX.pm
39600 ____________________________________________________________________________
39601 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
39602         Log: Subject: Re: [patch] re_dup
39603              From: Abhijit Menon-Sen <ams@wiw.org>
39604              Date: Fri, 13 Jul 2001 21:41:09 +0530
39605              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
39606      Branch: perl
39607            ! sv.c
39608 ____________________________________________________________________________
39609 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
39610         Log: Subject: [patch] re_dup
39611              From: Doug MacEachern <dougm@covalent.net>
39612              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
39613              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
39614      Branch: perl
39615            ! sv.c
39616 ____________________________________________________________________________
39617 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
39618         Log: Update Changes.
39619      Branch: perl
39620            ! Changes patchlevel.h
39621 ____________________________________________________________________________
39622 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
39623         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
39624              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
39625              Date: Sat, 14 Jul 2001 00:06:30 +0900
39626              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
39627      Branch: perl
39628            + ext/Encode/Encode/7bit-greek.enc
39629            + ext/Encode/Encode/7bit-latin1.enc
39630            + ext/Encode/Encode/cns11643-1.enc
39631            + ext/Encode/Encode/cns11643-2.enc
39632            + ext/Encode/Encode/iso2022-cn.enc
39633            + ext/Encode/Encode/iso2022-jp1.enc
39634            + ext/Encode/Encode/iso2022-jp2.enc
39635            ! MANIFEST ext/Encode/Encode/Tcl.pm
39636            ! ext/Encode/Encode/iso2022-kr.enc
39637 ____________________________________________________________________________
39638 [ 11357] By: nick                                  on 2001/07/13  14:24:06
39639         Log: Blind integrate mainline (as of 5.7.2?)
39640      Branch: perlio
39641           !> AUTHORS Changes Porting/config.sh Porting/config_H
39642           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
39643           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39644           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39645           !> win32/makefile.mk
39646 ____________________________________________________________________________
39647 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
39648         Log: Snip away the devel patchlevel.
39649      Branch: perl
39650            ! patchlevel.h
39651 ____________________________________________________________________________
39652 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
39653         Log: Bump the version to 5.7.2.
39654      Branch: perl
39655            ! Porting/config.sh Porting/config_H patchlevel.h
39656            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39657            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39658            ! win32/makefile.mk
39659 ____________________________________________________________________________
39660 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
39661         Log: Update Changes.
39662      Branch: perl
39663            ! Changes
39664 ____________________________________________________________________________
39665 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
39666         Log: Reword.
39667      Branch: perl
39668            ! AUTHORS
39669 ____________________________________________________________________________
39670 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
39671         Log: AUTHORS update.
39672      Branch: perl
39673            ! AUTHORS
39674 ____________________________________________________________________________
39675 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
39676         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
39677              unless ithreads.
39678      Branch: perl
39679            ! makedef.pl
39680 ____________________________________________________________________________
39681 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
39682         Log: Integrate perlio.
39683      Branch: perl
39684           !> win32/distclean.bat
39685 ____________________________________________________________________________
39686 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
39687         Log: Test the encoding transform only iff we have PerlIO,
39688              noticed by H. Merijn Brand.
39689      Branch: perl
39690            ! ext/PerlIO/t/encoding.t
39691 ____________________________________________________________________________
39692 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
39693         Log: README.netware tweaks from Ananth Kesari.
39694      Branch: perl
39695            ! README.netware
39696 ____________________________________________________________________________
39697 [ 11346] By: nick                                  on 2001/07/13  09:18:51
39698         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
39699              to avoid /unicode vs /Unicode issues.
39700      Branch: perlio
39701            ! win32/distclean.bat
39702 ____________________________________________________________________________
39703 [ 11345] By: nick                                  on 2001/07/13  06:24:18
39704         Log: Integrate mainline
39705      Branch: perlio
39706           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
39707            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
39708           !> (integrate 63 files)
39709 ____________________________________________________________________________
39710 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
39711         Log: Add d_bincompat5005 information to perl -V.
39712      Branch: perl
39713            ! myconfig.SH
39714 ____________________________________________________________________________
39715 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
39716         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
39717              From: Abhijit Menon-Sen <ams@wiw.org>
39718              Date: Fri, 13 Jul 2001 07:12:36 +0530
39719              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
39720      Branch: perl
39721            ! sv.c
39722 ____________________________________________________________________________
39723 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
39724         Log: Remove unicode::distinct, as per Inaba Hiroto.
39725      Branch: perl
39726            - lib/unicode/distinct.pm
39727            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
39728            ! t/lib/1_compile.t
39729 ____________________________________________________________________________
39730 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
39731         Log: Paging for Dr Octothorpe.
39732      Branch: perl
39733            ! pod/perlfaq4.pod
39734 ____________________________________________________________________________
39735 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
39736         Log: cut-n-paste error noticed by mjd.
39737      Branch: perl
39738            ! pod/perlfaq4.pod
39739 ____________________________________________________________________________
39740 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
39741         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
39742              From: Peter Prymmer <pvhp@forte.com>
39743              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
39744              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
39745      Branch: perl
39746            ! pod/perlfaq4.pod
39747 ____________________________________________________________________________
39748 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
39749         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
39750              From: Randall Gellens <randy@qualcomm.com>
39751              Date: Thu, 12 Jul 2001 16:56:23 -0700
39752              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
39753      Branch: perl
39754            ! Porting/repository.pod
39755 ____________________________________________________________________________
39756 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
39757         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
39758      Branch: perl
39759            ! thread.h
39760 ____________________________________________________________________________
39761 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
39762         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
39763              From: coral <coral@moonlight.crystalflame.net>
39764              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
39765              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
39766      Branch: perl
39767            ! thread.h
39768 ____________________________________________________________________________
39769 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
39770         Log: Metaconfig unit change for #11134.
39771      Branch: metaconfig
39772            + U/threads/d_pthread_atfork.U
39773 ____________________________________________________________________________
39774 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
39775         Log: Add HAS_PTHREAD_ATFORK.
39776      Branch: perl
39777            ! Configure NetWare/config.wc NetWare/config_H.wc
39778            ! Porting/Glossary Porting/config.sh Porting/config_H
39779            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39780            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
39781            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39782            ! win32/config.gc win32/config.vc win32/config_H.bc
39783            ! win32/config_H.gc win32/config_H.vc
39784 ____________________________________________________________________________
39785 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
39786         Log: Subject: [PATCH] File::Copy fails on tied handles
39787              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
39788              Date: Thu, 12 Jul 2001 15:18:51 -0700
39789              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
39790      Branch: perl
39791            ! lib/File/Copy.pm
39792 ____________________________________________________________________________
39793 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
39794         Log: Subject: [PATCH] Langinfo.t
39795              From: Nicholas Clark <nick@ccl4.org>
39796              Date: Thu, 12 Jul 2001 23:55:38 +0100
39797              Message-ID: <20010712235538.M5827@plum.flirble.org>
39798      Branch: perl
39799            ! ext/I18N/Langinfo/Langinfo.t
39800 ____________________________________________________________________________
39801 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
39802         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
39803              From: Peter Prymmer <pvhp@forte.com>
39804              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
39805              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
39806      Branch: perl
39807            ! pod/perl572delta.pod
39808 ____________________________________________________________________________
39809 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
39810         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
39811              From: Abhijit Menon-Sen <ams@wiw.org>
39812              Date: Fri, 13 Jul 2001 05:21:16 +0530
39813              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
39814      Branch: perl
39815            ! sv.c
39816 ____________________________________________________________________________
39817 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
39818         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
39819              From: Abhijit Menon-Sen <ams@wiw.org>
39820              Date: Fri, 13 Jul 2001 03:04:25 +0530
39821              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
39822      Branch: perl
39823            ! av.c
39824 ____________________________________________________________________________
39825 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
39826         Log: s/^M$//g
39827      Branch: perl
39828            ! win32/Makefile win32/makefile.mk
39829 ____________________________________________________________________________
39830 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
39831         Log: Update Changes.
39832      Branch: perl
39833            ! Changes patchlevel.h
39834 ____________________________________________________________________________
39835 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
39836         Log: Typo spotted by Philip Newton.
39837      Branch: perl
39838            ! pod/perl572delta.pod
39839 ____________________________________________________________________________
39840 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
39841         Log: Subject: [PATCH] fixes perl_clone of perl_clone
39842              From: Artur Bergman <artur@contiller.se>
39843              Date: Thu, 12 Jul 2001 20:57:09 +0200
39844              Message-ID: <B773BFA4.236B%artur@contiller.se>
39845      Branch: perl
39846            ! sv.c
39847 ____________________________________________________________________________
39848 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
39849         Log: Add README.uts from Hal Morris.
39850      Branch: perl
39851            + README.uts
39852            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
39853            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39854 ____________________________________________________________________________
39855 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
39856         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
39857              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39858              Date: Thu, 12 Jul 2001 20:32:37 +0200
39859              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
39860      Branch: perl
39861            ! hints/aix.sh
39862 ____________________________________________________________________________
39863 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
39864         Log: Subject: Patch: document reg_data.what member
39865              From: Mark-Jason Dominus <mjd@plover.com>
39866              Message-ID: <20010712182532.14821.qmail@plover.com>
39867              Date: Thu, 12 Jul 2001 14:25:32 -0400
39868      Branch: perl
39869            ! regcomp.c regcomp.h
39870 ____________________________________________________________________________
39871 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
39872         Log: Subject: [PATCH] Perl_re_dup()
39873              From: Abhijit Menon-Sen <ams@wiw.org>
39874              Date: Thu, 12 Jul 2001 23:54:32 +0530
39875              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
39876      Branch: perl
39877            ! embed.h embed.pl perlapi.c proto.h sv.c
39878 ____________________________________________________________________________
39879 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
39880         Log: Regen Configure, modlib, toc.
39881      Branch: perl
39882            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39883            ! pod/perlmodlib.pod pod/perltoc.pod
39884 ____________________________________________________________________________
39885 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
39886         Log: The problem seems to be in PerlIO::Layer::->find() not
39887              accepting the ":encoding(blurflur)" arguments.
39888      Branch: perl
39889            ! lib/PerlIO.pm lib/open.pm
39890 ____________________________________________________________________________
39891 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
39892         Log: AIX doc update.
39893      Branch: perl
39894            ! README.aix pod/perl572delta.pod
39895 ____________________________________________________________________________
39896 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
39897         Log: Subject: AIX README update
39898              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39899              Date: Thu, 12 Jul 2001 19:28:30 +0200
39900              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
39901      Branch: perl
39902            ! README.aix
39903 ____________________________________________________________________________
39904 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
39905         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
39906              From: Norton Allen <allen@huarp.harvard.edu>
39907              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
39908              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
39909      Branch: perl
39910            ! ext/IO/lib/IO/t/io_unix.t
39911 ____________________________________________________________________________
39912 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
39913         Log: Subject: [PATCH README.qnx hints/qnx.sh]
39914              From: Norton Allen <allen@huarp.harvard.edu>
39915              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
39916              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
39917      Branch: perl
39918            ! README.qnx hints/qnx.sh
39919 ____________________________________________________________________________
39920 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
39921         Log: Subject: [patch] faster PM_GETRE
39922              From: Doug MacEachern <dougm@covalent.net>
39923              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
39924              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
39925      Branch: perl
39926            ! op.h
39927 ____________________________________________________________________________
39928 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
39929         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
39930              From: Doug MacEachern <dougm@covalent.net>
39931              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
39932              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
39933      Branch: perl
39934            ! op.c
39935 ____________________________________________________________________________
39936 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
39937         Log: Tell where the nice Estonian database is.
39938      Branch: perl
39939            ! lib/open.pm
39940 ____________________________________________________________________________
39941 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
39942         Log: Retract #11309 since #11310 is a better fix.
39943      Branch: perl
39944            ! t/lib/1_compile.t
39945 ____________________________________________________________________________
39946 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
39947         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
39948              change#11300 needs to return the status of failed win32_spawnvp())
39949              
39950              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
39951              splitting correctly; remove unused variables; 'require' at run time
39952              rather than 'use' at compile time for I18N::Langinfo, since it
39953              isn't everyware
39954      Branch: perl
39955            ! lib/open.pm win32/win32.c
39956 ____________________________________________________________________________
39957 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
39958         Log: Temporary workaround.
39959      Branch: perl
39960            ! t/lib/1_compile.t
39961 ____________________________________________________________________________
39962 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
39963         Log: UCD typo in #11306 and add also more known-to-be-tested
39964              modules to the skip list.
39965      Branch: perl
39966            ! t/lib/1_compile.t
39967 ____________________________________________________________________________
39968 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
39969         Log: Rename Unicode::UCD to UnicodeCD to avoid
39970              messups with case-insensitive filesystems.
39971      Branch: perl
39972            + lib/UnicodeCD.pm lib/UnicodeCD.t
39973            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
39974            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
39975 ____________________________________________________________________________
39976 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
39977         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
39978              From: daniel@biz.bitpusher.com
39979              Date: Wed, 11 Jul 2001 23:25:47 -0700
39980              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
39981      Branch: perl
39982            ! lib/Tie/Array.pm t/op/splice.t
39983 ____________________________________________________________________________
39984 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
39985         Log: Subject: [PATCH] More accurate line numbers in messages
39986              From: Paul Johnson <paul@pjcj.net>
39987              Date: Thu, 12 Jul 2001 04:14:11 +0200
39988              Message-ID: <20010712041411.A3467@pjcj.net>
39989              
39990              (With prototyping and multiplicity tweaks.)
39991      Branch: perl
39992            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
39993 ____________________________________________________________________________
39994 [ 11304] By: nick                                  on 2001/07/12  12:53:40
39995         Log: Integrate mainline
39996      Branch: perlio
39997           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
39998           !> regexec.c thread.h
39999 ____________________________________________________________________________
40000 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
40001         Log: Cut-and-pasto in #11298.
40002      Branch: perl
40003            ! ext/ByteLoader/bytecode.h
40004 ____________________________________________________________________________
40005 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
40006         Log: Update the AIX known problems section.
40007      Branch: perl
40008            ! pod/perl572delta.pod
40009 ____________________________________________________________________________
40010 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
40011         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
40012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40013              Date: Thu, 12 Jul 2001 12:16:16 +0200
40014              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
40015      Branch: perl
40016            ! hints/aix.sh
40017 ____________________________________________________________________________
40018 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
40019         Log: Integrate perlio.
40020      Branch: perl
40021           !> makedef.pl win32/win32.c
40022 ____________________________________________________________________________
40023 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
40024         Log: Subject: [PATCH] fix for PMOP threadness failures
40025              From: Artur Bergman <artur@contiller.se>
40026              Date: Thu, 12 Jul 2001 09:48:06 +0200
40027              Message-ID: <B77322D6.22DD%artur@contiller.se>
40028      Branch: perl
40029            ! regexec.c
40030 ____________________________________________________________________________
40031 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
40032         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
40033              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40034              Date: Thu, 12 Jul 2001 09:09:48 +0200
40035              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
40036              
40037              More parentheses to keep bcc happy.
40038      Branch: perl
40039            ! ext/ByteLoader/bytecode.h
40040 ____________________________________________________________________________
40041 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
40042         Log: Subject: Re: [patch] pthread_atfork bandaid
40043              From: Doug MacEachern <dougm@covalent.net>
40044              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
40045              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
40046      Branch: perl
40047            ! thread.h
40048 ____________________________________________________________________________
40049 [ 11296] By: nick                                  on 2001/07/12  11:55:48
40050         Log: Exclude reentrant_buffer from .def file
40051      Branch: perlio
40052            ! makedef.pl
40053 ____________________________________________________________________________
40054 [ 11295] By: nick                                  on 2001/07/12  11:11:44
40055         Log: Honour void-ness of my_exit()
40056      Branch: perlio
40057            ! win32/win32.c
40058 ____________________________________________________________________________
40059 [ 11294] By: nick                                  on 2001/07/12  07:51:04
40060         Log: Integrate mainline
40061      Branch: perlio
40062           +> uts/sprintf_wrap.c
40063           !> (integrate 35 files)
40064 ____________________________________________________________________________
40065 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
40066         Log: Retract #11289.
40067      Branch: perl
40068            ! embed.h embed.pl perl.c proto.h thread.h
40069 ____________________________________________________________________________
40070 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
40071         Log: Now the :locale pseudolayer *almost* works...
40072      Branch: perl
40073            ! lib/open.pm
40074 ____________________________________________________________________________
40075 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
40076         Log: Locale encoding tweaks.
40077      Branch: perl
40078            ! lib/open.pm
40079 ____________________________________________________________________________
40080 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
40081         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
40082              From: Mark-Jason Dominus <mjd@plover.com>
40083              Date: Thu, 12 Jul 2001 00:59:31 -0400
40084              Message-ID: <20010712045931.8543.qmail@plover.com>
40085              
40086              Remove the chmod/umask leading zero warning.
40087      Branch: perl
40088            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
40089            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40090 ____________________________________________________________________________
40091 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
40092         Log: (Retracted by #11289.)
40093      Branch: perl
40094            ! embed.h embed.pl perl.c proto.h thread.h
40095 ____________________________________________________________________________
40096 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
40097         Log: Needed by #11283.
40098      Branch: perl
40099            ! intrpvar.h
40100 ____________________________________________________________________________
40101 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
40102         Log: Metaconfig unit change for #11286.
40103      Branch: metaconfig/U/perl
40104            ! patchlevel.U
40105 ____________________________________________________________________________
40106 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
40107         Log: Subject: Re: [PATCH Configure] perl -V broken
40108              From: Andy Dougherty <doughera@lafayette.edu>
40109              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
40110              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
40111      Branch: perl
40112            ! Configure myconfig.SH
40113 ____________________________________________________________________________
40114 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
40115         Log: Retract #11166 (and #11237).
40116      Branch: perl
40117            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
40118            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
40119            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
40120 ____________________________________________________________________________
40121 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
40122         Log: UTS tweaks for Hal Morris.
40123      Branch: perl
40124            + uts/sprintf_wrap.c
40125            ! MANIFEST hints/uts.sh perl.h
40126 ____________________________________________________________________________
40127 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
40128         Log: Subject: [PATCH] Use reentrant API glibc
40129              From: Artur Bergman <artur@contiller.se>
40130              Date: Thu, 12 Jul 2001 00:58:21 +0200
40131              Message-ID: <B772A6AD.2288%artur@contiller.se>
40132      Branch: perl
40133            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
40134            ! sv.c
40135 ____________________________________________________________________________
40136 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
40137         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
40138              From: barries <barries@slaysys.com>
40139              Date: Wed, 11 Jul 2001 15:11:46 -0400
40140              Message-ID: <20010711151146.G24560@jester.slaysys.com>
40141      Branch: perl
40142            ! pp_sys.c t/lib/warnings/doio win32/win32.c
40143 ____________________________________________________________________________
40144 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
40145         Log: Subject: [patch] pthread_atfork bandaid
40146              From: Doug MacEachern <dougm@covalent.net>
40147              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
40148              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
40149      Branch: perl
40150            ! miniperlmain.c perl.c
40151 ____________________________________________________________________________
40152 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
40153         Log: Subject: [patch] perl_clone leaks
40154              From: Doug MacEachern <dougm@covalent.net>
40155              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
40156              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
40157      Branch: perl
40158            ! sv.c
40159 ____________________________________________________________________________
40160 [ 11279] By: nick                                  on 2001/07/11  15:49:38
40161         Log: Integrate mainline
40162      Branch: perlio
40163           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
40164           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
40165           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
40166           +> lib/Term/ANSIColor/README
40167           !> (integrate 54 files)
40168 ____________________________________________________________________________
40169 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
40170         Log: Update Changes.
40171      Branch: perl
40172            ! Changes patchlevel.h
40173 ____________________________________________________________________________
40174 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
40175         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
40176              From: Peter Prymmer <pvhp@forte.com>
40177              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
40178              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
40179              
40180              Backport of embed.pl to 5.003.
40181      Branch: perl
40182            ! embed.pl
40183 ____________________________________________________________________________
40184 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
40185         Log: Subject: Re: POSIX test #14 on UTS 
40186              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
40187              Date: Wed, 11 Jul 2001 03:02:14 +0100
40188              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
40189      Branch: perl
40190            ! ext/POSIX/POSIX.t
40191 ____________________________________________________________________________
40192 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
40193         Log: Make the I32 an IV to preserve structure alignment and size.
40194      Branch: perl
40195            ! op.h
40196 ____________________________________________________________________________
40197 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
40198         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
40199              From: "Artur Bergman" <artur@contiller.se>
40200              Date: Wed, 11 Jul 2001 14:23:37 +0200
40201              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
40202              
40203              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
40204      Branch: perl
40205            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
40206            ! pod/perlapi.pod sv.c
40207 ____________________________________________________________________________
40208 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
40209         Log: Tweak until Pod::Parser gets updated.
40210      Branch: perl
40211            ! t/pod/special_seqs.xr
40212 ____________________________________________________________________________
40213 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
40214         Log: File::Spec usage tweak.
40215      Branch: perl
40216            ! lib/ExtUtils.t
40217 ____________________________________________________________________________
40218 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
40219         Log: Integrate #11263 from macperl; macos and macosx updates.
40220      Branch: perl
40221           !> pod/perlport.pod
40222 ____________________________________________________________________________
40223 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
40224         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
40225              From: Peter Prymmer <pvhp@forte.com>
40226              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
40227              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
40228      Branch: perl
40229            + ext/Time/HiRes/hints/dynixptx.pl
40230            ! MANIFEST hints/dynixptx.sh
40231 ____________________________________________________________________________
40232 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
40233         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
40234              From: Nicholas Clark <nick@ccl4.org>
40235              Date: Tue, 10 Jul 2001 23:17:43 +0100
40236              Message-ID: <20010710231742.B59620@plum.flirble.org>
40237      Branch: perl
40238            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
40239 ____________________________________________________________________________
40240 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
40241         Log: Subject: [DOC PATCH] Pluggable runops
40242              From: Paul Johnson <paul@pjcj.net>
40243              Date: Tue, 10 Jul 2001 21:53:28 +0200
40244              Message-ID: <20010710215328.B26577@pjcj.net>
40245      Branch: perl
40246            ! pod/perlguts.pod
40247 ____________________________________________________________________________
40248 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
40249         Log: Subject: [PATCH] Authors
40250              From: Artur Bergman <artur@contiller.se>
40251              Date: Tue, 10 Jul 2001 20:39:12 +0200
40252              Message-ID: <B771186F.21CD%artur@contiller.se>
40253      Branch: perl
40254            ! AUTHORS
40255 ____________________________________________________________________________
40256 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
40257         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
40258              From: Doug MacEachern <dougm@covalent.net>
40259              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
40260              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
40261      Branch: perl
40262            ! pp_ctl.c
40263 ____________________________________________________________________________
40264 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
40265         Log: Subject: doc patch; times() in scalar context
40266              From: mjd@plover.com
40267              Date: 10 Jul 2001 18:01:17 -0000
40268              Message-ID: <20010710180117.12477.qmail@plover.com>
40269      Branch: perl
40270            ! pod/perlfunc.pod
40271 ____________________________________________________________________________
40272 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
40273         Log: Subject: [PATCH] Small fix to pp_gmtime
40274              From: Artur Bergman <artur@contiller.se>
40275              Date: Tue, 10 Jul 2001 19:54:52 +0200
40276              Message-ID: <B7710E0B.21C5%artur@contiller.se>
40277      Branch: perl
40278            ! pp_sys.c
40279 ____________________________________________________________________________
40280 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
40281         Log: Integrate changes from mainline perl, add notes about
40282              Mac OS X and Mac OS.
40283      Branch: maint-5.6/macperl
40284            ! pod/perlport.pod
40285 ____________________________________________________________________________
40286 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
40287         Log: A proof of the dangers of package; ?
40288      Branch: perl
40289            ! t/lib/warnings/op
40290 ____________________________________________________________________________
40291 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
40292         Log: Regen toc and modlib.
40293      Branch: perl
40294            ! pod/perlmodlib.pod pod/perltoc.pod
40295 ____________________________________________________________________________
40296 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
40297         Log: Add compexcl(), casefold(), and casespec() interfaces;
40298              and make all interfaces to return hash references instead
40299              of hashes. 
40300      Branch: perl
40301            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40302 ____________________________________________________________________________
40303 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
40304         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
40305              From: "Philip Newton" <Philip.Newton@gmx.net>
40306              Date: Tue, 10 Jul 2001 09:55:59 +0200
40307              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
40308              
40309              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
40310              From: "Philip Newton" <Philip.Newton@gmx.net>
40311              Date: Tue, 10 Jul 2001 09:56:37 +0200
40312              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
40313      Branch: perl
40314            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
40315            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
40316 ____________________________________________________________________________
40317 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
40318         Log: Subject: [patch] undef &xsub for 1,2
40319              From: Doug MacEachern <dougm@covalent.net>
40320              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
40321              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
40322              
40323              (This version of the patch with a comment from Gisle.)
40324      Branch: perl
40325            ! op.c
40326 ____________________________________________________________________________
40327 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
40328         Log: Mention package; deprecation and the Win32 problems.
40329      Branch: perl
40330            ! pod/perl572delta.pod
40331 ____________________________________________________________________________
40332 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
40333         Log: Subject: [PATCH] deprecate package with no arguments
40334              From: Robin Houston <robin@kitsite.com>
40335              Date: Tue, 10 Jul 2001 13:33:40 +0100
40336              Message-ID: <20010710133340.A13452@robin.kitsite.com>
40337      Branch: perl
40338            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
40339 ____________________________________________________________________________
40340 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
40341         Log: Upgrade to podlators 1.10.
40342      Branch: perl
40343            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
40344            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
40345            ! pod/pod2man.PL pod/pod2text.PL
40346 ____________________________________________________________________________
40347 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
40348         Log: Upgrade to Term::ANSIColor 1.04.
40349      Branch: perl
40350            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
40351            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
40352 ____________________________________________________________________________
40353 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
40354         Log: Integrate perlio (the right fix for the ":layer(args)")
40355      Branch: perl
40356           !> perlio.c
40357 ____________________________________________________________________________
40358 [ 11252] By: nick                                  on 2001/07/10  06:58:14
40359         Log: Fix open(...,"...:layer(xxx)",...)
40360              - use memEQ not strEQ as there is '(' not '\0'
40361      Branch: perlio
40362            ! perlio.c
40363 ____________________________________________________________________________
40364 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
40365         Log: Telling the number of tests helps.
40366      Branch: perl
40367            ! ext/PerlIO/t/encoding.t
40368 ____________________________________________________________________________
40369 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
40370         Log: Require I18N::Langinfo, not use.
40371      Branch: perl
40372            ! lib/open.pm
40373 ____________________________________________________________________________
40374 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
40375         Log: Add a test for for PerlIO ":encoding(...)" layer.
40376      Branch: perl
40377            + ext/PerlIO/t/encoding.t
40378            ! MANIFEST ext/Encode/Encode.pm
40379 ____________________________________________________________________________
40380 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
40381         Log: PerlIO ":encoding(foobar)" temporary fix.
40382              Not really correct, I think, since the change means
40383              that prefixes match.
40384      Branch: perl
40385            ! perlio.c
40386 ____________________________________________________________________________
40387 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
40388         Log: Update to Math::BigInt 1.36.  The biggest news is
40389              the separation of the backend; now the pure Perl
40390              implementation is in Math::BigInt::Calc, but one
40391              can plugin, say, Math::BigInt::BitVect, and get
40392              considerable speedup.
40393      Branch: perl
40394            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
40395            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
40396            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
40397            ! lib/Math/BigInt/t/mbimbf.t
40398 ____________________________________________________________________________
40399 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
40400         Log: Subject: Re: compatibility question
40401              From: Peter Prymmer <pvhp@forte.com>
40402              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
40403              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
40404      Branch: perl
40405            ! lib/ExtUtils/MM_VMS.pm
40406 ____________________________________________________________________________
40407 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
40408         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
40409              From: Norton Allen <allen@huarp.harvard.edu>
40410              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
40411              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
40412      Branch: perl
40413            ! ext/File/Glob/t/basic.t
40414 ____________________________________________________________________________
40415 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
40416         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
40417              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40418              Date: Tue, 10 Jul 2001 00:29:55 +0900
40419              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
40420      Branch: perl
40421            + ext/Encode/Encode/HZ.enc
40422            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
40423            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
40424            ! ext/Encode/Encode/iso2022-jp.enc
40425            ! ext/Encode/Encode/iso2022-kr.enc
40426 ____________________________________________________________________________
40427 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
40428         Log: Add in all them there macos/ files.
40429      Branch: maint-5.6/macperl
40430            + (add 577 files)
40431 ____________________________________________________________________________
40432 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
40433         Log: Add the new modules to the list of having those own tests.
40434      Branch: perl
40435            ! t/lib/1_compile.t
40436 ____________________________________________________________________________
40437 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
40438         Log: Add INOUT to control both ways at the same time.
40439      Branch: perl
40440            ! lib/open.pm
40441 ____________________________________________________________________________
40442 [ 11240] By: nick                                  on 2001/07/09  16:33:50
40443         Log: Integrate mainline
40444      Branch: perlio
40445           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40446           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40447           !> (integrate 41 files)
40448 ____________________________________________________________________________
40449 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
40450         Log: More encoding mapping magic.
40451      Branch: perl
40452            ! lib/open.pm
40453 ____________________________________________________________________________
40454 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
40455         Log: Update Changes.
40456      Branch: perl
40457            ! Changes patchlevel.h
40458 ____________________________________________________________________________
40459 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
40460         Log: (Retracted by #11285).
40461              
40462              Subject: [PATCH] OPpCONST_OCTAL fixes
40463              From: Abhijit Menon-Sen <ams@wiw.org>
40464              Date: Mon, 9 Jul 2001 07:38:45 +0530
40465              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
40466      Branch: perl
40467            ! op.c
40468 ____________________________________________________________________________
40469 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
40470         Log: Add a pseudolayer ":locale" to the open pragma which
40471              will get the encoding from the locale.  Yet undocumented
40472              because I can't get the PerlIO :encoding(foobar) to work.
40473      Branch: perl
40474            ! ext/Encode/Encode.pm lib/open.pm
40475 ____________________________________________________________________________
40476 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
40477         Log: Add more encoding mappings.
40478      Branch: perl
40479            ! ext/Encode/Encode.pm
40480 ____________________________________________________________________________
40481 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
40482         Log: Document that using :encoding layer requires using Encode.
40483      Branch: perl
40484            ! ext/Encode/Encode.pm lib/PerlIO.pm
40485 ____________________________________________________________________________
40486 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
40487         Log: Netware tweak from Ananth Kesari.
40488      Branch: perl
40489            ! NetWare/netware.h
40490 ____________________________________________________________________________
40491 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
40492         Log: t/harness doesn't know about run/*.t
40493      Branch: perl
40494            ! t/harness
40495 ____________________________________________________________________________
40496 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
40497         Log: run/exit.t busted on windows
40498      Branch: perl
40499            ! t/run/exit.t
40500 ____________________________________________________________________________
40501 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
40502         Log: fix a couple of UCD.t tests that fail due to bad case
40503      Branch: perl
40504            ! lib/Unicode/UCD.t
40505 ____________________________________________________________________________
40506 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
40507         Log: test skip logic was broken
40508      Branch: perl
40509            ! ext/I18N/Langinfo/Langinfo.t
40510 ____________________________________________________________________________
40511 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
40512         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
40513              failure of ExtUtils.t#27 when built in debug mode)
40514      Branch: perl
40515            ! lib/ExtUtils/MM_Win32.pm
40516 ____________________________________________________________________________
40517 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
40518         Log: I18N::Langinfo is not available on windows
40519      Branch: perl
40520            ! win32/FindExt.pm
40521 ____________________________________________________________________________
40522 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
40523         Log: save a dTHX
40524      Branch: perl
40525            ! ext/POSIX/POSIX.xs
40526 ____________________________________________________________________________
40527 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
40528         Log: Update Changes.
40529      Branch: perl
40530            ! Changes patchlevel.h
40531 ____________________________________________________________________________
40532 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
40533         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
40534              as pointed out by Sarathy.
40535      Branch: perl
40536            ! ext/I18N/Langinfo/Langinfo.xs
40537 ____________________________________________________________________________
40538 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
40539         Log: Retract #11212.
40540      Branch: perl
40541            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40542 ____________________________________________________________________________
40543 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
40544         Log: Bump up the VERSION of Cwd.xs.
40545      Branch: perl
40546            ! ext/Cwd/Makefile.PL
40547 ____________________________________________________________________________
40548 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
40549         Log: Retract #11220, the problem wasn't the missing leading zero.
40550              Here's the problem:
40551              $ ./perl -we 'chmod(oct("755"), ".")'
40552              Non-octal literal mode (493) specified at -e line 1.
40553              (Did you mean 0493 instead?)
40554      Branch: perl
40555            ! lib/ExtUtils/MM_Unix.pm
40556 ____________________________________________________________________________
40557 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
40558         Log: (Retracted by #11221)
40559              Change the PERM_RW and PERM_RWX to 0644 and 0755
40560              (add the leading zero).
40561      Branch: perl
40562            ! lib/ExtUtils/MM_Unix.pm
40563 ____________________________________________________________________________
40564 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
40565         Log: Integrate changes #11193, 11205, 11209 from macperl.
40566              
40567              Fix up AutoLoader to fudge for Mac paths in import().
40568              
40569              Allow symbols in try_symbol() to begin with "_".
40570              
40571              Small portability fix for Mac OS.
40572      Branch: perl
40573           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
40574 ____________________________________________________________________________
40575 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
40576         Log: Metaconfig unit change for #11217.
40577      Branch: metaconfig/U/perl
40578            ! Extensions.U
40579 ____________________________________________________________________________
40580 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
40581         Log: Detypo, problem noticed by Gerrit P. Haase.
40582      Branch: perl
40583            ! Configure config_h.SH
40584 ____________________________________________________________________________
40585 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
40586         Log: Cwd cleanups.
40587      Branch: perl
40588            ! ext/Cwd/Cwd.xs
40589 ____________________________________________________________________________
40590 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
40591         Log: Slight tweaks on #11213.
40592      Branch: perl
40593            ! toke.c
40594 ____________________________________________________________________________
40595 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
40596         Log: A missing dTHX noticed by Gerrit P. Haase.
40597      Branch: perl
40598            ! ext/POSIX/POSIX.xs
40599 ____________________________________________________________________________
40600 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
40601         Log: Subject: [PATCH toke.c] Simplify yytoke()
40602              From: Simon Cozens <simon@netthink.co.uk>
40603              Date: Sun, 8 Jul 2001 13:24:34 +0100
40604              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
40605              
40606              Split out pending_ident().
40607      Branch: perl
40608            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
40609 ____________________________________________________________________________
40610 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
40611         Log: (Retracted by #11223.)
40612              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
40613              Date: Wed, 05 Nov 1997 17:22:34 -0600
40614              From: Graham Barr <gbarr@ti.com>
40615              Message-Id: <3460FFBA.6DA51F46@ti.com>
40616      Branch: perl
40617            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40618 ____________________________________________________________________________
40619 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
40620         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
40621      Branch: perl
40622            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40623            ! pod/perllocale.pod
40624 ____________________________________________________________________________
40625 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
40626         Log: Really do the test under the C locale.
40627      Branch: perl
40628            ! ext/I18N/Langinfo/Langinfo.t
40629 ____________________________________________________________________________
40630 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
40631         Log: Small portability fix for Mac OS.
40632      Branch: maint-5.6/macperl
40633            ! lib/Cwd.pm
40634 ____________________________________________________________________________
40635 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
40636         Log: Metaconfig unit change for #11207.
40637      Branch: metaconfig/U/perl
40638            ! Extensions.U
40639 ____________________________________________________________________________
40640 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
40641         Log: Add I18N::Langinfo, which is basically a wrapper around
40642              nl_langinfo(), which is an additional way to query locale
40643              specific information.
40644      Branch: perl
40645            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40646            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40647            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
40648 ____________________________________________________________________________
40649 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
40650         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
40651              used in File::Find tests; replace with if.t.
40652      Branch: maint-5.6/macperl
40653            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
40654            ! t/pragma/warn/op
40655 ____________________________________________________________________________
40656 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
40657         Log: Allow symbols in try_symbol() to begin with "_".
40658      Branch: maint-5.6/macperl
40659            ! makedef.pl
40660 ____________________________________________________________________________
40661 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
40662         Log: Sync up the File::Find changes from the rewrite by
40663              Thomas Wegner, et al.
40664      Branch: maint-5.6/macperl
40665            + t/lib/filefind-taint.t
40666            ! lib/File/Find.pm t/lib/filefind.t
40667 ____________________________________________________________________________
40668 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
40669         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
40670              From: Thomas Wegner <wegner_thomas@yahoo.com>
40671              Date: Thu, 5 Jul 2001 20:31:25 +0200
40672              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
40673      Branch: maint-5.6/macperl
40674            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
40675 ____________________________________________________________________________
40676 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
40677         Log: Some more test portability fixes.
40678      Branch: maint-5.6/macperl
40679            ! t/lib/filecopy.t t/pragma/warn/pp_sys
40680 ____________________________________________________________________________
40681 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
40682         Log: The #11200 removed wrong (non-existent) target.  Duh.
40683      Branch: perl
40684            ! Makefile.SH
40685 ____________________________________________________________________________
40686 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
40687         Log: Zap the lib/re.pm before creating it.
40688      Branch: perl
40689            ! Makefile.SH
40690 ____________________________________________________________________________
40691 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
40692         Log: Another test.  Please ignore.
40693      Branch: maint-5.6/macperl
40694            ! README.macos
40695 ____________________________________________________________________________
40696 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
40697         Log: Portability fixes for a lot of tests, especially IO-related
40698              tests, and warnings, and the harness script.
40699      Branch: maint-5.6/macperl
40700            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
40701            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
40702            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
40703            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
40704            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
40705            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
40706            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
40707            ! t/pragma/warnings.t
40708 ____________________________________________________________________________
40709 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
40710         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
40711              From: Nicholas Clark <nick@ccl4.org>
40712              Date: Sat, 7 Jul 2001 21:00:17 +0100
40713              Message-ID: <20010707210017.H59620@plum.flirble.org>
40714      Branch: perl
40715            ! lib/h2xs.t
40716 ____________________________________________________________________________
40717 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
40718         Log: The UNICOS/mk SysV IPC problem has been fixed.
40719      Branch: perl
40720            ! pod/perl572delta.pod
40721 ____________________________________________________________________________
40722 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
40723         Log: Slight update tweaks on perlunicode.pod.
40724      Branch: perl
40725            ! pod/perlunicode.pod
40726 ____________________________________________________________________________
40727 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
40728         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
40729              From: Mark-Jason Dominus <mjd@plover.com>
40730              Date: Sat, 07 Jul 2001 13:04:04 -0400
40731              Message-ID: <20010707170404.32694.qmail@plover.com>
40732      Branch: perl
40733            ! ext/DB_File/DB_File.pm
40734 ____________________________________________________________________________
40735 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
40736         Log: Fix up AutoLoader to fudge for Mac paths in import().
40737      Branch: maint-5.6/macperl
40738            ! lib/AutoLoader.pm
40739 ____________________________________________________________________________
40740 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
40741         Log: Try to force the lib/re.pm to be there before entering
40742              the extensions builds, should help for parallel makes.
40743      Branch: perl
40744            ! Makefile.SH
40745 ____________________________________________________________________________
40746 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
40747         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40748              From: Norton Allen <allen@huarp.harvard.edu>
40749              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
40750              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
40751      Branch: perl
40752            ! ext/POSIX/POSIX.xs
40753 ____________________________________________________________________________
40754 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
40755         Log: Subject: [PATCH] Re: op/arith.t
40756              From: Nicholas Clark <nick@ccl4.org>
40757              Date: Sat, 7 Jul 2001 13:04:54 +0100
40758              Message-ID: <20010707130454.D59620@plum.flirble.org>
40759      Branch: perl
40760            ! numeric.c toke.c
40761 ____________________________________________________________________________
40762 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
40763         Log: Subject: [PATCH] h2xs
40764              From: Nicholas Clark <nick@ccl4.org>
40765              Date: Fri, 6 Jul 2001 23:25:14 +0100
40766              Message-ID: <20010706232514.X59620@plum.flirble.org>
40767      Branch: perl
40768            ! utils/h2xs.PL
40769 ____________________________________________________________________________
40770 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
40771         Log: Subject: Re: bleedperl perl_alloc..free leakage
40772              From: Radu Greab <radu@netsoft.ro>
40773              Date: Fri, 6 Jul 2001 19:48:54 +0300
40774              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
40775              
40776              Leak-be-gone.
40777      Branch: perl
40778            ! op.c
40779 ____________________________________________________________________________
40780 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
40781         Log: Test again.  Please ignore.
40782      Branch: maint-5.6/macperl
40783            ! README.macos
40784 ____________________________________________________________________________
40785 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
40786         Log: Test.  Please ignore.
40787      Branch: maint-5.6/macperl
40788            ! README.macos
40789 ____________________________________________________________________________
40790 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
40791         Log: Include changes already sent in separately as patches,
40792              before branch was created.
40793      Branch: maint-5.6/macperl
40794            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
40795            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
40796            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
40797            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
40798            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
40799            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
40800            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
40801            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
40802            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
40803            ! t/pragma/strict.t
40804 ____________________________________________________________________________
40805 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
40806         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40807              From: Norton Allen <allen@huarp.harvard.edu>
40808              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40809              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40810      Branch: perl
40811            ! utf8.h
40812 ____________________________________________________________________________
40813 [ 11183] By: nick                                  on 2001/07/06  16:27:40
40814         Log: Integrate mainline
40815      Branch: perlio
40816           +> (branch 42 files)
40817            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
40818            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
40819            - win32/bin/mdelete.bat
40820           !> (integrate 215 files)
40821 ____________________________________________________________________________
40822 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
40823         Log: The #11166 needed also these updated.
40824      Branch: perl
40825            ! lib/warnings.pm warnings.h
40826 ____________________________________________________________________________
40827 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
40828         Log: Update Changes.
40829      Branch: perl
40830            ! Changes patchlevel.h
40831 ____________________________________________________________________________
40832 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
40833         Log: Regen toc.
40834      Branch: perl
40835            ! pod/perltoc.pod
40836 ____________________________________________________________________________
40837 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
40838         Log: Nit from Abhijit.
40839      Branch: perl
40840            ! lib/CPAN.pm
40841 ____________________________________________________________________________
40842 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
40843         Log: Retract #11172.
40844      Branch: perl
40845            ! t/op/method.t
40846 ____________________________________________________________________________
40847 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
40848         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40849              From: Norton Allen <allen@huarp.harvard.edu>
40850              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40851              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40852      Branch: perl
40853            ! lib/Cwd.pm
40854 ____________________________________________________________________________
40855 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
40856         Log: (Accidentally empty check-in.)
40857      Branch: perl
40858            ! utf8.h
40859 ____________________________________________________________________________
40860 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
40861         Log: Retract #11165 since Sarathy pointed out it'll not
40862              work properly under threads, the problem should be
40863              solved using "the savestack, either via SSNEW() or
40864              using a newSVpv()+SAVEFREESV() combo."
40865      Branch: perl
40866            ! ext/POSIX/POSIX.xs
40867 ____________________________________________________________________________
40868 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
40869         Log: Retract #11125 since NI-S pointed out it'll not work in
40870              cases where the extension has their own handcrafted INC
40871              et alia.
40872      Branch: perl
40873            ! lib/ExtUtils/MM_Unix.pm
40874 ____________________________________________________________________________
40875 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
40876         Log: Subject: RE: [PATCH] -I and MakeMaker again
40877              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40878              Date: Fri, 6 Jul 2001 09:18:29 +0200
40879              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
40880      Branch: perl
40881            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
40882            ! lib/ExtUtils/MM_Win32.pm
40883 ____________________________________________________________________________
40884 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
40885         Log: (Retracted by #11178)
40886              Subject: [PATCH t/op/method.t] SUPER:: strangeness
40887              From: Piers Cawley <pdcawley@iterative-software.com>
40888              Date: 06 Jul 2001 10:49:01 +0100
40889              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
40890      Branch: perl
40891            ! t/op/method.t
40892 ____________________________________________________________________________
40893 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
40894         Log: VOS README update from Paul Green.
40895      Branch: perl
40896            ! README.vos
40897 ____________________________________________________________________________
40898 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
40899         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40900              From: Norton Allen <allen@huarp.harvard.edu>
40901              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
40902              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
40903      Branch: perl
40904            ! README.qnx hints/qnx.sh
40905 ____________________________________________________________________________
40906 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
40907         Log: Subject: [PATCH] Doc patch for Tie::Hash
40908              From: Artur Bergman <artur@contiller.se>
40909              Date: Thu, 05 Jul 2001 22:51:18 +0200
40910              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
40911      Branch: perl
40912            ! lib/Tie/Hash.pm
40913 ____________________________________________________________________________
40914 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
40915         Log: Subject: [PATCH] perlfaq4.pod
40916              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
40917              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
40918              Date: Thu, 5 Jul 2001 18:44:10 +0100 
40919      Branch: perl
40920            ! pod/perlfaq4.pod
40921 ____________________________________________________________________________
40922 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
40923         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
40924              From: Robin Houston <robin@kitsite.com>
40925              Date: Thu, 5 Jul 2001 18:33:21 +0100
40926              Message-ID: <20010705183321.A27345@robin.kitsite.com>
40927      Branch: perl
40928            ! ext/B/B/Deparse.pm
40929 ____________________________________________________________________________
40930 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
40931         Log: (Retracted by #11285.)
40932              
40933              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
40934              From: Abhijit Menon-Sen <ams@wiw.org>
40935              Date: Fri, 6 Jul 2001 01:26:32 +0530
40936              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
40937      Branch: perl
40938            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
40939            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
40940            ! warnings.pl
40941 ____________________________________________________________________________
40942 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
40943         Log: (Retracted by #11175)
40944              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40945              From: Norton Allen <allen@huarp.harvard.edu>
40946              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
40947              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
40948      Branch: perl
40949            ! ext/POSIX/POSIX.xs
40950 ____________________________________________________________________________
40951 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
40952         Log: Unterminated C< (noticed by Richard Hatch), and few other
40953              small Unicode doc tweaks.
40954      Branch: perl
40955            ! pod/perlretut.pod
40956 ____________________________________________________________________________
40957 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
40958         Log: More flexible argument understanding; add charblocks() and
40959              charscripts(); make charblock() and charscript() two-way;
40960              add charinrange(); separate the $Unicode::UCD::VERSION and
40961              the version of the Unicode by adding UnicodeVersion().
40962      Branch: perl
40963            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40964 ____________________________________________________________________________
40965 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
40966         Log: Update Unicode::UCD on \p{In...}.
40967      Branch: perl
40968            ! lib/Unicode/UCD.pm
40969 ____________________________________________________________________________
40970 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
40971         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
40972              From: Norton Allen <allen@huarp.harvard.edu>
40973              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
40974              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
40975      Branch: perl
40976            ! lib/ExtUtils/MM_Unix.pm
40977 ____________________________________________________________________________
40978 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
40979         Log: POSIX-BC tweaks from Thomas Dorner.
40980      Branch: perl
40981            ! hints/posix-bc.sh perlio.h
40982 ____________________________________________________________________________
40983 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
40984         Log: Module updates for the delta.
40985      Branch: perl
40986            ! pod/perl572delta.pod
40987 ____________________________________________________________________________
40988 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
40989         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
40990              From: Norton Allen <allen@huarp.harvard.edu>
40991              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
40992              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
40993      Branch: perl
40994            ! ext/IO/lib/IO/t/io_sock.t
40995 ____________________________________________________________________________
40996 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
40997         Log: Subject: [PATCH perldiag.pod] Quick fixes
40998              From: Simon Cozens <simon@netthink.co.uk>
40999              Date: Wed, 4 Jul 2001 20:22:12 +0100
41000              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
41001      Branch: perl
41002            ! pod/perldiag.pod
41003 ____________________________________________________________________________
41004 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
41005         Log: (retracted by #13533)
41006              
41007              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
41008              From: Radu Greab <radu@netsoft.ro>
41009              Date: Wed, 4 Jul 2001 22:13:31 +0300
41010              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
41011      Branch: perl
41012            ! op.c sv.c t/op/pos.t
41013 ____________________________________________________________________________
41014 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
41015         Log: Subject: [PATCH] -I and MakeMaker again
41016              From: Michael G Schwern <schwern@pobox.com>
41017              Date: Wed, 4 Jul 2001 15:03:07 -0400
41018              Message-ID: <20010704150307.I20340@blackrider>
41019              
41020              (and retract #11145)
41021      Branch: perl
41022            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
41023            ! lib/ExtUtils/MakeMaker.pm
41024 ____________________________________________________________________________
41025 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
41026         Log: Subject: Re: PERFORCE change 11142 for review
41027              From: "Philip Newton" <Philip.Newton@gmx.net>
41028              Date: Wed, 4 Jul 2001 20:46:26 +0200
41029              Message-Id: <200107041841.VAA25380@taas.iki.fi>
41030      Branch: perl
41031            ! lib/ExtUtils/MakeMaker.pm
41032 ____________________________________________________________________________
41033 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
41034         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41035              From: Jonathan Stowe <gellyfish@gellyfish.com>
41036              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
41037              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
41038      Branch: perl
41039            ! utils/pl2pm.PL
41040 ____________________________________________________________________________
41041 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
41042         Log: fix the binary compatibility issue when building with/without
41043              usemymalloc by exporting Perl_malloc() et al as simple wrappers
41044              around the system functions (this allows most extensions built
41045              using one mode to coexist with perls built in the other mode)
41046              
41047              XXX the Perl_mfree() wrapper might need to do return(free()) on
41048              platforms where Free_t isn't "void"
41049      Branch: perl
41050            ! embed.h embed.pl makedef.pl proto.h util.c
41051 ____________________________________________________________________________
41052 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
41053         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
41054              since it doesn't ensure threads other than the one calling fork()
41055              aren't holding any locks; the fix is to use pthread_atfork() to
41056              hold global locks
41057              
41058              building perl with -Dusemymalloc exacerbates the problem since
41059              Perl_malloc() holds a mutex, and perl's exec() calls New()
41060              
41061              XXX the code in win32thread.h may be needed on platforms that have
41062              no pthread_atfork()
41063      Branch: perl
41064            ! perl.c thread.h win32/win32thread.h
41065 ____________________________________________________________________________
41066 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
41067         Log: Integrate #11009 from maintperl.
41068      Branch: maint-5.6/macperl
41069           !> lib/ExtUtils/Manifest.pm
41070 ____________________________________________________________________________
41071 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
41072         Log: Flexing my Perforce muscles.
41073      Branch: maint-5.6/macperl
41074            ! README.macos
41075 ____________________________________________________________________________
41076 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
41077         Log: Update Changes.
41078      Branch: perl
41079            ! Changes patchlevel.h
41080 ____________________________________________________________________________
41081 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
41082         Log: Metaconfig unit change for #11146.
41083      Branch: metaconfig/U/perl
41084            ! d_fcntl_can_lock.U
41085 ____________________________________________________________________________
41086 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
41087         Log: Somehow the #ifdefs of the added code (in #11093) made
41088              HP-UX to fail the fcntl locking test, without the ifdefs
41089              the test seems to be working again.  Reason unknown:
41090              HP-UX cc doesn't complain either way.
41091      Branch: perl
41092            ! Configure
41093 ____________________________________________________________________________
41094 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
41095         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
41096      Branch: perl
41097            ! lib/ExtUtils/MM_Unix.pm
41098 ____________________________________________________________________________
41099 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
41100         Log: gcc -Wall nit.
41101      Branch: perl
41102            ! pp_hot.c
41103 ____________________________________________________________________________
41104 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
41105         Log: When removing tests updating the test count is a good idea, too.
41106      Branch: perl
41107            ! lib/Net/t/require.t
41108 ____________________________________________________________________________
41109 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
41110         Log: Document #11134 and add the new symbols to the list of
41111              of MakeMaker known ones.
41112      Branch: perl
41113            ! lib/ExtUtils/MakeMaker.pm
41114 ____________________________________________________________________________
41115 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
41116         Log: Microperl update.
41117      Branch: perl
41118            ! uconfig.h
41119 ____________________________________________________________________________
41120 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
41121         Log: Update the libnet tests as per #11138.
41122      Branch: perl
41123            - lib/Net/t/ph.t
41124            ! MANIFEST lib/Net/t/require.t
41125 ____________________________________________________________________________
41126 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
41127         Log: Regen toc and modlib.
41128      Branch: perl
41129            ! pod/perlmodlib.pod pod/perltoc.pod
41130 ____________________________________________________________________________
41131 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
41132         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
41133              Graham's request.
41134      Branch: perl
41135            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
41136            ! MANIFEST
41137 ____________________________________________________________________________
41138 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
41139         Log: Add the OS/390 harness results to the delta.
41140      Branch: perl
41141            ! pod/perl572delta.pod
41142 ____________________________________________________________________________
41143 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
41144         Log: Avoid the two study tests in OS/390 until the bug has been solved.
41145      Branch: perl
41146            ! t/op/study.t
41147 ____________________________________________________________________________
41148 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
41149         Log: DOS/DJGPP tweaks from Laszlo Molnar.
41150      Branch: perl
41151            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
41152 ____________________________________________________________________________
41153 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
41154         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
41155              From: Michael G Schwern <schwern@pobox.com>
41156              Date: Wed, 4 Jul 2001 00:01:16 -0400
41157              Message-ID: <20010704000116.C591@blackrider>
41158      Branch: perl
41159            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
41160 ____________________________________________________________________________
41161 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
41162         Log: The #11132 missed singleton characters (not part
41163              of a unilo..unihi range) in Unicode scripts.
41164      Branch: perl
41165            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
41166            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
41167            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
41168            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
41169            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
41170            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
41171            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
41172            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
41173            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
41174            ! lib/unicode/mktables.PL t/op/pat.t
41175 ____________________________________________________________________________
41176 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
41177         Log: Support preferentially the Unicode 'scripts' definition
41178              in the \p{In...} notation since according to Unicode the
41179              scripts concept is more natural for matching than using
41180              the somewhat artificial block names.  The block names are
41181              still available, though, and if there's a name conflict,
41182              the scripts one wins and the blocks one has to do with
41183              'Block' appended to its name.  For more information see
41184              
41185              http://www.unicode.org/unicode/reports/tr24/
41186      Branch: perl
41187            + lib/unicode/In/100.pl lib/unicode/In/101.pl
41188            + lib/unicode/In/102.pl lib/unicode/In/103.pl
41189            + lib/unicode/In/104.pl lib/unicode/In/105.pl
41190            + lib/unicode/In/106.pl lib/unicode/In/107.pl
41191            + lib/unicode/In/108.pl lib/unicode/In/109.pl
41192            + lib/unicode/In/110.pl lib/unicode/In/111.pl
41193            + lib/unicode/In/112.pl lib/unicode/In/113.pl
41194            + lib/unicode/In/114.pl lib/unicode/In/115.pl
41195            + lib/unicode/In/116.pl lib/unicode/In/117.pl
41196            + lib/unicode/In/118.pl lib/unicode/In/119.pl
41197            + lib/unicode/In/120.pl lib/unicode/In/121.pl
41198            + lib/unicode/In/122.pl lib/unicode/In/123.pl
41199            + lib/unicode/In/124.pl lib/unicode/In/125.pl
41200            + lib/unicode/In/126.pl lib/unicode/In/127.pl
41201            + lib/unicode/In/128.pl lib/unicode/In/129.pl
41202            + lib/unicode/In/130.pl lib/unicode/In/131.pl
41203            + lib/unicode/In/132.pl lib/unicode/In/133.pl
41204            + lib/unicode/In/134.pl lib/unicode/In/135.pl
41205            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
41206            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
41207            ! (edit 106 files)
41208 ____________________________________________________________________________
41209 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
41210         Log: Better document the difference between a block and a script.
41211      Branch: perl
41212            ! lib/Unicode/UCD.pm
41213 ____________________________________________________________________________
41214 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
41215         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
41216              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
41217              Date: Tue, 3 Jul 2001 15:04:23 -0500
41218              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
41219      Branch: perl
41220            ! lib/CPAN.pm
41221 ____________________________________________________________________________
41222 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
41223         Log: Add tests for charscript().
41224      Branch: perl
41225            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
41226 ____________________________________________________________________________
41227 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
41228         Log: Add charscript() to get the UTR#24 script names of characters.
41229      Branch: perl
41230            ! lib/Unicode/UCD.pm
41231 ____________________________________________________________________________
41232 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
41233         Log: Todo updates.
41234      Branch: perl
41235            ! pod/perltodo.pod
41236 ____________________________________________________________________________
41237 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
41238         Log: Unicode::UCD updates.
41239      Branch: perl
41240            ! lib/Unicode/UCD.pm
41241 ____________________________________________________________________________
41242 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
41243         Log: (Retracted by #11174)
41244              Subject: MakeMaker should pass through DEFINE and INC to subdirs
41245              From: Alan Burlison <Alan.Burlison@sun.com>
41246              Date: Tue, 03 Jul 2001 15:20:13 +0100
41247              Message-ID: <3B41D49D.A923D4F9@sun.com>
41248      Branch: perl
41249            ! lib/ExtUtils/MM_Unix.pm
41250 ____________________________________________________________________________
41251 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
41252         Log: Subject: Patch needed for UTS
41253              From: hom00@utsglobal.com (Hal Morris)
41254              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
41255              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
41256              
41257              Replace #11113 with a better version.
41258      Branch: perl
41259            ! perl.h
41260 ____________________________________________________________________________
41261 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
41262         Log: Subject: Re: POINTERRIGOR
41263              From: Andy Dougherty <doughera@lafayette.edu>
41264              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
41265              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
41266      Branch: perl
41267            ! util.c
41268 ____________________________________________________________________________
41269 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
41270         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
41271              From: "Philip Newton" <pnewton@gmx.de>
41272              Date: Tue, 3 Jul 2001 17:03:34 +0200
41273              Message-ID: <3B41FAE6.29564.660E117@localhost>
41274      Branch: perl
41275            ! pp_hot.c
41276 ____________________________________________________________________________
41277 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
41278         Log: Typos.
41279      Branch: perl
41280            ! INSTALL
41281 ____________________________________________________________________________
41282 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
41283         Log: Subject: [PATCH 5.6.1] debugger fixes
41284              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41285              Date: Tue, 3 Jul 2001 03:38:18 -0400
41286              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
41287              
41288              The $^S is working again.
41289      Branch: perl
41290            ! lib/perl5db.pl
41291 ____________________________________________________________________________
41292 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
41293         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
41294              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41295              Date: Tue, 3 Jul 2001 03:34:06 -0400
41296              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
41297      Branch: perl
41298            ! os2/OS2/Process/Process.pm
41299 ____________________________________________________________________________
41300 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
41301         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
41302              From: "Philip Newton" <Philip.Newton@gmx.net>
41303              Date: Tue, 3 Jul 2001 09:11:27 +0200
41304              Message-Id: <200107030706.KAA04596@taas.iki.fi>
41305      Branch: perl
41306            ! lib/FindBin.pm
41307 ____________________________________________________________________________
41308 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
41309         Log: Delta delta.
41310      Branch: perl
41311            ! pod/perl572delta.pod
41312 ____________________________________________________________________________
41313 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
41314         Log: Metaconfig unit change for 11115.
41315      Branch: metaconfig
41316            ! U/modified/libc.U
41317 ____________________________________________________________________________
41318 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
41319         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
41320              (from Richard Hatch) (this was the cause of pipes() and
41321              times() mysteriously not being found)
41322      Branch: perl
41323            ! Configure
41324 ____________________________________________________________________________
41325 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
41326         Log: Retract #10142, the real culprit found by Richard Hatch,
41327              coming soon to Configure near you.
41328      Branch: perl
41329            ! hints/aix.sh
41330 ____________________________________________________________________________
41331 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
41332         Log: (Replaced by #11124) UTS workaround from Hal Morris.
41333      Branch: perl
41334            ! perl.h
41335 ____________________________________________________________________________
41336 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
41337         Log: Subject: [PATCH] grok not grocking correctly
41338              From: Nicholas Clark <nick@ccl4.org>
41339              Date: Tue, 3 Jul 2001 00:19:08 +0100
41340              Message-ID: <20010703001908.H59620@plum.flirble.org>
41341      Branch: perl
41342            ! numeric.c
41343 ____________________________________________________________________________
41344 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
41345         Log: Subject: [PATCH Deparse.t] test just-posted patches
41346              From: Robin Houston <robin@kitsite.com>
41347              Date: Mon, 2 Jul 2001 23:46:15 +0100
41348              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
41349      Branch: perl
41350            ! ext/B/Deparse.t
41351 ____________________________________________________________________________
41352 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
41353         Log: Subject: [PATCH toke.c] autosplit into @F
41354              From: Robin Houston <robin@kitsite.com>
41355              Date: Mon, 2 Jul 2001 23:18:20 +0100
41356              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
41357      Branch: perl
41358            ! perl.c toke.c
41359 ____________________________________________________________________________
41360 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
41361         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
41362              From: Robin Houston <robin@kitsite.com>
41363              Date: Mon, 2 Jul 2001 23:00:48 +0100
41364              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
41365      Branch: perl
41366            ! ext/B/B/Deparse.pm
41367 ____________________________________________________________________________
41368 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
41369         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
41370              From: "Philip Newton" <Philip.Newton@gmx.net>
41371              Date: Mon, 2 Jul 2001 22:06:22 +0200
41372              (no Message-Id)
41373      Branch: perl
41374            ! ext/NDBM_File/hints/linux.pl
41375 ____________________________________________________________________________
41376 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
41377         Log: Subject: Re: Fixed pack problem - sort of
41378              From: Nicholas Clark <nick@ccl4.org>
41379              Date: Mon, 2 Jul 2001 20:59:20 +0100
41380              Message-ID: <20010702205919.F59620@plum.flirble.org>
41381      Branch: perl
41382            ! pp_pack.c t/op/pack.t
41383 ____________________________________________________________________________
41384 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
41385         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
41386              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41387              Date: Mon, 2 Jul 2001 15:45:41 -0400
41388              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
41389      Branch: perl
41390            ! os2/os2.c
41391 ____________________________________________________________________________
41392 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
41393         Log: (Mistaken retraction)
41394      Branch: perl
41395            ! utils/pl2pm.PL
41396 ____________________________________________________________________________
41397 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
41398         Log: Detypo in #11103.
41399      Branch: perl
41400            ! utils/pl2pm.PL
41401 ____________________________________________________________________________
41402 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
41403         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
41404              From: Jonathan Stowe <gellyfish@gellyfish.com>
41405              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
41406              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
41407      Branch: perl
41408            ! utils/pl2pm.PL
41409 ____________________________________________________________________________
41410 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
41411         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
41412              From: "Craig A. Berry" <craigberry@mac.com>
41413              Date: Mon, 02 Jul 2001 14:11:23 -0500
41414              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
41415      Branch: perl
41416            ! lib/Unicode/UCD.pm
41417 ____________________________________________________________________________
41418 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
41419         Log: Subject: [PATCH] Re: op/numconvert.t failures
41420              From: Nicholas Clark <nick@ccl4.org>
41421              Date: Mon, 2 Jul 2001 20:10:48 +0100
41422              Message-ID: <20010702201048.E59620@plum.flirble.org>
41423      Branch: perl
41424            ! t/op/numconvert.t
41425 ____________________________________________________________________________
41426 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
41427         Log: Update Changes.
41428      Branch: perl
41429            ! Changes patchlevel.h
41430 ____________________________________________________________________________
41431 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
41432         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
41433              The real fix must be more involved.  The line of code all the leaky
41434              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
41435              line of Perl_newPMOP().
41436      Branch: perl
41437            ! op.h
41438 ____________________________________________________________________________
41439 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
41440         Log: Based on
41441              
41442              Subject: Re: sizeof(struct sembuf)
41443              From: Nicholas Clark <nick@ccl4.org>
41444              Date: Sun, 1 Jul 2001 22:26:48 +0100
41445              Message-ID: <20010701222648.W59620@plum.flirble.org>
41446              
41447              but do semop() always the slow way.
41448      Branch: perl
41449            ! doio.c
41450 ____________________________________________________________________________
41451 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
41452         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
41453              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41454              Date: Tue, 03 Jul 2001 00:56:30 +0900
41455              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
41456      Branch: perl
41457            ! ext/Encode/Encode/Tcl.t
41458 ____________________________________________________________________________
41459 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
41460         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
41461              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41462              Date: Tue, 03 Jul 2001 00:55:46 +0900
41463              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
41464      Branch: perl
41465            ! ext/Encode/Encode/Tcl.pm
41466 ____________________________________________________________________________
41467 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
41468         Log: Regen api and toc.
41469      Branch: perl
41470            ! pod/perlapi.pod pod/perltoc.pod
41471 ____________________________________________________________________________
41472 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
41473         Log: Metaconfig unit change for #11093.
41474      Branch: metaconfig/U/perl
41475            ! d_fcntl_can_lock.U
41476 ____________________________________________________________________________
41477 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
41478         Log: The fcntl locking test may hang if NFS locking messed up;
41479              break out with alarm(10).
41480      Branch: perl
41481            ! Configure
41482 ____________________________________________________________________________
41483 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
41484         Log: Move the mdelete.bat from win32/bin to win32.
41485      Branch: perl
41486            ! MANIFEST
41487 ____________________________________________________________________________
41488 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
41489         Log: Typo in #11083.
41490      Branch: perl
41491            ! ext/Time/Piece/Piece.t
41492 ____________________________________________________________________________
41493 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
41494         Log: Netware tweaks from Guruprasad.
41495      Branch: perl
41496            - NetWare/perlsdio.h
41497            ! MANIFEST NetWare/Makefile NetWare/interface.c
41498            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
41499            ! perlsdio.h
41500 ____________________________________________________________________________
41501 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
41502         Log: Subject: Re: [PATH] shared -> unique;
41503              From: Abhijit Menon-Sen <ams@wiw.org>
41504              Date: Wed, 27 Jun 2001 03:51:27 +0530
41505              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
41506      Branch: perl
41507            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
41508 ____________________________________________________________________________
41509 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
41510         Log: Subject: Re: AIX / gcc-3.0
41511              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41512              Date: Mon, 02 Jul 2001 15:20:21 +0200
41513              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
41514      Branch: perl
41515            ! hints/aix.sh
41516 ____________________________________________________________________________
41517 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
41518         Log: Subject: Re: Bug report: split splits on wrong pattern
41519              From: Abhijit Menon-Sen <ams@wiw.org>
41520              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
41521              Date: Mon, 2 Jul 2001 16:31:33 +0530
41522      Branch: perl
41523            ! pp_ctl.c
41524 ____________________________________________________________________________
41525 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
41526         Log: Subject: [PATCH 5.6.1] test harness
41527              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41528              Date: Mon, 2 Jul 2001 06:29:21 -0400
41529              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
41530      Branch: perl
41531            ! lib/Test/Harness.pm
41532 ____________________________________________________________________________
41533 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
41534         Log: Subject: [PATCH 5.6.1] debugger goof
41535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41536              Date: Mon, 2 Jul 2001 06:27:22 -0400
41537              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
41538      Branch: perl
41539            ! lib/perl5db.pl
41540 ____________________________________________________________________________
41541 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
41542         Log: Subject: [PATCH 5.6.1] OS/2 cwd
41543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41544              Date: Mon, 2 Jul 2001 06:21:17 -0400
41545              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
41546      Branch: perl
41547            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
41548 ____________________________________________________________________________
41549 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
41550         Log: Make #11082 more OS/2-specific.
41551      Branch: perl
41552            ! ext/Time/Piece/Piece.t
41553 ____________________________________________________________________________
41554 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
41555         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
41556              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41557              Date: Mon, 2 Jul 2001 06:06:34 -0400
41558              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
41559      Branch: perl
41560            ! ext/Time/Piece/Piece.t
41561 ____________________________________________________________________________
41562 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
41563         Log: Subject: [PATCH B::Deparse] version number & changes
41564              From: Robin Houston <robin@kitsite.com>  
41565              Date: Sun, 1 Jul 2001 17:17:29 +0100
41566              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
41567      Branch: perl
41568            ! ext/B/B/Deparse.pm
41569 ____________________________________________________________________________
41570 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
41571         Log: Subject: a small fix.
41572              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41573              Date: Mon, 2 Jul 2001 12:17:53 +0200
41574              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
41575      Branch: perl
41576            ! ext/Thread/Thread.xs
41577 ____________________________________________________________________________
41578 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
41579         Log: Subject: RE: perl@10907
41580              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
41581              Date: Mon, 2 Jul 2001 12:06:16 +0200
41582              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
41583              
41584              Borland C vs PerlIO.
41585      Branch: perl
41586            ! win32/config.bc win32/config_H.bc
41587 ____________________________________________________________________________
41588 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
41589         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
41590              From: "H.M. Brand" <merijn@l1.procura.nl>
41591              Date: Mon, 02 Jul 2001 11:18:57 +0200
41592              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
41593      Branch: perl
41594            ! t/op/write.t
41595 ____________________________________________________________________________
41596 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
41597         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
41598              From: Michael G Schwern <schwern@pobox.com>
41599              Date: Mon, 2 Jul 2001 00:26:24 -0400
41600              Message-ID: <20010702002624.A18302@blackrider>
41601      Branch: perl
41602            - ext/util/mkbootstrap
41603 ____________________________________________________________________________
41604 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
41605         Log: Subject: [PATCH op.h] v minor comment tweak
41606              From: Robin Houston <robin@puffinry.freeserve.co.uk>
41607              Date: Mon, 2 Jul 2001 00:42:01 +0100
41608              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
41609      Branch: perl
41610            ! op.h
41611 ____________________________________________________________________________
41612 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
41613         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
41614      Branch: perl
41615            ! pod/perlfunc.pod
41616 ____________________________________________________________________________
41617 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
41618         Log: Subject: Re: sizeof(struct sembuf)
41619              From: Nicholas Clark <nick@ccl4.org>
41620              Date: Sun, 1 Jul 2001 19:23:16 +0100
41621              Message-ID: <20010701192316.V59620@plum.flirble.org>
41622              
41623              s/signaling/signalling/
41624      Branch: perl
41625            ! pod/perlfunc.pod
41626 ____________________________________________________________________________
41627 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
41628         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
41629              From: "Philip Newton" <Philip.Newton@gmx.net>
41630              Date: Sun, 1 Jul 2001 09:37:56 +0200
41631              Message-Id: <200107010733.KAA03920@taas.iki.fi>
41632      Branch: perl
41633            ! pod/perlvar.pod
41634 ____________________________________________________________________________
41635 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
41636         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
41637              From: "Philip Newton" <Philip.Newton@gmx.net>
41638              Date: Sun, 1 Jul 2001 09:37:56 +0200
41639              Message-Id: <200107010733.KAA03925@taas.iki.fi>
41640      Branch: perl
41641            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41642 ____________________________________________________________________________
41643 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
41644         Log: Metaconfig unit change for #11070.
41645      Branch: metaconfig
41646            ! U/compline/randfunc.U
41647 ____________________________________________________________________________
41648 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
41649         Log: Subject: [PATCH perlsnap] its --> it's --> its
41650              From: "Philip Newton" <Philip.Newton@gmx.net>
41651              Date: Sun, 1 Jul 2001 09:37:56 +0200
41652              Message-Id: <200107010733.KAA03914@taas.iki.fi>
41653      Branch: perl
41654            ! Porting/config_H
41655 ____________________________________________________________________________
41656 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
41657         Log: Sync with Sarathy; integrate with perlio.
41658      Branch: perl
41659           !> gv.c
41660 ____________________________________________________________________________
41661 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
41662         Log: regenerate win32/config_H.?c files
41663      Branch: perl
41664            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41665 ____________________________________________________________________________
41666 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
41667         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
41668              naming discipline
41669              
41670              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
41671              because of this)
41672              
41673              fix a warning about "fd" being used without being set in Cwd.xs
41674      Branch: perl
41675            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
41676            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41677            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
41678            ! win32/config.vc
41679 ____________________________________________________________________________
41680 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
41681         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
41682              within macro arguments") and warnings ("unary minus applied to
41683              unsigned type", among others)
41684      Branch: perl
41685            ! gv.c hv.c op.c pp.c sv.c toke.c
41686 ____________________________________________________________________________
41687 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
41688         Log: win32 fixes: more spurious CRs
41689      Branch: perl
41690            ! win32/mdelete.bat
41691 ____________________________________________________________________________
41692 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
41693         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
41694              from win32/bin (or it gets deleted by distclean); don't delete
41695              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
41696              NT (should be made Win9x specific, and added to makefile.mk)
41697      Branch: perl
41698           +> win32/mdelete.bat
41699            - win32/bin/mdelete.bat
41700            ! win32/Makefile win32/makefile.mk
41701 ____________________________________________________________________________
41702 [ 11063] By: nick                                  on 2001/07/01  18:54:09
41703         Log: Quick for for #ifdef mess
41704      Branch: perlio
41705            ! gv.c
41706 ____________________________________________________________________________
41707 [ 11062] By: nick                                  on 2001/07/01  18:47:42
41708         Log: Raw integrate - does not build #if mess in gv.c
41709      Branch: perlio
41710           !> (integrate 29 files)
41711 ____________________________________________________________________________
41712 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
41713         Log: Make 'compile' target a little less broken.
41714              Still very broken, though: -Wall warnings from
41715              the generated code, boot_Foo prototypes missing,
41716              can't autoload Fcntl::SEEK_CUR et alia, ...
41717      Branch: perl
41718            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
41719            ! utils/perlcc.PL x2p/Makefile.SH
41720 ____________________________________________________________________________
41721 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
41722         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
41723      Branch: perl
41724            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41725            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
41726 ____________________________________________________________________________
41727 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
41728         Log: Update Changes.
41729      Branch: perl
41730            ! Changes patchlevel.h
41731 ____________________________________________________________________________
41732 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
41733         Log: Still one typo, regen toc.
41734      Branch: perl
41735            ! lib/Unicode/UCD.pm pod/perltoc.pod
41736 ____________________________________________________________________________
41737 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
41738         Log: Detypos and regen toc.
41739      Branch: perl
41740            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
41741 ____________________________________________________________________________
41742 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
41743         Log: VERSION tweak.
41744      Branch: perl
41745            ! ext/List/Util/lib/List/Util.pm
41746 ____________________________________________________________________________
41747 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
41748         Log: Attempt at plugging the leak under ithreads detected by Doug.
41749      Branch: perl
41750            ! op.h
41751 ____________________________________________________________________________
41752 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
41753         Log: gcc -Wall lint after #11051.
41754      Branch: perl
41755            ! pp_sys.c
41756 ____________________________________________________________________________
41757 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
41758         Log: Integrate perlio.
41759      Branch: perl
41760           !> lib/File/Find/taint.t
41761 ____________________________________________________________________________
41762 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
41763         Log: Don't use the v-strings for module VERSIONs.
41764      Branch: perl
41765            ! lib/Unicode/UCD.pm
41766 ____________________________________________________________________________
41767 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
41768         Log: Code cleanup based on turning off the -woffs in IRIX.
41769              Not all of the gripes cleaned up (hairy code in hv.c and
41770              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
41771              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
41772              to the IRIX hints)
41773      Branch: perl
41774            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
41775            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
41776            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
41777            ! regcomp.c sv.c
41778 ____________________________________________________________________________
41779 [ 11050] By: nick                                  on 2001/06/30  20:46:46
41780         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
41781      Branch: perlio
41782            ! lib/File/Find/taint.t
41783 ____________________________________________________________________________
41784 [ 11049] By: nick                                  on 2001/06/30  18:13:33
41785         Log: Integrate mainline
41786      Branch: perlio
41787           +> NetWare/nwstdio.h NetWare/perlsdio.h
41788           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41789           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
41790           +> lib/Unicode/UCD.t t/run/exit.t
41791           !> (integrate 60 files)
41792 ____________________________________________________________________________
41793 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
41794         Log: Delta delta.
41795      Branch: perl
41796            ! pod/perl572delta.pod
41797 ____________________________________________________________________________
41798 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
41799         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
41800              by CPAN.pm, use rather _00.
41801      Branch: perl
41802            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
41803            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41804            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
41805            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
41806            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
41807            ! lib/ExtUtils/Embed.pm lib/Test.pm
41808 ____________________________________________________________________________
41809 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
41810         Log: Add a simple Unicode character database interface, Unicode::UCD.
41811      Branch: perl
41812            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
41813            ! MANIFEST
41814 ____________________________________________________________________________
41815 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
41816         Log: Subject: [PATCH] op/numconver.t
41817              From: Nicholas Clark <nick@ccl4.org>
41818              Date: Sat, 30 Jun 2001 15:40:10 +0100
41819              Message-ID: <20010630154010.I59620@plum.flirble.org>
41820      Branch: perl
41821            ! t/op/numconvert.t
41822 ____________________________________________________________________________
41823 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
41824         Log: The $^N is now taken (by #11038).
41825      Branch: perl
41826            ! t/base/lex.t
41827 ____________________________________________________________________________
41828 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
41829         Log: The #11040 had slipped to a wrong function...
41830      Branch: perl
41831            ! sv.c
41832 ____________________________________________________________________________
41833 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
41834         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
41835              the Configure library symbol probe mysteriously finds all
41836              symbols but those of pipe() and times().
41837      Branch: perl
41838            ! hints/aix.sh
41839 ____________________________________________________________________________
41840 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
41841         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
41842              From: Nicholas Clark <nick@ccl4.org>
41843              Date: Fri, 29 Jun 2001 23:49:07 +0100
41844              Message-ID: <20010629234907.D59620@plum.flirble.org>
41845      Branch: perl
41846            ! lib/ExtUtils.t
41847 ____________________________________________________________________________
41848 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
41849         Log: Subject: [PATCH] weakref fix 2, not yet there
41850              From: Artur Bergman <artur@contiller.se>
41851              Date: Sat, 30 Jun 2001 01:18:16 +0200
41852              Message-ID: <B762D957.1CC9%artur@contiller.se>
41853      Branch: perl
41854            ! sv.c
41855 ____________________________________________________________________________
41856 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
41857         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
41858              From: Michael G Schwern <schwern@pobox.com>
41859              Date: Fri, 29 Jun 2001 19:39:11 -0400
41860              Message-ID: <20010629193910.D25304@blackrider>
41861      Branch: perl
41862            + t/run/exit.t
41863            ! MANIFEST
41864 ____________________________________________________________________________
41865 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
41866         Log: Add support for $^N, the most-recently closed group.
41867      Branch: perl
41868            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
41869            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
41870            ! thrdvar.h
41871 ____________________________________________________________________________
41872 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
41873         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
41874              From: lvirden@cas.org
41875              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
41876              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
41877              
41878              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
41879              From: lvirden@cas.org
41880              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
41881              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
41882      Branch: perl
41883            ! README.solaris
41884 ____________________________________________________________________________
41885 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
41886         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
41887              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41888              Date: Sat, 30 Jun 2001 07:33:37 +0900
41889              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
41890              
41891              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
41892              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41893              Date: Sat, 30 Jun 2001 21:38:14 +0900
41894              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
41895      Branch: perl
41896            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41897            + ext/Encode/Encode/7bit-kr.enc
41898            ! MANIFEST ext/Encode/Encode/Tcl.pm
41899 ____________________________________________________________________________
41900 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
41901         Log: NetWare tweaks from Guruprasad.
41902      Branch: perl
41903            + NetWare/nwstdio.h NetWare/perlsdio.h
41904            ! MANIFEST NetWare/Makefile NetWare/config.wc
41905            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
41906            ! NetWare/t/Readme.txt
41907 ____________________________________________________________________________
41908 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
41909         Log: More module $VERSION bump-ups.
41910      Branch: perl
41911            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
41912            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
41913            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
41914 ____________________________________________________________________________
41915 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
41916         Log: Doc update due to #11032.
41917      Branch: perl
41918            ! pod/perl572delta.pod
41919 ____________________________________________________________________________
41920 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
41921         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
41922              From: Peter Prymmer <pvhp@forte.com>
41923              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
41924              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
41925      Branch: perl
41926            ! ext/Time/HiRes/HiRes.xs
41927 ____________________________________________________________________________
41928 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
41929         Log: -lpthreads missing in AIX.
41930      Branch: perl
41931            ! hints/aix.sh
41932 ____________________________________________________________________________
41933 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
41934         Log: Subject: [PATCH] CLONE && weakrefs
41935              From: Artur Bergman <artur@contiller.se>
41936              Date: Fri, 29 Jun 2001 17:02:00 +0200
41937              Message-ID: <B7626508.1CA0%artur@contiller.se>
41938      Branch: perl
41939            ! sv.c
41940 ____________________________________________________________________________
41941 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
41942         Log: Subject: Re: Bug report: split splits on wrong pattern
41943              From: Radu Greab <radu@netsoft.ro>
41944              Date: Wed, 27 Jun 2001 21:50:52 +0300
41945              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
41946      Branch: perl
41947            ! pp_ctl.c t/op/split.t
41948 ____________________________________________________________________________
41949 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
41950         Log: Metaconfig unit change for #11027.
41951      Branch: metaconfig/U/perl
41952            ! d_modfl.U
41953 ____________________________________________________________________________
41954 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
41955         Log: I thought this Configure glitch for AIX was just recently fixed?
41956      Branch: perl
41957            ! Configure
41958 ____________________________________________________________________________
41959 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
41960         Log: Update Changes.
41961      Branch: perl
41962            ! Changes patchlevel.h
41963 ____________________________________________________________________________
41964 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
41965         Log: Subject: Re: perl@10967, File::Find, and Cwd
41966              From: Mike Guy <mjtg@cam.ac.uk>
41967              Date: Fri, 29 Jun 2001 14:56:49 +0100
41968              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
41969      Branch: perl
41970            ! lib/File/Find/taint.t
41971 ____________________________________________________________________________
41972 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
41973         Log: Update the sv_pvprintify() spec.
41974      Branch: perl
41975            ! pod/perltodo.pod
41976 ____________________________________________________________________________
41977 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
41978         Log: Known test failures update.
41979      Branch: perl
41980            ! pod/perl572delta.pod
41981 ____________________________________________________________________________
41982 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
41983         Log: Based on
41984              
41985              Subject: [PATCH @11016] More );) fixes
41986              From: Richard Soderberg <rs@crystalflame.net>
41987              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
41988              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
41989      Branch: perl
41990            ! ext/Thread/Thread.xs ext/Thread/typemap
41991 ____________________________________________________________________________
41992 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
41993         Log: Subject: [PATCH @11016] Fixes compile errors in four files
41994              From: Richard Soderberg <rs@crystalflame.net>
41995              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
41996              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
41997      Branch: perl
41998            ! mg.c pp.c pp_hot.c util.c
41999 ____________________________________________________________________________
42000 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
42001         Log: AIX hints tweaking continues, from Merijn Brand.
42002      Branch: perl
42003            ! hints/aix.sh
42004 ____________________________________________________________________________
42005 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
42006         Log: HP-UX needs gccversion sooner, from Merijn Brand.
42007      Branch: perl
42008            ! hints/hpux.sh
42009 ____________________________________________________________________________
42010 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
42011         Log: Subject: [PATCH 5.6.1] OS/2 docs
42012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42013              Date: Fri, 29 Jun 2001 02:34:12 -0400
42014              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
42015      Branch: perl
42016            ! README.os2 os2/Changes
42017 ____________________________________________________________________________
42018 [ 11017] By: nick                                  on 2001/06/29  10:20:30
42019         Log: Integrate mainline
42020      Branch: perlio
42021           +> (branch 37 files)
42022            - ext/ODBM_File/sdbm.t
42023           !> (integrate 211 files)
42024 ____________________________________________________________________________
42025 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
42026         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
42027              the modules found using a script written by Larry Schatzer Jr.
42028      Branch: perl
42029            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
42030            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
42031            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
42032            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
42033            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
42034            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
42035            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
42036            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
42037            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
42038            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
42039            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
42040            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
42041            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
42042            ! lib/constant.pm lib/fields.pm lib/strict.pm
42043 ____________________________________________________________________________
42044 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
42045         Log: The latest JPL from the anoncvs.
42046      Branch: perl
42047            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
42048 ____________________________________________________________________________
42049 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
42050         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
42051      Branch: perl
42052            ! t/op/pat.t
42053 ____________________________________________________________________________
42054 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
42055         Log: Worrying about insecure directories now is a bit too late.
42056      Branch: perl
42057            ! lib/File/Find/taint.t
42058 ____________________________________________________________________________
42059 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
42060         Log: Cannot DIE() in a void function,
42061              from Richard Hatch <rhatch@austin.ibm.com>.
42062      Branch: perl
42063            ! ext/IPC/SysV/SysV.xs
42064 ____________________________________________________________________________
42065 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
42066         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
42067              From: Peter Prymmer <pvhp@forte.com>
42068              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
42069              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
42070              
42071              (unfinished: time/hires tests 3, 5, 14 failing, but better
42072              than wholesale failure)
42073      Branch: perl
42074            ! ext/Time/HiRes/HiRes.xs
42075 ____________________________________________________________________________
42076 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
42077         Log: Subject: [PATCH 5.6.1] OS/2 improvements
42078              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42079              Date: Thu, 28 Jun 2001 16:03:14 -0400
42080              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
42081      Branch: perl
42082            + os2/os2_base.t
42083            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
42084            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
42085            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
42086            ! os2/os2ish.h
42087 ____________________________________________________________________________
42088 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
42089         Log: Subject: Incrementing Extutils::Manifest's $VERSION
42090              From: Michael G Schwern <schwern@pobox.com>
42091              Date: Thu, 28 Jun 2001 13:13:49 -0400
42092              Message-ID: <20010628131349.A14738@blackrider>
42093      Branch: maint-5.6/perl
42094            ! lib/ExtUtils/Manifest.pm
42095 ____________________________________________________________________________
42096 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
42097         Log: AIX tweak from Merijn Brand.
42098      Branch: perl
42099            ! hints/aix.sh
42100 ____________________________________________________________________________
42101 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
42102         Log: Create the macperl branch.
42103      Branch: maint-5.6/macperl
42104           +> (branch 1728 files)
42105 ____________________________________________________________________________
42106 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
42107         Log: Update Changes.
42108      Branch: perl
42109            ! Changes patchlevel.h
42110 ____________________________________________________________________________
42111 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
42112         Log: More Perforce lore.
42113      Branch: perl
42114            ! Porting/repository.pod
42115 ____________________________________________________________________________
42116 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
42117         Log: Metaconfig unit changes for #11003.
42118      Branch: metaconfig/U/perl
42119            + d_nl_langinfo.U i_langinfo.U
42120 ____________________________________________________________________________
42121 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
42122         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
42123              Expected not to exist in non-UNIX excepting in VMS, where
42124              according to a quick web survey they just might.
42125      Branch: perl
42126            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
42127            ! Porting/config_H config_h.SH configure.com epoc/config.sh
42128            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
42129            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42130            ! win32/config.bc win32/config.gc win32/config.vc
42131 ____________________________________________________________________________
42132 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
42133         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
42134              in AIX is one is doing a 64-bit build.
42135      Branch: perl
42136            ! hints/aix.sh
42137 ____________________________________________________________________________
42138 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
42139         Log: Metaconfig unit changes for #11000.
42140      Branch: metaconfig/U/perl
42141            ! use64bits.U uselfs.U
42142 ____________________________________________________________________________
42143 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
42144         Log: Move use64bitint and use64bitall before uselargefiles.
42145      Branch: perl
42146            ! Configure
42147 ____________________________________________________________________________
42148 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
42149         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
42150              From: Robert Spier <rspier@pobox.com>
42151              Message-ID: <15162.41164.618712.841415@rls.cx>
42152              Date: Wed, 27 Jun 2001 23:13:16 -0400
42153      Branch: perl
42154            ! doio.c
42155 ____________________________________________________________________________
42156 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
42157         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
42158              From: Peter Prymmer <pvhp@forte.com>
42159              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
42160              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
42161      Branch: perl
42162            ! numeric.c
42163 ____________________________________________________________________________
42164 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
42165         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
42166              From: Peter Prymmer <pvhp@forte.com>
42167              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
42168              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
42169      Branch: perl
42170            ! configure.com ext/Digest/MD5/Makefile.PL
42171 ____________________________________________________________________________
42172 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
42173         Log: Update Changes.
42174      Branch: perl
42175            ! Changes patchlevel.h
42176 ____________________________________________________________________________
42177 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
42178         Log: Tiny EPOC updates.
42179      Branch: perl
42180            ! epoc/config.sh
42181 ____________________________________________________________________________
42182 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
42183         Log: The Test::More and Test::Simple tests required help
42184              thanks to our schizophrenic test scheme.
42185      Branch: perl
42186            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42187            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42188            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42189            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
42190            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
42191 ____________________________________________________________________________
42192 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
42193         Log: Upgrade to Test::Simple 0.09.
42194      Branch: perl
42195            + lib/Test/Simple/Changes
42196            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42197            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42198            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42199            ! lib/Test/Simple/t/plan_is_noplan.t
42200 ____________________________________________________________________________
42201 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
42202         Log: Upgrade to Test::More 0.07.
42203      Branch: perl
42204            + lib/Test/More/Changes
42205            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
42206            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
42207            ! lib/Test/More/t/skipall.t
42208 ____________________________________________________________________________
42209 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
42210         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
42211              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42212              Date: Wed, 27 Jun 2001 18:40:04 +0200
42213              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
42214      Branch: perl
42215            ! hints/hpux.sh
42216 ____________________________________________________________________________
42217 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
42218         Log: Subject: [PATCH README.qnx hints/qnx.sh]
42219              From: Norton Allen <allen@huarp.harvard.edu>
42220              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
42221              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
42222      Branch: perl
42223            ! README.qnx hints/qnx.sh
42224 ____________________________________________________________________________
42225 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
42226         Log: Subject: [PATCH] two little documentation nits
42227              From: Abhijit Menon-Sen <ams@wiw.org>
42228              Date: Wed, 27 Jun 2001 20:07:50 +0530
42229              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
42230      Branch: perl
42231            ! sv.c sv.h
42232 ____________________________________________________________________________
42233 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
42234         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
42235              From: Norton Allen <allen@huarp.harvard.edu>
42236              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
42237              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
42238      Branch: perl
42239            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
42240 ____________________________________________________________________________
42241 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
42242         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
42243              From: Michael G Schwern <schwern@pobox.com>
42244              Date: Wed, 27 Jun 2001 02:34:58 -0400
42245              Message-ID: <20010627023458.K23874@blackrider>
42246      Branch: perl
42247            ! vms/test.com
42248 ____________________________________________________________________________
42249 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
42250         Log: Add perl_clone_host() for Netware.
42251      Branch: perl
42252            ! NetWare/nw5.c
42253 ____________________________________________________________________________
42254 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
42255         Log: GCC 3.0 hints for HP-UX.
42256      Branch: perl
42257            ! hints/hpux.sh
42258 ____________________________________________________________________________
42259 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
42260         Log: In some Linux distributions the libndbm is broken
42261              (no null key support), therefore link with libgdbm
42262              (if available), since it has a working ndbm emulation,
42263              from Jonathan Stowe.
42264      Branch: perl
42265            + ext/NDBM_File/hints/linux.pl
42266            ! MANIFEST
42267 ____________________________________________________________________________
42268 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
42269         Log: Subject: [PATCH perl@10930] find.t hack for VMS
42270              From: "Craig A. Berry" <craigberry@mac.com>
42271              Date: Tue, 26 Jun 2001 23:40:25 -0500
42272              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
42273      Branch: perl
42274            ! lib/File/Find/find.t
42275 ____________________________________________________________________________
42276 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
42277         Log: AUTHORS updates.
42278      Branch: perl
42279            ! AUTHORS
42280 ____________________________________________________________________________
42281 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
42282         Log: Metaconfig unit change like #10980.
42283      Branch: metaconfig
42284            ! U/compline/d_stdstdio.U
42285 ____________________________________________________________________________
42286 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
42287         Log: "lose the it's", from Abhijit Menon-Sen.
42288              ("It's" not searched, pods not searched.)
42289      Branch: perl
42290            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
42291            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
42292            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
42293            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
42294            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
42295            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
42296 ____________________________________________________________________________
42297 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
42298         Log: "lose the looses", from Abhijit Menon-Sen.
42299      Branch: perl
42300            ! ext/B/B/Assembler.pm gv.c
42301 ____________________________________________________________________________
42302 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
42303         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
42304      Branch: perl
42305            ! hints/os390.sh
42306 ____________________________________________________________________________
42307 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
42308         Log: DEC C 5.3 on the VAX simply doesn't seem to like
42309              compiling the MD5 extension, disable it there for now,
42310              from Peter Prymmer.
42311      Branch: perl
42312            ! configure.com
42313 ____________________________________________________________________________
42314 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
42315         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
42316              From: Jonathan Stowe <gellyfish@gellyfish.com>
42317              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
42318              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
42319      Branch: perl
42320            ! pod/perlfaq3.pod
42321 ____________________________________________________________________________
42322 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
42323         Log: Subject: [PATCH 5.6.1] perlxs misprints
42324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42325              Date: Tue, 26 Jun 2001 17:20:00 -0400
42326              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
42327      Branch: perl
42328            ! pod/perlxs.pod
42329 ____________________________________________________________________________
42330 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
42331         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
42332              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42333              Date: Tue, 26 Jun 2001 17:27:07 -0400
42334              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
42335      Branch: perl
42336            ! lib/ExtUtils/MM_Unix.pm
42337 ____________________________________________________________________________
42338 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
42339         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
42340              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42341              Date: Tue, 26 Jun 2001 17:23:24 -0400
42342              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
42343      Branch: perl
42344            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42345 ____________________________________________________________________________
42346 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
42347         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
42348              by Olaf Flebbe.
42349      Branch: perl
42350            ! perl.h
42351 ____________________________________________________________________________
42352 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
42353         Log: Detypo.
42354      Branch: perl
42355            ! lib/Memoize/t/tie_sdbm.t
42356 ____________________________________________________________________________
42357 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
42358         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
42359      Branch: perl
42360            ! win32/perllib.c
42361 ____________________________________________________________________________
42362 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
42363         Log: Subject: [patch] perl_clone+CvFILE
42364              From: Doug MacEachern <dougm@covalent.net>
42365              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
42366              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
42367      Branch: perl
42368            ! sv.c
42369 ____________________________________________________________________________
42370 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
42371         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
42372              From: Mark-Jason Dominus <mjd@plover.com>
42373              Date: Tue, 26 Jun 2001 12:33:01 -0400
42374              Message-ID: <20010626163301.31298.qmail@plover.com>
42375      Branch: perl
42376            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42377 ____________________________________________________________________________
42378 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
42379         Log: Update Changes.
42380      Branch: perl
42381            ! Changes patchlevel.h
42382 ____________________________________________________________________________
42383 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
42384         Log: Also catfile() needs now to explicitly exported.
42385      Branch: perl
42386            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42387 ____________________________________________________________________________
42388 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
42389         Log: Regen toc.
42390      Branch: perl
42391            ! pod/perltoc.pod
42392 ____________________________________________________________________________
42393 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
42394         Log: Nonexistent pod command.
42395      Branch: perl
42396            ! pod/perl572delta.pod
42397 ____________________________________________________________________________
42398 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
42399         Log: Be more portable in the quest for tmpdir.
42400      Branch: perl
42401            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
42402 ____________________________________________________________________________
42403 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
42404         Log: Be more portable in finding out the home directory,
42405              and use File::Spec to do the concat.
42406              (Come to think of it, couldn't File::Spec provide
42407              for a ->homedir method?)
42408      Branch: perl
42409            ! lib/Net/Config.pm
42410 ____________________________________________________________________________
42411 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
42412         Log: Doc patch for #10959.
42413      Branch: perl
42414            ! pod/perlfunc.pod
42415 ____________________________________________________________________________
42416 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
42417         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
42418              From: "Philip Newton" <pnewton@gmx.de>
42419              Date: Tue, 26 Jun 2001 16:26:47 +0200
42420              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
42421      Branch: perl
42422            ! pod/perldata.pod
42423 ____________________________________________________________________________
42424 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
42425         Log: Subject: [PATH] shared -> unique;
42426              From: "Artur Bergman" <artur@contiller.se>
42427              Date: Tue, 26 Jun 2001 16:18:40 +0200
42428              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
42429              
42430              Because "shared" isn't: it's read-only.
42431      Branch: perl
42432            ! toke.c xsutils.c
42433 ____________________________________________________________________________
42434 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
42435         Log: Escape multiline croak messages.
42436      Branch: perl
42437            ! t/op/ver.t
42438 ____________________________________________________________________________
42439 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
42440         Log: No more pragma/*.t for minitest.
42441      Branch: perl
42442            ! Makefile.SH
42443 ____________________________________________________________________________
42444 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
42445         Log: AUTHORS updates.
42446      Branch: perl
42447            ! AUTHORS
42448 ____________________________________________________________________________
42449 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
42450         Log: delta updates.
42451      Branch: perl
42452            ! pod/perl572delta.pod
42453 ____________________________________________________________________________
42454 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
42455         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
42456              From: Artur Bergman <artur@contiller.se> 
42457              Date: Tue, 26 Jun 2001 15:32:53 +0200
42458              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
42459      Branch: perl
42460            ! makedef.pl sv.c sv.h win32/perllib.c
42461 ____________________________________________________________________________
42462 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
42463         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
42464              From: Jonathan Stowe <gellyfish@gellyfish.com>
42465              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
42466              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
42467              
42468              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
42469      Branch: perl
42470            + ext/Time/HiRes/hints/sco.pl
42471            ! MANIFEST
42472 ____________________________________________________________________________
42473 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
42474         Log: Subject: [PATCH 5.6.1] static build
42475              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42476              Date: Tue, 26 Jun 2001 04:22:25 -0400
42477              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
42478      Branch: perl
42479            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
42480            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
42481 ____________________________________________________________________________
42482 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
42483         Log: DJGPP patches from Laszlo Molnar.
42484      Branch: perl
42485            ! djgpp/djgpp.c perl.c util.c
42486 ____________________________________________________________________________
42487 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
42488         Log: Netware patches from Ananth Kesari.
42489      Branch: perl
42490            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
42491            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
42492            ! NetWare/nwtinfo.h
42493 ____________________________________________________________________________
42494 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
42495         Log: Detypo.
42496      Branch: perl
42497            ! ext/Errno/Errno_pm.PL
42498 ____________________________________________________________________________
42499 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
42500         Log: There seems to be two ways of spelling the $^O in *STEP.
42501      Branch: perl
42502            ! ext/Errno/Errno_pm.PL
42503 ____________________________________________________________________________
42504 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
42505         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
42506              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
42507      Branch: perl
42508            ! ext/Errno/Errno_pm.PL
42509 ____________________________________________________________________________
42510 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
42511         Log: Known bugs update.
42512      Branch: perl
42513            ! pod/perl572delta.pod
42514 ____________________________________________________________________________
42515 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
42516         Log: The default installation of Cygwin has 500 as root's uid.
42517      Branch: perl
42518            ! lib/User/pwent.t
42519 ____________________________________________________________________________
42520 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
42521         Log: Be even more relaxed (re-allow having only one entry).
42522      Branch: perl
42523            ! t/op/grent.t t/op/pwent.t
42524 ____________________________________________________________________________
42525 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
42526         Log: Test failure updates.
42527      Branch: perl
42528            ! pod/perl572delta.pod
42529 ____________________________________________________________________________
42530 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
42531         Log: MPE/iX test tweaks from Mark Bixby.
42532      Branch: perl
42533            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
42534            ! t/io/fs.t t/op/stat.t
42535 ____________________________________________________________________________
42536 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
42537         Log: Microperl findings.
42538      Branch: perl
42539            ! perl.h pp_sys.c
42540 ____________________________________________________________________________
42541 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
42542         Log: Touch uconfig.h.
42543      Branch: perl
42544            ! uconfig.h
42545 ____________________________________________________________________________
42546 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
42547         Log: Subject: [PATCH] Proposed fix for Pod::Man
42548              From: Rob Napier <rnapier@employees.org>
42549              Date: Mon, 25 Jun 2001 15:49:24 -0400
42550              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
42551              
42552              Cater for Solaris nroff brokenness (shortchanges daisywheel
42553              printers, but hey, we also no more support PDPs.)
42554      Branch: perl
42555            ! lib/Pod/Man.pm
42556 ____________________________________________________________________________
42557 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
42558         Log: Typo in #10937.
42559      Branch: perl
42560            ! ext/POSIX/sigaction.t
42561 ____________________________________________________________________________
42562 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
42563         Log: SIGCONT not trappable in VMS.
42564      Branch: perl
42565            ! ext/POSIX/sigaction.t
42566 ____________________________________________________________________________
42567 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
42568         Log: Subject: [DRAFT] Encode-Tcl.t
42569              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42570              Date: Tue, 26 Jun 2001 03:38:08 +0900
42571              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
42572      Branch: perl
42573            + ext/Encode/Encode/Tcl.t
42574            ! MANIFEST ext/Encode/Encode/Tcl.pm
42575 ____________________________________________________________________________
42576 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
42577         Log: Because of #10932 retract also the perlfunc hunk of #10910.
42578      Branch: perl
42579            ! pod/perlfunc.pod
42580 ____________________________________________________________________________
42581 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
42582         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
42583              by Ilya Zakharevich in
42584              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
42585      Branch: perl
42586            ! XSUB.h
42587 ____________________________________________________________________________
42588 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
42589         Log: Typo in #10889.
42590      Branch: perl
42591            ! hints/uts.sh
42592 ____________________________________________________________________________
42593 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
42594         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42595              From: Abhijit Menon-Sen <ams@wiw.org>
42596              Date: Mon, 25 Jun 2001 23:45:45 +0530
42597              Message-ID: <20010625234545.A5022@lustre.linux.in>
42598      Branch: perl
42599            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
42600 ____________________________________________________________________________
42601 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
42602         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
42603              From: Michael G Schwern <schwern@pobox.com>
42604              Date: Mon, 25 Jun 2001 14:35:51 -0400
42605              Message-ID: <20010625143551.H13819@blackrider>
42606      Branch: perl
42607            ! lib/Test.pm
42608 ____________________________________________________________________________
42609 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
42610         Log: Update Changes.
42611      Branch: perl
42612            ! Changes patchlevel.h
42613 ____________________________________________________________________________
42614 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
42615         Log: Regen toc and modlib.
42616      Branch: perl
42617            ! pod/perlmodlib.pod pod/perltoc.pod
42618 ____________________________________________________________________________
42619 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
42620         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
42621              for the benefit of C++ compilers, as suggested by Guruprasad.
42622      Branch: perl
42623            ! embed.pl proto.h
42624 ____________________________________________________________________________
42625 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
42626         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
42627              From: Jonathan Stowe <gellyfish@gellyfish.com>
42628              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
42629              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
42630      Branch: perl
42631            ! pod/perlfaq5.pod
42632 ____________________________________________________________________________
42633 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
42634         Log: Missed from #10925.
42635      Branch: perl
42636            ! gv.c
42637 ____________________________________________________________________________
42638 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
42639         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
42640              From: Robin Houston <robin@kitsite.com>
42641              Date: Sat, 19 May 2001 16:19:34 +0100
42642              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
42643      Branch: perl
42644            ! cv.h gv.h op.c
42645 ____________________________________________________________________________
42646 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
42647         Log: Netware README tweak.
42648      Branch: perl
42649            ! README.netware
42650 ____________________________________________________________________________
42651 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
42652         Log: Subject: [PATCH] Re: overload.t fails
42653              From: Abhijit Menon-Sen <ams@wiw.org>
42654              Date: Mon, 25 Jun 2001 14:52:20 +0530
42655              Message-ID: <20010625145220.A24114@lustre.linux.in>
42656      Branch: perl
42657            ! lib/overload.t
42658 ____________________________________________________________________________
42659 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
42660         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42661              From: Mike Guy <mjtg@cam.ac.uk>
42662              Date: Mon, 25 Jun 2001 11:43:23 +0100
42663              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
42664      Branch: perl
42665            ! lib/Carp.pm
42666 ____________________________________________________________________________
42667 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
42668         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
42669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42670              Date: Sun, 24 Jun 2001 05:17:05 -0400
42671              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
42672      Branch: perl
42673            ! os2/os2ish.h
42674 ____________________________________________________________________________
42675 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
42676         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
42677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42678              Date: Mon, 25 Jun 2001 05:52:27 -0400
42679              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
42680      Branch: perl
42681            ! hints/os2.sh
42682 ____________________________________________________________________________
42683 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
42684         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
42685              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42686              Date: Mon, 25 Jun 2001 05:23:35 -0400
42687              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
42688      Branch: perl
42689            ! os2/os2.c
42690 ____________________________________________________________________________
42691 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
42692         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
42693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42694              Date: Mon, 25 Jun 2001 05:04:32 -0400
42695              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
42696      Branch: perl
42697            ! os2/OS2/REXX/DLL/DLL.pm
42698 ____________________________________________________________________________
42699 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
42700         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
42701              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42702              Date: Mon, 25 Jun 2001 05:02:36 -0400
42703              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
42704      Branch: perl
42705            ! mg.c os2/dl_os2.c os2/os2.c
42706 ____________________________________________________________________________
42707 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
42708         Log: Subject: Re: [PATCH 5.6.1] misprints
42709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42710              Date: Mon, 25 Jun 2001 04:50:50 -0400
42711              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
42712      Branch: perl
42713            ! os2/os2.c pp_sys.c
42714 ____________________________________________________________________________
42715 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
42716         Log: Add Test::More and Test::Simple to the delta.
42717      Branch: perl
42718            ! pod/perl572delta.pod
42719 ____________________________________________________________________________
42720 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
42721         Log: Add Test::More, from Michael G Schwern.
42722      Branch: perl
42723            + lib/Test/More.pm lib/Test/More/t/More.t
42724            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42725            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42726            + t/lib/Test/More/Catch.pm
42727            ! MANIFEST
42728 ____________________________________________________________________________
42729 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
42730         Log: Add Test::Simple from Michael G Schwern.
42731      Branch: perl
42732            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42733            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42734            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42735            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
42736            + t/lib/Test/Simple/Catch.pm
42737            + t/lib/Test/Simple/sample_tests/death.plx
42738            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
42739            + t/lib/Test/Simple/sample_tests/extras.plx
42740            + t/lib/Test/Simple/sample_tests/five_fail.plx
42741            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
42742            + t/lib/Test/Simple/sample_tests/one_fail.plx
42743            + t/lib/Test/Simple/sample_tests/require.plx
42744            + t/lib/Test/Simple/sample_tests/success.plx
42745            + t/lib/Test/Simple/sample_tests/too_few.plx
42746            + t/lib/Test/Simple/sample_tests/two_fail.plx
42747            ! MANIFEST
42748 ____________________________________________________________________________
42749 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
42750         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
42751              From: "Craig A. Berry" <craigberry@mac.com>
42752              Date: Sun, 24 Jun 2001 23:41:36 -0500
42753              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
42754      Branch: perl
42755            ! pp_sys.c
42756 ____________________________________________________________________________
42757 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
42758         Log: Upgrade to Attribute::Handlers 0.70.
42759      Branch: perl
42760            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42761            ! MANIFEST lib/Attribute/Handlers.pm
42762 ____________________________________________________________________________
42763 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
42764         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42765              From: Abhijit Menon-Sen <ams@wiw.org>
42766              Date: Sat, 23 Jun 2001 05:17:44 +0530
42767              Message-ID: <20010623051744.A18583@lustre.linux.in>
42768              
42769              (Can't think of a good place to put tests.)
42770      Branch: perl
42771            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
42772 ____________________________________________________________________________
42773 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
42774         Log: Subject: [PATCH] t/op/pat.t typo fix
42775              From: Richard Soderberg <rs@crystalflame.net>
42776              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
42777              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
42778      Branch: perl
42779            ! t/op/pat.t
42780 ____________________________________________________________________________
42781 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
42782         Log: Move the pack warnings to their own file, as pointed
42783              out by Spider.
42784      Branch: perl
42785            + t/lib/warnings/pp_pack
42786            ! MANIFEST t/lib/warnings/pp
42787 ____________________________________________________________________________
42788 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
42789         Log: Update Changes.
42790      Branch: perl
42791            ! Changes patchlevel.h
42792 ____________________________________________________________________________
42793 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
42794         Log: Partially fix a problem noticed by IRIX compiler:
42795              the initialization of parse_start was bypassed by
42796              several gotos.  Now initialized to zero, which may
42797              not be the best choice.
42798      Branch: perl
42799            ! regcomp.c
42800 ____________________________________________________________________________
42801 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
42802         Log: Relax the group and password tests back to moaning only
42803              if no matches at all are found.  (Even with a small sample
42804              I could find many sites where there are, umm, anomalies in
42805              the said databases.)       
42806      Branch: perl
42807            ! t/op/grent.t t/op/pwent.t
42808 ____________________________________________________________________________
42809 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
42810         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
42811      Branch: perl
42812            ! pp_ctl.c
42813 ____________________________________________________________________________
42814 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
42815         Log: De-cut-and-pasto in #10902.
42816      Branch: perl
42817            ! pp_ctl.c
42818 ____________________________________________________________________________
42819 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
42820         Log: The #10771 didn't take?
42821      Branch: perl
42822            ! pp_ctl.c
42823 ____________________________________________________________________________
42824 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
42825         Log: Undo the filetests part of #10900, under multiplicity
42826              weird errors take place.
42827      Branch: perl
42828            ! pp_sys.c
42829 ____________________________________________________________________________
42830 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
42831         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
42832      Branch: perl
42833            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
42834 ____________________________________________________________________________
42835 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
42836         Log: (Replaced by #10922)
42837              
42838              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42839              From: Tony Bowden <tony@kasei.com>
42840              Date: Sun, 24 Jun 2001 17:32:40 +0100
42841              Message-ID: <20010624173240.A16293@blackstar.co.uk>
42842              
42843              Document (well, mention) shortmess() and longmess()
42844              to rob people of their fun of reinventing the wheel.
42845      Branch: perl
42846            ! lib/Carp.pm
42847 ____________________________________________________________________________
42848 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
42849         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
42850              From: Brian Jepson <bjepson@oreilly.com>
42851              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
42852              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
42853      Branch: perl
42854            ! pp_sys.c
42855 ____________________________________________________________________________
42856 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
42857         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
42858              From: Robin Barker <rmb1@cise.npl.co.uk> 
42859              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
42860              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
42861      Branch: perl
42862            ! lib/CPAN.pm
42863 ____________________________________________________________________________
42864 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
42865         Log: Memoize patch from mjd.
42866      Branch: perl
42867            ! lib/Memoize/t/tie_storable.t
42868 ____________________________________________________________________________
42869 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
42870         Log: Spec the sv_pvprintify() a bit more.
42871      Branch: perl
42872            ! pod/perltodo.pod
42873 ____________________________________________________________________________
42874 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
42875         Log: Upgrade to Memoize 0.65.
42876      Branch: perl
42877            + lib/Memoize/t/array_confusion.t
42878            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
42879            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
42880            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42881            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
42882            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
42883            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
42884            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
42885            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
42886            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
42887            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
42888            ! lib/Memoize/t/tie_storable.t
42889 ____________________________________________________________________________
42890 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
42891         Log: Metaconfig unit change for #10892.
42892      Branch: metaconfig
42893            ! U/modified/Options.U
42894 ____________________________________________________________________________
42895 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
42896         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
42897              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42898              Date: Sun, 24 Jun 2001 05:24:40 -0400
42899              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
42900      Branch: perl
42901            ! Configure hints/os2.sh
42902 ____________________________________________________________________________
42903 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
42904         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
42905              From: Mike Guy <mjtg@cam.ac.uk>
42906              Date: Sun, 24 Jun 2001 15:28:39 +0100
42907              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
42908              
42909              Fix an ancient (5.002) bug.
42910      Branch: perl
42911            ! lib/Carp/Heavy.pm
42912 ____________________________________________________________________________
42913 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
42914         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
42915              variables.
42916      Branch: perl
42917            ! pp_sys.c
42918 ____________________________________________________________________________
42919 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
42920         Log: Make UTS as per #10888.
42921      Branch: perl
42922            ! hints/uts.sh
42923 ____________________________________________________________________________
42924 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
42925         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
42926      Branch: perl
42927            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
42928            ! mpeix/mpeixish.h perl.h unixish.h
42929 ____________________________________________________________________________
42930 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
42931         Log: AUTHORS update.
42932      Branch: perl
42933            ! AUTHORS
42934 ____________________________________________________________________________
42935 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
42936         Log: Subject: Encode::Tcl for multibyte doesnot work
42937              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42938              Date: Sun, 24 Jun 2001 22:48:21 +0900
42939              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
42940      Branch: perl
42941            ! ext/Encode/Encode/Tcl.pm
42942 ____________________________________________________________________________
42943 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
42944         Log: Subject: [PATCH] Remove tautology in error messages
42945              From: Mike Guy <mjtg@cam.ac.uk>
42946              Date: Sun, 24 Jun 2001 13:31:00 +0100
42947              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
42948      Branch: perl
42949            ! pp_sys.c
42950 ____________________________________________________________________________
42951 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
42952         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
42953      Branch: perl
42954            ! hints/darwin.sh
42955 ____________________________________________________________________________
42956 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
42957         Log: Subject: Re: [PATCH 5.6.1] test suite
42958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42959              Date: Sun, 24 Jun 2001 05:47:05 -0400
42960              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
42961              
42962              Test suite fixes.
42963      Branch: perl
42964            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
42965 ____________________________________________________________________________
42966 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
42967         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
42968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42969              Date: Sun, 24 Jun 2001 05:37:19 -0400
42970              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
42971      Branch: perl
42972            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
42973 ____________________________________________________________________________
42974 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
42975         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
42976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42977              Date: Sun, 24 Jun 2001 05:34:50 -0400
42978              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
42979              
42980              Pacify compiler warnings.
42981      Branch: perl
42982            ! pp_sys.c
42983 ____________________________________________________________________________
42984 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
42985         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42987              Date: Sun, 24 Jun 2001 05:21:18 -0400
42988              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
42989              
42990              Enable compression of executables during link time.
42991      Branch: perl
42992            ! hints/os2.sh
42993 ____________________________________________________________________________
42994 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
42995         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42996              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42997              Date: Sun, 24 Jun 2001 05:15:11 -0400
42998              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
42999              
43000              Add ordinals to the export list for Perl DLL.
43001              (Breaks intra-version DLL compatibility.)
43002      Branch: perl
43003            ! makedef.pl
43004 ____________________________________________________________________________
43005 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
43006         Log: Allow (displaying and) re-editing the Subject in perlbug.
43007              Also abstract the Subject quality control into a function.
43008      Branch: perl
43009            ! utils/perlbug.PL
43010 ____________________________________________________________________________
43011 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
43012         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
43013      Branch: perl
43014            ! utils/perlbug.PL
43015 ____________________________________________________________________________
43016 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
43017         Log: Regen toc and modlib.
43018      Branch: perl
43019            ! pod/perlmodlib.pod pod/perltoc.pod
43020 ____________________________________________________________________________
43021 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
43022         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
43023              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
43024              attribute semantics as much as possible, or 'ntsec' which uses
43025              native NTFS semantics.)  (See also #10877.)
43026      Branch: perl
43027            ! perl.c
43028 ____________________________________________________________________________
43029 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
43030         Log: (Retracted by #11586)
43031              
43032              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
43033      Branch: perl
43034            ! lib/Test/Harness.pm
43035 ____________________________________________________________________________
43036 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
43037         Log: Just zap the -uPerlio.
43038      Branch: perl
43039            ! ext/B/Stash.t
43040 ____________________________________________________________________________
43041 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
43042         Log: Do not test PerlIO if PerlIO not used.
43043      Branch: perl
43044            ! ext/PerlIO/PerlIO.t
43045 ____________________________________________________________________________
43046 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
43047         Log: Regen perlapi.
43048      Branch: perl
43049            ! pod/perlapi.pod
43050 ____________________________________________________________________________
43051 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
43052         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
43053              From: Nicholas Clark <nick@ccl4.org>
43054              Date: Sat, 23 Jun 2001 22:55:47 +0100
43055              Message-ID: <20010623225547.Z98663@plum.flirble.org>
43056      Branch: perl
43057            ! numeric.c
43058 ____________________________________________________________________________
43059 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
43060         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
43061              From: Prymmer/Kahn <pvhp@best.com>
43062              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
43063              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
43064      Branch: perl
43065            ! lib/h2xs.t
43066 ____________________________________________________________________________
43067 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
43068         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
43069              cygwin does not taint cwd, just like win32.
43070      Branch: perl
43071            ! lib/File/Find/taint.t t/op/taint.t
43072 ____________________________________________________________________________
43073 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
43074         Log: Retract #10865, the patch should be unnecessary.
43075              (But seemingly helpful in Cygwin?  Strange.)
43076      Branch: perl
43077            ! lib/Memoize/t/tie_ndbm.t
43078 ____________________________________________________________________________
43079 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
43080         Log: Misplaced test file; plus Cygwin filesystem semantics.
43081      Branch: perl
43082            + ext/SDBM_File/sdbm.t
43083            - ext/ODBM_File/sdbm.t
43084            ! MANIFEST
43085 ____________________________________________________________________________
43086 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
43087         Log: (Retracted by #10867.)
43088      Branch: perl
43089            ! lib/Memoize/t/tie_ndbm.t
43090 ____________________________________________________________________________
43091 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
43092         Log: Metaconfig unit change for #10863.
43093      Branch: metaconfig/U/perl
43094            ! Extensions.U
43095 ____________________________________________________________________________
43096 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
43097         Log: In Cygwin do not build NDBM_File and ODBM_File unless
43098              -lndbm and -ldbm are available.
43099      Branch: perl
43100            ! Configure config_h.SH
43101 ____________________________________________________________________________
43102 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
43103         Log: More Cygwin filesystem semantics.
43104      Branch: perl
43105            ! t/io/fs.t t/op/stat.t
43106 ____________________________________________________________________________
43107 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
43108         Log: More DOSish permission semantics for Cygwin.
43109      Branch: perl
43110            ! lib/AnyDBM_File.t
43111 ____________________________________________________________________________
43112 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
43113         Log: Cygwin too has different permission semantics.
43114      Branch: perl
43115            ! ext/GDBM_File/gdbm.t
43116 ____________________________________________________________________________
43117 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
43118         Log: The group (and assumedly passwd) databases can have
43119              only one entry (this is the case in cygwin).
43120      Branch: perl
43121            ! t/op/grent.t t/op/pwent.t
43122 ____________________________________________________________________________
43123 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
43124         Log: Also in Cygwin use Socket to figure out domainname
43125              (if any) (avoids trying to call external 'domainname',
43126              which doesn't at the moment exist in Cygwin)
43127      Branch: perl
43128            ! lib/Net/Domain.pm
43129 ____________________________________________________________________________
43130 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
43131         Log: Remove also the lib$Foo.def, not just $Foo.def.
43132      Branch: perl
43133            ! lib/ExtUtils/MM_Unix.pm
43134 ____________________________________________________________________________
43135 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
43136         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
43137      Branch: perl
43138            ! unixish.h
43139 ____________________________________________________________________________
43140 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
43141         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
43142              to match the whole isprint(), only the space character.
43143      Branch: perl
43144            ! handy.h pod/perlre.pod t/op/pat.t
43145 ____________________________________________________________________________
43146 [ 10854] By: nick                                  on 2001/06/23  08:09:33
43147         Log: Integrate mainline
43148      Branch: perlio
43149           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
43150           !> lib/ExtUtils.t lib/File/Find/taint.t
43151           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
43152           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
43153           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43154 ____________________________________________________________________________
43155 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
43156         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
43157              with its floats    in os390 and s390 (UTS).
43158      Branch: perl
43159            ! lib/Math/BigInt/t/bigintpm.t
43160 ____________________________________________________________________________
43161 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
43162         Log: Add also UTS (s390) to the non-IEEE float platforms.
43163      Branch: perl
43164            ! t/op/sprintf.t
43165 ____________________________________________________________________________
43166 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
43167         Log: Subject: RFC: what are applicable standards for exponent sizes?
43168              From: Peter Prymmer <pvhp@forte.com>
43169              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
43170              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
43171      Branch: perl
43172            ! t/op/sprintf.t
43173 ____________________________________________________________________________
43174 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
43175         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
43176              From: Peter Prymmer <pvhp@forte.com>
43177              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
43178              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
43179      Branch: perl
43180            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
43181 ____________________________________________________________________________
43182 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
43183         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
43184              From: Peter Prymmer <pvhp@forte.com>
43185              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
43186              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
43187      Branch: perl
43188            ! lib/ExtUtils.t
43189 ____________________________________________________________________________
43190 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
43191         Log: Retract #10845.
43192      Branch: perl
43193            ! lib/File/Find/taint.t
43194 ____________________________________________________________________________
43195 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
43196         Log: Yet another error message.
43197      Branch: perl
43198            ! t/op/mkdir.t
43199 ____________________________________________________________________________
43200 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
43201         Log: The croak message for nonexistent socket functions may vary.
43202      Branch: perl
43203            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
43204 ____________________________________________________________________________
43205 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
43206         Log: (Retracted by #10848.)
43207      Branch: perl
43208            ! lib/File/Find/taint.t
43209 ____________________________________________________________________________
43210 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
43211         Log: Integrate perlio.
43212      Branch: perl
43213           !> lib/File/Find/taint.t t/op/write.t
43214 ____________________________________________________________________________
43215 [ 10843] By: nick                                  on 2001/06/22  21:24:51
43216         Log: Back out debug in taint.t
43217      Branch: perlio
43218            ! lib/File/Find/taint.t
43219 ____________________________________________________________________________
43220 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
43221         Log: setitimer() does not exist in Unicos, despite of what
43222              Configure thinks, from Mark P. Lutz.
43223      Branch: perl
43224            ! hints/unicos.sh
43225 ____________________________________________________________________________
43226 [ 10841] By: nick                                  on 2001/06/22  21:19:36
43227         Log: Skip cwd test on Win32 ???
43228      Branch: perlio
43229            ! lib/File/Find/taint.t
43230 ____________________________________________________________________________
43231 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
43232         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
43233              and Tru64 gcc -Wall happy.
43234      Branch: perl
43235            ! mg.c
43236 ____________________________________________________________________________
43237 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
43238         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
43239      Branch: perl
43240            ! ext/IPC/SysV/Semaphore.pm
43241 ____________________________________________________________________________
43242 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
43243         Log: Metaconfig unit change for #10837.
43244      Branch: metaconfig/U/perl
43245            ! Cross.U
43246 ____________________________________________________________________________
43247 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
43248         Log: Cleanup of the cross-compilation unit.
43249      Branch: perl
43250            ! Configure
43251 ____________________________________________________________________________
43252 [ 10836] By: nick                                  on 2001/06/22  20:45:12
43253         Log: Skip |- based op/write.t on Win32 as well as VMS
43254      Branch: perlio
43255            ! t/op/write.t
43256 ____________________________________________________________________________
43257 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
43258         Log: Integrate perlio.
43259      Branch: perl
43260           !> util.c
43261 ____________________________________________________________________________
43262 [ 10834] By: nick                                  on 2001/06/22  20:41:54
43263         Log: Integrate mainline
43264      Branch: perlio
43265           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
43266           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
43267           !> vos/config.ga.h
43268 ____________________________________________________________________________
43269 [ 10833] By: nick                                  on 2001/06/22  20:22:58
43270         Log: Patcho fix.
43271      Branch: perlio
43272            ! util.c
43273 ____________________________________________________________________________
43274 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
43275         Log: Metaconfig unit changes for #10831.
43276      Branch: metaconfig
43277            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
43278 ____________________________________________________________________________
43279 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
43280         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
43281              From: Andy Dougherty <doughera@lafayette.edu>
43282              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
43283              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
43284      Branch: perl
43285            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43286            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
43287 ____________________________________________________________________________
43288 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
43289         Log: MPE/iX prototype nits from Mark Bixby.
43290      Branch: perl
43291            ! pp_sys.c
43292 ____________________________________________________________________________
43293 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
43294         Log: Detypo.
43295      Branch: perl
43296            ! util.c
43297 ____________________________________________________________________________
43298 [ 10828] By: nick                                  on 2001/06/22  15:33:37
43299         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
43300      Branch: perlio
43301           +> lib/h2xs.t
43302           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
43303           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
43304           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
43305           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
43306           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43307           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43308           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
43309           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
43310           !> vms/vmsish.h
43311 ____________________________________________________________________________
43312 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
43313         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
43314              Date: Fri, 22 Jun 2001 10:08:35 -0500
43315              From: "Craig A. Berry" <craigberry@mac.com>
43316              Message-Id: <a05101001b75908704194@[192.168.56.145]>
43317      Branch: perl
43318            ! vms/vms.c vms/vmsish.h
43319 ____________________________________________________________________________
43320 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
43321         Log: NetWare scripts tweak from Ananth Kesari.
43322      Branch: perl
43323            ! NetWare/t/NWScripts.pl
43324 ____________________________________________________________________________
43325 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
43326         Log: Update Changes.
43327      Branch: perl
43328            ! Changes patchlevel.h
43329 ____________________________________________________________________________
43330 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
43331         Log: Add .i and .s targets.
43332      Branch: perl
43333            ! Makefile.SH
43334 ____________________________________________________________________________
43335 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
43336         Log: Upgrade to Locale::Maketext 1.03.
43337      Branch: perl
43338            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43339            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
43340 ____________________________________________________________________________
43341 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
43342         Log: Upgrade to I18N::LangTags 0.26.
43343      Branch: perl
43344            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43345            ! lib/I18N/LangTags/test.pl
43346 ____________________________________________________________________________
43347 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
43348         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
43349              Philip Newton.
43350      Branch: perl
43351            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43352            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43353 ____________________________________________________________________________
43354 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
43355         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
43356              From: Prymmer/Kahn <pvhp@best.com>
43357              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
43358              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
43359      Branch: perl
43360            + lib/h2xs.t
43361            ! MANIFEST utils/h2xs.PL
43362 ____________________________________________________________________________
43363 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
43364         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
43365              From: Prymmer/Kahn <pvhp@best.com>
43366              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
43367              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
43368      Branch: perl
43369            ! lib/ExtUtils.t
43370 ____________________________________________________________________________
43371 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
43372         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
43373              From: Prymmer/Kahn <pvhp@best.com>
43374              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
43375              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
43376      Branch: perl
43377            ! t/pod/plainer.t
43378 ____________________________________________________________________________
43379 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
43380         Log: AUTHORS update.
43381      Branch: perl
43382            ! AUTHORS
43383 ____________________________________________________________________________
43384 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
43385         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
43386              From: "Craig A. Berry" <craigberry@mac.com>
43387              Date: Thu, 21 Jun 2001 18:20:38 -0500
43388              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
43389      Branch: perl
43390            ! ext/POSIX/POSIX.xs
43391 ____________________________________________________________________________
43392 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
43393         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
43394              From: "Craig A. Berry" <craigberry@mac.com>
43395              Date: Thu, 21 Jun 2001 09:58:52 -0500
43396              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
43397      Branch: perl
43398            ! ext/B/Deparse.t t/op/write.t
43399 ____________________________________________________________________________
43400 [ 10814] By: nick                                  on 2001/06/22  08:13:09
43401         Log: Integrate mainline.
43402      Branch: perlio
43403           !> (integrate 46 files)
43404 ____________________________________________________________________________
43405 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
43406         Log: Change the prefixes only if $prefix is unset,
43407              as originally patched by Marcel Grunauer.
43408      Branch: perl
43409            ! hints/darwin.sh hints/rhapsody.sh
43410 ____________________________________________________________________________
43411 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
43412         Log: Subject: Re: Patch for hints/darwin.sh
43413              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
43414              Date: Thu, 21 Jun 2001 11:23:46 -0700
43415              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
43416      Branch: perl
43417            ! hints/darwin.sh hints/rhapsody.sh
43418 ____________________________________________________________________________
43419 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
43420         Log: Add .PHONY targets for non-file targets,
43421              from Wilfredo Sánchez.  Should help saying
43422              "make install" on case-insensitive filesystems.
43423      Branch: perl
43424            ! Makefile.SH
43425 ____________________________________________________________________________
43426 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
43427         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
43428              From: Doug MacEachern <dougm@covalent.net>
43429              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
43430              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
43431              
43432              plus reword the getcwd() comment, plus use getcwd() buffer
43433              size minus one.
43434      Branch: perl
43435            ! util.c
43436 ____________________________________________________________________________
43437 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
43438         Log: More gprofing from Doug MacEachern.
43439      Branch: perl
43440            ! Makefile.SH
43441 ____________________________________________________________________________
43442 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
43443         Log: Metaconfig unit change for #10807.
43444      Branch: metaconfig/U/perl
43445            ! d_sfio.U
43446 ____________________________________________________________________________
43447 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
43448         Log: Tell that you are removing the unneeded -lsfio.
43449      Branch: perl
43450            ! Configure
43451 ____________________________________________________________________________
43452 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
43453         Log: More MPE/iX tweaks from Mark Bixby.
43454      Branch: perl
43455            ! perl.c t/op/magic.t
43456 ____________________________________________________________________________
43457 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
43458         Log: The fchdir() proto is supposed to live in <unistd.h>.
43459      Branch: perl
43460            ! ext/Cwd/Cwd.xs
43461 ____________________________________________________________________________
43462 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
43463         Log: This town is too small for the Cwd extension and me,
43464              it would seem...
43465      Branch: perl
43466            ! ext/Cwd/Cwd.xs
43467 ____________________________________________________________________________
43468 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
43469         Log: Metaconfig unit change for #10802.
43470      Branch: metaconfig/U/perl
43471            ! d_modfl.U
43472 ____________________________________________________________________________
43473 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
43474         Log: More d'ohs.
43475      Branch: perl
43476            ! Configure
43477 ____________________________________________________________________________
43478 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
43479         Log: Off-by-one.  I'm so classic.
43480      Branch: perl
43481            ! util.c
43482 ____________________________________________________________________________
43483 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
43484         Log: Update Changes.
43485      Branch: perl
43486            ! Changes patchlevel.h
43487 ____________________________________________________________________________
43488 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
43489         Log: Subject: Documentation patch for Net::FTP
43490              From: Marcel Grunauer <marcel@codewerk.com>
43491              Date: Wed, 20 Jun 2001 23:03:26 +0200
43492              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
43493      Branch: perl
43494            ! lib/Net/FTP.pm
43495 ____________________________________________________________________________
43496 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
43497         Log: Retract the #10417 mg.c and embed.pl parts because of
43498              strange SEGVs in 64bit x86 FreeBSD observed by
43499              Nicholas Clark.
43500      Branch: perl
43501            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
43502 ____________________________________________________________________________
43503 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
43504         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
43505      Branch: perl
43506            ! Configure NetWare/config.wc NetWare/config_H.wc
43507            ! Porting/Glossary Porting/config.sh Porting/config_H
43508            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
43509            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43510            ! vos/config.ga.h win32/config.bc win32/config.gc
43511            ! win32/config.vc win32/config_H.bc win32/config_H.gc
43512            ! win32/config_H.vc
43513 ____________________________________________________________________________
43514 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
43515         Log: Cwd tweak from Doug MacEachern.
43516      Branch: perl
43517            ! ext/Cwd/Cwd.xs
43518 ____________________________________________________________________________
43519 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
43520         Log: Protect the fchdir() and lstat() with ifdefs.
43521              fchdir() needs a Configure probe.
43522      Branch: perl
43523            ! ext/Cwd/Cwd.xs
43524 ____________________________________________________________________________
43525 [ 10794] By: nick                                  on 2001/06/21  17:11:35
43526         Log: Integrate mainline
43527      Branch: perlio
43528           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43529           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43530           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43531           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43532           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43533           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43534           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43535           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43536            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43537            - lib/File/Glob/case.t lib/File/Glob/global.t
43538            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43539            - lib/File/Temp/posix.t lib/File/Temp/security.t
43540            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43541            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43542            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43543            - lib/Text/Wrap/wrap.t
43544           !> (integrate 41 files)
43545 ____________________________________________________________________________
43546 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
43547         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
43548              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
43549              Date: Thu, 21 Jun 2001 13:04:54 -0500
43550              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
43551      Branch: perl
43552            ! ext/Cwd/Cwd.xs
43553 ____________________________________________________________________________
43554 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
43555         Log: Subject: [PATCH pod] overlong =item
43556              From: Robin Barker <rmb1@cise.npl.co.uk>
43557              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
43558              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
43559      Branch: perl
43560            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
43561            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43562 ____________________________________________________________________________
43563 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
43564         Log: Subject: [PATCH perlio.c] format 
43565              From: Robin Barker <rmb1@cise.npl.co.uk>
43566              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
43567              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
43568      Branch: perl
43569            ! perlio.c
43570 ____________________________________________________________________________
43571 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
43572         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
43573              From: Radu Greab <radu@netsoft.ro>
43574              Date: Thu, 21 Jun 2001 19:06:02 +0300
43575              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
43576      Branch: perl
43577            ! pod/perlapi.pod sv.c
43578 ____________________________________________________________________________
43579 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
43580         Log: The metaconfig unit changes for #10788.
43581      Branch: metaconfig/U/perl
43582            ! Cross.U fflushall.U
43583 ____________________________________________________________________________
43584 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
43585         Log: Cross-configuration changes: make $from to rm the files
43586              before copying them over (this means that he rm can be
43587              removed from the fflushall test), create $targetmkdir      
43588              (not documented in install since it is supposed to internal
43589              use only), make $run to copy over the executable only if
43590              a stamp file .xok doesn't already exist (to avoid unnecessary
43591              copying of the executable)
43592      Branch: perl
43593            ! Configure Makefile.SH
43594 ____________________________________________________________________________
43595 [ 10787] By: nick                                  on 2001/06/21  14:16:18
43596         Log: Integrate mainline
43597      Branch: perlio
43598           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43599           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
43600           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
43601            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
43602           !> (integrate 34 files)
43603 ____________________________________________________________________________
43604 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
43605         Log: Re-add the files as text.
43606      Branch: perl
43607            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43608 ____________________________________________________________________________
43609 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
43610         Log: Delete the binary files.
43611      Branch: perl
43612            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43613 ____________________________________________________________________________
43614 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
43615         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
43616              From: Andy Dougherty <doughera@lafayette.edu>
43617              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
43618              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
43619      Branch: perl
43620            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
43621            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
43622            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
43623            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
43624 ____________________________________________________________________________
43625 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
43626         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43627              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
43628              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
43629              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
43630              
43631              Setting umask to something friendlier.
43632      Branch: perl
43633            ! installman installperl
43634 ____________________________________________________________________________
43635 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
43636         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
43637              Resort MANIFEST with sort -f, looks much better.
43638      Branch: perl
43639            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43640            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43641            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43642            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43643            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43644            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43645            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43646            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43647            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43648            - lib/File/Glob/case.t lib/File/Glob/global.t
43649            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43650            - lib/File/Temp/posix.t lib/File/Temp/security.t
43651            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43652            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43653            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43654            - lib/Text/Wrap/wrap.t
43655            ! MANIFEST
43656 ____________________________________________________________________________
43657 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
43658         Log: Upgrade to I18N::LangTags 0.25.
43659      Branch: perl
43660            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43661            ! lib/I18N/LangTags/List.pm
43662 ____________________________________________________________________________
43663 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
43664         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
43665              From: Richard Soderberg <rs@crystalflame.net>
43666              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
43667              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
43668      Branch: perl
43669            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
43670            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
43671 ____________________________________________________________________________
43672 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
43673         Log: Test obsoleted by change #10777.
43674      Branch: perl
43675            ! t/op/sub_lval.t
43676 ____________________________________________________________________________
43677 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
43678         Log: Case of confused test numbering.
43679      Branch: perl
43680            ! t/op/pat.t
43681 ____________________________________________________________________________
43682 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
43683         Log: Subject: Re: Opinion on undef lvalue
43684              From: Abhijit Menon-Sen <ams@wiw.org>
43685              Date: Sun, 17 Jun 2001 13:04:46 +0530
43686              Message-ID: <20010617130446.B27925@lustre.linux.in>
43687              
43688              Allow lvalue subs to return undef in array context.
43689      Branch: perl
43690            ! pp_hot.c
43691 ____________________________________________________________________________
43692 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
43693         Log: Just a guess that using the same hack for cygwin as
43694              for win32 might help.
43695      Branch: perl
43696            ! lib/File/Find/find.t
43697 ____________________________________________________________________________
43698 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
43699         Log: NetWare tweaks from Guruprasad.
43700      Branch: perl
43701            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
43702            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
43703            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
43704            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
43705 ____________________________________________________________________________
43706 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
43707         Log: Subject: Re: perl@10722: Bogus warnings on REs 
43708              From: Hugo <hv@crypt.compulink.co.uk>
43709              Date: Thu, 21 Jun 2001 09:51:17 +0100
43710              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
43711              
43712              Unroll to avoid a UTS compiler bug.
43713      Branch: perl
43714            ! regcomp.c
43715 ____________________________________________________________________________
43716 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
43717         Log: Subject: Re: [PATCH] Make /o work under i?threads
43718              From: Artur Bergman <artur@contiller.se>
43719              Date: Thu, 21 Jun 2001 14:38:03 +0200
43720              Message-ID: <B757B74A.184D%artur@contiller.se>
43721      Branch: perl
43722            ! t/op/pat.t
43723 ____________________________________________________________________________
43724 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
43725         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43726              From: Artur Bergman <artur@contiller.se> 
43727              Date: Thu, 21 Jun 2001 14:27:33 +0200
43728              Message-ID: <B757B4D4.1849%artur@contiller.se>
43729              
43730              Plus extra parentheses.
43731      Branch: perl
43732            ! op.h
43733 ____________________________________________________________________________
43734 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
43735         Log: Subject: [PATCH] Make /o work under i?threads
43736              From: Richard Soderberg <rs@crystalflame.net>
43737              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
43738              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
43739      Branch: perl
43740            ! pp_ctl.c
43741 ____________________________________________________________________________
43742 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
43743         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43744              From: Artur Bergman <artur@contiller.se>
43745              Date: Thu, 21 Jun 2001 14:04:54 +0200
43746              Message-ID: <B757AF86.1842%artur@contiller.se>
43747      Branch: perl
43748            ! op.h
43749 ____________________________________________________________________________
43750 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
43751         Log: Subject: Re: perl@10765: sv.c not OK on win32
43752              From: Artur Bergman <artur@contiller.se>
43753              Date: Thu, 21 Jun 2001 10:31:06 +0200
43754              Message-ID: <B7577D69.182C%artur@contiller.se>
43755      Branch: perl
43756            ! sv.c
43757 ____________________________________________________________________________
43758 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
43759         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
43760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43761              Date: Thu, 21 Jun 2001 06:23:56 -0400
43762              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
43763              
43764              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
43765              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43766              Date: Thu, 21 Jun 2001 06:32:21 -0400
43767              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
43768      Branch: perl
43769            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
43770 ____________________________________________________________________________
43771 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
43772         Log: Subject: [PATCH] make syslog test more verbose
43773              From: Robert Spier <rspier@pobox.com>
43774              Date: Thu, 21 Jun 2001 00:54:32 -0400
43775              Message-ID: <15153.32264.295807.333073@rls.cx>
43776      Branch: perl
43777            ! ext/Sys/Syslog/syslog.t
43778 ____________________________________________________________________________
43779 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
43780         Log: Subject: op/study.t refinements
43781              From: Hugo <hv@crypt.compulink.co.uk>
43782              Date: Thu, 21 Jun 2001 00:29:07 +0100
43783              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
43784      Branch: perl
43785            ! t/op/study.t
43786 ____________________________________________________________________________
43787 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
43788         Log: Update Changes.
43789      Branch: perl
43790            ! Changes patchlevel.h
43791 ____________________________________________________________________________
43792 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
43793         Log: Subject: Re: [PATCH] djgpp updates
43794              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43795              Date: Wed, 20 Jun 2001 10:05:15 +0200
43796              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
43797      Branch: perl
43798            ! djgpp/config.over
43799 ____________________________________________________________________________
43800 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
43801         Log: Fix for ID 20010619.002 "When building hash, hash keys that
43802              are function calls are not being called", from Abhijit.
43803      Branch: perl
43804            ! t/base/lex.t toke.c
43805 ____________________________________________________________________________
43806 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
43807         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
43808      Branch: perl
43809            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
43810            + lib/Locale/Maketext/test.pl
43811            - lib/Locale/Maketext.t
43812            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43813            ! lib/Locale/Maketext/TPJ13.pod
43814 ____________________________________________________________________________
43815 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
43816         Log: Metaconfig unit change for #10760.
43817      Branch: metaconfig
43818            ! U/modified/Cppsym.U
43819 ____________________________________________________________________________
43820 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
43821         Log: Do not remove the ccsym* Cppsym* files since
43822              they are useful for metaconfig units coming after us.
43823              (This is the Configure nit mentioned in #10752.)
43824      Branch: perl
43825            ! Configure
43826 ____________________________________________________________________________
43827 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
43828         Log: Update to I18N::LangTags 0.24, from Sean Burke.
43829      Branch: perl
43830            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43831            + lib/I18N/LangTags/README
43832            - lib/I18N/LangTags/List.pod
43833            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
43834 ____________________________________________________________________________
43835 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
43836         Log: Regen headers.
43837      Branch: perl
43838            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
43839            ! pod/perlapi.pod proto.h
43840 ____________________________________________________________________________
43841 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
43842         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
43843              From: Artur Bergman <artur@contiller.se>
43844              Date: Wed, 20 Jun 2001 11:31:32 +0200
43845              Message-ID: <B7563A14.17D8%artur@contiller.se>
43846      Branch: perl
43847            ! embed.pl hv.c intrpvar.h sv.c sv.h
43848 ____________________________________________________________________________
43849 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
43850         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
43851              From: Tim Sweetman <tim@aldigital.co.uk> 
43852              Date: Wed, 13 Jun 2001 14:25:17 +0100 
43853              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
43854      Branch: perl
43855            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
43856 ____________________________________________________________________________
43857 [ 10755] By: nick                                  on 2001/06/20  16:12:37
43858         Log: Integrate mainline
43859      Branch: perlio
43860           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
43861           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
43862           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
43863           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
43864           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
43865           !> t/op/study.t util.c
43866 ____________________________________________________________________________
43867 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
43868         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
43869              but not Makefile)
43870      Branch: maint-5.6/perl
43871            ! win32/Makefile
43872 ____________________________________________________________________________
43873 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
43874         Log: Security tweak on readlink().
43875      Branch: perl
43876            ! pp_sys.c
43877 ____________________________________________________________________________
43878 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
43879         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
43880      Branch: perl
43881            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
43882            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
43883            ! mpeix/relink t/op/pwent.t
43884 ____________________________________________________________________________
43885 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
43886         Log: Reinstate #10725 (with probe for alarm()).
43887      Branch: perl
43888            ! t/op/study.t
43889 ____________________________________________________________________________
43890 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
43891         Log: Replace our implementation of realpath() with OpenBSD's
43892              (src/lib/libc/stdlib/realpath.c 1.4).
43893      Branch: perl
43894            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
43895            ! pod/perldiag.pod proto.h util.c
43896 ____________________________________________________________________________
43897 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
43898         Log: Integrate perlio.
43899      Branch: perl
43900           !> perlio.c
43901 ____________________________________________________________________________
43902 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
43903         Log: No point in going into memory-saving contortions
43904              with getcwd() since there's a danger of buffer overflow.
43905              Also make the POSIX extension to use sv_getcwd().
43906              Finally, a missed proto.h fragment.
43907      Branch: perl
43908            ! ext/POSIX/POSIX.xs proto.h util.c
43909 ____________________________________________________________________________
43910 [ 10747] By: nick                                  on 2001/06/20  12:38:26
43911         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
43912      Branch: perlio
43913            ! perlio.c
43914 ____________________________________________________________________________
43915 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
43916         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
43917              From: Graham Barr <gbarr@pobox.com>
43918              Date: Wed, 20 Jun 2001 11:05:49 +0100
43919              Message-ID: <20010620110549.I19188@pobox.com>
43920              
43921              reported in        
43922              
43923              Subject: Bug in IO::Socket::INET module (repeat)
43924              From: "Harmon S. Nine" <hnine@netarx.com>
43925              Date: Tue, 19 Jun 2001 09:41:35 -0400
43926              Message-ID: <3B2F568F.8080605@netarx.com>
43927              
43928              The bug was that the IO::Socket::INET constructor
43929              did not allow a 'LocalPort' of 0.
43930      Branch: perl
43931            ! ext/IO/lib/IO/Socket/INET.pm
43932 ____________________________________________________________________________
43933 [ 10745] By: nick                                  on 2001/06/20  08:56:39
43934         Log: Integrate mainline.
43935      Branch: perlio
43936           !> (integrate 37 files)
43937 ____________________________________________________________________________
43938 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
43939         Log: After some reading I don't think we can blindly
43940              use systems' realpath().  Too many security problems,
43941              too many buggy implementations.
43942              
43943              TODO: the realpath() emulation code in util.c doesn't
43944              seem fully operational?  (readlink(), for example?)
43945      Branch: perl
43946            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
43947            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
43948            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
43949            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
43950            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
43951            ! win32/config_H.gc win32/config_H.vc
43952 ____________________________________________________________________________
43953 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
43954         Log: Metaconfig unit change for #10738.
43955      Branch: metaconfig
43956            ! U/compline/d_gconvert.U
43957 ____________________________________________________________________________
43958 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
43959         Log: Integrate change #10739 from maintperl:
43960              
43961              C<eval "/x$\r\n/x"> fails to compile correctly 
43962      Branch: perl
43963           !> t/op/pat.t toke.c
43964 ____________________________________________________________________________
43965 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
43966         Log: Retract #10725 (Hugo asked NOT to apply the patch)
43967      Branch: perl
43968            ! t/op/study.t
43969 ____________________________________________________________________________
43970 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
43971         Log: The test.third results were funnily named because of the
43972              new test scheme.
43973      Branch: perl
43974            ! t/TEST
43975 ____________________________________________________________________________
43976 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
43977         Log: C<eval "/x$\r\n/x"> fails to compile correctly
43978      Branch: maint-5.6/perl
43979            ! t/op/pat.t toke.c
43980 ____________________________________________________________________________
43981 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
43982         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
43983              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43984              Date: Tue, 19 Jun 2001 19:15:40 -0400
43985              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
43986              
43987              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
43988              because "1e+129" being expected but "1.e+129" being returned.
43989              The culprit (at least in Tru64) is the use of gcvt().
43990      Branch: perl
43991            ! Configure
43992 ____________________________________________________________________________
43993 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
43994         Log: Subject: [PATCH perl@10722] test hunting on VMS
43995              From: "Craig A. Berry" <craigberry@mac.com>
43996              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
43997              Date: Tue, 19 Jun 2001 18:59:01 -0500
43998      Branch: perl
43999            ! vms/test.com
44000 ____________________________________________________________________________
44001 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
44002         Log: Subject: [PATCH] s/typos//
44003              From: Abhijit Menon-Sen <ams@wiw.org>
44004              Date: Wed, 20 Jun 2001 02:15:02 +0530
44005              Message-ID: <20010620021502.A14541@lustre.linux.in>
44006              
44007              Without the op.h s/bearword/bareword/ hunk, see
44008              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
44009      Branch: perl
44010            ! util.c
44011 ____________________________________________________________________________
44012 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
44013         Log: Metaconfig unit change for #10732 and #10733.
44014      Branch: metaconfig/U/perl
44015            ! fflushall.U
44016 ____________________________________________________________________________
44017 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
44018         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
44019              From: "Craig A. Berry" <craigberry@mac.com>
44020              Date: Tue, 19 Jun 2001 17:19:48 -0500
44021              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
44022      Branch: perl
44023            ! configure.com vms/descrip_mms.template
44024 ____________________________________________________________________________
44025 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
44026         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
44027              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44028              Date: Tue, 19 Jun 2001 16:48:07 -0400
44029              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
44030              
44031              Further fixes to fflush(NULL) detection.
44032      Branch: perl
44033            ! Configure
44034 ____________________________________________________________________________
44035 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
44036         Log: AIX test -s hangs with non-existent files?
44037              (A genuine logic bug in Configure, but AIX also broken?)
44038      Branch: perl
44039            ! Configure
44040 ____________________________________________________________________________
44041 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
44042         Log: AUTHORS updates.
44043      Branch: perl
44044            ! AUTHORS
44045 ____________________________________________________________________________
44046 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
44047         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
44048              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44049              Date: Tue, 19 Jun 2001 15:33:25 -0400
44050              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
44051      Branch: perl
44052            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
44053            ! t/lib/warnings/pp
44054 ____________________________________________________________________________
44055 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
44056         Log: Integrate perlio.
44057      Branch: perl
44058           !> lib/File/Find/find.t win32/distclean.bat
44059 ____________________________________________________________________________
44060 [ 10728] By: nick                                  on 2001/06/19  18:24:53
44061         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
44062      Branch: perlio
44063            ! lib/File/Find/find.t win32/distclean.bat
44064 ____________________________________________________________________________
44065 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
44066         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
44067              also add information how to find out whether one has PerlIO.
44068      Branch: perl
44069            ! pod/perlfunc.pod
44070 ____________________________________________________________________________
44071 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
44072         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
44073              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44074              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
44075              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
44076      Branch: perl
44077            ! pod/perlfunc.pod
44078 ____________________________________________________________________________
44079 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
44080         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44081              From: Hugo <hv@crypt.compulink.co.uk>
44082              Date: Tue, 19 Jun 2001 12:37:30 +0100
44083              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
44084      Branch: perl
44085            ! t/op/study.t
44086 ____________________________________________________________________________
44087 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
44088         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
44089              From: Hugo <hv@crypt.compulink.co.uk>
44090              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
44091              Date: Tue, 19 Jun 2001 13:15:17 +0100
44092      Branch: perl
44093            ! util.c
44094 ____________________________________________________________________________
44095 [ 10723] By: nick                                  on 2001/06/19  14:46:15
44096         Log: Integrate mainline
44097      Branch: perlio
44098           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
44099           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
44100           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
44101           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
44102           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
44103           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44104            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44105            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44106            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44107            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44108            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44109            - ext/Thread/unsync4.t
44110           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
44111           !> djgpp/config.over djgpp/fixpmain
44112           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
44113           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
44114           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
44115 ____________________________________________________________________________
44116 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
44117         Log: Update Changes.
44118      Branch: perl
44119            ! Changes patchlevel.h
44120 ____________________________________________________________________________
44121 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
44122         Log: The existence shall be MANIFESted.
44123      Branch: perl
44124            ! MANIFEST
44125 ____________________________________________________________________________
44126 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
44127         Log: The old libnet.cfg is first searched from the current directory,
44128              only then from the module path.
44129      Branch: perl
44130            ! utils/libnetcfg.PL
44131 ____________________________________________________________________________
44132 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
44133         Log: NetWare tweaks from Guruprasad.
44134      Branch: perl
44135            ! NetWare/Makefile NetWare/config.wc
44136 ____________________________________________________________________________
44137 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
44138         Log: Subject: [PATCH] djgpp updates
44139              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
44140              Date: Tue, 19 Jun 2001 10:59:06 +0200
44141              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
44142      Branch: perl
44143            ! djgpp/config.over djgpp/fixpmain
44144 ____________________________________________________________________________
44145 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
44146         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
44147              From: Prymmer/Kahn <pvhp@best.com>
44148              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
44149              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
44150      Branch: perl
44151            ! win32/Makefile
44152 ____________________________________________________________________________
44153 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
44154         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
44155              to happen right after the inclusion of <inttypes.h>,
44156              from Edward Moy.
44157      Branch: perl
44158            ! handy.h perl.h
44159 ____________________________________________________________________________
44160 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
44161         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
44162              From: Doug MacEachern <dougm@covalent.net>
44163              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
44164              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
44165      Branch: perl
44166            ! ext/DynaLoader/DynaLoader_pm.PL
44167 ____________________________________________________________________________
44168 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
44169         Log: Revert #10656 for performance reasons but leave in the
44170              use of Hv*() macros -- in comments, so that grepping the
44171              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
44172              suggested by Sarathy, also by Abhijit.)
44173      Branch: perl
44174            ! hv.c
44175 ____________________________________________________________________________
44176 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
44177         Log: Subject: [patch] .s MakeMaker suffix
44178              From: Doug MacEachern <dougm@covalent.net>
44179              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
44180              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
44181      Branch: perl
44182            ! lib/ExtUtils/MM_Unix.pm
44183 ____________________________________________________________________________
44184 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
44185         Log: One test lost in the big shuffle restored.
44186      Branch: perl
44187            + ext/IPC/SysV/ipcsysv.t
44188            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44189 ____________________________________________________________________________
44190 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
44191         Log: Rename the old non-standard threads tests so that
44192              they won't be invoked.
44193      Branch: perl
44194            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
44195            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
44196            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
44197            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
44198            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
44199            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
44200            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44201            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44202            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44203            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44204            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44205            - ext/Thread/unsync4.t
44206            ! MANIFEST
44207 ____________________________________________________________________________
44208 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
44209         Log: Integrate perlio.
44210      Branch: perl
44211           !> win32/config_sh.PL
44212 ____________________________________________________________________________
44213 [ 10709] By: nick                                  on 2001/06/19  08:18:18
44214         Log: Integrate mainline
44215      Branch: perlio
44216           +> (branch 40 files)
44217            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44218            - lib/strict/subs lib/strict/vars lib/warnings/1global
44219            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44220            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44221            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44222            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44223            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44224            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44225            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44226            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44227            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44228            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44229            - lib/warnings/utf8 lib/warnings/util
44230           !> (integrate 57 files)
44231 ____________________________________________________________________________
44232 [ 10708] By: nick                                  on 2001/06/19  07:57:10
44233         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
44234      Branch: perlio
44235            ! win32/config_sh.PL
44236 ____________________________________________________________________________
44237 [ 10707] By: nick                                  on 2001/06/19  07:05:07
44238         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
44239      Branch: perl
44240            ! perly.c perly.y perly_c.diff vms/perly_c.vms
44241 ____________________________________________________________________________
44242 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
44243         Log: More perl572delta tweaks.
44244      Branch: perl
44245            ! pod/perl572delta.pod
44246 ____________________________________________________________________________
44247 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
44248         Log: Update perl572delta.
44249      Branch: perl
44250            ! pod/perl572delta.pod
44251 ____________________________________________________________________________
44252 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
44253         Log: VOS updates from Paul Green.
44254      Branch: perl
44255            ! vos/Changes vos/build.cm vos/perl.bind
44256 ____________________________________________________________________________
44257 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
44258         Log: Update the vos/config.*.* files.
44259      Branch: perl
44260            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44261            ! vos/config.ga.h
44262 ____________________________________________________________________________
44263 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
44264         Log: Add a makefile for more painless adding of symbols to the
44265              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
44266              takes care of the adding)
44267      Branch: perl
44268            + vos/Makefile
44269 ____________________________________________________________________________
44270 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
44271         Log: Make libnetcfg by default display the libnet configuration,
44272              -c to change, add -i for old config, document all options,
44273              regen toc.
44274      Branch: perl
44275            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
44276 ____________________________________________________________________________
44277 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
44278         Log: gcc -Wall sweep.
44279      Branch: perl
44280            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
44281 ____________________________________________________________________________
44282 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
44283         Log: So there.
44284      Branch: perl
44285            ! universal.c
44286 ____________________________________________________________________________
44287 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
44288         Log: Document the need for sv_printify().
44289              
44290              Document that 'use utf8' has been considered.
44291              
44292              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
44293      Branch: perl
44294            ! pod/perltodo.pod universal.c
44295 ____________________________________________________________________________
44296 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
44297         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
44298              From: Nicholas Clark <nick@ccl4.org>
44299              Date: Mon, 18 Jun 2001 23:29:23 +0100
44300              Message-ID: <20010618232923.I98663@plum.flirble.org>
44301      Branch: perl
44302            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
44303            ! ext/Sys/Syslog/Makefile.PL
44304 ____________________________________________________________________________
44305 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
44306         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
44307              From: Scott.L.Miller@Compaq.com
44308              Date: Mon, 18 Jun 2001 10:12:27 -0500
44309              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
44310      Branch: perl
44311            ! lib/perl5db.pl pod/perldebug.pod
44312 ____________________________________________________________________________
44313 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
44314         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
44315              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
44316              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
44317              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
44318      Branch: perl
44319            ! lib/Carp/Heavy.pm
44320 ____________________________________________________________________________
44321 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
44322         Log: Subject: [PATCH] Documentation changes for CLONE
44323              From: Artur Bergman <artur@contiller.se>
44324              Date: Mon, 18 Jun 2001 22:06:37 +0200
44325              Message-ID: <B7542BEC.1719%artur@contiller.se>
44326      Branch: perl
44327            ! pod/perlmod.pod pod/perlsub.pod
44328 ____________________________________________________________________________
44329 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
44330         Log: Subject: Re: configure.com
44331              From: "Craig A. Berry" <craigberry@mac.com>
44332              Date: Mon, 18 Jun 2001 16:04:38 -0500
44333              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
44334      Branch: perl
44335            ! configure.com
44336 ____________________________________________________________________________
44337 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
44338         Log: Subject: PL_nullstash + perl_clone()
44339              From: Doug MacEachern <dougm@covalent.net>
44340              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
44341              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
44342      Branch: perl
44343            ! sv.c
44344 ____________________________________________________________________________
44345 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
44346         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
44347              From: davem@fdgroup.co.uk
44348              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
44349              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
44350      Branch: perl
44351            ! embed.pl pod/perlapi.pod
44352 ____________________________________________________________________________
44353 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
44354         Log: More cross-compilation defaults gleaned from -Dcc
44355              if it is CPU-OS-gcc.
44356      Branch: metaconfig
44357            ! U/modified/libc.U
44358      Branch: metaconfig/U/perl
44359            ! Cross.U
44360      Branch: perl
44361            ! Configure INSTALL
44362 ____________________________________________________________________________
44363 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
44364         Log: Update Changes.
44365      Branch: perl
44366            ! Changes patchlevel.h
44367 ____________________________________________________________________________
44368 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
44369         Log: Subject: [PATCH 5.7.1] sv.c documentation
44370              From: davem@fdgroup.co.uk
44371              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
44372              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
44373      Branch: perl
44374            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
44375            ! sv.c sv.h
44376 ____________________________________________________________________________
44377 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
44378         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
44379              From: "Jon Gunnip" <jongunnip@hotmail.com>
44380              Date: Sun, 17 Jun 2001 18:24:29 -0400
44381              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
44382      Branch: perl
44383            ! pod/perlvar.pod
44384 ____________________________________________________________________________
44385 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
44386         Log: Move the locale/strict/warnings helper files back
44387              under the t/lib; this way the amount of non-installabled
44388              stuff under lib/ stays smaller.
44389      Branch: perl
44390            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
44391            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
44392            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
44393            + t/lib/warnings/5nolint t/lib/warnings/6default
44394            + t/lib/warnings/7fatal t/lib/warnings/8signal
44395            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
44396            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
44397            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
44398            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
44399            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
44400            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
44401            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
44402            + t/lib/warnings/taint t/lib/warnings/toke
44403            + t/lib/warnings/universal t/lib/warnings/utf8
44404            + t/lib/warnings/util
44405            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
44406            - lib/strict/subs lib/strict/vars lib/warnings/1global
44407            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
44408            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
44409            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
44410            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
44411            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
44412            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
44413            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
44414            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
44415            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
44416            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
44417            - lib/warnings/utf8 lib/warnings/util
44418            ! MANIFEST installperl lib/locale.t lib/strict.t
44419 ____________________________________________________________________________
44420 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
44421         Log: Split off the pack/unpack code, from Nicholas Clark.
44422      Branch: perl
44423            + pp_pack.c
44424            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
44425            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
44426            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44427 ____________________________________________________________________________
44428 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
44429         Log: Guard the SysV IPC tests against being invoked in
44430              SysV-IPC-less places.
44431      Branch: perl
44432            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
44433 ____________________________________________________________________________
44434 [ 10683] By: nick                                  on 2001/06/18  12:24:42
44435         Log: Integrate mainline (new test scheme now ok on Linux).
44436      Branch: perlio
44437           +> lib/warnings.t
44438           !> dump.c sv.c
44439 ____________________________________________________________________________
44440 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
44441         Log: Add the locale.c and numeric.c to the microperl sources.
44442      Branch: perl
44443            ! Makefile.micro win32/Makefile
44444 ____________________________________________________________________________
44445 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
44446         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
44447              From: Abhijit Menon-Sen <ams@wiw.org>
44448              Date: Mon, 18 Jun 2001 14:23:44 +0530
44449              Message-ID: <20010618142344.A13136@lustre.linux.in>
44450      Branch: perl
44451            ! dump.c
44452 ____________________________________________________________________________
44453 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
44454         Log: Subject: Re: [PATCH] more anonymous stash cleanups
44455              From: Abhijit Menon-Sen <ams@wiw.org>
44456              Date: Mon, 18 Jun 2001 15:50:32 +0530
44457              Message-ID: <20010618155032.A13223@lustre.linux.in>
44458              
44459              Plus the comment left in as suggested by NI-S.
44460      Branch: perl
44461            ! sv.c
44462 ____________________________________________________________________________
44463 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
44464         Log: One missed file.
44465      Branch: perl
44466            + lib/warnings.t
44467 ____________________________________________________________________________
44468 [ 10678] By: nick                                  on 2001/06/18  08:05:29
44469         Log: Integrate mainline (part2 - the deletes)
44470      Branch: perlio
44471            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
44472            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
44473            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
44474            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
44475            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
44476            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
44477            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
44478            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
44479            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
44480            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
44481            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
44482 ____________________________________________________________________________
44483 [ 10677] By: nick                                  on 2001/06/18  08:04:44
44484         Log: Integrate mainline (part1)
44485      Branch: perlio
44486           +> (branch 376 files)
44487            - (delete 219 files)
44488           !> (integrate 151 files)
44489 ____________________________________________________________________________
44490 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
44491         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
44492              No doubt I made some mistakes like missed some files or
44493              misnamed some files.  The naming rules were more or less:
44494              (1) if the module is from CPAN, follows its ways, be it
44495              t/*.t or test.pl.
44496              (2) otherwise if there are multiple tests for a module
44497              put them in a t/
44498              (3) otherwise if there's only one test put it in Module.t
44499              (4) helper files go to module/ (locale, strict, warnings)
44500              (5) use longer filenames now that we can (but e.g. the
44501              compat-0.6.t and the Text::Balanced test files still
44502              were renamed to be more civil against the 8.3 people)
44503              installperl was updated appropriately not to install the
44504              *.t files or the help files from under lib.
44505              
44506              TODO: some helper files still remain under t/ that could
44507              follow their 'masters'.  UPDATE: On second thoughts, why
44508              should they.  They can continue to live under t/lib, and
44509              in fact the locale/strict/warnings helpers that were moved
44510              could be moved back.  This way the amount of non-installable
44511              stuff under lib/ stays smaller.
44512      Branch: perl
44513            + (add 253 files)
44514            - (delete 254 files)
44515            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
44516 ____________________________________________________________________________
44517 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
44518         Log: The warning no more comes from util.c, it comes from numeric.c.
44519      Branch: perl
44520            ! README.tru64
44521 ____________________________________________________________________________
44522 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
44523         Log: Subject: Re: anyone good at casting spells?
44524              From: Spider Boardman <spider@Orb.Nashua.NH.US>
44525              Date: Sun, 17 Jun 2001 21:21:04 -0400
44526              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
44527      Branch: perl
44528            ! ext/POSIX/POSIX.xs hv.h
44529 ____________________________________________________________________________
44530 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
44531         Log: Protect the (original) thread tests against testing if no 5.005
44532              threads have been configured.
44533      Branch: perl
44534            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
44535            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
44536            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
44537            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
44538            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
44539            ! ext/Thread/unsync4.t
44540 ____________________________________________________________________________
44541 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
44542         Log: Try the new test scanning scheme on Text::Abbrev.
44543      Branch: perl
44544            + lib/Text/Abbrev.t
44545            - lib/Text/Abbrev/t/abbrev.t
44546            ! MANIFEST
44547 ____________________________________________________________________________
44548 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
44549         Log: Change the scan policy of the *.t and test.pl files,
44550              now the *.t do not need to live in a t/ directory.
44551      Branch: perl
44552            ! t/TEST t/harness
44553 ____________________________________________________________________________
44554 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
44555         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
44556              From: Ilmari Karonen <iltzu@sci.fi>
44557              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
44558              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
44559      Branch: perl
44560            ! pod/perlfaq7.pod
44561 ____________________________________________________________________________
44562 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
44563         Log: Quench the warnings from Tru64; the HP-UX is still
44564              broken because it really, REALLY, doesn't like the
44565              HvARRAY() being lvalue:
44566              
44567              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
44568              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
44569      Branch: perl
44570            ! hv.c
44571 ____________________________________________________________________________
44572 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
44573         Log: Integrate change #10667 from maintperl:
44574              
44575              change#10449 broke the special-case that makes lexicals inside the
44576              eval"" within DB::DB() visible
44577      Branch: perl
44578           !> op.c
44579 ____________________________________________________________________________
44580 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
44581         Log: change#10449 broke the special-case that makes lexicals inside the
44582              eval"" within DB::DB() visible
44583      Branch: maint-5.6/perl
44584            ! op.c
44585 ____________________________________________________________________________
44586 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
44587         Log: Still spurious output; indent the code a bit.
44588              
44589              TODO1: separate the utility functions like MkDir
44590              into a helper script?
44591              
44592              TODO2: I see a lot of repetition in the filepath()
44593              and dirpath() calls.
44594      Branch: perl
44595            ! t/lib/filefind.t t/lib/findtaint.t
44596 ____________________________________________________________________________
44597 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
44598         Log: Regen modlib, toc.
44599      Branch: perl
44600            ! pod/perlmodlib.pod pod/perltoc.pod
44601 ____________________________________________________________________________
44602 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
44603         Log: Add libnetcfg to perlutil.
44604      Branch: perl
44605            ! pod/perlutil.pod
44606 ____________________________________________________________________________
44607 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
44608         Log: Initial integration of libnet-1.0703.
44609              The Configure script renamed as libnetcfg, will be
44610              installed along other utilities.
44611      Branch: perl
44612            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
44613            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
44614            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
44615            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
44616            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
44617            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
44618            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
44619            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
44620            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
44621            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
44622            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
44623            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
44624            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
44625            + utils/libnetcfg.PL
44626            ! MANIFEST utils.lst utils/Makefile
44627 ____________________________________________________________________________
44628 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
44629         Log: Less potentially test-harness-confusing output.
44630      Branch: perl
44631            ! lib/Memoize/t/expire_module_t.t
44632 ____________________________________________________________________________
44633 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
44634         Log: The final print annoys make test.
44635      Branch: perl
44636            ! t/lib/filefind.t t/lib/findtaint.t
44637 ____________________________________________________________________________
44638 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
44639         Log: Add an option for handling dangling symbolic links.
44640      Branch: perl
44641            ! lib/File/Find.pm t/lib/filefind.t
44642 ____________________________________________________________________________
44643 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
44644         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
44645              From: Thomas Wegner <wegner_thomas@yahoo.com>
44646              Date: Sun, 17 Jun 2001 14:43:11 +0200
44647              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
44648      Branch: perl
44649            + t/lib/findtaint.t
44650            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
44651 ____________________________________________________________________________
44652 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
44653         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
44654              From: Jonathan Stowe <gellyfish@gellyfish.com>
44655              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
44656              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
44657      Branch: perl
44658            ! lib/ExtUtils/MM_Unix.pm
44659 ____________________________________________________________________________
44660 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
44661         Log: Subject: [PATCH] more anonymous stash cleanups
44662              From: Abhijit Menon-Sen <ams@wiw.org>
44663              Date: Sun, 17 Jun 2001 11:44:06 +0530
44664              Message-ID: <20010617114406.A25203@lustre.linux.in>
44665      Branch: perl
44666            ! op.c
44667 ____________________________________________________________________________
44668 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
44669         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
44670              From: Abhijit Menon-Sen <ams@wiw.org>
44671              Date: Sun, 17 Jun 2001 08:02:59 +0530
44672              Message-ID: <20010617080259.A28776@lustre.linux.in>
44673              
44674              Subject: [PATCH #2/7] xhv_eiter
44675              From: Abhijit Menon-Sen <ams@wiw.org>
44676              Date: Sun, 17 Jun 2001 08:13:18 +0530
44677              Message-ID: <20010617081318.B28776@lustre.linux.in>
44678              
44679              Subject: [PATCH #3/7] xhv_fill
44680              From: Abhijit Menon-Sen <ams@wiw.org>
44681              Date: Sun, 17 Jun 2001 08:25:16 +0530
44682              Message-ID: <20010617082516.C28776@lustre.linux.in>
44683              
44684              Subject: [PATCH #4/7] xhv_keys
44685              From: Abhijit Menon-Sen <ams@wiw.org>
44686              Date: Sun, 17 Jun 2001 08:36:17 +0530
44687              Message-ID: <20010617083617.D28776@lustre.linux.in>
44688              
44689              Subject: [PATCH #5/7] xhv_max
44690              From: Abhijit Menon-Sen <ams@wiw.org>
44691              Date: Sun, 17 Jun 2001 08:39:48 +0530
44692              Message-ID: <20010617083948.E28776@lustre.linux.in>
44693              
44694              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
44695              From: Abhijit Menon-Sen <ams@wiw.org>
44696              Date: Sun, 17 Jun 2001 08:51:11 +0530
44697              Message-ID: <20010617085111.F28776@lustre.linux.in>
44698      Branch: perl
44699            ! hv.c
44700 ____________________________________________________________________________
44701 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
44702         Log: Update Changes.
44703      Branch: perl
44704            ! Changes patchlevel.h
44705 ____________________________________________________________________________
44706 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
44707         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
44708              From: Abhijit Menon-Sen <ams@wiw.org>
44709              Date: Sat, 16 Jun 2001 07:41:19 +0530
44710              Message-ID: <20010616074119.A24720@lustre.linux.in>
44711      Branch: perl
44712            ! hv.c perl.c vms/vmsish.h win32/win32.h
44713 ____________________________________________________________________________
44714 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
44715         Log: Document tests failing when threaded, since we now have more.
44716      Branch: perl
44717            ! pod/perl572delta.pod
44718 ____________________________________________________________________________
44719 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
44720         Log: -Wall cleanup.
44721      Branch: perl
44722            ! ext/Thread/Thread.xs
44723 ____________________________________________________________________________
44724 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
44725         Log: pthread_attr_setstacksize() isn't absolutely necessary
44726              to call, only iff THREAD_CREATE_NEEDS_STACK.
44727      Branch: perl
44728            ! ext/Thread/Thread.xs
44729 ____________________________________________________________________________
44730 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
44731         Log: -Wall strays.
44732      Branch: perl
44733            ! perl.c util.c
44734 ____________________________________________________________________________
44735 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
44736         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
44737              (and INT64_MIN) brokenness.
44738      Branch: perl
44739            ! hints/darwin.sh perl.h
44740 ____________________________________________________________________________
44741 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
44742         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
44743              From: Nicholas Clark <nick@ccl4.org>
44744              Date: Sun, 17 Jun 2001 00:16:05 +0100
44745              Message-ID: <20010617001605.V98663@plum.flirble.org>
44746      Branch: perl
44747            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
44748            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
44749            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44750 ____________________________________________________________________________
44751 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
44752         Log: Add perlnetware to docs; regen toc; supply skeleton
44753              docs for some Memoize submodules.
44754      Branch: perl
44755            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
44756            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44757            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
44758            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44759            ! win32/Makefile win32/makefile.mk
44760 ____________________________________________________________________________
44761 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
44762         Log: pod cleanup.
44763      Branch: perl
44764            ! README.netware
44765 ____________________________________________________________________________
44766 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
44767         Log: Integrate Memoize 0.64.  Few tweaks were required in
44768              the test scripts.  Note that the speed and expire*
44769              tests take several dozen seconds to run.
44770      Branch: perl
44771            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
44772            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
44773            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44774            + lib/Memoize/README lib/Memoize/SDBM_File.pm
44775            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
44776            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
44777            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
44778            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
44779            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
44780            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
44781            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
44782            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
44783            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
44784            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
44785            ! MANIFEST t/lib/1_compile.t
44786 ____________________________________________________________________________
44787 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
44788         Log: Document the cross-compilation options.
44789      Branch: perl
44790            ! Cross/README INSTALL
44791 ____________________________________________________________________________
44792 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
44793         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
44794      Branch: perl
44795            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
44796            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
44797            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
44798            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
44799            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
44800            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
44801            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
44802            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
44803            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
44804            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
44805            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
44806            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
44807            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
44808            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
44809            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
44810            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
44811            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
44812            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
44813            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
44814            + lib/ExtUtils/MM_NW5.pm
44815            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
44816            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
44817            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44818            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
44819            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
44820            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
44821            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
44822            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
44823            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
44824            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
44825            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
44826            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
44827            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
44828            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
44829            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
44830            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
44831            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
44832            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
44833            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
44834            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
44835            ! util.h x2p/a2py.c
44836 ____________________________________________________________________________
44837 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
44838         Log: Resort MANIFEST.
44839      Branch: perl
44840            ! MANIFEST
44841 ____________________________________________________________________________
44842 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
44843         Log: Integrate perlio.
44844      Branch: perl
44845           +> win32/win32io.c
44846           !> MANIFEST perlio.c perliol.h win32/makefile.mk
44847 ____________________________________________________________________________
44848 [ 10640] By: nick                                  on 2001/06/16  18:38:31
44849         Log: Disable :win32 layer as default till I get it working
44850      Branch: perlio
44851            ! MANIFEST perlio.c
44852 ____________________________________________________________________________
44853 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
44854         Log: Try the new scheme by moving the Text::Abbrev test
44855              to a new place under lib.
44856      Branch: perl
44857            + lib/Text/Abbrev/t/abbrev.t
44858            - t/lib/abbrev.t
44859            ! MANIFEST
44860 ____________________________________________________________________________
44861 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
44862         Log: Make the code even more dynamical so that testname
44863              suffix length can change.
44864      Branch: perl
44865            ! lib/Test/Harness.pm t/TEST
44866 ____________________________________________________________________________
44867 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
44868         Log: Allow for deeper t/ and also a single test.pl.
44869      Branch: perl
44870            ! t/TEST t/harness
44871 ____________________________________________________________________________
44872 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
44873         Log: #define fix from Nicholas Clark.
44874      Branch: perl
44875            ! ext/POSIX/POSIX.xs
44876 ____________________________________________________________________________
44877 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
44878         Log: Initialization is nice.
44879      Branch: perl
44880            ! lib/Test/Harness.pm
44881 ____________________________________________________________________________
44882 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
44883         Log: Make t/TEST and t/harness to test also the t/ tests
44884              under the main lib/ and ext/ directories.  Fix Test::Harness
44885              to dynamically change the width of its "foo/bar....ok" output.
44886      Branch: perl
44887            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
44888 ____________________________________________________________________________
44889 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
44890         Log: Subject: [PATCH] Re: perl@10611 
44891              From: Nicholas Clark <nick@ccl4.org>
44892              Date: Sat, 16 Jun 2001 16:52:47 +0100
44893              Message-ID: <20010616165247.O98663@plum.flirble.org>
44894              
44895              The .xs parts, too.
44896      Branch: perl
44897            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
44898            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
44899 ____________________________________________________________________________
44900 [ 10632] By: nick                                  on 2001/06/16  16:44:35
44901         Log: Work-in-progress win32 layer semi-functional, checking 
44902              for UNIX breakage.
44903      Branch: perlio
44904            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
44905 ____________________________________________________________________________
44906 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
44907         Log: Subject: [PATCH] Re: perl@10611 
44908              From: Nicholas Clark <nick@ccl4.org>
44909              Date: Sat, 16 Jun 2001 16:52:47 +0100
44910              Message-ID: <20010616165247.O98663@plum.flirble.org>
44911      Branch: perl
44912            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
44913            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
44914            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
44915            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
44916            ! lib/ExtUtils/Constant.pm
44917 ____________________________________________________________________________
44918 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
44919         Log: Metaconfig unit change for #10629.
44920      Branch: metaconfig
44921            ! U/modified/Finish.U
44922 ____________________________________________________________________________
44923 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
44924         Log: The extraction changed directories.
44925      Branch: perl
44926            ! Configure
44927 ____________________________________________________________________________
44928 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
44929         Log: Math::BigInt 1.35 from Tels.
44930      Branch: perl
44931            + t/lib/mbimbf.t
44932            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44933            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44934 ____________________________________________________________________________
44935 [ 10627] By: nick                                  on 2001/06/16  14:54:52
44936         Log: Work in progress UNIX-side edit of win32 PerLIO layer
44937      Branch: perlio
44938            + win32/win32io.c
44939            ! perlio.c win32/makefile.mk
44940 ____________________________________________________________________________
44941 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
44942         Log: Subject: [PATCH 5.6.1] os2/diff-configure
44943              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44944              Date: Fri, 15 Jun 2001 01:19:36 -0400
44945              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
44946              
44947              Empty all of it because I think #10624 made even the
44948              last patch hunk unnecessary.
44949      Branch: perl
44950            ! os2/diff.configure
44951 ____________________________________________________________________________
44952 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
44953         Log: Metaconfig unit change for 10624.
44954      Branch: metaconfig
44955            ! U/modified/libc.U
44956      Branch: perl
44957            ! config_h.SH
44958 ____________________________________________________________________________
44959 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
44960         Log: Move the initialization of libnames to the beginning so
44961              that can one 'seed' it (as OS/2 does.)
44962      Branch: perl
44963            ! Configure
44964 ____________________________________________________________________________
44965 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
44966         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
44967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44968              Date: Fri, 15 Jun 2001 19:10:57 -0400
44969              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
44970      Branch: perl
44971            ! os2/OS2/REXX/DLL/DLL.pm
44972 ____________________________________________________________________________
44973 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
44974         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
44975              From: "Craig A. Berry" <craigberry@mac.com>
44976              Date: Fri, 15 Jun 2001 17:00:03 -0500
44977              Message-Id: <a05101007b750342599be@[172.16.52.1]>
44978      Branch: perl
44979            ! vms/descrip_mms.template
44980 ____________________________________________________________________________
44981 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
44982         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
44983              From: "Craig A. Berry" <craigberry@mac.com>
44984              Date: Fri, 15 Jun 2001 18:39:42 -0500
44985              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
44986      Branch: perl
44987            ! lib/File/Spec/VMS.pm t/lib/extutils.t
44988 ____________________________________________________________________________
44989 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
44990         Log: Integrate perlio.
44991      Branch: perl
44992           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
44993           !> t/io/utf8.t t/lib/io_scalar.t
44994 ____________________________________________________________________________
44995 [ 10619] By: nick                                  on 2001/06/15  21:05:19
44996         Log: Generated files
44997      Branch: perlio
44998            ! embed.h proto.h
44999 ____________________________________________________________________________
45000 [ 10618] By: nick                                  on 2001/06/15  20:27:42
45001         Log: Fix open.pm to work via XS-implemented method calls rather
45002              than *open::layers variables which caused all the HV/AV hassle.
45003      Branch: perlio
45004            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
45005            ! t/lib/io_scalar.t
45006 ____________________________________________________________________________
45007 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
45008         Log: Integrate perlio.
45009      Branch: perl
45010           !> lib/ExtUtils/Constant.pm
45011 ____________________________________________________________________________
45012 [ 10616] By: nick                                  on 2001/06/15  18:46:47
45013         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
45014      Branch: perlio
45015            ! lib/ExtUtils/Constant.pm
45016 ____________________________________________________________________________
45017 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
45018         Log: Integrate perlio.
45019      Branch: perl
45020           !> ext/Socket/Socket.xs
45021 ____________________________________________________________________________
45022 [ 10614] By: nick                                  on 2001/06/15  18:33:37
45023         Log: MULTIPLICITY fix for Socket.xs
45024      Branch: perlio
45025            ! ext/Socket/Socket.xs
45026 ____________________________________________________________________________
45027 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
45028         Log: Subject: Re: perl@10611
45029              From: Doug MacEachern <dougm@covalent.net>
45030              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
45031              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
45032      Branch: perl
45033            ! ext/Socket/Socket.xs
45034 ____________________________________________________________________________
45035 [ 10612] By: nick                                  on 2001/06/15  16:14:38
45036         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
45037      Branch: perlio
45038           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45039           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
45040           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
45041           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
45042           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
45043           !> utils/h2ph.PL
45044 ____________________________________________________________________________
45045 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
45046         Log: Update Changes.
45047      Branch: perl
45048            ! Changes patchlevel.h
45049 ____________________________________________________________________________
45050 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
45051         Log: Upping the test count.
45052      Branch: perl
45053            ! t/lib/filefind.t
45054 ____________________________________________________________________________
45055 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
45056         Log: Integrate perlio.
45057      Branch: perl
45058           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45059 ____________________________________________________________________________
45060 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
45061         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45062              From: andreas.koenig@anima.de (Andreas J. Koenig)
45063              Date: 15 Jun 2001 13:30:39 +0200
45064              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
45065              
45066              Record the grim history.
45067      Branch: perl
45068            ! lib/File/Find.pm
45069 ____________________________________________________________________________
45070 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
45071         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
45072              From: Brian McCauley <nobull@mail.com>
45073              Date: 15 Jun 2001 07:51:26 +0100
45074              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
45075      Branch: perl
45076            ! lib/File/Find.pm t/lib/filefind.t
45077 ____________________________________________________________________________
45078 [ 10606] By: nick                                  on 2001/06/15  14:00:08
45079         Log: regen_config_h for Win32.
45080      Branch: perlio
45081            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45082 ____________________________________________________________________________
45083 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
45084         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
45085              From: Peter Prymmer <pvhp@forte.com>
45086              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
45087              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
45088      Branch: perl
45089            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
45090 ____________________________________________________________________________
45091 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
45092         Log: Some filesystems require writability for rename/unlink.
45093      Branch: perl
45094            ! opcode.pl
45095 ____________________________________________________________________________
45096 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
45097         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
45098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45099              Date: Fri, 15 Jun 2001 12:08:53 +0200
45100              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
45101      Branch: perl
45102            ! perlio.c
45103 ____________________________________________________________________________
45104 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
45105         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
45106              From: Mike Guy <mjtg@cam.ac.uk>
45107              Date: Fri, 15 Jun 2001 14:11:49 +0100
45108              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
45109      Branch: perl
45110            ! opcode.pl
45111 ____________________________________________________________________________
45112 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
45113         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
45114              From: Nicholas Clark <nick@ccl4.org>
45115              Date: Thu, 14 Jun 2001 23:52:56 +0100
45116              Message-ID: <20010614235256.G98663@plum.flirble.org>
45117      Branch: perl
45118            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
45119            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45120 ____________________________________________________________________________
45121 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
45122         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45123              From: Russ Allbery <rra@stanford.edu>
45124              Date: 14 Jun 2001 13:24:43 -0700
45125              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
45126      Branch: perl
45127            ! ext/GDBM_File/GDBM_File.pm
45128 ____________________________________________________________________________
45129 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
45130         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
45131              From: Nicholas Clark <nick@ccl4.org>
45132              Date: Thu, 14 Jun 2001 20:37:47 +0100
45133              Message-ID: <20010614203747.F98663@plum.flirble.org>
45134      Branch: perl
45135            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
45136            ! t/lib/gdbm.t
45137 ____________________________________________________________________________
45138 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
45139         Log: Integrate perlio.
45140      Branch: perl
45141           !> makedef.pl sv.c
45142 ____________________________________________________________________________
45143 [ 10597] By: nick                                  on 2001/06/15  11:08:13
45144         Log: Check that HVs with HvNAME() != NULL are really stashes before
45145              treating them as such. Also be more defensive on the GvCV.
45146              Win32 fork and dprof now working again. 
45147      Branch: perlio
45148            ! sv.c
45149 ____________________________________________________________________________
45150 [ 10596] By: nick                                  on 2001/06/15  10:11:20
45151         Log: Integrate mainline.
45152      Branch: perlio
45153           +> Cross/README
45154           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
45155           !> Porting/config_H config_h.SH configure.com epoc/config.sh
45156           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
45157           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45158           !> vos/config.ga.h win32/config.bc win32/config.gc
45159           !> win32/config.vc win32/config_H.bc win32/config_H.gc
45160           !> win32/config_H.vc
45161 ____________________________________________________________________________
45162 [ 10595] By: nick                                  on 2001/06/15  09:37:17
45163         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
45164              - Win32 (VC++) now builds but fails:
45165              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
45166              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
45167              write.t    - open(...,"|-") not implemented on Win32 
45168      Branch: perlio
45169            ! makedef.pl
45170 ____________________________________________________________________________
45171 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
45172         Log: Integrate perlio.
45173      Branch: perl
45174           !> perlio.c win32/makefile.mk
45175 ____________________________________________________________________________
45176 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
45177         Log: Metaconfig unit changes for #10592.
45178      Branch: metaconfig
45179            + U/modified/i_varhdr.U U/modified/startsh.U
45180            - U/a_dvisory/crosscompile.U U/target/Target.U
45181            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
45182            ! U/compline/bitpbyte.U U/compline/byteorder.U
45183            ! U/compline/ccflags.U U/compline/charsize.U
45184            ! U/compline/d_casti32.U U/compline/d_castneg.U
45185            ! U/compline/d_closedir.U U/compline/d_fd_set.U
45186            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
45187            ! U/compline/d_keepsig.U U/compline/d_open3.U
45188            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
45189            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
45190            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
45191            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
45192            ! U/compline/doublesize.U U/compline/floatsize.U
45193            ! U/compline/nblock_io.U U/compline/orderlib.U
45194            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
45195            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
45196            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
45197            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
45198            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
45199            ! U/modified/spitshell.U U/threads/archname.U
45200            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
45201            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
45202            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
45203            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
45204            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
45205      Branch: metaconfig/U/perl
45206            + Cross.U
45207            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
45208            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
45209            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
45210            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
45211            ! stdio_streams.U uselfs.U
45212 ____________________________________________________________________________
45213 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
45214         Log: The first steps towards cross-compilation.
45215              
45216              Abstract execution of compiled test executables with $run,
45217              and abstract transfer of files with $to and $from.
45218              
45219              Under cross-compilation the $run, $to, and $from will point
45220              to appropriate wrapper scripts, by default ssh and scp,
45221              but also rsh, rcp, and cp are supported.  If not
45222              cross-compiling, they will be set to '', ':', and ':',
45223              respectively.
45224              
45225              With these patches I was able to get Configure for
45226              iPAQ ARM Linux on an Intel Linux about 95% right
45227              (only a few tests failed to execute or they produced
45228              incorrect results), and I was able to compile
45229              a functional miniperl.
45230              
45231              The symbol crosscompile renamed to be usecrosscompile,
45232              the corresponding C symbol from CROSSCOMPILE to
45233              USE_CROSS_COMPILE.
45234      Branch: perl
45235            ! Configure Cross/README Makefile.SH Porting/Glossary
45236            ! Porting/config.sh Porting/config_H config_h.SH configure.com
45237            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
45238            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45239            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45240            ! win32/config.gc win32/config.vc win32/config_H.bc
45241            ! win32/config_H.gc win32/config_H.vc
45242 ____________________________________________________________________________
45243 [ 10591] By: nick                                  on 2001/06/14  20:00:12
45244         Log: Steps along the road toward Win32 building again.
45245      Branch: perlio
45246            ! perlio.c win32/makefile.mk
45247 ____________________________________________________________________________
45248 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
45249         Log: Integrate perlio.
45250      Branch: perl
45251           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
45252 ____________________________________________________________________________
45253 [ 10589] By: nick                                  on 2001/06/14  13:54:07
45254         Log: Routine regen_config_h for Win32
45255      Branch: perlio
45256            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45257 ____________________________________________________________________________
45258 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
45259         Log: Integrate perlio.
45260      Branch: perl
45261           +> perlyline.pl
45262           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
45263 ____________________________________________________________________________
45264 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
45265         Log: A placeholder.
45266      Branch: perl
45267            + Cross/README
45268 ____________________________________________________________________________
45269 [ 10586] By: nick                                  on 2001/06/14  08:25:07
45270         Log: Add new step to run_byacc which:
45271              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
45272              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
45273      Branch: perlio
45274            + perlyline.pl
45275            ! MANIFEST Makefile.SH perly.c
45276 ____________________________________________________________________________
45277 [ 10585] By: nick                                  on 2001/06/14  08:22:29
45278         Log: Integrate mainline
45279      Branch: perlio
45280           +> locale.c numeric.c
45281           !> Changes cygwin/Makefile.SHs embed.h embed.pl
45282           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
45283           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
45284           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
45285           !> x2p/Makefile.SH
45286 ____________________________________________________________________________
45287 [ 10584] By: nick                                  on 2001/06/14  08:05:53
45288         Log: Hack to remove insecure directories from PATH so test will run.
45289      Branch: perlio
45290            ! t/lib/filefind.t
45291 ____________________________________________________________________________
45292 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
45293         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
45294      Branch: perl
45295            - t/lib/mbimbf.t
45296            ! MANIFEST
45297 ____________________________________________________________________________
45298 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
45299         Log: Detypo.
45300      Branch: perl
45301            ! x2p/Makefile.SH
45302 ____________________________________________________________________________
45303 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
45304         Log: de-$CONFIG continues.
45305      Branch: perl
45306            ! cygwin/Makefile.SHs x2p/Makefile.SH
45307 ____________________________________________________________________________
45308 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
45309         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
45310              From: Nicholas Clark <nick@ccl4.org>
45311              Date: Wed, 13 Jun 2001 21:20:13 +0100
45312              Message-ID: <20010613212013.D98663@plum.flirble.org>
45313      Branch: perl
45314            ! opcode.pl
45315 ____________________________________________________________________________
45316 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
45317         Log: Subject: splitting util.c
45318              From: Hugo <hv@crypt.compulink.co.uk>
45319              Date: Thu, 14 Jun 2001 00:41:08 +0100
45320              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
45321      Branch: perl
45322            + locale.c numeric.c
45323            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
45324            ! pod/perlapi.pod proto.h util.c
45325 ____________________________________________________________________________
45326 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
45327         Log: Upgrade to Math::BigInt 1.34 from Tels.
45328      Branch: perl
45329            + t/lib/mbimbf.t
45330            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
45331            ! t/lib/bigfltpm.t t/lib/bigintpm.t
45332 ____________________________________________________________________________
45333 [ 10577] By: nick                                  on 2001/06/13  19:02:48
45334         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
45335      Branch: perlio
45336           !> (integrate 125 files)
45337 ____________________________________________________________________________
45338 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
45339         Log: Update Changes.
45340      Branch: perl
45341            ! Changes patchlevel.h
45342 ____________________________________________________________________________
45343 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
45344         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45345              From: "Craig A. Berry" <craigberry@mac.com>
45346              Date: Wed, 13 Jun 2001 13:24:28 -0500
45347              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
45348      Branch: perl
45349            ! ext/re/Makefile.PL
45350 ____________________________________________________________________________
45351 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
45352         Log: Mc.u.c. for #10573.
45353      Branch: metaconfig
45354            ! U/threads/usethreads.U
45355 ____________________________________________________________________________
45356 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
45357         Log: It would be also be good if I could type.
45358      Branch: perl
45359            ! Configure
45360 ____________________________________________________________________________
45361 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
45362         Log: Metaconfig unit change for #10571.
45363      Branch: metaconfig
45364            ! U/threads/usethreads.U
45365 ____________________________________________________________________________
45366 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
45367         Log: A non-empty default is a good thing.
45368      Branch: perl
45369            ! Configure
45370 ____________________________________________________________________________
45371 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
45372         Log: Metaconfig unit change for #10569.
45373      Branch: metaconfig
45374            ! U/threads/usethreads.U
45375 ____________________________________________________________________________
45376 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
45377         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
45378              extremely experimental, not even prompted for.
45379      Branch: perl
45380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45381            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
45382            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45383            ! win32/config.bc win32/config.gc win32/config.vc
45384 ____________________________________________________________________________
45385 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
45386         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
45387      Branch: perl
45388            ! pod/perlfaq6.pod
45389 ____________________________________________________________________________
45390 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
45391         Log: Integrate perlio; conflicts, accept Nick's versions.
45392      Branch: perl
45393           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45394           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45395 ____________________________________________________________________________
45396 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
45397         Log: Subject: Re: ext/ + -Wall
45398              From: Doug MacEachern <dougm@covalent.net>
45399              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
45400              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
45401      Branch: perl
45402            ! XSUB.h lib/ExtUtils/xsubpp perl.h
45403 ____________________________________________________________________________
45404 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
45405         Log: Similar logic as DB_File.xs, using the modern macros and
45406              defines them to older ones for older Perls where PERL_VERSION
45407              is not defined, from Doug MacEachern.
45408      Branch: perl
45409            ! ext/Storable/Storable.xs
45410 ____________________________________________________________________________
45411 [ 10564] By: nick                                  on 2001/06/13  15:22:01
45412         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
45413              and using that instead (name lookups are sequential search for now).
45414      Branch: perlio
45415            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
45416            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
45417 ____________________________________________________________________________
45418 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
45419         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
45420              From: "Richard Soderberg" <rs@crystalflame.net>
45421              Date: Sat, 26 May 2001 06:44:20 -0700
45422              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
45423      Branch: perl
45424            ! sv.c t/op/glob.t
45425 ____________________________________________________________________________
45426 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
45427         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
45428              From: "Craig A. Berry" <craigberry@mac.com>
45429              Date: Tue, 12 Jun 2001 23:55:26 -0500
45430              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
45431      Branch: perl
45432            ! ext/re/Makefile.PL ext/re/re.xs
45433 ____________________________________________________________________________
45434 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
45435         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
45436              suggested by NI-S.
45437      Branch: perl
45438            ! XSUB.h malloc.c perl.h
45439 ____________________________________________________________________________
45440 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
45441         Log: Regen toc.
45442      Branch: perl
45443            ! pod/perltoc.pod
45444 ____________________________________________________________________________
45445 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
45446         Log: Subject: [patch] perl.gprof control
45447              From: Doug MacEachern <dougm@covalent.net>
45448              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
45449              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
45450      Branch: perl
45451            ! miniperlmain.c perl.h
45452 ____________________________________________________________________________
45453 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
45454         Log: Subject: Re: ext/ + -Wall
45455              From: Doug MacEachern <dougm@covalent.net>
45456              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
45457              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
45458              
45459              Document ax and break up dXSARGS.
45460      Branch: perl
45461            ! XSUB.h pod/perlapi.pod
45462 ____________________________________________________________________________
45463 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
45464         Log: More AIX tweakage from Merijn.
45465      Branch: perl
45466            ! hints/aix.sh
45467 ____________________________________________________________________________
45468 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
45469         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
45470              From: "Craig A. Berry" <craigberry@mac.com>
45471              Date: Tue, 12 Jun 2001 22:57:45 -0500
45472              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
45473      Branch: perl
45474            ! vms/descrip_mms.template
45475 ____________________________________________________________________________
45476 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
45477         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
45478              From: "Craig A. Berry" <craigberry@mac.com>
45479              Date: Tue, 12 Jun 2001 22:21:39 -0500
45480              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
45481      Branch: perl
45482            ! configure.com util.c
45483 ____________________________________________________________________________
45484 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
45485         Log: New AIX dynaloading code from Jens-Uwe Mager.
45486              Does break binary compatibility.
45487      Branch: perl
45488            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
45489 ____________________________________________________________________________
45490 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
45491         Log: VMS DEC C compiler found nits by Peter Prymmer.
45492      Branch: perl
45493            ! util.c
45494 ____________________________________________________________________________
45495 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
45496         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
45497              From: Peter Prymmer <pvhp@forte.com>
45498              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
45499              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
45500      Branch: perl
45501            ! t/lib/filecomp.t
45502 ____________________________________________________________________________
45503 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
45504         Log: I wonder how many $CONFIGs still lurk in the shadows.
45505      Branch: perl
45506            ! pod/Makefile.SH x2p/cflags.SH
45507 ____________________________________________________________________________
45508 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
45509         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
45510      Branch: perl
45511            ! pod/checkpods.PL
45512 ____________________________________________________________________________
45513 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
45514         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
45515      Branch: perl
45516            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
45517 ____________________________________________________________________________
45518 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
45519         Log: Subject: [patch] rid local_patches warnings
45520              From: Doug MacEachern <dougm@covalent.net>
45521              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
45522              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
45523      Branch: perl
45524            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
45525 ____________________________________________________________________________
45526 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
45527         Log: Subject: Re: ext/ + -Wall
45528              From: Doug MacEachern <dougm@covalent.net>
45529              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
45530              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
45531      Branch: perl
45532            ! ext/attrs/attrs.xs
45533 ____________________________________________________________________________
45534 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
45535         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
45536              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
45537              Date: Tue, 12 Jun 2001 14:36:20 -0400
45538              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
45539      Branch: perl
45540            ! pod/perlretut.pod
45541 ____________________________________________________________________________
45542 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
45543         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45544              From: Mike Guy <mjtg@cam.ac.uk>
45545              Date: Tue, 12 Jun 2001 19:10:31 +0100
45546              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
45547              
45548              Subject: Re: [ID 20010612.001] out of memory during regex compilation
45549              From: Mike Guy <mjtg@cam.ac.uk>
45550              Date: Tue, 12 Jun 2001 19:21:01 +0100
45551              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
45552      Branch: perl
45553            ! pod/perlop.pod
45554 ____________________________________________________________________________
45555 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
45556         Log: AIX tweaks from Merijn H. Brand.
45557      Branch: perl
45558            ! hints/aix.sh
45559 ____________________________________________________________________________
45560 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
45561         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
45562              From: "Brendan O'Dea" <bod@compusol.com.au>
45563              Date: Wed, 13 Jun 2001 05:16:47 +1000
45564              Message-ID: <20010613051647.A8945@compusol.com.au>
45565      Branch: maint-5.6/perl
45566            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45567 ____________________________________________________________________________
45568 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
45569         Log: Subject: Small bcopy cleanup
45570              From: Andy Dougherty <doughera@lafayette.edu>
45571              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
45572              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
45573      Branch: perl
45574            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
45575 ____________________________________________________________________________
45576 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
45577         Log: Subject: [PATCH] Re: ext/ + -Wall
45578              From: Nicholas Clark <nick@ccl4.org>
45579              Date: Wed, 13 Jun 2001 00:04:30 +0100
45580              Message-ID: <20010613000430.M5901@plum.flirble.org>
45581      Branch: perl
45582            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45583 ____________________________________________________________________________
45584 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
45585         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
45586              From: Nicholas Clark <nick@ccl4.org>
45587              Date: Tue, 12 Jun 2001 23:53:07 +0100
45588              Message-ID: <20010612235307.L5901@plum.flirble.org>
45589      Branch: perl
45590            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45591 ____________________________________________________________________________
45592 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
45593         Log: MPE/iX tweaks from Mark Bixby.
45594      Branch: perl
45595            ! hints/mpeix.sh mpeix/mpeixish.h util.c
45596 ____________________________________________________________________________
45597 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
45598         Log: Update Changes.
45599      Branch: perl
45600            ! Changes patchlevel.h
45601 ____________________________________________________________________________
45602 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
45603         Log: One less -Wall whine (found under DEBUGGING).
45604      Branch: perl
45605            ! x2p/Makefile.SH x2p/a2p.c
45606 ____________________________________________________________________________
45607 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
45608         Log: s/case-independent/case-insensitive/g
45609      Branch: perl
45610            ! pod/perldebug.pod
45611 ____________________________________________________________________________
45612 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
45613         Log: As suggested in    
45614              
45615              Subject: Re: ext/ + -Wall
45616              From: Gurusamy Sarathy <gsar@ActiveState.com>
45617              Date: Mon, 11 Jun 2001 23:34:31 -0700
45618              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
45619      Branch: perl
45620            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
45621            ! perl.h
45622 ____________________________________________________________________________
45623 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
45624         Log: Subject: ext/ + -Wall
45625              From: Doug MacEachern <dougm@covalent.net>
45626              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
45627              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
45628      Branch: perl
45629            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
45630            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
45631            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
45632            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
45633            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
45634            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
45635            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
45636            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
45637            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
45638            ! lib/ExtUtils/xsubpp
45639 ____________________________________________________________________________
45640 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
45641         Log: Subject: [PATCH] anonymous stashes
45642              From: Abhijit Menon-Sen <ams@wiw.org>
45643              Date: Tue, 12 Jun 2001 12:47:04 +0530
45644              Message-ID: <20010612124704.A29029@lustre.linux.in>
45645      Branch: perl
45646            ! dump.c gv.c sv.c xsutils.c
45647 ____________________________________________________________________________
45648 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
45649         Log: One more test for $^S.
45650      Branch: perl
45651            ! t/op/magic.t
45652 ____________________________________________________________________________
45653 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
45654         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
45655              From: Abhijit Menon-Sen <ams@wiw.org>
45656              Date: Tue, 12 Jun 2001 17:35:55 +0530
45657              Message-ID: <20010612173555.A32426@lustre.linux.in>
45658      Branch: perl
45659            ! mg.c t/op/magic.t
45660 ____________________________________________________________________________
45661 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
45662         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45663              From: Mike Guy <mjtg@cam.ac.uk>
45664              Date: Tue, 12 Jun 2001 13:14:15 +0100
45665              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
45666      Branch: perl
45667            ! pod/perlop.pod
45668 ____________________________________________________________________________
45669 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
45670         Log: AUTHORS updates.
45671      Branch: perl
45672            ! AUTHORS
45673 ____________________________________________________________________________
45674 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
45675         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
45676              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
45677              Content-Transfer-Encoding: 7bit
45678              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
45679      Branch: perl
45680            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
45681 ____________________________________________________________________________
45682 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
45683         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
45684              From: "Philip Newton" <Philip.Newton@gmx.net>
45685              Date: Mon, 11 Jun 2001 07:08:03 +0200
45686              Message-Id: <200106120802.LAA08992@taas.iki.fi>
45687      Branch: perl
45688            ! t/base/term.t
45689 ____________________________________________________________________________
45690 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
45691         Log: Cleanup the a2p.c for -Wall.
45692      Branch: perl
45693            ! x2p/Makefile.SH x2p/a2p.c
45694 ____________________________________________________________________________
45695 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
45696         Log: File::Find update for MacOS from Chris Nandor.
45697      Branch: perl
45698            ! lib/File/Find.pm t/lib/filefind.t
45699 ____________________________________________________________________________
45700 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
45701         Log: gcc -Wall nits picked out by a non-UNIX system
45702              (courtesy of Mark Bixby)
45703      Branch: perl
45704            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
45705            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
45706            ! pp_sys.c util.c
45707 ____________________________________________________________________________
45708 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
45709         Log: Metaconfig unit change for #10522.  (The d_modfl changes
45710              placate metalint.)
45711      Branch: metaconfig/U/perl
45712            ! d_modfl.U d_u32align.U
45713 ____________________________________________________________________________
45714 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
45715         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
45716              be "./try 2>&1 >/dev/null".
45717      Branch: perl
45718            ! Configure
45719 ____________________________________________________________________________
45720 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
45721         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
45722              From: "Craig A. Berry" <craigberry@mac.com>
45723              Date: Mon, 11 Jun 2001 14:00:32 -0500
45724              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
45725      Branch: perl
45726            ! configure.com
45727 ____________________________________________________________________________
45728 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
45729         Log: Move the full \p\P lists to perlunicode.
45730      Branch: perl
45731            ! pod/perlretut.pod pod/perlunicode.pod
45732 ____________________________________________________________________________
45733 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
45734         Log: VOS build tweak for 5.6.1 from Paul Green.
45735      Branch: maint-5.6/perl
45736            ! vos/build.cm
45737 ____________________________________________________________________________
45738 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
45739         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
45740              From: "Craig A. Berry" <craigberry@mac.com>
45741              Date: Fri, 8 Jun 2001 18:08:18 -0500
45742              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
45743      Branch: perl
45744            ! vms/vms.c
45745 ____________________________________________________________________________
45746 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
45747         Log: Update Changes.
45748      Branch: perl
45749            ! Changes patchlevel.h
45750 ____________________________________________________________________________
45751 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
45752         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
45753      Branch: perl
45754            ! vos/config.alpha.h vos/config.ga.h
45755 ____________________________________________________________________________
45756 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
45757         Log: VOS updates from Paul Green for @10476.
45758      Branch: perl
45759            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
45760            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45761            ! vos/config.ga.h vos/configure_perl.cm
45762 ____________________________________________________________________________
45763 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
45764         Log: Subject: [PATCH] Not many people know this ...
45765              From: Mike Guy <mjtg@cam.ac.uk>
45766              Date: Mon, 11 Jun 2001 14:55:15 +0100
45767              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
45768      Branch: perl
45769            ! pod/perldebug.pod
45770 ____________________________________________________________________________
45771 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
45772         Log: Add final commas to lists as suggested by Philip Newton.
45773      Branch: perl
45774            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45775 ____________________________________________________________________________
45776 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
45777         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
45778              Date: Sun, 10 Jun 2001 23:35:38 -0400
45779              From: Chris Nandor <pudge@pobox.com>
45780              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
45781      Branch: perl
45782            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
45783            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
45784            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
45785            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
45786            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
45787            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
45788            ! t/op/write.t t/pragma/strict.t
45789 ____________________________________________________________________________
45790 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
45791         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
45792              From: Chris Nandor <pudge@pobox.com>
45793              Date: Mon, 11 Jun 2001 08:24:28 -0400
45794              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
45795      Branch: perl
45796            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
45797            ! t/lib/io_dir.t
45798 ____________________________________________________________________________
45799 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
45800         Log: One more run_byacc (a hand-tweaked version had slipped in).
45801      Branch: perl
45802            ! perly.c vms/perly_c.vms
45803 ____________________________________________________________________________
45804 [ 10509] By: nick                                  on 2001/06/11  07:49:15
45805         Log: Integrate mainline
45806      Branch: perlio
45807           !> Makefile.SH embed.h embed.pl global.sym
45808           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
45809           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
45810           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
45811           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
45812 ____________________________________________________________________________
45813 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
45814         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
45815              From: Mike Guy <mjtg@cam.ac.uk>
45816              Reply-To: mjtg@cam.ac.uk
45817              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
45818      Branch: perl
45819            ! lib/ExtUtils/Manifest.pm
45820 ____________________________________________________________________________
45821 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
45822         Log: Subject: [PATCH] ExtUtils::Constant
45823              From: Nicholas Clark <nick@ccl4.org>
45824              Date: Sun, 10 Jun 2001 23:25:41 +0100
45825              Message-ID: <20010610232540.C76396@plum.flirble.org>
45826      Branch: perl
45827            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45828 ____________________________________________________________________________
45829 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
45830         Log: Integrate perlio.
45831      Branch: perl
45832           !> iperlsys.h
45833 ____________________________________________________________________________
45834 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
45835         Log: Move the grok_number and its lieutenant grok_numeric_radix
45836              from sv.c statics to util.c and public.
45837      Branch: perl
45838            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
45839            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
45840 ____________________________________________________________________________
45841 [ 10504] By: nick                                  on 2001/06/10  17:47:06
45842         Log: Fix (valid) -Wall warnings in perlio.c
45843      Branch: perlio
45844            ! iperlsys.h
45845 ____________________________________________________________________________
45846 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
45847         Log: Update perly_c.diff, update perly.fixer to edit away
45848              some of the -Wall noise.
45849      Branch: perl
45850            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
45851 ____________________________________________________________________________
45852 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
45853         Log: Check the version of byacc.
45854      Branch: perl
45855            ! Makefile.SH
45856 ____________________________________________________________________________
45857 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
45858         Log: Subject: [PATCH] perly.y overhaul
45859              From: Simon Cozens <simon@netthink.co.uk>
45860              Date: Sun, 10 Jun 2001 16:56:54 +0100
45861              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
45862              
45863              Plus make run_byacc.
45864      Branch: perl
45865            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
45866 ____________________________________________________________________________
45867 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
45868         Log: Integrate perlio.
45869      Branch: perl
45870           !> perlio.c perlsfio.h
45871 ____________________________________________________________________________
45872 [ 10499] By: nick                                  on 2001/06/10  15:01:08
45873         Log: Integrate mainline
45874      Branch: perlio
45875           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
45876           !> t/pragma/locale.t util.c
45877 ____________________________________________________________________________
45878 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
45879         Log: Put some meat on the perl572delta bones.  The list of
45880              selected bug fixes needs more work, as does still the
45881              whole document.
45882      Branch: perl
45883            ! pod/perl572delta.pod
45884 ____________________________________________________________________________
45885 [ 10497] By: nick                                  on 2001/06/10  12:27:51
45886         Log: Paper over a crack or two with USE_SFIO
45887      Branch: perlio
45888            ! perlio.c perlsfio.h
45889 ____________________________________________________________________________
45890 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
45891         Log: Update Changes.
45892      Branch: perl
45893            ! Changes patchlevel.h
45894 ____________________________________________________________________________
45895 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
45896         Log: Subject: Re: pragma/locale.t #107
45897              From: Hugo <hv@crypt.compulink.co.uk>
45898              Date: Sun, 10 Jun 2001 11:23:30 +0100
45899              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
45900              
45901              Encapsulate the scan of the decimal radix separator.
45902      Branch: perl
45903            ! embed.h embed.pl proto.h sv.c
45904 ____________________________________________________________________________
45905 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
45906         Log: Try to grok numbers both with the locale specific separator
45907              and with the usual "." (if different from the lss); add a test
45908              to locale.t to do also a little bit of math in addition to just
45909              equalness testing; remove extraneous logic as suggested in
45910              
45911              Subject: Re: pragma/locale.t #107
45912              From: Nicholas Clark <nick@ccl4.org>
45913              Date: Sat, 9 Jun 2001 22:37:36 +0100
45914              Message-ID: <20010609223735.Y76396@plum.flirble.org>
45915      Branch: perl
45916            ! sv.c t/pragma/locale.t
45917 ____________________________________________________________________________
45918 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
45919         Log: Metaconfig unit change for #10492.
45920      Branch: metaconfig/U/perl
45921            ! Extensions.U
45922 ____________________________________________________________________________
45923 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
45924         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
45925              From: Artur Bergman <artur@contiller.se> 
45926              Date: Sat, 09 Jun 2001 21:03:51 +0200
45927              Message-ID: <B7483FB6.1398%artur@contiller.se>
45928      Branch: perl
45929            ! Configure
45930 ____________________________________________________________________________
45931 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
45932         Log: Integrate perlio.
45933      Branch: perl
45934           !> perlsfio.h
45935 ____________________________________________________________________________
45936 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
45937         Log: Do locale specific separator if only in locale.
45938      Branch: perl
45939            ! util.c
45940 ____________________________________________________________________________
45941 [ 10489] By: nick                                  on 2001/06/09  19:13:25
45942         Log: Make XS/Typemap compile (but fail) with sfio
45943      Branch: perlio
45944            ! perlsfio.h
45945 ____________________________________________________________________________
45946 [ 10488] By: nick                                  on 2001/06/09  19:12:51
45947         Log: Re-integrate mainline
45948      Branch: perlio
45949           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
45950           !> proto.h sv.c util.c
45951 ____________________________________________________________________________
45952 [ 10487] By: nick                                  on 2001/06/09  16:26:29
45953         Log: Integrate mainline
45954      Branch: perlio
45955           !> (integrate 31 files)
45956 ____________________________________________________________________________
45957 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
45958         Log: Subject: [PATCH] New attempt to clone callack
45959              From: Artur Bergman <artur@contiller.se> 
45960              Date: Thu, 07 Jun 2001 11:52:16 +0200
45961              Message-ID: <B7451B6F.12B7%artur@contiller.se>
45962      Branch: perl
45963            ! embedvar.h intrpvar.h perlapi.h sv.c
45964 ____________________________________________________________________________
45965 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
45966         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
45967      Branch: perl
45968            ! embed.h embed.pl perl.h proto.h sv.c util.c
45969 ____________________________________________________________________________
45970 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
45971         Log: Subject: Re: pragma/locale.t #107
45972              From: Nicholas Clark <nick@ccl4.org>
45973              Date: Sat, 9 Jun 2001 16:26:10 +0100
45974              Message-ID: <20010609162609.V76396@plum.flirble.org>
45975              
45976              A missing NVification.
45977      Branch: perl
45978            ! sv.c
45979 ____________________________________________________________________________
45980 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
45981         Log: Redo the #10482, there already was a test script for formats.
45982      Branch: perl
45983            - t/io/format.t
45984            ! MANIFEST t/op/write.t
45985 ____________________________________________________________________________
45986 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
45987         Log: Twisted format testing, from Merijn.
45988      Branch: perl
45989            + t/io/format.t
45990            ! MANIFEST
45991 ____________________________________________________________________________
45992 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
45993         Log: More \p{In...} testing, combined with \N{...}.
45994      Branch: perl
45995            ! lib/utf8_heavy.pl t/op/pat.t
45996 ____________________________________________________________________________
45997 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
45998         Log: Metaconfig changes for #10479.
45999      Branch: metaconfig
46000            ! U/Glossary.patch
46001      Branch: metaconfig/U/perl
46002            ! d_modfl.U
46003 ____________________________________________________________________________
46004 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
46005         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
46006      Branch: perl
46007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46008            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
46009            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46010            ! win32/config.bc win32/config.gc win32/config.vc
46011 ____________________________________________________________________________
46012 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
46013         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
46014              From: "Craig A. Berry" <craigberry@mac.com>
46015              Date: Thu, 7 Jun 2001 14:27:20 -0500
46016              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
46017      Branch: perl
46018            ! vms/perlvms.pod
46019 ____________________________________________________________________________
46020 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
46021         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
46022              From: Gisle Aas <gisle@ActiveState.com>
46023              Date: 07 Jun 2001 17:04:29 -0700
46024              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
46025      Branch: perl
46026            ! ext/re/re.xs
46027 ____________________________________________________________________________
46028 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
46029         Log: Update Changes.
46030      Branch: perl
46031            ! Changes patchlevel.h
46032 ____________________________________________________________________________
46033 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
46034         Log: Regen Glossary et alia.
46035      Branch: perl
46036            ! Porting/Glossary Porting/config.sh Porting/config_H
46037 ____________________________________________________________________________
46038 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
46039         Log: Metaconfig unit changes for #10473.
46040      Branch: metaconfig/U/perl
46041            ! d_modfl.U
46042 ____________________________________________________________________________
46043 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
46044         Log: Harumph, also AIX will spill its guts (i.e. dump core)
46045              if an executable contains modfl() but it hasn't been
46046              compiled right (in the case of AIX, with cc -qlongdouble).
46047      Branch: perl
46048            ! Configure
46049 ____________________________________________________________________________
46050 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
46051         Log: integrate change#10471 from mainline
46052              
46053              in change#10451, check that CvOUTSIDE is a CV before looking in
46054              (it can apparently be SVt_NULL during global destruction)
46055      Branch: maint-5.6/perl
46056           !> op.c
46057 ____________________________________________________________________________
46058 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
46059         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
46060              (it can apparently be SVt_NULL during global destruction)
46061      Branch: perl
46062            ! op.c
46063 ____________________________________________________________________________
46064 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
46065         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
46066              From: Robin Barker <rmb1@cise.npl.co.uk>
46067              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
46068              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
46069      Branch: perl
46070            ! lib/diagnostics.pm pod/perldiag.pod
46071 ____________________________________________________________________________
46072 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
46073         Log: Subject: [PATCH perl@10439] long =item
46074              From: Robin Barker <rmb1@cise.npl.co.uk>
46075              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
46076              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
46077      Branch: perl
46078            ! README.amiga lib/Attribute/Handlers.pm
46079            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
46080 ____________________________________________________________________________
46081 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
46082         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
46083              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
46084              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
46085              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
46086      Branch: perl
46087            ! pod/perlguts.pod
46088 ____________________________________________________________________________
46089 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
46090         Log: Integrate perlio.
46091      Branch: perl
46092           !> sv.c
46093 ____________________________________________________________________________
46094 [ 10466] By: nick                                  on 2001/06/07  10:25:40
46095         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
46096              whitespace tweaks.
46097              Still coredumps in pragma/overload.t - what a nice hard fail that is...
46098      Branch: perlio
46099            ! sv.c
46100 ____________________________________________________________________________
46101 [ 10465] By: nick                                  on 2001/06/07  08:41:58
46102         Log: Raw integrate of mainline for S_grok_number debug
46103              (sv.c has MULTIPLICITY issues as well as whatever else ...)
46104      Branch: perlio
46105            - plan9/perlplan9.doc plan9/perlplan9.pod
46106           !> (integrate 46 files)
46107 ____________________________________________________________________________
46108 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
46109         Log: The proper prototyping for #10463.
46110      Branch: perl
46111            ! embed.h embed.pl proto.h sv.c
46112 ____________________________________________________________________________
46113 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
46114         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
46115              From: Nicholas Clark <nick@ccl4.org>
46116              Date: Thu, 7 Jun 2001 00:29:59 +0100
46117              Message-ID: <20010607002959.Z76396@plum.flirble.org>
46118      Branch: perl
46119            ! sv.c
46120 ____________________________________________________________________________
46121 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
46122         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
46123              From: "Craig A. Berry" <craigberry@mac.com>
46124              Date: Wed, 06 Jun 2001 17:54:30 -0500
46125              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
46126      Branch: perl
46127            ! vms/perlvms.pod
46128 ____________________________________________________________________________
46129 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
46130         Log: Podify the remaining README.platform files;
46131              merge README.plan9 and plan9/perlplan9.pod;
46132              delete plan9/perlplan9.* (the perlplan.doc needs to
46133              be regenerated in Plan 9); make the =head1 and =head2
46134              in the README.platform to be a little more verbose
46135              (skipped README.os2 not to anger Ilya) so that they
46136              look better in the toc; regen toc.
46137      Branch: perl
46138            - plan9/perlplan9.doc plan9/perlplan9.pod
46139            ! MANIFEST README.aix README.amiga README.apollo README.beos
46140            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
46141            ! README.hpux README.hurd README.machten README.macos
46142            ! README.micro README.mint README.mpeix README.os390
46143            ! README.plan9 README.qnx README.solaris README.threads
46144            ! README.tru64 README.vmesa README.vms README.vos README.win32
46145            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
46146            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
46147 ____________________________________________________________________________
46148 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
46149         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
46150              From: Mike Guy <mjtg@cam.ac.uk>
46151              Reply-To: mjtg@cam.ac.uk
46152              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
46153      Branch: perl
46154            ! pod/perlguts.pod
46155 ____________________________________________________________________________
46156 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
46157         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
46158              From: Mike Guy <mjtg@cam.ac.uk>
46159              Reply-To: mjtg@cam.ac.uk
46160              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
46161      Branch: perl
46162            ! pod/perlsec.pod
46163 ____________________________________________________________________________
46164 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
46165         Log: Disable long doubles from pre-5.0 Tru64s.
46166      Branch: perl
46167            ! README.tru64 hints/dec_osf.sh
46168 ____________________________________________________________________________
46169 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
46170         Log: The #10455 exposed that modfl() is fundamentally busted
46171              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
46172              testing it.
46173      Branch: perl
46174            ! hints/dec_osf.sh
46175 ____________________________________________________________________________
46176 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
46177         Log: Metaconfig unit change for #10455.
46178      Branch: metaconfig/U/perl
46179            ! d_modfl.U
46180 ____________________________________________________________________________
46181 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
46182         Log: Configure check for geborken modfl(), inspired by
46183              
46184              Subject: Re: [20010118.017] op/int.t failure 
46185              From: Hugo <hv@crypt.compulink.co.uk>
46186              Date: Tue, 05 Jun 2001 13:43:27 +0100
46187              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
46188      Branch: perl
46189            ! Configure
46190 ____________________________________________________________________________
46191 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
46192         Log: Integrate changes #10450 and #10451 from maintperl:
46193              
46194              optimize change#10448 slightly (don't repeat search in eval""s lexical
46195              scope, since that has already been searched)
46196              
46197              change#9108 needs subtler treatment for case of closures created
46198              within eval""
46199      Branch: perl
46200           !> op.c t/op/misc.t
46201 ____________________________________________________________________________
46202 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
46203         Log: MakeMaker magic to compile (when no dynamic loading)
46204              List/Util.xsc as (ListUtil.c and) ListUtil.o since
46205              POSIX-BC (BS2000) linker has an evil limitation of
46206              being unable to include in the same executable several
46207              object files with the same name - case-insensitively -
46208              because otherwise we conflict with util.c.
46209              Strictly speaking currently required only in POSIX-BC
46210              but probably will do no harm elsewhere where static
46211              linking is required.
46212      Branch: perl
46213            ! ext/List/Util/Makefile.PL
46214 ____________________________________________________________________________
46215 [ 10452] By: nick                                  on 2001/06/06  08:59:51
46216         Log: Integrate mainline.
46217      Branch: perlio
46218           +> lib/Attribute/Handlers/demo/Demo.pm
46219           +> lib/Attribute/Handlers/demo/Descriptions.pm
46220           +> lib/Attribute/Handlers/demo/MyClass.pm
46221           +> lib/Attribute/Handlers/demo/demo.pl
46222           +> lib/Attribute/Handlers/demo/demo2.pl
46223           +> lib/Attribute/Handlers/demo/demo3.pl
46224           +> lib/Attribute/Handlers/demo/demo4.pl
46225           +> lib/Attribute/Handlers/demo/demo_call.pl
46226           +> lib/Attribute/Handlers/demo/demo_chain.pl
46227           +> lib/Attribute/Handlers/demo/demo_cycle.pl
46228           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
46229           +> lib/Attribute/Handlers/demo/demo_phases.pl
46230           +> lib/Attribute/Handlers/demo/demo_range.pl
46231           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
46232           +> uts/strtol_wrap.c
46233           !> (integrate 91 files)
46234 ____________________________________________________________________________
46235 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
46236         Log: change#9108 needs subtler treatment for case of closures created
46237              within eval""
46238      Branch: maint-5.6/perl
46239            ! op.c t/op/misc.t
46240 ____________________________________________________________________________
46241 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
46242         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
46243              scope, since that has already been searched)
46244      Branch: maint-5.6/perl
46245            ! op.c
46246 ____________________________________________________________________________
46247 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
46248         Log: Integrate change #10448 from maintperl; lexicals
46249              outside an eval"" weren't resolved correctly inside a subroutine
46250              definition inside the eval"" if they were not already referenced
46251              in the toplevel of the eval""-ed code
46252      Branch: perl
46253           !> cop.h op.c pp_ctl.c t/op/misc.t
46254 ____________________________________________________________________________
46255 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
46256         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
46257              outside an eval"" weren't resolved correctly inside a subroutine
46258              definition inside the eval"" if they were not already referenced
46259              in the toplevel of the eval""-ed code
46260      Branch: maint-5.6/perl
46261            ! cop.h op.c pp_ctl.c t/op/misc.t
46262 ____________________________________________________________________________
46263 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
46264         Log: Subject: [PATCH] perl570delta.pod
46265              From: Peter Scott <Peter@PSDT.com> 
46266              Date: Tue, 05 Jun 2001 18:51:02 -0700
46267              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
46268      Branch: perl
46269            ! pod/perl570delta.pod
46270 ____________________________________________________________________________
46271 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
46272         Log: The fudge factor is no more needed.  I hope.
46273      Branch: perl
46274            ! t/lib/posix.t
46275 ____________________________________________________________________________
46276 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
46277         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
46278              From: Hugo <hv@crypt.compulink.co.uk>
46279              Date: Tue, 05 Jun 2001 12:58:19 +0100
46280              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
46281      Branch: perl
46282            ! util.c
46283 ____________________________________________________________________________
46284 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
46285         Log: Make up prototypes only for those who have the functions
46286              but not the prototypes.
46287      Branch: perl
46288            ! perl.h
46289 ____________________________________________________________________________
46290 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
46291         Log: Subject: Re: Not OK: perl@10439 on win32 
46292              From: Prymmer/Kahn <pvhp@best.com> 
46293              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
46294              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
46295      Branch: perl
46296            ! perl.h util.c
46297 ____________________________________________________________________________
46298 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
46299         Log: The metaconfig units changes for #10441.
46300      Branch: metaconfig
46301            ! U/modified/Extract.U U/modified/Extractall.U
46302            ! U/modified/Finish.U
46303 ____________________________________________________________________________
46304 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
46305         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
46306      Branch: perl
46307            ! Configure
46308 ____________________________________________________________________________
46309 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
46310         Log: Unnecessary fuzziness undone, noted by Mike Guy.
46311      Branch: perl
46312            ! t/op/tr.t
46313 ____________________________________________________________________________
46314 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
46315         Log: Update Changes.
46316      Branch: perl
46317            ! Changes patchlevel.h
46318 ____________________________________________________________________________
46319 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
46320         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
46321              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
46322              leakage patch.
46323      Branch: perl
46324            ! t/op/misc.t
46325 ____________________________________________________________________________
46326 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
46327         Log: Test case for #10433/#10424.
46328      Branch: perl
46329            ! t/op/misc.t
46330 ____________________________________________________________________________
46331 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
46332         Log: Subject: One fix for strtoul not setting errno
46333              From: hom00@utsglobal.com (Hal Morris)
46334              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
46335              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
46336      Branch: perl
46337            + uts/strtol_wrap.c
46338            ! MANIFEST hints/uts.sh
46339 ____________________________________________________________________________
46340 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
46341         Log: Metaconfig units changes for #10434.
46342      Branch: metaconfig
46343            ! U/modified/Cppsym.U
46344      Branch: metaconfig/U/perl
46345            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
46346            + d_syscallproto.U d_usleepproto.U
46347            ! longdblfio.U quadfio.U
46348 ____________________________________________________________________________
46349 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
46350         Log: Configure tweaks; add prototype probes, make the cpp symbols
46351              probe to cast, not whine; test for %Ld and %Lf before %lld and
46352              %llf because the L is the ANSI way.
46353      Branch: perl
46354            ! Configure config_h.SH configure.com epoc/config.sh
46355            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
46356            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
46357            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
46358 ____________________________________________________________________________
46359 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
46360         Log: Sigh.  This is what #10424 was supposed to check in.
46361      Branch: perl
46362            ! op.c sv.c sv.h
46363 ____________________________________________________________________________
46364 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
46365         Log: More verbose failure.
46366      Branch: perl
46367            ! t/op/ver.t
46368 ____________________________________________________________________________
46369 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
46370         Log: The .pm changes to go with #10428.
46371      Branch: perl
46372            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
46373            ! ext/Sys/Syslog/Syslog.pm
46374 ____________________________________________________________________________
46375 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
46376         Log: On second thoughts show to utf8 skippage message only
46377              on failures, it's too confusing otherwise,
46378      Branch: perl
46379            ! t/pragma/locale.t
46380 ____________________________________________________________________________
46381 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
46382         Log: Do not import anything from Encode.
46383      Branch: perl
46384            ! ext/MIME/Base64/QuotedPrint.pm
46385 ____________________________________________________________________________
46386 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
46387         Log: The #10402 didn't take.  Weird.
46388      Branch: perl
46389            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46390            ! ext/Sys/Syslog/Syslog.xs
46391 ____________________________________________________________________________
46392 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
46393         Log: Eradicate traces of 'asciirange' re subpragma.
46394      Branch: perl
46395            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
46396            ! pod/perldiag.pod
46397 ____________________________________________________________________________
46398 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
46399         Log: use is a compile-time thing.
46400      Branch: perl
46401            ! ext/MIME/Base64/QuotedPrint.pm
46402 ____________________________________________________________________________
46403 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
46404         Log: Subject: [PATCH perl@10419] -Wall casting patch
46405              From: Robin Barker <rmb1@cise.npl.co.uk>
46406              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
46407              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
46408      Branch: perl
46409            ! ext/Devel/DProf/DProf.xs mg.c
46410 ____________________________________________________________________________
46411 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
46412         Log: Subject: [PATCH #2] introducing SVpad_TYPED
46413              From: Abhijit Menon-Sen <ams@wiw.org>
46414              Date: Mon, 4 Jun 2001 12:26:02 +0530
46415              Message-ID: <20010604122602.A5775@lustre.linux.in>
46416      Branch: perl
46417            ! op.c sv.c sv.h
46418 ____________________________________________________________________________
46419 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
46420         Log: testsuite for change#10192 (from Gisle Aas)
46421      Branch: perl
46422            + t/op/override.t
46423            ! MANIFEST
46424 ____________________________________________________________________________
46425 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
46426         Log: integrate changes#10414-10416 from mainline
46427              
46428              Potential buffer overrun if the radix separator is more than
46429              one byte.  Also, under locales, prefer the locale-specific
46430              separator over the old boring ".".
46431              
46432              "10.", that is, decimal numbers can have no decimal part at all.
46433              
46434              The non-locale places need love, too.
46435      Branch: maint-5.6/perl
46436           !> perl.h sv.c
46437 ____________________________________________________________________________
46438 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
46439         Log: Missed from #10420.
46440      Branch: perl
46441            ! epoc/config.sh
46442 ____________________________________________________________________________
46443 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
46444         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
46445              often this prototype goes with HAS_SETRESUID_PROTO.
46446      Branch: perl
46447            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46448            ! config_h.SH configure.com perl.h uconfig.h
46449 ____________________________________________________________________________
46450 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
46451         Log: Update Changes.
46452      Branch: perl
46453            ! Changes patchlevel.h
46454 ____________________________________________________________________________
46455 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
46456         Log: -Wall "subscript has type `char'" cleanup.
46457      Branch: perl
46458            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
46459 ____________________________________________________________________________
46460 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
46461         Log: Various "cast to pointer from integer of different size"
46462              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
46463              wide but I32 (int) only 32 bits wide).
46464              
46465              WARNING: the classnum and tagnum changes in Storable.xs
46466              may not be wise, they may be breaking binary compatibility
46467              (in 64-bit platforms), asked Raphael Manfredi about the changes.
46468      Branch: perl
46469            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
46470            ! mg.c proto.h
46471 ____________________________________________________________________________
46472 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
46473         Log: The non-locale places need love, too.
46474      Branch: perl
46475            ! perl.h
46476 ____________________________________________________________________________
46477 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
46478         Log: "10.", that is, decimal numbers can have no decimal part at all.
46479      Branch: perl
46480            ! perl.h
46481 ____________________________________________________________________________
46482 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
46483         Log: Potential buffer overrun if the radix separator is more than
46484              one byte.  Also, under locales, prefer the locale-specific
46485              separator over the old boring ".".
46486      Branch: perl
46487            ! perl.h sv.c
46488 ____________________________________________________________________________
46489 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
46490         Log: Integrate change #10412 from maintperl; locale is now
46491              per-cop, not per-op; plus retweak the locale.t to always
46492              list the skipped utf8 locales.
46493      Branch: perl
46494            ! t/pragma/locale.t
46495           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46496           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
46497 ____________________________________________________________________________
46498 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
46499         Log: rationalize locale handling to fix the bugs uncovered by change#10394
46500              
46501              the major issue was that the runtime was looking at PL_hints rather
46502              than op_private to notice whether locale was enabled
46503              
46504              the secondary issue was that many locale-sensitive numeric ops didn't
46505              have HINT_LOCALE propagated into their op_private
46506              
46507              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
46508              instead of per-op, just like HINT_BYTE and the hints for lexical
46509              warnings (this makes the hint available to every op via PL_curcop)
46510              
46511              pragma/locale.t may need to be reworked with these fixes in mind
46512              (it currently passes its tests)
46513      Branch: maint-5.6/perl
46514            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
46515            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
46516 ____________________________________________________________________________
46517 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
46518         Log: More verbose debugging.
46519      Branch: perl
46520            ! t/pragma/locale.t
46521 ____________________________________________________________________________
46522 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
46523         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46524              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
46525              Date: Sat, 2 Jun 2001 22:53:33 +0100
46526              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
46527      Branch: perl
46528            ! regcomp.c t/pragma/warn/regcomp
46529 ____________________________________________________________________________
46530 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
46531         Log: Mention that lexicalizing $a or $b is a bad idea if one
46532              wants to use sort().
46533      Branch: perl
46534            ! pod/perlvar.pod
46535 ____________________________________________________________________________
46536 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
46537         Log: Tweak the test to be happy if the accuracy is 'good enough'.
46538      Branch: perl
46539            ! t/lib/posix.t
46540 ____________________________________________________________________________
46541 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
46542         Log: Upgrade to Attribute::Handlers 0.70.
46543              
46544              NOTE: this unearthed the "too late for CHECK block" bug,
46545              that's why the 1_compile.t change.
46546      Branch: perl
46547            + lib/Attribute/Handlers/demo/Demo.pm
46548            + lib/Attribute/Handlers/demo/Descriptions.pm
46549            + lib/Attribute/Handlers/demo/MyClass.pm
46550            + lib/Attribute/Handlers/demo/demo.pl
46551            + lib/Attribute/Handlers/demo/demo2.pl
46552            + lib/Attribute/Handlers/demo/demo3.pl
46553            + lib/Attribute/Handlers/demo/demo4.pl
46554            + lib/Attribute/Handlers/demo/demo_call.pl
46555            + lib/Attribute/Handlers/demo/demo_chain.pl
46556            + lib/Attribute/Handlers/demo/demo_cycle.pl
46557            + lib/Attribute/Handlers/demo/demo_hashdir.pl
46558            + lib/Attribute/Handlers/demo/demo_phases.pl
46559            + lib/Attribute/Handlers/demo/demo_range.pl
46560            + lib/Attribute/Handlers/demo/demo_rawdata.pl
46561            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
46562            ! t/lib/attrhand.t
46563 ____________________________________________________________________________
46564 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
46565         Log: One less -Wall whine.
46566      Branch: perl
46567            ! regcomp.c
46568 ____________________________________________________________________________
46569 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
46570         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
46571      Branch: perl
46572           !> t/op/eval.t
46573 ____________________________________________________________________________
46574 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
46575         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
46576              aren't "normally" visible inside eval""s contained in subs unless
46577              a cloned reference to them already exists)
46578              
46579              strangely enough, t/harness didn't show this up as a failure
46580              (harness needs fixing?)
46581      Branch: maint-5.6/perl
46582            ! t/op/eval.t
46583 ____________________________________________________________________________
46584 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
46585         Log: Update to Text::Balanced 1.85.
46586      Branch: perl
46587            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
46588 ____________________________________________________________________________
46589 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
46590         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
46591              From: Nicholas Clark <nick@ccl4.org>
46592              Date: Sun, 3 Jun 2001 17:54:36 +0100
46593              Message-ID: <20010603175436.E76396@plum.flirble.org> 
46594      Branch: perl
46595            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
46596            ! ext/Sys/Syslog/Syslog.xs
46597 ____________________________________________________________________________
46598 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
46599         Log: Unused variables.
46600      Branch: perl
46601            ! util.c
46602 ____________________________________________________________________________
46603 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
46604         Log: Subject: [PATCH] APIfy op_clear 
46605              From: Simon Cozens <simon@netthink.co.uk>
46606              Date: Sun, 3 Jun 2001 13:51:46 +0100
46607              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46608              
46609              (despite the subject line, op_null is APIfied by the patch)
46610      Branch: perl
46611            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46612 ____________________________________________________________________________
46613 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
46614         Log: Subject: [PATCH] t/lib/extutils.t
46615              From: Nicholas Clark <nick@ccl4.org>
46616              Date: Sat, 2 Jun 2001 23:57:05 +0100
46617              Message-ID: <20010602235705.Q12698@plum.flirble.org>
46618      Branch: perl
46619            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46620 ____________________________________________________________________________
46621 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
46622         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
46623              From: Prymmer/Kahn <pvhp@best.com>
46624              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
46625              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
46626      Branch: perl
46627            ! win32/Makefile win32/makefile.mk
46628 ____________________________________________________________________________
46629 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
46630         Log: Subject: Re: 'decimal digits' macro? 
46631              From: Hugo <hv@crypt.compulink.co.uk>
46632              Date: Sun, 03 Jun 2001 04:26:36 +0100
46633              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
46634      Branch: perl
46635            ! handy.h t/lib/posix.t t/op/tr.t
46636 ____________________________________________________________________________
46637 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
46638         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46639              From: Hugo <hv@crypt.compulink.co.uk>
46640              Date: Sun, 03 Jun 2001 14:56:30 +0100
46641              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
46642      Branch: perl
46643            ! util.c
46644 ____________________________________________________________________________
46645 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
46646         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
46647      Branch: perl
46648           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
46649           !> vms/perly_c.vms
46650 ____________________________________________________________________________
46651 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
46652         Log: fix leakage of lexicals at file scope into subroutines that were
46653              declared before them; this appears to be a longstanding bug that
46654              meant that lexicals at file scope were never "deintroduced", meaning
46655              their scope range was never properly closed, and their visibility
46656              extended to all subsequent eval""s or requires
46657              
46658              added a test case
46659              
46660              seems to also fix a case of bogus duplicate warnings
46661      Branch: maint-5.6/perl
46662            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
46663            ! vms/perly_c.vms
46664 ____________________________________________________________________________
46665 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
46666         Log: More VMS tweaks from Craig A. Berry.
46667      Branch: perl
46668            ! configure.com t/lib/extutils.t
46669 ____________________________________________________________________________
46670 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
46671         Log: -Wall cleanup continues.
46672      Branch: perl
46673            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
46674            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
46675            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
46676            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
46677            ! run.c toke.c util.c
46678 ____________________________________________________________________________
46679 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
46680         Log: The metaconfig unit change for #10390.
46681      Branch: metaconfig/U/perl
46682            ! gccvers.U
46683 ____________________________________________________________________________
46684 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
46685         Log: Drop the -ansi from the default gcc flags.
46686              
46687              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
46688              that struct cannot be compared with a flat integer, such as STRLEN.
46689              The -ansi will also cause a lot of noise in Solaris because of:
46690              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
46691      Branch: perl
46692            ! Configure
46693 ____________________________________________________________________________
46694 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
46695         Log: Integrate perlio.
46696      Branch: perl
46697           !> pod/perlapi.pod util.c
46698 ____________________________________________________________________________
46699 [ 10388] By: nick                                  on 2001/06/02  08:01:12
46700         Log: Integrate mainline
46701      Branch: perlio
46702           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
46703           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
46704           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
46705           !> t/lib/1_compile.t t/lib/mimeqp.t
46706 ____________________________________________________________________________
46707 [ 10387] By: nick                                  on 2001/06/02  07:39:17
46708         Log: Tweak util.c's atof2 for MULTIPLICITY
46709      Branch: perlio
46710            ! util.c
46711 ____________________________________________________________________________
46712 [ 10386] By: nick                                  on 2001/06/02  07:38:33
46713         Log: Integrate mainline
46714      Branch: perlio
46715           !> (integrate 41 files)
46716 ____________________________________________________________________________
46717 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
46718         Log: Add Attribute::Handlers 0.61 from Damian Conway.
46719      Branch: perl
46720            + lib/Attribute/Handlers.pm t/lib/attrhand.t
46721            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
46722 ____________________________________________________________________________
46723 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
46724         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
46725              From: Peter Prymmer <pvhp@forte.com>
46726              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
46727              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
46728      Branch: perl
46729            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
46730 ____________________________________________________________________________
46731 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
46732         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
46733              From: Jeff Pinyan <jeffp@crusoe.net>
46734              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
46735              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
46736      Branch: perl
46737            ! lib/File/Find.pm
46738 ____________________________________________________________________________
46739 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
46740         Log: Subject: [PATCH perl@10381] configure.com tweaks
46741              From: "Craig A. Berry" <craigberry@mac.com>
46742              Date: Fri, 1 Jun 2001 13:55:43 -0500
46743              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
46744      Branch: perl
46745            ! configure.com
46746 ____________________________________________________________________________
46747 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
46748         Log: Update Changes.
46749      Branch: perl
46750            ! Changes patchlevel.h
46751 ____________________________________________________________________________
46752 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
46753         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
46754              From: Mike Guy <mjtg@cam.ac.uk>
46755              Date: Fri, 01 Jun 2001 18:17:02 +0100
46756              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
46757      Branch: perl
46758            ! lib/perl5db.pl
46759 ____________________________________________________________________________
46760 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
46761         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46762              From: Hugo <hv@crypt.compulink.co.uk>
46763              Date: Thu, 31 May 2001 20:49:48 +0100
46764              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
46765      Branch: perl
46766            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
46767            ! util.c
46768 ____________________________________________________________________________
46769 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
46770         Log: Zero() is not available in x2p (or, rather, some of its
46771              implementations like memzero() might not be available.)
46772      Branch: perl
46773            ! x2p/hash.c
46774 ____________________________________________________________________________
46775 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
46776         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
46777              From: Michael G Schwern <schwern@pobox.com>
46778              Date: Fri, 1 Jun 2001 12:00:29 +0100
46779              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
46780              
46781              (But use Zero() instead of memset.)
46782      Branch: perl
46783            ! x2p/hash.c
46784 ____________________________________________________________________________
46785 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
46786         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46787              From: Jeff Pinyan <jeffp@crusoe.net>
46788              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
46789              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
46790      Branch: perl
46791            ! pod/perldiag.pod regcomp.c t/op/pat.t
46792 ____________________________________________________________________________
46793 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
46794         Log: Retract #10324 and #10333; not needed.
46795      Branch: perl
46796            ! hints/irix_6.sh hints/linux.sh
46797 ____________________________________________________________________________
46798 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
46799         Log: The #10370 wasn't quite right.
46800      Branch: perl
46801            ! ext/XS/Typemap/Typemap.xs
46802 ____________________________________________________________________________
46803 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
46804         Log: The metaconfig units changes for #10372.
46805      Branch: metaconfig/U/perl
46806            + d_realpath.U d_sresgproto.U d_sresuproto.U
46807            ! gccvers.U i_db.U
46808 ____________________________________________________________________________
46809 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
46810         Log: Configure tweaks; record the Berkeley DB version,
46811              probe for realpath(), for setresuid() and setresgid()
46812              prototypes; use realpath() (try to be paranoid enough),
46813              use the setres[ug]id prototypes because glibc has the functions
46814              but not their prototypes; add -Wall -ansi to gcc ccflags;
46815              regen toc.
46816      Branch: perl
46817            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46818            ! config_h.SH configure.com epoc/config.sh
46819            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
46820            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46821            ! vos/config.ga.def win32/config.bc win32/config.gc
46822            ! win32/config.vc
46823 ____________________________________________________________________________
46824 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
46825         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
46826              From: Michael G Schwern <schwern@pobox.com>
46827              Date: Fri, 1 Jun 2001 11:28:14 +0100
46828              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
46829      Branch: perl
46830            ! lib/attributes.pm xsutils.c
46831 ____________________________________________________________________________
46832 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
46833         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
46834              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46835              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
46836              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
46837      Branch: perl
46838            ! ext/XS/Typemap/Typemap.xs
46839 ____________________________________________________________________________
46840 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
46841         Log: Subject: [patch] Cwd.xs optimizations/abstraction
46842              From: Doug MacEachern <dougm@covalent.net>
46843              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
46844              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
46845      Branch: perl
46846            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
46847            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
46848 ____________________________________________________________________________
46849 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
46850         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!])
46851              From: Nicholas Clark <nick@ccl4.org>
46852              Date: Thu, 31 May 2001 23:56:40 +0100
46853              Message-ID: <20010531235640.F12698@plum.flirble.org>
46854              
46855              Make the test work also under only static extensions
46856              (sh Configure -Uusedl fakes this nicely)
46857      Branch: perl
46858            ! t/lib/extutils.t
46859 ____________________________________________________________________________
46860 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
46861         Log: Subject: [PATCH hv.c] Eliminating trigraph
46862              From: Michael G Schwern <schwern@pobox.com>
46863              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
46864              Date: Fri, 1 Jun 2001 11:49:56 +0100
46865      Branch: perl
46866            ! hv.c
46867 ____________________________________________________________________________
46868 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
46869         Log: Subject: Re: [PATCH] Tests for File::Compare 
46870              From: "Philip Newton" <Philip.Newton@gmx.net>
46871              Date: Thu, 31 May 2001 19:44:05 +0200
46872              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
46873              
46874              Unnecessary "quotation marks".
46875      Branch: perl
46876            ! t/lib/filecomp.t
46877 ____________________________________________________________________________
46878 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
46879         Log: Integrate perlio.
46880      Branch: perl
46881           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
46882 ____________________________________________________________________________
46883 [ 10364] By: nick                                  on 2001/06/01  10:13:31
46884         Log: Cleanup dll.base and dll.exp created by GCC builds.
46885      Branch: perlio
46886            ! lib/ExtUtils/MM_Win32.pm
46887 ____________________________________________________________________________
46888 [ 10363] By: nick                                  on 2001/06/01  10:02:17
46889         Log: Make filecomp test work on CRLF platforms by adding binmode.
46890      Branch: perlio
46891            ! t/lib/filecomp.t
46892 ____________________________________________________________________________
46893 [ 10362] By: nick                                  on 2001/06/01  08:37:17
46894         Log: Integrate mainline
46895      Branch: perlio
46896           !> Changes Configure patchlevel.h perlio.c
46897 ____________________________________________________________________________
46898 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
46899         Log: panic:claustrophobia.
46900      Branch: perl
46901            ! perlio.c
46902 ____________________________________________________________________________
46903 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
46904         Log: Update Changes.
46905      Branch: perl
46906            ! Changes patchlevel.h
46907 ____________________________________________________________________________
46908 [ 10359] By: nick                                  on 2001/05/31  12:35:50
46909         Log: Integrate mainline.
46910      Branch: perlio
46911           +> t/lib/filecomp.t
46912           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
46913           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
46914 ____________________________________________________________________________
46915 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
46916         Log: Integrate perlio.
46917      Branch: perl
46918           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
46919           !> win32/config_H.vc
46920 ____________________________________________________________________________
46921 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
46922         Log: Metaconfig unit change for #10356.
46923      Branch: metaconfig
46924            ! U/installdirs/inc_version_list.U
46925 ____________________________________________________________________________
46926 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
46927         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
46928              (idea from Sarathy; implementation from Andy)
46929      Branch: perl
46930            ! Configure
46931 ____________________________________________________________________________
46932 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
46933         Log: More AUTHORS.
46934      Branch: perl
46935            ! AUTHORS
46936 ____________________________________________________________________________
46937 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
46938         Log: Subject: Re: [PATCH] Tests for File::Compare
46939              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
46940              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
46941              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
46942      Branch: perl
46943            + t/lib/filecomp.t
46944            ! MANIFEST t/lib/1_compile.t
46945 ____________________________________________________________________________
46946 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
46947         Log: Subject: [PATCH] DEBUG_* macro cleanups
46948              From: Abhijit Menon-Sen <ams@wiw.org>
46949              Date: Thu, 31 May 2001 12:16:22 +0530
46950              Message-ID: <20010531121622.B4829@lustre.linux.in>
46951              
46952              Subject: Re: [PATCH] DEBUG_* macro cleanups
46953              From: Abhijit Menon-Sen <ams@wiw.org>
46954              Date: Thu, 31 May 2001 13:57:01 +0530
46955              Message-ID: <20010531135701.A21775@lustre.linux.in>
46956              
46957              (The DEBUG_ definitions in perl.h changed to use the
46958              STMT_START and STMT_END.)
46959      Branch: perl
46960            ! perl.h pp_ctl.c sv.c toke.c
46961 ____________________________________________________________________________
46962 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
46963         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
46964              From: Abhijit Menon-Sen <ams@wiw.org>
46965              Date: Thu, 31 May 2001 08:27:55 +0530
46966              Message-ID: <20010531082755.A10018@lustre.linux.in>
46967      Branch: perl
46968            ! ext/Storable/Storable.xs gv.c perl.c
46969 ____________________________________________________________________________
46970 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
46971         Log: Subject: [PATCH] AUTHORS
46972              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46973              Date: Thu, 31 May 2001 01:27:59 -0500
46974              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
46975              
46976              Subject: Re: [PATCH] AUTHORS
46977              From: "Philip Newton" <Philip.Newton@gmx.net>
46978              Date: Thu, 31 May 2001 10:08:06 +0200
46979              (Message-Id missing?)
46980      Branch: perl
46981            ! AUTHORS
46982 ____________________________________________________________________________
46983 [ 10350] By: nick                                  on 2001/05/31  11:40:43
46984         Log: win32 - dmake regen_config_h
46985      Branch: perlio
46986            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46987 ____________________________________________________________________________
46988 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
46989         Log: Subject: Re: [PATCH util.c] More warning cleanups.
46990              From: "Philip Newton" <Philip.Newton@gmx.net>
46991              Date: Thu, 31 May 2001 07:41:36 +0200
46992              Message-Id: <200105310538.IAA25458@taku.hut.fi>
46993              
46994              Undo C++-ism that snekt in.
46995      Branch: perl
46996            ! util.c
46997 ____________________________________________________________________________
46998 [ 10348] By: nick                                  on 2001/05/31  11:36:46
46999         Log: Tolerate Win32 numerics
47000      Branch: perlio
47001            ! t/pragma/warn/toke
47002 ____________________________________________________________________________
47003 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
47004         Log: Integrate perlio.
47005      Branch: perl
47006           !> perlio.c win32/win32.h
47007 ____________________________________________________________________________
47008 [ 10346] By: nick                                  on 2001/05/31  10:54:55
47009         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
47010              perlio.c change 10255.
47011      Branch: perlio
47012            ! perlio.c
47013 ____________________________________________________________________________
47014 [ 10345] By: nick                                  on 2001/05/31  10:01:57
47015         Log: Conditionally put back some "unused" dTHX which are used
47016              with PERL_IMPLICIT_SYS
47017      Branch: perlio
47018            ! perlio.c
47019 ____________________________________________________________________________
47020 [ 10344] By: nick                                  on 2001/05/31  10:00:59
47021         Log: Fix Win32 for new spelling IN_BYTES 
47022      Branch: perlio
47023            ! win32/win32.h
47024 ____________________________________________________________________________
47025 [ 10343] By: nick                                  on 2001/05/31  08:01:32
47026         Log: perlio.c -Wall cleaner under MULTIPLICITY
47027              - still minor noise with linux stdio
47028      Branch: perlio
47029            ! perlio.c
47030 ____________________________________________________________________________
47031 [ 10342] By: nick                                  on 2001/05/31  07:52:23
47032         Log: Integrate mainline.
47033      Branch: perlio
47034           !> (integrate 42 files)
47035 ____________________________________________________________________________
47036 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
47037         Log: AUTHORS updates.
47038      Branch: perl
47039            ! AUTHORS
47040 ____________________________________________________________________________
47041 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
47042         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
47043              From: Peter Prymmer <pvhp@forte.com>
47044              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
47045              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
47046      Branch: perl
47047            ! t/lib/md5-file.t
47048 ____________________________________________________________________________
47049 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
47050         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
47051              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
47052              to match the pragma name; various robustness cleanups.
47053      Branch: perl
47054            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
47055            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
47056 ____________________________________________________________________________
47057 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
47058         Log: More -Wall sweeping.
47059      Branch: perl
47060            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
47061            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
47062            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
47063            ! regcomp.c sv.c toke.c utf8.c
47064 ____________________________________________________________________________
47065 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
47066         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
47067              From: Nicholas Clark <nick@ccl4.org>
47068              Date: Wed, 30 May 2001 22:34:41 +0100
47069              Message-ID: <20010530223441.Y86445@plum.flirble.org>
47070      Branch: perl
47071            ! t/op/cmp.t
47072 ____________________________________________________________________________
47073 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
47074         Log: It's is not, it isn't ain't, and it's it's, not its,
47075              if you mean it is. If you don't, it's its. Then too,
47076              it's hers. It isn't her's. It isn't our's either.
47077              It's ours, and likewise yours and theirs.
47078              -- Oxford University Press, Edpress News
47079      Branch: perl
47080            ! lib/autouse.pm
47081 ____________________________________________________________________________
47082 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
47083         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
47084      Branch: perl
47085            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
47086            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
47087            ! x2p/str.c x2p/walk.c xsutils.c
47088 ____________________________________________________________________________
47089 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
47090         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47091              From: Michael G Schwern <schwern@pobox.com>
47092              Date: Wed, 30 May 2001 17:10:38 +0100
47093              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
47094              
47095              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
47096              From: Abhijit Menon-Sen <ams@wiw.org>
47097              Date: Wed, 30 May 2001 23:16:13 +0530
47098              Message-ID: <20010530231613.A31933@lustre.linux.in>
47099      Branch: perl
47100            ! perl.c t/run/runenv.t
47101 ____________________________________________________________________________
47102 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
47103         Log: (Retracted by #10375.)
47104              
47105              IRIX hints patch from Merijn Broeren.
47106              
47107              TODO: (this and the earlier Linux hints patch) should be solved
47108              at Configure level.  Merijn: -ldb should not be used on any platform
47109              for perl, just when linking DBFile itself. Trying to be helpful here
47110              is counterproductive.
47111      Branch: perl
47112            ! hints/irix_6.sh
47113 ____________________________________________________________________________
47114 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
47115         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
47116              From: Nicholas Clark <nick@ccl4.org>
47117              Date: Wed, 30 May 2001 23:20:58 +0100
47118              Message-ID: <20010530232058.B86445@plum.flirble.org>
47119      Branch: perl
47120            ! doop.c
47121 ____________________________________________________________________________
47122 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
47123         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47124              From: Michael G Schwern <schwern@pobox.com> 
47125              Date: Wed, 30 May 2001 15:24:20 +0100
47126              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
47127      Branch: perl
47128            ! t/pragma/autouse.t
47129 ____________________________________________________________________________
47130 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
47131         Log: The regex trick wasn't a good idea.
47132      Branch: perl
47133            ! pod/perlfaq4.pod
47134 ____________________________________________________________________________
47135 [ 10329] By: nick                                  on 2001/05/30  18:34:35
47136         Log: Integrate mainline
47137      Branch: perlio
47138           !> (integrate 40 files)
47139 ____________________________________________________________________________
47140 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
47141         Log: Update Changes.
47142      Branch: perl
47143            ! Changes patchlevel.h
47144 ____________________________________________________________________________
47145 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
47146         Log: The metaconfig unit change for #10325.
47147      Branch: metaconfig
47148            + U/modified/afs.U
47149 ____________________________________________________________________________
47150 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
47151         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
47152              is now wrong.
47153      Branch: perl
47154            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
47155 ____________________________________________________________________________
47156 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
47157         Log: Introduce $Config{afsroot}.
47158      Branch: perl
47159            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47160            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
47161            ! win32/config.gc win32/config.vc
47162 ____________________________________________________________________________
47163 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
47164         Log: (Retracted by #10375.)
47165              
47166              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
47167      Branch: perl
47168            ! hints/linux.sh
47169 ____________________________________________________________________________
47170 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
47171         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
47172              (Also Configure tweaks needed; coming up soon.)
47173      Branch: perl
47174            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
47175 ____________________________________________________________________________
47176 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
47177         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
47178              From: Michael G Schwern <schwern@pobox.com>
47179              Date: Sun, 27 May 2001 10:29:43 +0100
47180              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
47181      Branch: perl
47182            ! lib/perl5db.pl
47183 ____________________________________________________________________________
47184 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
47185         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
47186              and Abhijit Menon-Sen.
47187      Branch: perl
47188            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
47189            ! perl.c pp_sys.c regcomp.c
47190 ____________________________________________________________________________
47191 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
47192         Log: Fix the BOOT section to call myU2time properly.
47193      Branch: perl
47194            ! ext/Time/HiRes/HiRes.xs
47195 ____________________________________________________________________________
47196 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
47197         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47198              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
47199              Date: Wed, 30 May 2001 09:44:29 -0400
47200              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
47201              
47202              Detypo; plus add one more trick.
47203      Branch: perl
47204            ! pod/perlfaq4.pod
47205 ____________________________________________________________________________
47206 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
47207         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)
47208              From: Michael G Schwern <schwern@pobox.com>
47209              Date: Wed, 30 May 2001 14:39:06 +0100
47210              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
47211      Branch: perl
47212            ! lib/autouse.pm t/pragma/autouse.t
47213 ____________________________________________________________________________
47214 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
47215         Log: Subject: Re: AIX and gcc (moving targets)
47216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47217              Date: Wed, 30 May 2001 15:25:08 +0200
47218              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
47219      Branch: perl
47220            ! ext/Time/HiRes/HiRes.xs
47221 ____________________________________________________________________________
47222 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
47223         Log: Subject: [PATCH t/TEST] sorting tests
47224              From: Michael G Schwern <schwern@pobox.com>
47225              Date: Wed, 30 May 2001 10:24:02 +0100
47226              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
47227      Branch: perl
47228            ! t/TEST
47229 ____________________________________________________________________________
47230 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
47231         Log: Subject: [ID 20010529.002] typos in man page perlre
47232              From: bart@cg681574-a.adubn1.nj.home.com 
47233              Date: Tue, 29 May 2001 13:58:59 -0500
47234              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
47235      Branch: perl
47236            ! pod/perlre.pod
47237 ____________________________________________________________________________
47238 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
47239         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
47240              From: "Craig A. Berry" <craigberry@mac.com>
47241              Date: Tue, 29 May 2001 23:23:45 -0500
47242              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
47243      Branch: perl
47244            ! t/lib/extutils.t t/pragma/autouse.t
47245 ____________________________________________________________________________
47246 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
47247         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)
47248              From: David Dyck <dcd@tc.fluke.com>
47249              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
47250              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
47251      Branch: perl
47252            ! t/lib/filefind.t
47253 ____________________________________________________________________________
47254 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
47255         Log: AIX hints update for gcc from Merijn H. Brand.
47256      Branch: perl
47257            ! hints/aix.sh
47258 ____________________________________________________________________________
47259 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
47260         Log: Retract #10295 and #10296: a more generic solution
47261              is needed (there's something funny with gcc on AIX).
47262      Branch: perl
47263            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
47264 ____________________________________________________________________________
47265 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
47266         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47267              From: Hugo <hv@crypt.compulink.co.uk>
47268              Date: Wed, 30 May 2001 11:59:19 +0100
47269              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
47270              
47271              localizing $@ has unfortunate semantics - if you die past
47272              a local $@, the die message is lost.
47273      Branch: perl
47274            ! lib/utf8_heavy.pl
47275 ____________________________________________________________________________
47276 [ 10309] By: nick                                  on 2001/05/30  08:23:02
47277         Log: Integrate mainline (autouse works again.)
47278      Branch: perlio
47279           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
47280           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
47281           !> pod/perlvar.pod t/op/cmp.t
47282 ____________________________________________________________________________
47283 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
47284         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
47285              From: David Dyck <dcd@tc.fluke.com>
47286              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
47287              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
47288      Branch: perl
47289            ! lib/File/Find.pm
47290 ____________________________________________________________________________
47291 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
47292         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
47293              From: Nicholas Clark <nick@ccl4.org>
47294              Date: Tue, 29 May 2001 23:16:09 +0100
47295              Message-ID: <20010529231609.U86445@plum.flirble.org>
47296              
47297              Make the test output slightly clearer by distinguishing
47298              between '' and undef.
47299      Branch: perl
47300            ! t/op/cmp.t
47301 ____________________________________________________________________________
47302 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
47303         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
47304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47305              Date: Tue, 29 May 2001 19:15:19 -0400
47306              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
47307      Branch: perl
47308            ! hints/os2.sh
47309 ____________________________________________________________________________
47310 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
47311         Log: Subject: perlvar.pod addition
47312              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
47313              Date: Fri, 25 May 2001 20:23:12 +0200
47314              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
47315              
47316              Subject: Re: perlvar.pod addition
47317              From: "Abigail" <abigail@foad.org> 
47318              Date: Fri, 25 May 2001 22:00:39 +0200
47319              Message-ID: <20010525200039.28029.qmail@foad.org>
47320              
47321              Mention $a and $b in perlvar.
47322      Branch: perl
47323            ! pod/perlvar.pod
47324 ____________________________________________________________________________
47325 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
47326         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
47327              From: Jeff Pinyan <jeffp@crusoe.net>
47328              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
47329              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
47330      Branch: perl
47331            ! pod/perlvar.pod
47332 ____________________________________________________________________________
47333 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
47334         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
47335              From: Jeff Pinyan <jeffp@crusoe.net>
47336              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
47337              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
47338      Branch: perl
47339            ! pod/perlfaq6.pod
47340 ____________________________________________________________________________
47341 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
47342         Log: Mention Time::localtime and Time::gmtime.
47343      Branch: perl
47344            ! ext/Time/Piece/Piece.pm
47345 ____________________________________________________________________________
47346 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
47347         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
47348              From: Michael G Schwern <schwern@pobox.com>
47349              Date: Tue, 29 May 2001 18:51:32 +0100
47350              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
47351      Branch: perl
47352            ! pod/perlfaq4.pod
47353 ____________________________________________________________________________
47354 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
47355         Log: Retract #10243.
47356      Branch: perl
47357            ! lib/autouse.pm
47358 ____________________________________________________________________________
47359 [ 10299] By: nick                                  on 2001/05/29  18:41:19
47360         Log: Post weekend integrate mainline (fails one test pragma/autouse).
47361      Branch: perlio
47362           +> (branch 29 files)
47363           !> (integrate 91 files)
47364 ____________________________________________________________________________
47365 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
47366         Log: Update Changes.
47367      Branch: perl
47368            ! Changes patchlevel.h
47369 ____________________________________________________________________________
47370 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
47371         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
47372              before Perl_load_module/Perl_call_method and restore the value
47373              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
47374      Branch: perl
47375            ! utf8.c
47376 ____________________________________________________________________________
47377 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
47378         Log: Subject: Re: AIX and gcc (moving targets)
47379              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47380              Date: Tue, 29 May 2001 17:59:40 +0200
47381              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
47382      Branch: perl
47383            ! ext/Storable/Makefile.PL
47384 ____________________________________________________________________________
47385 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
47386         Log: Subject: Re: AIX and gcc (moving targets)
47387              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47388              Date: Tue, 29 May 2001 12:32:57 +0200
47389              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
47390      Branch: perl
47391            ! ext/POSIX/Makefile.PL
47392 ____________________________________________________________________________
47393 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
47394         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
47395              From: Michael G Schwern <schwern@pobox.com>
47396              Date: Tue, 29 May 2001 09:53:29 +0100
47397              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
47398              
47399              (#10280 retracted)
47400      Branch: perl
47401            ! lib/Test/Harness.pm t/lib/test-harness.t
47402 ____________________________________________________________________________
47403 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
47404         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
47405              From: Michael G Schwern <schwern@pobox.com>
47406              Date: Tue, 29 May 2001 09:19:52 +0100
47407              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
47408      Branch: perl
47409            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
47410            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
47411            + t/lib/Test/todo.t
47412            ! MANIFEST lib/Test.pm t/TEST
47413 ____________________________________________________________________________
47414 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
47415         Log: From: Michael G Schwern <schwern@pobox.com>
47416              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
47417              Date: Tue, 29 May 2001 08:26:09 +0100
47418              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
47419      Branch: perl
47420            ! t/TEST
47421 ____________________________________________________________________________
47422 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
47423         Log: Add tests for Time::gmtime and Time::localtime.
47424      Branch: perl
47425            + t/lib/time-gmtime.t t/lib/time-localtime.t
47426            ! MANIFEST t/lib/1_compile.t
47427 ____________________________________________________________________________
47428 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
47429         Log: Add test for File::stat.
47430      Branch: perl
47431            + t/lib/filestat.t
47432            ! MANIFEST t/lib/1_compile.t
47433 ____________________________________________________________________________
47434 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
47435         Log: Add test for Net::servent.
47436      Branch: perl
47437            + t/lib/net-sent.t
47438            ! MANIFEST t/lib/1_compile.t
47439 ____________________________________________________________________________
47440 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
47441         Log: Add test for Net::protoent.
47442      Branch: perl
47443            + t/lib/net-pent.t
47444            ! MANIFEST t/lib/1_compile.t
47445 ____________________________________________________________________________
47446 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
47447         Log: Add test for Net::netent.
47448      Branch: perl
47449            + t/lib/net-nent.t
47450            ! MANIFEST t/lib/1_compile.t
47451 ____________________________________________________________________________
47452 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
47453         Log: Add test for User::grent.  Portability doubtful.
47454      Branch: perl
47455            + t/lib/user-grent.t
47456            ! MANIFEST t/lib/1_compile.t
47457 ____________________________________________________________________________
47458 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
47459         Log: Add test for User::pwent.
47460              Probably will fall down somewhere for portability reasons.
47461      Branch: perl
47462            + t/lib/user-pwent.t
47463            ! MANIFEST t/lib/1_compile.t
47464 ____________________________________________________________________________
47465 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
47466         Log: Metaconfig units changes for #10283.
47467      Branch: metaconfig
47468            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
47469            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
47470            ! U/installdirs/sitescript.U U/modified/Signal.U
47471 ____________________________________________________________________________
47472 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
47473         Log: Subject: [PATCH 5.6.1] signal names in Configure
47474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47475              Date: Tue, 29 May 2001 03:52:25 -0400
47476              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
47477              
47478              Subject: [PATCH 5.6.1] older perl in Configure
47479              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47480              Date: Tue, 29 May 2001 03:55:40 -0400
47481              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
47482              
47483              Subject: [PATCH 5.6.1] goofs in Configure
47484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47485              Date: Tue, 29 May 2001 04:13:07 -0400
47486              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
47487              
47488              Configure portability tweaks.
47489      Branch: perl
47490            ! Configure
47491 ____________________________________________________________________________
47492 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
47493         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
47494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47495              Date: Tue, 29 May 2001 04:07:06 -0400
47496              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
47497      Branch: perl
47498            ! os2/os2.c
47499 ____________________________________________________________________________
47500 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
47501         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
47502              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47503              Date: Tue, 29 May 2001 04:01:38 -0400
47504              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
47505      Branch: perl
47506            ! hints/os2.sh os2/Makefile.SHs
47507 ____________________________________________________________________________
47508 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
47509         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
47510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47511              Date: Tue, 29 May 2001 03:50:18 -0400
47512              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
47513      Branch: perl
47514            ! lib/Test/Harness.pm
47515 ____________________________________________________________________________
47516 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
47517         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
47518      Branch: perl
47519            ! lib/utf8_heavy.pl
47520 ____________________________________________________________________________
47521 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
47522         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
47523              From: Hugo <hv@crypt.compulink.co.uk>
47524              Date: Tue, 29 May 2001 03:03:45 +0100
47525              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
47526              
47527              Explanation why the $@ always gets the UTF8 flag when under use utf8--
47528              because we told it to have the flag when under use utf8.
47529      Branch: perl
47530            ! pp_ctl.c
47531 ____________________________________________________________________________
47532 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
47533         Log: At least a partial fix for 20010528.004.
47534      Branch: perl
47535            ! lib/utf8_heavy.pl
47536 ____________________________________________________________________________
47537 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
47538         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
47539              From: Nicholas Clark <nick@ccl4.org> 
47540              Date: Mon, 28 May 2001 23:39:38 +0100
47541              Message-ID: <20010528233938.M86445@plum.flirble.org>
47542              
47543              More portable non-zero UV.
47544      Branch: perl
47545            ! t/lib/extutils.t
47546 ____________________________________________________________________________
47547 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
47548         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
47549              From: Nicholas Clark <nick@ccl4.org>
47550              Date: Mon, 28 May 2001 22:46:09 +0100
47551              Message-ID: <20010528224608.L86445@plum.flirble.org>
47552              
47553              Test also "make clean".
47554      Branch: perl
47555            ! t/lib/extutils.t
47556 ____________________________________________________________________________
47557 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
47558         Log: Subject: Re: Would -Wno-unused -Wall be better?
47559              From: Michael G Schwern <schwern@pobox.com>
47560              Date: Tue, 29 May 2001 00:55:54 +0100
47561              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
47562      Branch: perl
47563            ! pp.h
47564 ____________________________________________________________________________
47565 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
47566         Log: Add a test for 20010528.007, fixed in #10272.
47567      Branch: perl
47568            ! t/op/misc.t toke.c
47569 ____________________________________________________________________________
47570 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
47571         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
47572              From: Hugo <hv@crypt.compulink.co.uk>
47573              Date: Tue, 29 May 2001 00:23:23 +0100
47574              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
47575      Branch: perl
47576            ! toke.c
47577 ____________________________________________________________________________
47578 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
47579         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47580              From: Michael G Schwern <schwern@pobox.com>
47581              Date: Tue, 29 May 2001 00:42:59 +0100
47582              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
47583      Branch: perl
47584            ! t/pragma/autouse.t
47585 ____________________________________________________________________________
47586 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
47587         Log: Some shells seemingly arrange the signal handlers differently
47588              (bug id 20010521.004).
47589      Branch: perl
47590            ! t/lib/sigaction.t
47591 ____________________________________________________________________________
47592 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
47593         Log: Regen perlmodlib.
47594      Branch: perl
47595            ! pod/perlmodlib.pod
47596 ____________________________________________________________________________
47597 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
47598         Log: Update Changes.
47599      Branch: perl
47600            ! Changes patchlevel.h
47601 ____________________________________________________________________________
47602 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
47603         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
47604              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
47605              Date: Mon, 28 May 2001 14:56:35 -0500
47606              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
47607      Branch: perl
47608            ! pod/perlnewmod.pod
47609 ____________________________________________________________________________
47610 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
47611         Log: Regen toc.
47612      Branch: perl
47613            ! pod/perltoc.pod
47614 ____________________________________________________________________________
47615 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
47616         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
47617              From: "Richard Soderberg" <rs@crystalflame.net>
47618              Date: Mon, 28 May 2001 12:31:23 -0700
47619              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
47620      Branch: perl
47621            ! t/op/splice.t
47622 ____________________________________________________________________________
47623 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
47624         Log: The #10260 was too bold: locales and utf8 still do not mix.
47625      Branch: perl
47626            ! t/pragma/locale.t
47627 ____________________________________________________________________________
47628 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
47629         Log: Subject: [PATCH] Pod nitpicks
47630              From: "Richard Soderberg" <rs@crystalflame.net>
47631              Date: Mon, 28 May 2001 10:08:58 -0700
47632              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
47633      Branch: perl
47634            ! pod/perl571delta.pod pod/perlapi.pod sv.h
47635 ____________________________________________________________________________
47636 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
47637         Log: Upgrade to I18N::LangTags 0.22.
47638      Branch: perl
47639            + lib/I18N/LangTags/List.pod
47640            ! MANIFEST lib/I18N/LangTags.pm
47641 ____________________________________________________________________________
47642 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
47643         Log: A slightly more serious bug found by -Mutf8; op/misc and
47644              lib/complex dumped core.
47645      Branch: perl
47646            ! regexec.c
47647 ____________________________________________________________________________
47648 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
47649         Log: Various buglets shaken out by -Mutf8.
47650      Branch: perl
47651            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
47652            ! t/pragma/locale.t
47653 ____________________________________________________________________________
47654 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
47655         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
47656      Branch: perl
47657            ! t/lib/carp.t
47658 ____________________________________________________________________________
47659 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
47660         Log: Subject: [PATCH] todo patch
47661              From: Artur Bergman <artur@contiller.se> 
47662              Date: Mon, 28 May 2001 17:03:51 +0200
47663              Message-ID: <B7383577.F34%artur@contiller.se>
47664      Branch: perl
47665            ! pod/perltodo.pod
47666 ____________________________________________________________________________
47667 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
47668         Log: Subject: typo in perlguts.pod
47669              From: "John P. Linderman" <jpl@research.att.com>
47670              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
47671              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
47672      Branch: perl
47673            ! pod/perlguts.pod
47674 ____________________________________________________________________________
47675 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
47676         Log: Subject: AIX and gcc (moving targets)
47677              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47678              Date: Mon, 28 May 2001 12:54:04 +0200
47679              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
47680      Branch: perl
47681            ! hints/aix.sh
47682 ____________________________________________________________________________
47683 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
47684         Log: Subject: Re: perlio + multiple perl_alloc..destruct
47685              From: Doug MacEachern <dougm@covalent.net>
47686              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
47687              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
47688      Branch: perl
47689            ! perlio.c
47690 ____________________________________________________________________________
47691 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
47692         Log: The #10251 wasn't quite up-to-the-code.
47693      Branch: perl
47694            ! t/op/misc.t
47695 ____________________________________________________________________________
47696 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
47697         Log: Test case for bug 20010526.004, fixed in #10252.
47698      Branch: perl
47699            ! t/op/taint.t
47700 ____________________________________________________________________________
47701 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
47702         Log: Subject: Re: [ID 20010526.004] Taint looses value
47703              From: Hugo <hv@crypt.compulink.co.uk>
47704              Date: Sun, 27 May 2001 20:39:32 +0100
47705              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
47706      Branch: perl
47707            ! sv.c
47708 ____________________________________________________________________________
47709 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
47710         Log: Test case for 20010422.005, fixed by #10250.
47711      Branch: perl
47712            ! t/op/misc.t
47713 ____________________________________________________________________________
47714 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
47715         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
47716              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47717              Date: Mon, 28 May 2001 06:39:12 -0400
47718              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
47719      Branch: perl
47720            ! toke.c
47721 ____________________________________________________________________________
47722 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
47723         Log: Linerewrapping.
47724      Branch: perl
47725            ! lib/open.pm
47726 ____________________________________________________________________________
47727 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
47728         Log: Updates on the modules list.
47729      Branch: perl
47730            ! t/lib/1_compile.t
47731 ____________________________________________________________________________
47732 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
47733         Log: Add a test for PerlIO.
47734              
47735              (I probably got the crlf/raw thing wrong for clrfy platforms...)
47736      Branch: perl
47737            + t/lib/perlio.t
47738            ! MANIFEST lib/PerlIO.pm
47739 ____________________________________________________________________________
47740 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
47741         Log: Add a test for carp et alia.
47742      Branch: perl
47743            + t/lib/carp.t
47744            ! MANIFEST
47745 ____________________________________________________________________________
47746 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
47747         Log: Adding the new test would be swell.
47748      Branch: perl
47749            + t/pragma/autouse.t
47750 ____________________________________________________________________________
47751 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
47752         Log: Add a test for the autouse pragma.
47753      Branch: perl
47754            ! MANIFEST
47755 ____________________________________________________________________________
47756 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
47757         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47758              From: dLux <dlux@spam.sch.bme.hu>
47759              Date: Sun, 27 May 2001 16:14:26 +0200
47760              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
47761      Branch: perl
47762            ! lib/autouse.pm
47763 ____________________________________________________________________________
47764 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
47765         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
47766              From: "Richard Soderberg" <rs@crystalflame.net>
47767              Date: Mon, 28 May 2001 03:56:36 -0700
47768              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
47769      Branch: perl
47770            ! utils/dprofpp.PL
47771 ____________________________________________________________________________
47772 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
47773         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
47774              From: "Stephen P. Potter" <spp@spotter.yi.org>
47775              Date: Tue, 22 May 2001 11:40:25 -0400
47776              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
47777              
47778              Subject: Re: [ID 20010522.003] Time::Local module bug
47779              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
47780              Date: Tue, 22 May 2001 11:50:19 -0400
47781              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
47782      Branch: perl
47783            ! lib/Time/Local.pm
47784 ____________________________________________________________________________
47785 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
47786         Log: The PERL_DL_NONLAZY can have whitespace in front.
47787      Branch: perl
47788            ! t/lib/extutils.t
47789 ____________________________________________________________________________
47790 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
47791         Log: Document strftime() and strptime().
47792      Branch: perl
47793            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
47794 ____________________________________________________________________________
47795 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
47796         Log: Make Time::Piece::strptime() to be a function, not a method.
47797      Branch: perl
47798            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47799 ____________________________________________________________________________
47800 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
47801         Log: Tweak the test to be more portable.
47802      Branch: perl
47803            ! t/lib/extutils.t
47804 ____________________________________________________________________________
47805 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
47806         Log: Subject: PATCH: Re: Re: Attributes that tie
47807              From: Leon Brocard <acme@astray.com>
47808              Date: Sun, 27 May 2001 12:37:29 +0100
47809              Message-ID: <20010527123729.A22663@ns0.astray.com>
47810              
47811              Document that variable attributes are not currently usable
47812              for tieing.  (An ugly limitation that should be fixed.)
47813      Branch: perl
47814            ! lib/attributes.pm
47815 ____________________________________________________________________________
47816 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
47817         Log: Microperl tweaks.
47818      Branch: perl
47819            ! Makefile.micro uconfig.h uconfig.sh
47820 ____________________________________________________________________________
47821 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
47822         Log: Add make target for microperl (kind of silly, but convenient).
47823      Branch: perl
47824            ! Makefile.SH
47825 ____________________________________________________________________________
47826 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
47827         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
47828              for microperl.)
47829      Branch: perl
47830            ! doio.c
47831 ____________________________________________________________________________
47832 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
47833         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
47834              From: rspier@pobox.com (Robert Spier)
47835              Date: Sat, 26 May 2001 20:05:23 -0400
47836              Message-ID: <15120.17603.148648.12430@rls.cx>
47837              
47838              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
47839              From: rspier@pobox.com (Robert Spier)
47840              Date: Sun, 27 May 2001 00:23:12 -0400
47841              Message-ID: <15120.33072.511966.767230@rls.cx>
47842      Branch: perl
47843            ! doio.c pod/perlfunc.pod
47844 ____________________________________________________________________________
47845 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
47846         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
47847      Branch: perl
47848            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47849 ____________________________________________________________________________
47850 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
47851         Log: Add README.tru64.
47852      Branch: perl
47853            + README.tru64
47854 ____________________________________________________________________________
47855 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
47856         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
47857      Branch: perl
47858            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47859            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
47860            ! MANIFEST
47861 ____________________________________________________________________________
47862 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
47863         Log: Integrate I18N::LangTags from Sean Burke.
47864              
47865              TODO: the language list from RFC 3066 needs to be integrated
47866              and made available somehow.  The list is included in the
47867              I18N-LangTags 0.21 distribution, but it is undocumented
47868              and unconnected to the module.
47869      Branch: perl
47870            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
47871            ! MANIFEST
47872 ____________________________________________________________________________
47873 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
47874         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
47875              envisioned by Sarathy.
47876      Branch: perl
47877            ! t/op/ver.t toke.c
47878 ____________________________________________________________________________
47879 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
47880         Log: Subject: [ID 20010525.001] Pod typo nits fixed
47881              From: lvirden@cas.org
47882              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
47883              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
47884              
47885              minus the perlsolaris decimation plus the
47886              
47887              Subject: Re: [ID 20010525.001] Pod typo nits fixed
47888              From: "Philip Newton" <Philip.Newton@gmx.net>
47889              Date: Fri, 25 May 2001 18:05:55 +0200
47890              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
47891      Branch: perl
47892            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
47893            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
47894            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
47895            ! pod/perlutil.pod pod/perlxstut.pod
47896 ____________________________________________________________________________
47897 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
47898         Log: return clauses are nice.
47899      Branch: perl
47900            ! sv.c
47901 ____________________________________________________________________________
47902 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
47903         Log: Subject: change 10199 backwards?
47904              From: Doug MacEachern <dougm@covalent.net>
47905              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
47906              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
47907      Branch: perl
47908            ! sv.c
47909 ____________________________________________________________________________
47910 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
47911         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
47912              From: Hugo <hv@crypt.compulink.co.uk>
47913              Date: Sat, 26 May 2001 17:05:12 +0100
47914              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
47915      Branch: perl
47916            + t/op/gmagic.t
47917            ! MANIFEST doop.c embed.h embed.pl global.sym
47918            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
47919            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
47920 ____________________________________________________________________________
47921 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
47922         Log: Regen headers for #10221.
47923      Branch: perl
47924            ! global.sym objXSUB.h perlapi.c
47925 ____________________________________________________________________________
47926 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
47927         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
47928              From: Juha Laiho <juha.laiho@Elma.Net>
47929              Date: Thu, 3 May 2001 09:51:30 +0300
47930              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
47931      Branch: perl
47932            ! embed.pl
47933 ____________________________________________________________________________
47934 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
47935         Log: Subject: Re: [PATCH] Re: stability of sort()?
47936              From: "John P. Linderman" <jpl@research.att.com>
47937              Date: Sat, 26 May 2001 13:27:19 -0400
47938              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
47939      Branch: perl
47940            ! pod/perlfunc.pod
47941 ____________________________________________________________________________
47942 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
47943         Log: Integrate perlio.
47944      Branch: perl
47945           !> pod/perlguts.pod
47946 ____________________________________________________________________________
47947 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
47948         Log: Subject: [PATCH perl@10210] PerlIO for VMS
47949              From: "Craig A. Berry" <craigberry@mac.com>
47950              Date: Sat, 26 May 2001 09:34:11 -0500
47951              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
47952      Branch: perl
47953            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
47954            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
47955            ! vms/vmsish.h
47956 ____________________________________________________________________________
47957 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
47958         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
47959              From: David Dyck <dcd@tc.fluke.com>
47960              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
47961              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
47962      Branch: perl
47963            ! lib/perl5db.pl
47964 ____________________________________________________________________________
47965 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
47966         Log: Subject: utf8 regexp tests
47967              From: Hugo <hv@crypt.compulink.co.uk>
47968              Date: Fri, 25 May 2001 22:35:01 +0100
47969              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
47970      Branch: perl
47971            ! t/op/regexp.t
47972 ____________________________________________________________________________
47973 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
47974         Log: Subject: [PATCH] Re: stability of sort()?
47975              From: Nicholas Clark <nick@ccl4.org>
47976              Date: Fri, 25 May 2001 22:40:19 +0100
47977              Message-ID: <20010525224019.B86445@plum.flirble.org>
47978      Branch: perl
47979            ! pod/perlfunc.pod
47980 ____________________________________________________________________________
47981 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
47982         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
47983              From: John Peacock <jpeacock@rowman.com>
47984              Date: Thu, 24 May 2001 22:14:01 -0400
47985              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
47986      Branch: perl
47987            ! mg.c scope.c sv.c
47988 ____________________________________________________________________________
47989 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
47990         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
47991              From: Nicholas Clark <nick@ccl4.org>
47992              Date: Sun, 20 May 2001 19:24:13 +0100
47993              Message-ID: <20010520192413.G83222@plum.flirble.org>
47994      Branch: perl
47995            + lib/ExtUtils/Constant.pm t/lib/extutils.t
47996            ! MANIFEST utils/h2xs.PL
47997 ____________________________________________________________________________
47998 [ 10212] By: nick                                  on 2001/05/26  09:49:28
47999         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
48000              add a few more notes there on use of mortals on the stack.
48001      Branch: perlio
48002            ! pod/perlguts.pod
48003 ____________________________________________________________________________
48004 [ 10211] By: nick                                  on 2001/05/26  09:05:36
48005         Log: Integrate mainline
48006      Branch: perlio
48007           +> t/lib/fcntl.t t/pragma/vars.t
48008           !> (integrate 49 files)
48009 ____________________________________________________________________________
48010 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
48011         Log: Update Changes.
48012      Branch: perl
48013            ! Changes patchlevel.h
48014 ____________________________________________________________________________
48015 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
48016         Log: Based on
48017              
48018              Subject: [PATCH pp.c] Wrapping pack("C",256)
48019              From: Simon Cozens <simon@netthink.co.uk>
48020              Date: Sat, 12 May 2001 17:58:41 +0100
48021              Message-ID: <20010512175841.A6132@netthink.co.uk>
48022      Branch: perl
48023            ! pod/perldiag.pod pp.c t/pragma/warn/pp
48024 ____________________________________________________________________________
48025 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
48026         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
48027              From: "Brendan O'Dea" <bod@compusol.com.au>
48028              Date: Fri, 25 May 2001 11:18:29 +1000
48029              Message-ID: <20010525111829.A28411@compusol.com.au>
48030              
48031              (Slightly modified.)
48032      Branch: perl
48033            ! lib/Term/Cap.pm
48034 ____________________________________________________________________________
48035 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
48036         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
48037              From: Hugo <hv@crypt.compulink.co.uk>
48038              Date: Fri, 25 May 2001 02:13:25 +0100
48039              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
48040      Branch: perl
48041            ! t/op/misc.t
48042 ____________________________________________________________________________
48043 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
48044         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
48045              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
48046              Date: Fri, 25 May 2001 10:25:36 +0900
48047              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
48048      Branch: perl
48049            ! regcomp.c regexec.c
48050 ____________________________________________________________________________
48051 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
48052         Log: Subject: [PATCH #2] stash autovivification and method call error messages
48053              From: Ilmari Karonen <iltzu@sci.fi>
48054              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
48055              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
48056      Branch: perl
48057            ! gv.c pp_hot.c t/op/method.t
48058 ____________________________________________________________________________
48059 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
48060         Log: Add make target and documentation for gprof profiling.
48061      Branch: perl
48062            ! Makefile.SH pod/perlhack.pod
48063 ____________________________________________________________________________
48064 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
48065         Log: Subject: Don't think about UTF8 
48066              From: Mike Guy <mjtg@cam.ac.uk> 
48067              Date: Tue, 22 May 2001 14:35:39 +0100
48068              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
48069      Branch: perl
48070            ! sv.h
48071 ____________________________________________________________________________
48072 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
48073         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
48074              From: Geraint A Edwards <gedge@serf.org> 
48075              Date: Thu, 24 May 2001 22:51:24 +0100
48076              Message-Id: <20010524225124.A34981@cymru.serf.org>
48077      Branch: perl
48078            ! x2p/find2perl.PL
48079 ____________________________________________________________________________
48080 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
48081         Log: DB_File has its own attribute story.
48082      Branch: perl
48083            ! ext/DB_File/DB_File.xs
48084 ____________________________________________________________________________
48085 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
48086         Log: Subject: Re: Making perl with -Wall
48087              From: Andy Dougherty <doughera@lafayette.edu>
48088              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
48089              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
48090      Branch: perl
48091            ! perl.h
48092 ____________________________________________________________________________
48093 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
48094         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
48095              From: "Richard Soderberg" <rs@crystalflame.net>
48096              Date: Thu, 24 May 2001 08:58:16 -0700
48097              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
48098      Branch: perl
48099            ! sv.c
48100 ____________________________________________________________________________
48101 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
48102         Log: IV/UV casting fixes from Nicholas Clark.
48103      Branch: perl
48104            ! perl.h pp_sys.c util.c
48105 ____________________________________________________________________________
48106 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
48107         Log: Subject: Re: Making perl with -Wall
48108              From: Michael G Schwern <schwern@pobox.com>
48109              Date: Thu, 24 May 2001 15:40:28 +0100
48110              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
48111      Branch: perl
48112            ! malloc.c perl.h
48113 ____________________________________________________________________________
48114 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
48115         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
48116              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48117              Date: Tue, 22 May 2001 11:49:37 +0200
48118              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
48119      Branch: metaconfig
48120            ! U/modified/Oldsym.U
48121      Branch: metaconfig/U/perl
48122            ! patchlevel.U
48123      Branch: perl
48124            ! Configure config_h.SH myconfig.SH
48125 ____________________________________________________________________________
48126 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
48127         Log: Under versiononly install also the scripts with the version suffix.
48128              (e.g. .../bin/h2xs5.7.1)
48129      Branch: perl
48130            ! installperl
48131 ____________________________________________________________________________
48132 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
48133         Log: Subject: [PATCH] Stop segfault in mg.c:636
48134              From: "Richard Soderberg" <rs@crystalflame.net>
48135              Date: Thu, 24 May 2001 05:51:52 -0700
48136              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
48137      Branch: perl
48138            ! mg.c
48139 ____________________________________________________________________________
48140 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
48141         Log: Iteration continues; hopefully convergently.
48142      Branch: perl
48143            ! t/lib/b-stash.t
48144 ____________________________________________________________________________
48145 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
48146         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
48147              From: Gisle Aas <gisle@ActiveState.com>
48148              Date: 23 May 2001 16:13:10 -0700
48149              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
48150      Branch: perl
48151            ! op.c toke.c
48152 ____________________________________________________________________________
48153 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
48154         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
48155              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48156              Date: Thu, 24 May 2001 05:05:22 -0500
48157              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
48158      Branch: perl
48159            ! lib/dumpvar.pl lib/perl5db.pl
48160 ____________________________________________________________________________
48161 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
48162         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
48163              From: David Dyck <dcd@tc.fluke.com>
48164              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
48165              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
48166      Branch: perl
48167            ! lib/perl5db.pl
48168 ____________________________________________________________________________
48169 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
48170         Log: Tiny pod nits on READMEs, mostly whitespace issues.
48171      Branch: perl
48172            ! README.amiga README.dos README.macos README.mpeix README.vmesa
48173            ! README.win32
48174 ____________________________________________________________________________
48175 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
48176         Log: The DG/UX part of the 20010521.005.
48177      Branch: perl
48178            ! README.dgux
48179 ____________________________________________________________________________
48180 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
48181         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
48182              From: Hugo <hv@crypt.compulink.co.uk>
48183              Date: Mon, 21 May 2001 16:32:02 +0100
48184              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
48185      Branch: perl
48186            ! regcomp.c t/op/misc.t
48187 ____________________________________________________________________________
48188 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
48189         Log: Subject: [PATCH] Extra UNIVERSAL tests
48190              From: Mike Guy <mjtg@cam.ac.uk>
48191              Date: Wed, 23 May 2001 12:29:20 +0100
48192              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
48193      Branch: perl
48194            ! t/op/universal.t
48195 ____________________________________________________________________________
48196 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
48197         Log: Subject: [PATCH] Remove EQ keyword
48198              From: Mike Guy <mjtg@cam.ac.uk>
48199              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
48200              Date: Wed, 23 May 2001 11:17:29 +0100
48201      Branch: perl
48202            ! keywords.h keywords.pl
48203 ____________________________________________________________________________
48204 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
48205         Log: Subject: [PATCH] lib/perl5db.pl
48206              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48207              Date: Wed, 23 May 2001 02:18:03 -0500
48208              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
48209      Branch: perl
48210            ! lib/perl5db.pl
48211 ____________________________________________________________________________
48212 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
48213         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
48214              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48215              Date: Tue, 22 May 2001 23:34:41 -0500
48216              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
48217      Branch: perl
48218            ! lib/Term/Cap.pm
48219 ____________________________________________________________________________
48220 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
48221         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
48222              From: davem@fdgroup.co.uk
48223              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
48224              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
48225      Branch: perl
48226            ! emacs/e2ctags.pl
48227 ____________________________________________________________________________
48228 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
48229         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
48230              From: Michael G Schwern <schwern@pobox.com>
48231              Date: Tue, 22 May 2001 14:15:09 +0100
48232              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
48233      Branch: perl
48234            ! lib/vars.pm
48235 ____________________________________________________________________________
48236 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
48237         Log: Subject: [PATCH lib/vars.pm] Odd code nit
48238              From: Michael G Schwern <schwern@pobox.com>
48239              Date: Tue, 22 May 2001 14:14:28 +0100
48240              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
48241      Branch: perl
48242            ! lib/vars.pm
48243 ____________________________________________________________________________
48244 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
48245         Log: Use the new use vars feature.
48246      Branch: perl
48247            ! t/lib/b-stash.t
48248 ____________________________________________________________________________
48249 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
48250         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
48251              From: Mike Guy <mjtg@cam.ac.uk>
48252              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48253              Date: Tue, 22 May 2001 13:11:39 +0100
48254      Branch: perl
48255            + t/pragma/vars.t
48256            ! MANIFEST lib/vars.pm t/lib/1_compile.t
48257 ____________________________________________________________________________
48258 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
48259         Log: -qlongdouble considered harmful by Merijn.
48260      Branch: perl
48261            ! hints/aix.sh
48262 ____________________________________________________________________________
48263 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
48264         Log: Update Changes.
48265      Branch: perl
48266            ! Changes patchlevel.h
48267 ____________________________________________________________________________
48268 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
48269         Log: Add a test of its very own for Fcntl.  Hopefully portable.
48270      Branch: perl
48271            + t/lib/fcntl.t
48272            ! MANIFEST
48273 ____________________________________________________________________________
48274 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
48275         Log: Must be trickier for 'minitest' not to die.
48276      Branch: perl
48277            ! t/op/taint.t
48278 ____________________________________________________________________________
48279 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
48280         Log: Can't declare other people's variables.
48281      Branch: perl
48282            ! t/lib/b-stash.t
48283 ____________________________________________________________________________
48284 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
48285         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
48286      Branch: perl
48287            ! doio.c t/op/taint.t
48288 ____________________________________________________________________________
48289 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
48290         Log: The OS/2 variable needs to be declared.
48291      Branch: perl
48292            ! t/lib/b-stash.t
48293 ____________________________________________________________________________
48294 [ 10170] By: nick                                  on 2001/05/20  16:48:29
48295         Log: Integrate mainline
48296      Branch: perlio
48297           !> (integrate 41 files)
48298 ____________________________________________________________________________
48299 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
48300         Log: Small perlsec updates: clarify the taintedness of filename
48301              globbing; suggest using Scalar::Util::tainted().
48302      Branch: perl
48303            ! pod/perlsec.pod
48304 ____________________________________________________________________________
48305 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
48306         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
48307              From: Dave Mitchell <davem@fdgroup.co.uk>
48308              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
48309              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
48310      Branch: perl
48311            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
48312            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
48313            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
48314            ! xsutils.c
48315 ____________________________________________________________________________
48316 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
48317         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
48318              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48319              Date: Sat, 19 May 2001 04:08:46 -0400
48320              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
48321      Branch: perl
48322            ! lib/ExtUtils/Mksymlists.pm makedef.pl
48323 ____________________________________________________________________________
48324 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
48325         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
48326              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48327              Date: Sat, 19 May 2001 04:30:45 -0400
48328              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
48329      Branch: perl
48330            ! os2/os2.c
48331 ____________________________________________________________________________
48332 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
48333         Log: Subject: [PATCH 5.6.1] build bugs OS/2
48334              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48335              Date: Sat, 19 May 2001 04:35:28 -0400
48336              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
48337      Branch: perl
48338            ! os2/Makefile.SHs os2/os2.c
48339 ____________________________________________________________________________
48340 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
48341         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
48342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48343              Date: Sat, 19 May 2001 04:04:23 -0400
48344              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
48345              
48346              (In bleadperl patched b-stash.t instead of b.t)
48347      Branch: perl
48348            ! t/lib/b-stash.t t/lib/bigfltpm.t
48349 ____________________________________________________________________________
48350 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
48351         Log: Subject: [PATCH 5.6.1] perl5db
48352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48353              Date: Sat, 19 May 2001 03:49:09 -0400
48354              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
48355      Branch: perl
48356            ! lib/perl5db.pl
48357 ____________________________________________________________________________
48358 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
48359         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
48360              From: Gisle Aas <gisle@ActiveState.com>
48361              Date: 18 May 2001 14:24:51 -0700
48362              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
48363      Branch: perl
48364            ! pp_ctl.c
48365 ____________________________________________________________________________
48366 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
48367         Log: Subject: [PATCH] Chomp should not always stringify
48368              From: Gisle Aas <gisle@ActiveState.com>
48369              Date: 18 May 2001 07:55:25 -0700
48370              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
48371      Branch: perl
48372            ! doop.c t/op/chop.t
48373 ____________________________________________________________________________
48374 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
48375         Log: Integrate perlio.
48376      Branch: perl
48377           !> pod/perlfunc.pod
48378 ____________________________________________________________________________
48379 [ 10159] By: nick                                  on 2001/05/20  09:39:46
48380         Log: Document some more of open's features.
48381      Branch: perlio
48382            ! pod/perlfunc.pod
48383 ____________________________________________________________________________
48384 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
48385         Log: back out change#10153 (it has compatibility issues such as the
48386              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
48387              benefit for 5.6.x doesn't seem worth the risk)
48388      Branch: maint-5.6/perl
48389            ! toke.c
48390 ____________________________________________________________________________
48391 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
48392         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
48393      Branch: perl
48394            ! x2p/s2p.PL
48395 ____________________________________________________________________________
48396 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
48397         Log: Update Changes.
48398      Branch: perl
48399            ! Changes patchlevel.h
48400 ____________________________________________________________________________
48401 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
48402         Log: Integrate change #10144 from maintperl.
48403              
48404              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
48405      Branch: perl
48406           !> win32/config.bc win32/config.gc win32/config.vc
48407           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48408 ____________________________________________________________________________
48409 [ 10154] By: nick                                  on 2001/05/18  07:23:03
48410         Log: Integrate mainline.
48411      Branch: perlio
48412           +> README.dgux t/lib/i18n-collate.t utils.lst
48413           !> (integrate 49 files)
48414 ____________________________________________________________________________
48415 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
48416         Log: Integrate change #7224 from mainline into maintperl.
48417              
48418              Allow @+ and @- to be doublequoted, from Simon Cozens. 
48419              (Approved by Larry, see Tom's comment in 20000830.005.)
48420      Branch: maint-5.6/perl
48421           !> toke.c
48422 ____________________________________________________________________________
48423 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
48424         Log: Subject: [PATCH bleadperl] small lookbehind fix
48425              From: Hugo <hv@crypt.compulink.co.uk>
48426              Date: Fri, 18 May 2001 00:07:19 +0100
48427              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
48428      Branch: perl
48429            ! regexec.c
48430 ____________________________________________________________________________
48431 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
48432         Log: Detypos.
48433      Branch: perl
48434            ! installman utils.lst
48435 ____________________________________________________________________________
48436 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
48437         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
48438              in 20001222.001.
48439      Branch: perl
48440            ! t/lib/glob-basic.t
48441 ____________________________________________________________________________
48442 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
48443         Log: Subject: [PATCH] Test for bug 20010515.004
48444              From: Benjamin Sugars <bsugars@canoe.ca>
48445              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
48446              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
48447      Branch: perl
48448            ! t/op/misc.t
48449 ____________________________________________________________________________
48450 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
48451         Log: Integrate #10145 from maintperl.
48452              
48453              fix for ID 20010515.004 (needs test)
48454      Branch: perl
48455           !> pp_hot.c
48456 ____________________________________________________________________________
48457 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
48458         Log: Thinko noticed by Doug MacEachern.
48459      Branch: perl
48460            ! thread.h
48461 ____________________________________________________________________________
48462 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
48463         Log: Subject: Re: [PATCH] HERE mark in regex
48464              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48465              Date: Thu, 17 May 2001 12:20:33 -0400
48466              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
48467      Branch: perl
48468            ! t/op/re_tests
48469 ____________________________________________________________________________
48470 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
48471         Log: fix for ID 20010515.004 (needs test)
48472      Branch: maint-5.6/perl
48473            ! pp_hot.c
48474 ____________________________________________________________________________
48475 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
48476         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
48477      Branch: maint-5.6/perl
48478            ! win32/config.bc win32/config.gc win32/config.vc
48479            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48480 ____________________________________________________________________________
48481 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
48482         Log: Macrofy the getspecific (and use it also in util.c)
48483      Branch: perl
48484            ! thread.h util.c
48485 ____________________________________________________________________________
48486 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
48487         Log: Use the unchecked thread-specific key fetch also in Tru64.
48488      Branch: perl
48489            ! thread.h
48490 ____________________________________________________________________________
48491 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
48492         Log: Subject: [PATCH 5.6.1]Quick thread speedup
48493              From: Dan Sugalski <dan@sidhe.org> 
48494              Date: Wed, 16 May 2001 18:05:19 -0400
48495              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
48496      Branch: perl
48497            ! thread.h util.c
48498 ____________________________________________________________________________
48499 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
48500         Log: I think this is quite enough testing for a deprecated feature.
48501      Branch: perl
48502            + t/lib/i18n-collate.t
48503            ! MANIFEST t/lib/1_compile.t
48504 ____________________________________________________________________________
48505 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
48506         Log: More HP-UX lore from Jeff Okamoto.
48507      Branch: perl
48508            ! README.hpux
48509 ____________________________________________________________________________
48510 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
48511         Log: Sort utils.lst for easier maintenance.
48512      Branch: perl
48513            ! utils.lst
48514 ____________________________________________________________________________
48515 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
48516         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48517              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48518              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
48519              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
48520              
48521              Add pod2latex to utils.lst.
48522      Branch: perl
48523            ! MANIFEST utils.lst
48524 ____________________________________________________________________________
48525 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
48526         Log: Subject: Re: [PATCH] HERE mark in regex
48527              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48528              Date: Wed, 16 May 2001 13:04:43 -0400
48529              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
48530      Branch: perl
48531            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
48532            ! t/op/regmesg.t t/pragma/warn/regcomp
48533 ____________________________________________________________________________
48534 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
48535         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48536              From: Simon Cozens <simon@netthink.co.uk>
48537              Date: Wed, 16 May 2001 18:02:08 +0100
48538              Message-ID: <20010516180208.A6458@netthink.co.uk>
48539      Branch: perl
48540            ! installman utils.lst
48541 ____________________________________________________________________________
48542 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
48543         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
48544              From: "Philip Newton" <pnewton@gmx.de>
48545              Date: Tue, 15 May 2001 15:09:30 +0200
48546              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
48547              
48548              Test case for #10128.
48549      Branch: perl
48550            ! t/pragma/warn/pp_hot
48551 ____________________________________________________________________________
48552 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
48553         Log: Update Changes.
48554      Branch: perl
48555            ! Changes patchlevel.h
48556 ____________________________________________________________________________
48557 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
48558         Log: Deprecate pseudo-hashes.
48559      Branch: perl
48560            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
48561 ____________________________________________________________________________
48562 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
48563         Log: HP-UX hints update from Merijn.
48564      Branch: perl
48565            ! hints/hpux.sh
48566 ____________________________________________________________________________
48567 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
48568         Log: README.hpux update from Merijn.
48569      Branch: perl
48570            ! README.hpux
48571 ____________________________________________________________________________
48572 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
48573         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
48574              From: Simon Cozens <simon@netthink.co.uk>
48575              Date: Wed, 16 May 2001 15:57:55 +0100
48576              Message-ID: <20010516155755.A4728@netthink.co.uk>
48577      Branch: perl
48578            + utils.lst
48579            ! MANIFEST installman installperl
48580 ____________________________________________________________________________
48581 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
48582         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
48583              From: "Philip Newton" <pnewton@gmx.de>
48584              Date: Tue, 15 May 2001 16:31:05 +0200
48585              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
48586              
48587              Fix PERL_Y2KWARN test to check before rather than after appending.
48588      Branch: perl
48589            ! pp_hot.c
48590 ____________________________________________________________________________
48591 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
48592         Log: Regen Porting stuff.
48593      Branch: perl
48594            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48595            ! config_h.SH
48596 ____________________________________________________________________________
48597 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
48598         Log: Metaconfig unit change for #10125.
48599      Branch: metaconfig
48600            ! U/modified/Oldconfig.U
48601 ____________________________________________________________________________
48602 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
48603         Log: Use OSVERS.
48604      Branch: perl
48605            ! Configure config_h.SH perl.c
48606 ____________________________________________________________________________
48607 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
48608         Log: Regen toc.
48609      Branch: perl
48610            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48611 ____________________________________________________________________________
48612 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
48613         Log: Adding the README.dgux to the MANIFEST would be a good idea.
48614      Branch: perl
48615            ! MANIFEST
48616 ____________________________________________________________________________
48617 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
48618         Log: Move the stack desire definition to thread.h.
48619      Branch: perl
48620            ! ext/Thread/Thread.xs thread.h
48621 ____________________________________________________________________________
48622 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
48623         Log: DG-UX threading patches, including a README.dgux,
48624              from Takis Psarogiannakopoulos.
48625      Branch: perl
48626            + README.dgux
48627            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
48628 ____________________________________________________________________________
48629 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
48630         Log: Subject: [PATCH B::Deparse] More on /x regexes
48631              From: Robin Houston <robin@kitsite.com>
48632              Date: Tue, 15 May 2001 19:09:35 +0100
48633              Message-ID: <20010515190935.A27268@penderel>
48634      Branch: perl
48635            ! ext/B/B/Deparse.pm
48636 ____________________________________________________________________________
48637 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
48638         Log: Document that the core time() may be rounding rather
48639              than truncating, would have saved at least my confusion.
48640      Branch: perl
48641            ! ext/Time/HiRes/HiRes.pm
48642 ____________________________________________________________________________
48643 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
48644         Log: Subject: perl-current/t/time-hires.t
48645              From: John Peacock <jpeacock@rowman.com>
48646              Date: Fri, 11 May 2001 14:09:41 -0400
48647              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
48648      Branch: perl
48649            ! t/lib/time-hires.t
48650 ____________________________________________________________________________
48651 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
48652         Log: Subject: [PATCH dump.c] Op private flags
48653              From: Simon Cozens <simon@netthink.co.uk>
48654              Date: Sun, 13 May 2001 20:20:36 +0100
48655              Message-ID: <20010513202036.A21896@netthink.co.uk>
48656      Branch: perl
48657            ! dump.c
48658 ____________________________________________________________________________
48659 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
48660         Log: Upgrade to Switch 2.03.
48661      Branch: perl
48662            ! lib/Switch.pm
48663 ____________________________________________________________________________
48664 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
48665         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
48666              to PERL_CONFIG_SH and use it consistently.
48667      Branch: maint-5.6/perl
48668           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48669           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48670           !> myconfig.SH writemain.SH
48671 ____________________________________________________________________________
48672 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
48673         Log: Metaconfig units changes for #10113.
48674      Branch: metaconfig
48675            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
48676 ____________________________________________________________________________
48677 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
48678         Log: The problem described in 20010514.031 still wasn't
48679              fully cured, there were remnants of $CONFIG when
48680              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
48681              to avoid future conflicts.
48682      Branch: perl
48683            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48684            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48685            ! myconfig.SH writemain.SH
48686 ____________________________________________________________________________
48687 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
48688         Log: Half of #10107 got lost.
48689      Branch: perl
48690            ! ext/B/B/Deparse.pm
48691 ____________________________________________________________________________
48692 [ 10111] By: nick                                  on 2001/05/15  08:39:14
48693         Log: Integrate mainline.
48694      Branch: perlio
48695           +> ext/POSIX/hints/uts.pl
48696            - Todo Todo-5.6 t/camel-III/vstring.t
48697           !> (integrate 48 files)
48698 ____________________________________________________________________________
48699 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
48700         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
48701              From: Robin Houston <robin@kitsite.com>
48702              Date: Mon, 14 May 2001 22:27:08 +0100
48703              Message-ID: <20010514222708.A22963@penderel>
48704      Branch: perl
48705            ! t/TestInit.pm
48706 ____________________________________________________________________________
48707 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
48708         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
48709              From: Robin Houston <robin@kitsite.com>
48710              Date: Mon, 14 May 2001 22:16:43 +0100
48711              Message-ID: <20010514221643.A22437@penderel>
48712      Branch: perl
48713            ! ext/B/B/Deparse.pm
48714 ____________________________________________________________________________
48715 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
48716         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
48717              From: Robin Houston <robin@kitsite.com>
48718              Date: Mon, 14 May 2001 22:03:44 +0100
48719              Message-ID: <20010514220344.A20643@penderel>
48720      Branch: perl
48721            ! ext/B/B/Deparse.pm
48722 ____________________________________________________________________________
48723 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
48724         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
48725              From: Robin Houston <robin@kitsite.com>
48726              Date: Mon, 14 May 2001 22:10:07 +0100
48727              Message-ID: <20010514221007.A21118@penderel>
48728      Branch: perl
48729            ! ext/B/B/Deparse.pm
48730 ____________________________________________________________________________
48731 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
48732         Log: Fix for 20010514.037; substr() didn't invalidate the locale
48733              collation magic.
48734      Branch: perl
48735            ! pp.c
48736 ____________________________________________________________________________
48737 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
48738         Log: Update Changes.
48739      Branch: perl
48740            ! Changes patchlevel.h
48741 ____________________________________________________________________________
48742 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
48743         Log: Retract #10094.
48744      Branch: perl
48745            ! lib/Pod/Text.pm
48746 ____________________________________________________________________________
48747 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
48748         Log: Integrate change #10100 from maintperl.
48749              
48750              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48751              bug ID 20010514.027)
48752      Branch: perl
48753           !> mg.c pp_ctl.c
48754 ____________________________________________________________________________
48755 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
48756         Log: Document the deprecatedness of suidperl.
48757      Branch: perl
48758            ! INSTALL pod/perlfaq1.pod
48759 ____________________________________________________________________________
48760 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
48761         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
48762              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48763              Date: Mon, 14 May 2001 09:38:59 -0400
48764              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
48765      Branch: perl
48766            ! lib/ExtUtils/MM_Unix.pm
48767 ____________________________________________________________________________
48768 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
48769         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48770              bug ID 20010514.027)
48771              
48772              TODO: this needs a testsuite addition
48773      Branch: maint-5.6/perl
48774            ! mg.c pp_ctl.c
48775 ____________________________________________________________________________
48776 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
48777         Log: More DWIMminess for Class::Struct: calling the array or hash
48778              accessors only with one argument, an array or a hash reference,
48779              sets the underlying array or hash.  This mirrors nicely also
48780              the usage in the constructor.
48781              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
48782      Branch: perl
48783            ! lib/Class/Struct.pm t/lib/class-struct.t
48784 ____________________________________________________________________________
48785 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
48786         Log: Reference cmp'ing should go through the whole stringification
48787              process shebang, as pointed out by Sarathy in #10091.
48788      Branch: perl
48789            ! pp.c
48790 ____________________________________________________________________________
48791 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
48792         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
48793              From: Simon Cozens <simon@netthink.co.uk>
48794              Date: Sat, 12 May 2001 16:36:27 +0100
48795              Message-ID: <20010512163627.A5522@netthink.co.uk>
48796              
48797              with some additions salvaged from Todo and Todo-5.6 before
48798              retiring them.
48799      Branch: perl
48800            - Todo Todo-5.6
48801            ! MANIFEST pod/perltodo.pod
48802 ____________________________________________________________________________
48803 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
48804         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
48805              From: "Golubev I. N." <gin@mo.msk.ru>
48806              Date: Mon, 07 May 2001 14:33:34 (GMT)
48807              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
48808      Branch: perl
48809            ! perl.h
48810 ____________________________________________________________________________
48811 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
48812         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
48813              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48814              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
48815              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
48816      Branch: perl
48817            ! lib/ExtUtils/MM_Unix.pm
48818 ____________________________________________________________________________
48819 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
48820         Log: (Retracted by #10104.)
48821              
48822              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
48823              From: barries <barries@slaysys.com>
48824              Date: Sat, 12 May 2001 01:28:10 -0400
48825              Message-ID: <20010512012810.B26358@jester.slaysys.com>
48826      Branch: perl
48827            ! lib/Pod/Text.pm
48828 ____________________________________________________________________________
48829 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
48830         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
48831              From: Mike Guy <mjtg@cam.ac.uk>
48832              Date: Sat, 12 May 2001 19:24:33 +0100
48833              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
48834      Branch: perl
48835            ! lib/AutoSplit.pm
48836 ____________________________________________________________________________
48837 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
48838         Log: Yet another HP-UX hints tweak from Merijn.
48839      Branch: perl
48840            ! hints/hpux.sh
48841 ____________________________________________________________________________
48842 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
48843         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
48844              isn't defined (changes#9366,9368,9370 from mainline without the
48845              pp_scmp() change)
48846      Branch: maint-5.6/perl
48847            ! pp.c pp.h pp_hot.c
48848 ____________________________________________________________________________
48849 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
48850         Log: The sorting seems to happen now automatically.
48851      Branch: perl
48852            ! t/lib/glob-basic.t
48853 ____________________________________________________________________________
48854 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
48855         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48856              From: Benjamin Sugars <bsugars@canoe.ca>
48857              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
48858              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
48859      Branch: perl
48860            ! pod/perlfunc.pod
48861 ____________________________________________________________________________
48862 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
48863         Log: Subject: Re: undef(&foo) does not work for XS functions
48864              From: Doug MacEachern <dougm@covalent.net>
48865              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
48866              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
48867      Branch: perl
48868            ! op.c
48869 ____________________________________________________________________________
48870 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
48871         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
48872              From: Peter Prymmer <pvhp@forte.com>
48873              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
48874              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
48875      Branch: perl
48876            ! t/op/append.t
48877 ____________________________________________________________________________
48878 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
48879         Log: Update Changes.
48880      Branch: perl
48881            ! Changes patchlevel.h
48882 ____________________________________________________________________________
48883 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
48884         Log: Remove the 'asciir' re subpragma.  Should instead implement
48885              the 'physical vs logical' range scheme:
48886              
48887              \xAA-\xCC is a native physical range, you want that range of
48888              codepoints in your native encoding.  In EBCDIC the codepoints
48889              in the gaps (between i-j and r-s) should be included.
48890              
48891              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
48892              codepoints in Unicode.
48893              
48894              a-z is a logical range, you want that range of 'logical' codepoints
48895              in your native encoding.  In EBCDIC the codepoints in the gaps
48896              (between i-j and r-s) should not be included.
48897              
48898              Mixed cases (a-\xAA, etc) should either be errors, or maybe
48899              the 'logical' endpoints should be converted to native/Unicode
48900              codepoints, and the range handled as a physical range.
48901              
48902              'Logical endpoints' are to be recognized only in the A-Z, a-z,
48903              and 0-9 ranges.  Probably a warning should be given for mixed
48904              cases like A-z or a-9 (since such expressions are encoding
48905              dependent), with a recommendation to use physical ranges.
48906      Branch: perl
48907            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
48908            ! t/op/regexp.t
48909 ____________________________________________________________________________
48910 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
48911         Log: Make the test to cleanup the test directory tree
48912              both before and after the testing so that we always
48913              have a clean slate to work with.
48914      Branch: perl
48915            ! t/lib/filefind.t
48916 ____________________________________________________________________________
48917 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
48918         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48919              From: Jon Eveland <jweveland@yahoo.com>
48920              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
48921              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
48922      Branch: perl
48923            ! pod/perlfunc.pod
48924 ____________________________________________________________________________
48925 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
48926         Log: Merge the camel-III/vstring.t with op/ver.t.
48927      Branch: perl
48928            - t/camel-III/vstring.t
48929            ! MANIFEST t/TEST t/harness t/op/ver.t
48930 ____________________________________________________________________________
48931 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
48932         Log: Add test.deparse make target.
48933      Branch: perl
48934            ! Makefile.SH
48935 ____________________________________________________________________________
48936 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
48937         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
48938              From: Robin Houston <robin@kitsite.com>
48939              Date: Fri, 11 May 2001 12:02:22 +0100
48940              Message-ID: <20010511120222.A11529@penderel>
48941      Branch: perl
48942            ! ext/B/B/Deparse.pm t/op/method.t
48943 ____________________________________________________________________________
48944 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
48945         Log: A nicely working combination for UTS from Hal Morris.
48946      Branch: perl
48947            + ext/POSIX/hints/uts.pl
48948            ! MANIFEST hints/uts.sh
48949 ____________________________________________________________________________
48950 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
48951         Log: i_ieeefp=undef for UTS.
48952      Branch: perl
48953            ! hints/uts.sh
48954 ____________________________________________________________________________
48955 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
48956         Log: Subject: RE: rand(0) is rand(1)
48957              From: Larry Shatzer <lshatzer@islanddata.com>
48958              Date: Thu, 10 May 2001 11:09:27 -0700
48959              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
48960      Branch: perl
48961            ! pod/perlfunc.pod
48962 ____________________________________________________________________________
48963 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
48964         Log: Subject: [patch] make op_{clear,null} public
48965              From: Doug MacEachern <dougm@covalent.net>
48966              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
48967              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
48968      Branch: perl
48969            ! embed.h embed.pl op.c proto.h
48970 ____________________________________________________________________________
48971 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
48972         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
48973              From: Robin Houston <robin@kitsite.com>
48974              Date: Thu, 10 May 2001 18:54:59 +0100
48975              Message-ID: <20010510185459.A5995@penderel>
48976      Branch: perl
48977            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
48978 ____________________________________________________________________________
48979 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
48980         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
48981              From: Robin Houston <robin@kitsite.com>
48982              Date: Thu, 10 May 2001 12:56:39 +0100
48983              Message-ID: <20010510125639.A2119@penderel>
48984      Branch: perl
48985            ! ext/B/B/Deparse.pm
48986 ____________________________________________________________________________
48987 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
48988         Log: Retract #10070, not ready yet.
48989      Branch: perl
48990            ! ext/B/B/Deparse.pm
48991 ____________________________________________________________________________
48992 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
48993         Log: The metaconfig unit change for #10071.
48994      Branch: metaconfig
48995            ! U/modified/mallocsrc.U
48996 ____________________________________________________________________________
48997 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
48998         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
48999      Branch: perl
49000            ! Configure
49001 ____________________________________________________________________________
49002 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
49003         Log: (Retracted by #10073)
49004              
49005              Subject: Re: [PATCH t/TEST] B::Deparse tester 
49006              From: Hugo <hv@crypt.compulink.co.uk>
49007              Date: Thu, 10 May 2001 05:48:09 +0100
49008              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
49009      Branch: perl
49010            ! ext/B/B/Deparse.pm
49011 ____________________________________________________________________________
49012 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
49013         Log: Add a for(func()) test.
49014      Branch: perl
49015            ! t/cmd/for.t
49016 ____________________________________________________________________________
49017 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
49018         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
49019              From: Robin Houston <robin@kitsite.com>
49020              Date: Thu, 10 May 2001 13:50:08 +0100
49021              Message-ID: <20010510135008.A2454@penderel>
49022      Branch: perl
49023            ! ext/B/B/Deparse.pm
49024 ____________________________________________________________________________
49025 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
49026         Log: A thinko in #10065.
49027      Branch: perl
49028            ! hv.c
49029 ____________________________________________________________________________
49030 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
49031         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
49032              From: Robin Houston <robin@kitsite.com>
49033              Date: Thu, 10 May 2001 02:10:34 +0100
49034              Message-ID: <20010510021034.A19421@penderel>
49035      Branch: perl
49036            ! ext/B/B.xs ext/B/B/Deparse.pm
49037 ____________________________________________________________________________
49038 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
49039         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
49040              From: Doug MacEachern <dougm@covalent.net>
49041              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
49042              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
49043      Branch: perl
49044            ! hv.c
49045 ____________________________________________________________________________
49046 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
49047         Log: One more workaround for the UTS compiler from Hal Morris.
49048      Branch: perl
49049            ! perl.h
49050 ____________________________________________________________________________
49051 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
49052         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
49053              From: Robin Houston <robin@kitsite.com>
49054              Date: Thu, 10 May 2001 01:02:08 +0100
49055              Message-ID: <20010510010208.A18200@penderel>
49056      Branch: perl
49057            ! ext/B/B/Debug.pm
49058 ____________________________________________________________________________
49059 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
49060         Log: Subject: [PATCH] Simplify deb_curcv() a bit
49061              From: Benjamin Sugars <bsugars@canoe.ca>
49062              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
49063              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
49064      Branch: perl
49065            ! run.c
49066 ____________________________________________________________________________
49067 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
49068         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
49069              From: Benjamin Sugars <bsugars@canoe.ca>
49070              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
49071              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
49072      Branch: perl
49073            ! t/lib/io_scalar.t
49074 ____________________________________________________________________________
49075 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
49076         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
49077              From: Peter Prymmer <pvhp@forte.com>
49078              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
49079              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
49080      Branch: perl
49081            ! t/lib/md5-file.t
49082 ____________________________________________________________________________
49083 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
49084         Log: Subject: [PATCH t/TEST] B::Deparse tester
49085              From: Robin Houston <robin@kitsite.com>
49086              Date: Wed, 9 May 2001 19:17:50 +0100
49087              Message-ID: <20010509191750.A16940@penderel>
49088      Branch: perl
49089            ! ext/B/O.pm t/TEST
49090 ____________________________________________________________________________
49091 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
49092         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
49093              From: Jeff Pinyan <jeffp@crusoe.net>
49094              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
49095              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
49096      Branch: perl
49097            ! lib/Pod/Html.pm
49098 ____________________________________________________________________________
49099 [ 10057] By: nick                                  on 2001/05/09  18:37:56
49100         Log: Integrate mainline.
49101      Branch: perlio
49102           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
49103           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
49104 ____________________________________________________________________________
49105 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
49106         Log: Update Changes.
49107      Branch: perl
49108            ! Changes patchlevel.h
49109 ____________________________________________________________________________
49110 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
49111         Log: Integrate perlio.
49112      Branch: perl
49113           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49114 ____________________________________________________________________________
49115 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
49116         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
49117              From: Benjamin Sugars <bsugars@canoe.ca>
49118              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
49119              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
49120      Branch: perl
49121            ! perlio.c
49122 ____________________________________________________________________________
49123 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
49124         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
49125              From: Benjamin Sugars <bsugars@canoe.ca>
49126              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
49127              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
49128      Branch: perl
49129            ! ext/PerlIO/Scalar/Scalar.xs
49130 ____________________________________________________________________________
49131 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
49132         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
49133              From: Jeff Pinyan <jeffp@crusoe.net>
49134              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
49135              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
49136      Branch: perl
49137            ! lib/Pod/Html.pm
49138 ____________________________________________________________________________
49139 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
49140         Log: EPOC tweak from Olaf Flebbe.
49141      Branch: perl
49142            ! epoc/epocish.h
49143 ____________________________________________________________________________
49144 [ 10050] By: nick                                  on 2001/05/09  14:37:57
49145         Log: win32, regen_config_h
49146      Branch: perlio
49147            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49148 ____________________________________________________________________________
49149 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
49150         Log: Integrate perlio.
49151      Branch: perl
49152           !> pp_sys.c
49153 ____________________________________________________________________________
49154 [ 10048] By: nick                                  on 2001/05/09  11:59:50
49155         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
49156              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
49157      Branch: perlio
49158            ! pp_sys.c
49159 ____________________________________________________________________________
49160 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
49161         Log: Integrate perlio.
49162      Branch: perl
49163           !> run.c
49164 ____________________________________________________________________________
49165 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
49166         Log: Subject: Re: Less warnings during configure
49167              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49168              Date: Wed, 09 May 2001 13:12:49 +0200
49169              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
49170      Branch: perl
49171            ! hints/hpux.sh
49172 ____________________________________________________________________________
49173 [ 10045] By: nick                                  on 2001/05/09  09:56:59
49174         Log: MULTIPLICITY/DEBUGGING build fix.
49175      Branch: perlio
49176            ! run.c
49177 ____________________________________________________________________________
49178 [ 10044] By: nick                                  on 2001/05/09  09:46:37
49179         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
49180      Branch: perlio
49181           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
49182            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49183           !> (integrate 65 files)
49184 ____________________________________________________________________________
49185 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
49186         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49187              From: Robin Houston <robin@kitsite.com>
49188              Date: Tue, 8 May 2001 19:38:00 +0100
49189              Message-ID: <20010508193800.A4389@penderel>
49190              
49191              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49192              From: Robin Houston <robin@kitsite.com>
49193              Date: Tue, 8 May 2001 20:03:57 +0100
49194              Message-ID: <20010508200357.A4614@penderel>
49195              
49196              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
49197              From: Robin Houston <robin@kitsite.com>
49198              Date: Wed, 9 May 2001 00:12:05 +0100
49199              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
49200      Branch: perl
49201            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
49202 ____________________________________________________________________________
49203 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
49204         Log: Retract #10031.
49205      Branch: perl
49206            ! pod/perlfunc.pod
49207 ____________________________________________________________________________
49208 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
49209         Log: The metaconfig unit changes for #10040.
49210      Branch: metaconfig/U/perl
49211            ! Checkcc.U d_dlsymun.U dlsrc.U
49212 ____________________________________________________________________________
49213 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
49214         Log: The Configure half of
49215              
49216              Subject: Less warnings during configure
49217              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49218              Date: Tue, 08 May 2001 08:44:02 +0200
49219              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49220      Branch: perl
49221            ! Configure
49222 ____________________________________________________________________________
49223 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
49224         Log: Subject: Less warnings during configure
49225              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49226              Date: Tue, 08 May 2001 08:44:02 +0200
49227              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
49228      Branch: perl
49229            ! hints/hpux.sh
49230 ____________________________________________________________________________
49231 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
49232         Log: Don't forget to whine about \d__\d.
49233      Branch: perl
49234            ! t/pragma/warn/toke toke.c
49235 ____________________________________________________________________________
49236 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
49237         Log: Allow underscores also in the exponent part.
49238      Branch: perl
49239            ! t/pragma/warn/toke toke.c
49240 ____________________________________________________________________________
49241 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
49242         Log: CodeMagicCD doesn't look like an *I*DE.
49243      Branch: perl
49244            ! pod/perlfaq3.pod
49245 ____________________________________________________________________________
49246 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
49247         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
49248              to be consistently down).
49249      Branch: perl
49250            ! pod/perlfaq3.pod
49251 ____________________________________________________________________________
49252 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
49253         Log: Upgrade to Text::Balanced 1.84.
49254      Branch: perl
49255            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
49256 ____________________________________________________________________________
49257 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
49258         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
49259              From: Benjamin Sugars <bsugars@canoe.ca>
49260              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
49261              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
49262      Branch: perl
49263            ! run.c
49264 ____________________________________________________________________________
49265 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
49266         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
49267              From: Peter Prymmer <pvhp@forte.com>
49268              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
49269              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
49270      Branch: perl
49271            ! t/pod/plainer.t
49272 ____________________________________________________________________________
49273 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
49274         Log: (Retracted by #10042)
49275              
49276              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
49277              From: "Philip Newton" <pnewton@gmx.de>
49278              Date: Tue, 8 May 2001 09:18:10 +0200
49279              Message-ID: <3AF7B9D2.28861.603732@localhost>
49280      Branch: perl
49281            ! pod/perlfunc.pod
49282 ____________________________________________________________________________
49283 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
49284         Log: Subject: [PATCH B::Deparse] Document known bugs
49285              From: Robin Houston <robin@kitsite.com>
49286              Date: Tue, 8 May 2001 01:53:34 +0100
49287              Message-ID: <20010508015334.A32394@penderel>
49288      Branch: perl
49289            ! ext/B/B/Deparse.pm
49290 ____________________________________________________________________________
49291 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
49292         Log: Subject: Re: Perl book, magazine and website updates.
49293              From: "Philip Newton" <pnewton@gmx.de>
49294              Date: Mon, 7 May 2001 17:03:58 +0200
49295              Message-ID: <3AF6D57E.5387.1E29930@localhost>
49296      Branch: perl
49297            ! pod/perlfaq2.pod
49298 ____________________________________________________________________________
49299 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
49300         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
49301              From: Peter Prymmer <pvhp@forte.com>
49302              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
49303              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
49304      Branch: perl
49305            ! t/io/fflush.t
49306 ____________________________________________________________________________
49307 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
49308         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
49309              From: Robin Houston <robin@kitsite.com>
49310              Date: Tue, 8 May 2001 01:14:55 +0100
49311              Message-ID: <20010508011455.A32162@penderel>
49312      Branch: perl
49313            ! ext/B/B/Deparse.pm
49314 ____________________________________________________________________________
49315 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
49316         Log: Typo in #10025.
49317      Branch: perl
49318            ! hints/uts.sh
49319 ____________________________________________________________________________
49320 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
49321         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
49322      Branch: perl
49323            ! hints/uts.sh
49324 ____________________________________________________________________________
49325 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
49326         Log: Subject: Re: [ID 20010506.045] question about hash syntax
49327              From: Peter Scott <Peter@PSDT.com>
49328              Date: Sun, 06 May 2001 13:10:40 -0700
49329              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
49330      Branch: perl
49331            ! pod/perl56delta.pod
49332 ____________________________________________________________________________
49333 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
49334         Log: Configure should figure out the list of dynamic extensions
49335              just fine in UTS-- and in fact it does, as reported by Hal Morris.
49336      Branch: perl
49337            ! hints/uts.sh
49338 ____________________________________________________________________________
49339 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
49340         Log: Update Changes.
49341      Branch: perl
49342            ! Changes patchlevel.h
49343 ____________________________________________________________________________
49344 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
49345         Log: Subject: [PATCH regcomp.c] Insecure regexes
49346              From: Robin Houston <robin@kitsite.com>
49347              Date: Mon, 7 May 2001 21:56:12 +0100
49348              Message-ID: <20010507215612.A31114@penderel>
49349      Branch: perl
49350            ! regcomp.c
49351 ____________________________________________________________________________
49352 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
49353         Log: Drop the foobar.perl.com references for now until Simon
49354              gets them sorted out.
49355      Branch: perl
49356            ! pod/perlfaq2.pod
49357 ____________________________________________________________________________
49358 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
49359         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
49360              From: Prymmer/Kahn <pvhp@best.com>
49361              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
49362              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
49363      Branch: perl
49364            ! lib/Devel/SelfStubber.pm
49365 ____________________________________________________________________________
49366 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
49367         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
49368              From: Prymmer/Kahn <pvhp@best.com>
49369              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
49370              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
49371      Branch: perl
49372            ! win32/Makefile
49373 ____________________________________________________________________________
49374 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
49375         Log: s/WebTechnique's/WebTechniques/
49376      Branch: perl
49377            ! pod/perlfaq2.pod
49378 ____________________________________________________________________________
49379 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
49380         Log: Llama 3 updates from Randal.
49381      Branch: perl
49382            ! pod/perlfaq2.pod
49383 ____________________________________________________________________________
49384 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
49385         Log: Subject: [PATCH] Help -Dt show correct pad variables
49386              From: Benjamin Sugars <ben.sugars@home.com>
49387              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
49388              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
49389      Branch: perl
49390            ! embed.h embed.pl proto.h run.c
49391 ____________________________________________________________________________
49392 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
49393         Log: Subject: [PATCH] Document C<our $foo : shared>
49394              From: Benjamin Sugars <ben.sugars@home.com>
49395              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
49396              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
49397      Branch: perl
49398            ! pod/perlfunc.pod
49399 ____________________________________________________________________________
49400 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
49401         Log: Subject: [PATCH B::Deparse] undefined folded constants
49402              From: Robin Houston <robin@kitsite.com>
49403              Date: Sun, 6 May 2001 17:19:09 +0100
49404              Message-ID: <20010506171909.A7046@penderel>
49405      Branch: perl
49406            ! ext/B/B/Deparse.pm
49407 ____________________________________________________________________________
49408 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
49409         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
49410              From: Robin Houston <robin@kitsite.com>
49411              Message-ID: <20010506164654.A6848@penderel>
49412              Date: Sun, 6 May 2001 16:46:54 +0100
49413      Branch: perl
49414            ! ext/B/B/Deparse.pm
49415 ____________________________________________________________________________
49416 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
49417         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
49418              From: Robin Houston <robin@kitsite.com>
49419              Date: Sun, 6 May 2001 14:47:02 +0100
49420              Message-ID: <20010506144702.A6308@penderel>
49421      Branch: perl
49422            ! t/op/my_stash.t
49423 ____________________________________________________________________________
49424 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
49425         Log: Subject: Perl book, magazine and website updates.
49426              From: Simon Cozens <simon@netthink.co.uk>
49427              Date: Sun, 6 May 2001 16:55:36 +0100
49428              Message-ID: <20010506165536.A1795@netthink.co.uk>
49429      Branch: perl
49430            ! pod/perlbook.pod pod/perlfaq2.pod
49431 ____________________________________________________________________________
49432 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
49433         Log: Tweaks on the Tru64 prof options.
49434      Branch: perl
49435            ! pod/perlhack.pod
49436 ____________________________________________________________________________
49437 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
49438         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
49439              From: Robin Houston <robin@kitsite.com>
49440              Date: Sun, 6 May 2001 14:40:51 +0100
49441              Message-ID: <20010506144051.A6279@penderel>
49442      Branch: perl
49443            ! t/pod/testp2pt.pl
49444 ____________________________________________________________________________
49445 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
49446         Log: Subject: [PATCH B::Deparse] scoping
49447              From: Robin Houston <robin@kitsite.com>
49448              Date: Sun, 6 May 2001 14:36:56 +0100
49449              Message-ID: <20010506143656.A4006@penderel>
49450      Branch: perl
49451            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
49452 ____________________________________________________________________________
49453 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
49454         Log: Document the undefinedness of bitshifting out of range.
49455      Branch: perl
49456            ! pod/perlop.pod
49457 ____________________________________________________________________________
49458 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
49459         Log: Retract #10003 and update the IDE descriptions a bit.
49460      Branch: perl
49461            ! pod/perlfaq3.pod
49462 ____________________________________________________________________________
49463 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
49464         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
49465              From: Prymmer/Kahn <pvhp@best.com>
49466              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
49467              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
49468      Branch: perl
49469            ! win32/Makefile win32/buildext.pl win32/config.bc
49470            ! win32/config.gc win32/config.vc
49471 ____________________________________________________________________________
49472 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
49473         Log: (Retracted by #10005.)
49474      Branch: perl
49475            ! pod/perlfaq3.pod
49476 ____________________________________________________________________________
49477 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
49478         Log: It's "psed", not "sed".
49479      Branch: perl
49480            ! x2p/s2p.PL
49481 ____________________________________________________________________________
49482 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
49483         Log: Update Changes.
49484      Branch: perl
49485            ! Changes patchlevel.h
49486 ____________________________________________________________________________
49487 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
49488         Log: Subject: Re: bleadperl make install fails due to "psed"
49489              From: andreas.koenig@anima.de (Andreas J. Koenig)
49490              Date: 05 May 2001 18:23:28 +0200
49491              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
49492      Branch: perl
49493            ! x2p/Makefile.SH x2p/s2p.PL
49494 ____________________________________________________________________________
49495 [  9999] By: jhi                                   on 2001/05/05  18:28:09
49496         Log: AUTHORS updates.
49497      Branch: perl
49498            ! AUTHORS
49499 ____________________________________________________________________________
49500 [  9998] By: jhi                                   on 2001/05/05  18:16:00
49501         Log: Updates on the pods related to the modules included since 5.6.
49502              
49503              TODO: perltodo really could use major updating.
49504      Branch: perl
49505            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
49506            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
49507            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
49508            ! pod/perlsyn.pod pod/perltodo.pod
49509 ____________________________________________________________________________
49510 [  9997] By: jhi                                   on 2001/05/05  17:35:17
49511         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
49512              from Kurt Skauen.
49513      Branch: perl
49514            + hints/atheos.sh
49515            ! MANIFEST
49516 ____________________________________________________________________________
49517 [  9996] By: jhi                                   on 2001/05/05  17:25:00
49518         Log: Add preemptive #undefs for some of the shorter and more prone
49519              to collision regcomp.h #defines.  (Background: the MASK collided
49520              with a system header #define in Rhapsody.)
49521      Branch: perl
49522            ! regcomp.h
49523 ____________________________________________________________________________
49524 [  9995] By: jhi                                   on 2001/05/05  13:24:21
49525         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
49526              From: Nicholas Clark <nick@ccl4.org>
49527              Date: Sat, 5 May 2001 14:46:39 +0100
49528              Message-ID: <20010505144639.O53513@plum.flirble.org>
49529              
49530              Add a test for the constants (if any) being processed correctly.
49531      Branch: perl
49532            ! utils/h2xs.PL
49533 ____________________________________________________________________________
49534 [  9994] By: jhi                                   on 2001/05/05  02:11:03
49535         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
49536              From: Peter Prymmer <pvhp@forte.com>
49537              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
49538              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
49539      Branch: perl
49540            ! t/lib/b-stash.t
49541 ____________________________________________________________________________
49542 [  9993] By: jhi                                   on 2001/05/05  02:03:49
49543         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
49544              From: Peter Prymmer <pvhp@forte.com>
49545              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
49546              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
49547      Branch: perl
49548            ! perlio.c vms/vmsish.h
49549 ____________________________________________________________________________
49550 [  9992] By: jhi                                   on 2001/05/04  17:21:12
49551         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
49552              From: Robin Barker <rmb1@cise.npl.co.uk>
49553              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
49554              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
49555      Branch: perl
49556            + t/pod/plainer.t
49557            ! MANIFEST
49558 ____________________________________________________________________________
49559 [  9991] By: jhi                                   on 2001/05/04  16:47:45
49560         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
49561              From: Robin Barker <rmb1@cise.npl.co.uk>
49562              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
49563              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
49564      Branch: perl
49565            ! regcomp.c
49566 ____________________________________________________________________________
49567 [  9990] By: jhi                                   on 2001/05/04  14:37:20
49568         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
49569              From: Prymmer/Kahn <pvhp@best.com>
49570              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
49571              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
49572      Branch: perl
49573            ! t/lib/b-stash.t
49574 ____________________________________________________________________________
49575 [  9989] By: jhi                                   on 2001/05/04  14:03:58
49576         Log: Introduce perl572delta, update Todo, add the missing
49577              mention about signal safety since 5.7.1 (though this
49578              requires verification and more details.)
49579      Branch: perl
49580            + pod/perl572delta.pod
49581            ! MANIFEST Todo pod/perl571delta.pod
49582 ____________________________________________________________________________
49583 [  9988] By: jhi                                   on 2001/05/04  12:41:51
49584         Log: Subject: [PATCH perl@9944] long =item
49585              From: Robin Barker <rmb1@cise.npl.co.uk>
49586              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
49587              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
49588      Branch: perl
49589            ! ext/Time/HiRes/HiRes.pm
49590 ____________________________________________________________________________
49591 [  9987] By: jhi                                   on 2001/05/04  12:39:19
49592         Log: The #9901 had removed one line essential for EBCDIC.
49593      Branch: perl
49594            ! regcomp.c
49595 ____________________________________________________________________________
49596 [  9986] By: jhi                                   on 2001/05/04  12:30:23
49597         Log: Subject: cygwin/Makefile.SHs INSTALL patch
49598              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
49599              Date: Mon, 08 Jan 2001 04:59:21 +0200
49600              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
49601      Branch: perl
49602            ! cygwin/Makefile.SHs
49603 ____________________________________________________________________________
49604 [  9985] By: jhi                                   on 2001/05/04  03:51:39
49605         Log: Encode/IO doc tweaks.
49606      Branch: perl
49607            ! ext/Encode/Encode.pm
49608 ____________________________________________________________________________
49609 [  9984] By: jhi                                   on 2001/05/04  03:29:34
49610         Log: Remove GDBM_File from the dynamic extensions for UTS,
49611              GDBM is not a standard feature.
49612      Branch: perl
49613            ! hints/uts.sh
49614 ____________________________________________________________________________
49615 [  9983] By: jhi                                   on 2001/05/04  03:22:59
49616         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
49617      Branch: perl
49618            ! pod/perlretut.pod
49619 ____________________________________________________________________________
49620 [  9982] By: jhi                                   on 2001/05/03  23:21:03
49621         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
49622              From: Benjamin Sugars <bsugars@canoe.ca>
49623              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
49624              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
49625      Branch: perl
49626            ! dump.c
49627 ____________________________________________________________________________
49628 [  9981] By: jhi                                   on 2001/05/03  23:20:05
49629         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
49630              From: Benjamin Sugars <bsugars@canoe.ca>
49631              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
49632              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
49633      Branch: perl
49634            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49635 ____________________________________________________________________________
49636 [  9980] By: jhi                                   on 2001/05/03  23:15:29
49637         Log: Integrate perlio.
49638      Branch: perl
49639           !> ext/Encode/Encode.pm
49640 ____________________________________________________________________________
49641 [  9979] By: jhi                                   on 2001/05/03  16:54:59
49642         Log: Install psed man page.
49643      Branch: perl
49644            ! installman
49645 ____________________________________________________________________________
49646 [  9978] By: jhi                                   on 2001/05/03  16:45:58
49647         Log: Remove unused files; noted by Sarathy.
49648      Branch: perl
49649            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49650            ! MANIFEST
49651 ____________________________________________________________________________
49652 [  9977] By: jhi                                   on 2001/05/03  16:42:30
49653         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
49654              From: Andy Dougherty <doughera@lafayette.edu>
49655              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
49656              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
49657      Branch: perl
49658            ! INSTALL
49659 ____________________________________________________________________________
49660 [  9976] By: nick                                  on 2001/05/03  16:40:42
49661         Log: Allow $answer = encode($object,$text); like it says in docs.
49662      Branch: perlio
49663            ! ext/Encode/Encode.pm
49664 ____________________________________________________________________________
49665 [  9975] By: nick                                  on 2001/05/03  16:22:30
49666         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
49667              to be in scope (fair enough), and also a package variable (our) for eval to see it.
49668      Branch: perlio
49669            ! ext/Encode/Encode.pm
49670 ____________________________________________________________________________
49671 [  9974] By: nick                                  on 2001/05/03  15:48:17
49672         Log: Integrate mainline.
49673      Branch: perlio
49674           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
49675           +> t/lib/filter-simple.t t/lib/next.t
49676           !> (integrate 70 files)
49677 ____________________________________________________________________________
49678 [  9973] By: jhi                                   on 2001/05/03  13:09:09
49679         Log: Update Changes.
49680      Branch: perl
49681            ! Changes patchlevel.h
49682 ____________________________________________________________________________
49683 [  9972] By: jhi                                   on 2001/05/03  12:58:33
49684         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
49685              From: Prymmer/Kahn <pvhp@best.com>
49686              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
49687              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
49688      Branch: perl
49689            ! t/io/fflush.t
49690 ____________________________________________________________________________
49691 [  9971] By: jhi                                   on 2001/05/03  12:57:26
49692         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
49693              From: Prymmer/Kahn <pvhp@best.com>
49694              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
49695              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
49696      Branch: perl
49697            ! win32/FindExt.pm
49698 ____________________________________________________________________________
49699 [  9970] By: jhi                                   on 2001/05/03  02:42:46
49700         Log: Can't croak sans thread context, from Doug MacEachern.
49701      Branch: perl
49702            ! toke.c
49703 ____________________________________________________________________________
49704 [  9969] By: jhi                                   on 2001/05/03  01:23:48
49705         Log: Subject: Random input test and Perl
49706              From: Ilya Zakharevich <ilya@math.berkeley.edu>
49707              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
49708              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
49709      Branch: perl
49710            ! toke.c
49711 ____________________________________________________________________________
49712 [  9968] By: jhi                                   on 2001/05/02  22:17:21
49713         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
49714              From: Peter Prymmer <pvhp@forte.com>
49715              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
49716              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
49717      Branch: perl
49718            ! pod/perlfunc.pod pod/perlport.pod
49719 ____________________________________________________________________________
49720 [  9967] By: jhi                                   on 2001/05/02  20:12:45
49721         Log: Workaround for UTS compiler casting bug from Hal Morris.
49722      Branch: perl
49723            ! perl.h
49724 ____________________________________________________________________________
49725 [  9966] By: jhi                                   on 2001/05/02  18:31:37
49726         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
49727              From: Dan Sugalski <dan@sidhe.org>
49728              Date: Wed, 02 May 2001 15:23:22 -0400
49729              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
49730      Branch: perl
49731            ! perl.c vms/vms.c
49732 ____________________________________________________________________________
49733 [  9965] By: jhi                                   on 2001/05/02  18:21:29
49734         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
49735      Branch: perl
49736            ! pod/perlfunc.pod
49737 ____________________________________________________________________________
49738 [  9964] By: jhi                                   on 2001/05/02  18:15:01
49739         Log: Document large files in INSTALL, document also the %x
49740              limitation if not use64bitint, closes bug 20010326.007.
49741      Branch: perl
49742            ! INSTALL
49743 ____________________________________________________________________________
49744 [  9963] By: jhi                                   on 2001/05/02  17:24:47
49745         Log: perlmodlib tweaks; regen pods.
49746      Branch: perl
49747            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
49748            ! pod/perltoc.pod
49749 ____________________________________________________________________________
49750 [  9962] By: jhi                                   on 2001/05/02  17:14:00
49751         Log: Fix for a segfault, from Marc Lehmann.
49752      Branch: perl
49753            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
49754 ____________________________________________________________________________
49755 [  9961] By: jhi                                   on 2001/05/02  15:55:53
49756         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
49757              From: "Philip Newton" <pnewton@gmx.de>
49758              Date: Wed, 2 May 2001 18:39:03 +0200
49759              Message-ID: <3AF05447.15525.173B588@localhost>
49760      Branch: perl
49761            ! pod/perlop.pod
49762 ____________________________________________________________________________
49763 [  9960] By: jhi                                   on 2001/05/02  15:35:37
49764         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
49765              From: Dan Sugalski <dan@sidhe.org>
49766              Date: Wed, 02 May 2001 11:37:27 -0400
49767              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
49768      Branch: perl
49769            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
49770            ! thread.h vms/vms.c vms/vmsish.h
49771 ____________________________________________________________________________
49772 [  9959] By: jhi                                   on 2001/05/02  15:21:08
49773         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
49774              From: Benjamin Sugars <bsugars@canoe.ca>
49775              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
49776              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
49777      Branch: perl
49778            ! ext/PerlIO/Scalar/Scalar.xs
49779 ____________________________________________________________________________
49780 [  9958] By: jhi                                   on 2001/05/02  15:15:53
49781         Log: Bug in #9915, spotted by Mike Guy.
49782      Branch: perl
49783            ! installperl
49784 ____________________________________________________________________________
49785 [  9957] By: jhi                                   on 2001/05/02  13:26:01
49786         Log: Add a test for not griping about references as array
49787              indices if the reference has magic in it (overloaded
49788              methods).
49789      Branch: perl
49790            ! pod/perldiag.pod t/pragma/warn/pp_hot
49791 ____________________________________________________________________________
49792 [  9956] By: jhi                                   on 2001/05/02  13:07:01
49793         Log: Retracted a bit too much in #9952.
49794      Branch: perl
49795            ! t/pragma/sub_lval.t
49796 ____________________________________________________________________________
49797 [  9955] By: jhi                                   on 2001/05/02  13:05:38
49798         Log: Test for #9952.
49799      Branch: perl
49800            ! t/op/tie.t
49801 ____________________________________________________________________________
49802 [  9954] By: jhi                                   on 2001/05/02  11:48:18
49803         Log: Additional note on the encoding example: one cannot
49804              convert string constants in-place.
49805      Branch: perl
49806            ! ext/Encode/Encode.pm
49807 ____________________________________________________________________________
49808 [  9953] By: jhi                                   on 2001/05/02  11:43:51
49809         Log: Note that if you have recent enough Perl you already
49810              have Filter::Util::Call.
49811      Branch: perl
49812            ! lib/Filter/Simple.pm
49813 ____________________________________________________________________________
49814 [  9952] By: jhi                                   on 2001/05/02  11:31:53
49815         Log: Retract changes #8254 and #8255, causes coredump in
49816              'tie FH, "main"', reported by Abigail, culprit found by
49817              Benjamin Sugars.  Mirrors maintperl change #9950.
49818      Branch: perl
49819            ! op.c t/pragma/sub_lval.t
49820 ____________________________________________________________________________
49821 [  9951] By: jhi                                   on 2001/05/02  11:14:29
49822         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
49823      Branch: perl
49824            + t/lib/MyFilter.pm
49825 ____________________________________________________________________________
49826 [  9950] By: gsar                                  on 2001/05/02  03:17:11
49827         Log: revert integration of changes#8254,8255 in change#8620 (causes
49828              a coredump in C<tie FH, 'foo'>; the idea itself may need better
49829              rationalization)
49830      Branch: maint-5.6/perl
49831            ! op.c t/pragma/sub_lval.t
49832 ____________________________________________________________________________
49833 [  9949] By: gsar                                  on 2001/05/02  02:56:32
49834         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
49835              
49836              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49837              
49838              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49839      Branch: maint-5.6/perl
49840           !> hints/svr5.sh
49841 ____________________________________________________________________________
49842 [  9948] By: gsar                                  on 2001/05/02  02:49:15
49843         Log: pod/find.t breaks on VMS (from Craig Berry)
49844      Branch: maint-5.6/perl
49845            ! t/pod/find.t
49846 ____________________________________________________________________________
49847 [  9947] By: jhi                                   on 2001/05/02  02:43:09
49848         Log: Add an encoding conversion example.
49849      Branch: perl
49850            ! ext/Encode/Encode.pm
49851 ____________________________________________________________________________
49852 [  9946] By: jhi                                   on 2001/05/02  01:34:22
49853         Log: Another coat of paint but still nowhere finished.
49854              Need to decide on the semantics of strptime(): should
49855              strptime() be a function instead of a method?  To do
49856              the week/monthname-strptiming the i18n/l10n bullet needs
49857              to be bitten with gusto.
49858      Branch: perl
49859            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
49860 ____________________________________________________________________________
49861 [  9945] By: jhi                                   on 2001/05/01  23:40:52
49862         Log: Update Changes.
49863      Branch: perl
49864            ! Changes patchlevel.h
49865 ____________________________________________________________________________
49866 [  9944] By: jhi                                   on 2001/05/01  23:33:37
49867         Log: Add known-to-be-tested modules to the list-to-be-skipped.
49868      Branch: perl
49869            ! t/lib/1_compile.t
49870 ____________________________________________________________________________
49871 [  9943] By: jhi                                   on 2001/05/01  23:24:40
49872         Log: Subject: BorlandC++ fix
49873              From: "Vadim Konovalov" <watman@inbox.ru>
49874              Date: Mon, 30 Apr 2001 20:12:26 -0700
49875              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
49876      Branch: perl
49877            ! win32/makefile.mk
49878 ____________________________________________________________________________
49879 [  9942] By: jhi                                   on 2001/05/01  23:18:02
49880         Log: Update to Filter::Simple 0.60, create a test for it.
49881      Branch: perl
49882            + t/lib/filter-simple.t
49883            ! MANIFEST lib/Filter/Simple.pm
49884 ____________________________________________________________________________
49885 [  9941] By: jhi                                   on 2001/05/01  19:47:24
49886         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
49887              From: Hugo <hv@crypt.compulink.co.uk>
49888              Date: Tue, 01 May 2001 20:12:20 +0100
49889              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
49890      Branch: perl
49891            ! pp_hot.c t/op/re_tests
49892 ____________________________________________________________________________
49893 [  9940] By: jhi                                   on 2001/05/01  19:42:16
49894         Log: Integrate perlio.
49895      Branch: perl
49896           !> lib/base.pm t/lib/fields.t
49897 ____________________________________________________________________________
49898 [  9939] By: jhi                                   on 2001/05/01  19:39:51
49899         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
49900              From: Benjamin Sugars <bsugars@canoe.ca>
49901              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
49902              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
49903      Branch: perl
49904            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49905 ____________________________________________________________________________
49906 [  9938] By: jhi                                   on 2001/05/01  19:34:09
49907         Log: Add NEXT, a pseudo-class for method redispatching.
49908              <Damian>NEXT.pm probably offers more bang-for-buck
49909              than anything else I've ever written.</Damian>
49910      Branch: perl
49911            + lib/NEXT.pm t/lib/next.t
49912            ! MANIFEST
49913 ____________________________________________________________________________
49914 [  9937] By: jhi                                   on 2001/05/01  19:21:41
49915         Log: Update to Switch 2.02.
49916      Branch: perl
49917            ! lib/Switch.pm t/lib/switch.t
49918 ____________________________________________________________________________
49919 [  9936] By: nick                                  on 2001/05/01  19:09:21
49920         Log: Fix for base.pm clobbering $VERSION
49921      Branch: perlio
49922            ! lib/base.pm
49923 ____________________________________________________________________________
49924 [  9935] By: nick                                  on 2001/05/01  18:54:38
49925         Log: Test for base.pm clobbering $VERSION.
49926      Branch: perlio
49927            ! t/lib/fields.t
49928 ____________________________________________________________________________
49929 [  9934] By: jhi                                   on 2001/05/01  18:39:10
49930         Log: Add information about Scalar::Util::blessed.
49931      Branch: perl
49932            ! pod/perlobj.pod
49933 ____________________________________________________________________________
49934 [  9933] By: jhi                                   on 2001/05/01  18:33:51
49935         Log: Subject: Extra UNIVERSAL documentation
49936              From: Mike Guy <mjtg@cam.ac.uk>
49937              Date: Tue, 01 May 2001 20:12:11 +0100
49938              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
49939      Branch: perl
49940            ! pod/perlobj.pod
49941 ____________________________________________________________________________
49942 [  9932] By: jhi                                   on 2001/05/01  18:26:54
49943         Log: Subject: Autoflush in tests as appropriate
49944              From: Mike Guy <mjtg@cam.ac.uk>
49945              Date: Tue, 01 May 2001 20:05:31 +0100
49946              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
49947      Branch: perl
49948            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
49949            ! t/op/taint.t
49950 ____________________________________________________________________________
49951 [  9931] By: jhi                                   on 2001/05/01  18:02:29
49952         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
49953              From: Benjamin Sugars <bsugars@canoe.ca>
49954              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
49955              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
49956      Branch: perl
49957            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49958 ____________________________________________________________________________
49959 [  9930] By: jhi                                   on 2001/05/01  15:12:26
49960         Log: Subject: Re: Finally got a round tuit
49961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49962              Date: Tue, 01 May 2001 14:14:10 +0200
49963              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
49964              
49965              The -DP part, slightly modified.
49966      Branch: perl
49967            ! perl.c
49968 ____________________________________________________________________________
49969 [  9929] By: jhi                                   on 2001/05/01  14:17:15
49970         Log: Subject: Re: Finally got a round tuit
49971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49972              Date: Tue, 01 May 2001 16:34:06 +0200
49973              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
49974              
49975              cpp and optimization tweaks for HP-UX.
49976      Branch: perl
49977            ! hints/hpux.sh
49978 ____________________________________________________________________________
49979 [  9928] By: jhi                                   on 2001/05/01  13:24:20
49980         Log: Tune the scan_num() comments to reality.
49981      Branch: perl
49982            ! toke.c
49983 ____________________________________________________________________________
49984 [  9927] By: jhi                                   on 2001/05/01  13:14:01
49985         Log: Subject: [PATCH B::Deparse] optimised sort
49986              From: Robin Houston <robin@kitsite.com>
49987              Date: Tue, 1 May 2001 14:07:12 +0100
49988              Message-ID: <20010501140712.A4266@penderel>
49989      Branch: perl
49990            ! ext/B/B/Deparse.pm
49991 ____________________________________________________________________________
49992 [  9926] By: jhi                                   on 2001/05/01  13:10:53
49993         Log: Subject: [PATCH t/lib/b-deparse.t] 
49994              From: Robin Houston <robin@kitsite.com>
49995              Date: Tue, 1 May 2001 13:37:42 +0100
49996              Message-ID: <20010501133742.A4082@penderel>
49997      Branch: perl
49998            ! t/lib/b-deparse.t
49999 ____________________________________________________________________________
50000 [  9925] By: jhi                                   on 2001/05/01  13:10:13
50001         Log: Subject: [PATCH B::Deparse] for(;;), sort
50002              From: Robin Houston <robin@kitsite.com>
50003              Date: Tue, 1 May 2001 13:35:00 +0100
50004              Message-ID: <20010501133500.A4061@penderel>
50005      Branch: perl
50006            ! ext/B/B/Deparse.pm
50007 ____________________________________________________________________________
50008 [  9924] By: jhi                                   on 2001/05/01  13:09:22
50009         Log: Subject: [PATCH B::Deparse] do, warn, use
50010              From: Robin Houston <robin@kitsite.com>
50011              Date: Tue, 1 May 2001 13:31:03 +0100
50012              Message-ID: <20010501133103.A4041@penderel>
50013      Branch: perl
50014            ! ext/B/B/Deparse.pm
50015 ____________________________________________________________________________
50016 [  9923] By: jhi                                   on 2001/05/01  11:45:36
50017         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
50018              From: Benjamin Sugars <ben.sugars@home.com>
50019              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
50020              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
50021      Branch: perl
50022            + t/io/fflush.t
50023            ! MANIFEST
50024 ____________________________________________________________________________
50025 [  9922] By: jhi                                   on 2001/05/01  11:35:42
50026         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
50027              From: Peter Prymmer <pvhp@forte.com>
50028              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
50029              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
50030      Branch: perl
50031            ! t/lib/selfstubber.t
50032 ____________________________________________________________________________
50033 [  9921] By: jhi                                   on 2001/04/30  16:34:33
50034         Log: Subject: [PATCH B::Concise] suppress warning
50035              From: Robin Houston <robin@kitsite.com>
50036              Date: Mon, 30 Apr 2001 16:09:49 +0100
50037              Message-ID: <20010430160949.A25086@penderel>
50038      Branch: perl
50039            ! ext/B/B/Concise.pm
50040 ____________________________________________________________________________
50041 [  9920] By: jhi                                   on 2001/04/30  13:56:04
50042         Log: Strip the *markers* from #9919.
50043      Branch: perl
50044            ! pod/perlfaq.pod pod/perlfaq5.pod
50045 ____________________________________________________________________________
50046 [  9919] By: jhi                                   on 2001/04/30  13:54:04
50047         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
50048              From: Gwyn Judd <b.judd@xtra.co.nz>
50049              Date: Sun, 29 Apr 2001 01:47:49 +1200
50050              Message-ID: <20010429014749.A4418@thislove>
50051      Branch: perl
50052            ! pod/perlfaq.pod pod/perlfaq5.pod
50053 ____________________________________________________________________________
50054 [  9918] By: jhi                                   on 2001/04/30  13:13:54
50055         Log: More_tweakage.
50056      Branch: perl
50057            ! pod/perldata.pod pod/perldiag.pod
50058 ____________________________________________________________________________
50059 [  9917] By: jhi                                   on 2001/04/30  13:01:27
50060         Log: Update Changes.
50061      Branch: perl
50062            ! Changes patchlevel.h
50063 ____________________________________________________________________________
50064 [  9916] By: jhi                                   on 2001/04/30  12:57:03
50065         Log: T_w_e_a_k_a_g_e.
50066      Branch: perl
50067            ! pod/perldata.pod pod/perldiag.pod
50068 ____________________________________________________________________________
50069 [  9915] By: jhi                                   on 2001/04/30  12:39:29
50070         Log: Install s2p also as psed.
50071              
50072              TODO: psed documentation?
50073      Branch: perl
50074            ! installperl
50075 ____________________________________________________________________________
50076 [  9914] By: jhi                                   on 2001/04/30  12:29:21
50077         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
50078              From: Jens Hamisch <jens@Strawberry.COM>
50079              Date: Fri, 27 Apr 2001 17:00:36 +0200
50080              Message-ID: <20010427170036.K1372@Strawberry.COM>
50081              
50082              SOCKS5_VERSION_NAME is the right symbol to detect
50083              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
50084              function called socks5_init() is available, and even that is
50085              not universal, most SOCKS5 installations use SOCKSinit()).
50086      Branch: perl
50087            ! perlio.c
50088 ____________________________________________________________________________
50089 [  9913] By: jhi                                   on 2001/04/30  12:22:15
50090         Log: Allow a zero timeout on IO::Socket accept and connect--
50091              though one really shouldn't do that.  Based on
50092              
50093              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
50094              From: "John Holdsworth" <coldwave@bigfoot.com>
50095              Date: Sun, 4 Feb 2001 12:48:18 +0100
50096              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
50097      Branch: perl
50098            ! ext/IO/lib/IO/Socket.pm
50099 ____________________________________________________________________________
50100 [  9912] By: jhi                                   on 2001/04/30  11:27:27
50101         Log: Save the spot of regprev (see #9911) for binary compatibility;
50102              regen API.
50103      Branch: perl
50104            ! embedvar.h perlapi.h thrdvar.h
50105 ____________________________________________________________________________
50106 [  9911] By: jhi                                   on 2001/04/30  11:22:03
50107         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
50108              From: Hugo <hv@crypt.compulink.co.uk>
50109              Date: Sun, 29 Apr 2001 17:09:30 +0100
50110              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
50111      Branch: perl
50112            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
50113 ____________________________________________________________________________
50114 [  9910] By: jhi                                   on 2001/04/30  11:15:12
50115         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
50116              a dummy for PL_numeric_radix); no pressing reason to break
50117              binary compatibility; regen API.
50118      Branch: perl
50119            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
50120            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
50121 ____________________________________________________________________________
50122 [  9909] By: jhi                                   on 2001/04/30  10:56:08
50123         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
50124              From: Walt Mankowski <waltman@netaxs.com>
50125              Date: Sun, 29 Apr 2001 21:53:48 -0400
50126              Message-ID: <20010429215348.A3971@netaxs.com>
50127      Branch: perl
50128            ! pod/perlfunc.pod
50129 ____________________________________________________________________________
50130 [  9908] By: jhi                                   on 2001/04/30  10:49:40
50131         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
50132      Branch: perl
50133            ! t/lib/selfstubber.t
50134 ____________________________________________________________________________
50135 [  9907] By: nick                                  on 2001/04/30  09:26:50
50136         Log: Integrate mainline.
50137      Branch: perlio
50138           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50139 ____________________________________________________________________________
50140 [  9906] By: jhi                                   on 2001/04/29  23:24:20
50141         Log: Abigail spotted a thinko in #9905.
50142      Branch: perl
50143            ! pod/perldiag.pod
50144 ____________________________________________________________________________
50145 [  9905] By: jhi                                   on 2001/04/29  15:55:39
50146         Log: Changed the underscore/undebar syntax in numeric constants;
50147              now any grouping will do, as long as the underscores are not
50148              consecutive (so "zero-grouping" is out), and they do not begin
50149              or end the integer or fractional parts.
50150      Branch: perl
50151            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
50152 ____________________________________________________________________________
50153 [  9904] By: nick                                  on 2001/04/29  15:43:22
50154         Log: Integrate mainline.
50155      Branch: perlio
50156           +> (branch 98 files)
50157            - lib/unicode/Block.pl
50158            - lib/unicode/In/AlphabeticPresentationForms.pl
50159            - lib/unicode/In/Arabic.pl
50160            - lib/unicode/In/ArabicPresentationForms-A.pl
50161            - lib/unicode/In/ArabicPresentationForms-B.pl
50162            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50163            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50164            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50165            - lib/unicode/In/BopomofoExtended.pl
50166            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50167            - lib/unicode/In/CJKCompatibility.pl
50168            - lib/unicode/In/CJKCompatibilityForms.pl
50169            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50170            - lib/unicode/In/CJKRadicalsSupplement.pl
50171            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50172            - lib/unicode/In/CJKUnifiedIdeographs.pl
50173            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50174            - lib/unicode/In/Cherokee.pl
50175            - lib/unicode/In/CombiningDiacriticalMarks.pl
50176            - lib/unicode/In/CombiningHalfMarks.pl
50177            - lib/unicode/In/CombiningMarksforSymbols.pl
50178            - lib/unicode/In/ControlPictures.pl
50179            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50180            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50181            - lib/unicode/In/EnclosedAlphanumerics.pl
50182            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50183            - lib/unicode/In/Ethiopic.pl
50184            - lib/unicode/In/GeneralPunctuation.pl
50185            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50186            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50187            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50188            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50189            - lib/unicode/In/HangulCompatibilityJamo.pl
50190            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50191            - lib/unicode/In/Hebrew.pl
50192            - lib/unicode/In/HighPrivateUseSurrogates.pl
50193            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50194            - lib/unicode/In/IPAExtensions.pl
50195            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50196            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50197            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50198            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50199            - lib/unicode/In/Latin-1Supplement.pl
50200            - lib/unicode/In/LatinExtended-A.pl
50201            - lib/unicode/In/LatinExtended-B.pl
50202            - lib/unicode/In/LatinExtendedAdditional.pl
50203            - lib/unicode/In/LetterlikeSymbols.pl
50204            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50205            - lib/unicode/In/MathematicalOperators.pl
50206            - lib/unicode/In/MiscellaneousSymbols.pl
50207            - lib/unicode/In/MiscellaneousTechnical.pl
50208            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50209            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50210            - lib/unicode/In/OpticalCharacterRecognition.pl
50211            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50212            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50213            - lib/unicode/In/SmallFormVariants.pl
50214            - lib/unicode/In/SpacingModifierLetters.pl
50215            - lib/unicode/In/Specials.pl
50216            - lib/unicode/In/SuperscriptsandSubscripts.pl
50217            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50218            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50219            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50220            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50221            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50222           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
50223           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
50224           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
50225           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
50226           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
50227           !> utf8.c win32/Makefile
50228 ____________________________________________________________________________
50229 [  9903] By: jhi                                   on 2001/04/29  14:30:53
50230         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
50231              From: Prymmer/Kahn <pvhp@best.com>
50232              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
50233              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
50234      Branch: perl
50235            ! win32/Makefile
50236 ____________________________________________________________________________
50237 [  9902] By: jhi                                   on 2001/04/29  02:52:44
50238         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
50239              From: "Abigail" <abigail@foad.org>
50240              Date: Sun, 29 Apr 2001 03:14:25 +0200
50241              Message-ID: <20010429011425.24503.qmail@foad.org>
50242      Branch: perl
50243            ! ext/IO/lib/IO/Seekable.pm
50244 ____________________________________________________________________________
50245 [  9901] By: jhi                                   on 2001/04/29  02:04:46
50246         Log: In character classes one couldn't have 0x80..0xff characters
50247              at the left hand side if there were 0x100.. characters in the
50248              character class.
50249      Branch: perl
50250            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
50251            ! t/op/pat.t utf8.c
50252 ____________________________________________________________________________
50253 [  9900] By: jhi                                   on 2001/04/28  22:55:04
50254         Log: Forgot the latest mktables.PL from #9899.
50255      Branch: perl
50256            ! lib/unicode/mktables.PL
50257 ____________________________________________________________________________
50258 [  9899] By: jhi                                   on 2001/04/28  22:53:28
50259         Log: Explain the \p{} and \P{} error message better and
50260              have prettier prettyprint in In.pl.
50261      Branch: perl
50262            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
50263            ! pod/perldiag.pod
50264 ____________________________________________________________________________
50265 [  9898] By: jhi                                   on 2001/04/28  21:03:34
50266         Log: Add one possible explanation for the "Invalid [] range" error.
50267      Branch: perl
50268            ! pod/perldiag.pod
50269 ____________________________________________________________________________
50270 [  9897] By: jhi                                   on 2001/04/28  17:18:26
50271         Log: Add a level of indirection to the implementation of \p{InFoo}
50272              so that we don't have to have long filenames.  (Nothing changes
50273              in the user interface.)   The indirection is defined in
50274              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
50275              Also rename some the character classes by removing '-' from
50276              the classnames, and finally renamed Block.pl as Blocks.pl.
50277      Branch: perl
50278            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
50279            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
50280            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
50281            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
50282            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
50283            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
50284            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
50285            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
50286            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
50287            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
50288            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
50289            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
50290            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
50291            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
50292            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
50293            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
50294            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
50295            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
50296            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
50297            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
50298            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
50299            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
50300            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
50301            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
50302            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
50303            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
50304            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
50305            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
50306            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
50307            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
50308            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
50309            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
50310            + lib/unicode/In/94.pl lib/unicode/In/95.pl
50311            - lib/unicode/Block.pl
50312            - lib/unicode/In/AlphabeticPresentationForms.pl
50313            - lib/unicode/In/Arabic.pl
50314            - lib/unicode/In/ArabicPresentationForms-A.pl
50315            - lib/unicode/In/ArabicPresentationForms-B.pl
50316            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
50317            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
50318            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
50319            - lib/unicode/In/BopomofoExtended.pl
50320            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
50321            - lib/unicode/In/CJKCompatibility.pl
50322            - lib/unicode/In/CJKCompatibilityForms.pl
50323            - lib/unicode/In/CJKCompatibilityIdeographs.pl
50324            - lib/unicode/In/CJKRadicalsSupplement.pl
50325            - lib/unicode/In/CJKSymbolsandPunctuation.pl
50326            - lib/unicode/In/CJKUnifiedIdeographs.pl
50327            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
50328            - lib/unicode/In/Cherokee.pl
50329            - lib/unicode/In/CombiningDiacriticalMarks.pl
50330            - lib/unicode/In/CombiningHalfMarks.pl
50331            - lib/unicode/In/CombiningMarksforSymbols.pl
50332            - lib/unicode/In/ControlPictures.pl
50333            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
50334            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
50335            - lib/unicode/In/EnclosedAlphanumerics.pl
50336            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
50337            - lib/unicode/In/Ethiopic.pl
50338            - lib/unicode/In/GeneralPunctuation.pl
50339            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
50340            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
50341            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
50342            - lib/unicode/In/HalfwidthandFullwidthForms.pl
50343            - lib/unicode/In/HangulCompatibilityJamo.pl
50344            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
50345            - lib/unicode/In/Hebrew.pl
50346            - lib/unicode/In/HighPrivateUseSurrogates.pl
50347            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
50348            - lib/unicode/In/IPAExtensions.pl
50349            - lib/unicode/In/IdeographicDescriptionCharacters.pl
50350            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
50351            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
50352            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
50353            - lib/unicode/In/Latin-1Supplement.pl
50354            - lib/unicode/In/LatinExtended-A.pl
50355            - lib/unicode/In/LatinExtended-B.pl
50356            - lib/unicode/In/LatinExtendedAdditional.pl
50357            - lib/unicode/In/LetterlikeSymbols.pl
50358            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
50359            - lib/unicode/In/MathematicalOperators.pl
50360            - lib/unicode/In/MiscellaneousSymbols.pl
50361            - lib/unicode/In/MiscellaneousTechnical.pl
50362            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
50363            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
50364            - lib/unicode/In/OpticalCharacterRecognition.pl
50365            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
50366            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
50367            - lib/unicode/In/SmallFormVariants.pl
50368            - lib/unicode/In/SpacingModifierLetters.pl
50369            - lib/unicode/In/Specials.pl
50370            - lib/unicode/In/SuperscriptsandSubscripts.pl
50371            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
50372            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
50373            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
50374            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
50375            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
50376            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
50377            ! pod/perlunicode.pod
50378 ____________________________________________________________________________
50379 [  9896] By: jhi                                   on 2001/04/28  14:33:17
50380         Log: Update the information on shared library path on HP-UX.
50381      Branch: perl
50382            ! INSTALL
50383 ____________________________________________________________________________
50384 [  9895] By: jhi                                   on 2001/04/28  14:32:30
50385         Log: Because #9894 seems to do the trick, this workaround can be removed.
50386      Branch: perl
50387            ! t/lib/selfstubber.t
50388 ____________________________________________________________________________
50389 [  9894] By: jhi                                   on 2001/04/28  14:26:13
50390         Log: For PerlIO flush the children's file handles (on fork/exec/system).
50391      Branch: perl
50392            ! perl.h
50393 ____________________________________________________________________________
50394 [  9893] By: jhi                                   on 2001/04/28  14:23:15
50395         Log: Test tweak for #9891.
50396      Branch: perl
50397            ! t/lib/b-deparse.t
50398 ____________________________________________________________________________
50399 [  9892] By: jhi                                   on 2001/04/28  14:10:13
50400         Log: New HP-UX hints from Merijn.
50401      Branch: perl
50402            ! hints/hpux.sh
50403 ____________________________________________________________________________
50404 [  9891] By: jhi                                   on 2001/04/28  14:07:27
50405         Log: Subject: [PATCH B::Deparse] non-block scopes
50406              From: Robin Houston <robin@kitsite.com>
50407              Date: Fri, 27 Apr 2001 19:15:14 +0100
50408              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
50409      Branch: perl
50410            ! ext/B/B/Deparse.pm
50411 ____________________________________________________________________________
50412 [  9890] By: nick                                  on 2001/04/27  19:41:25
50413         Log: Integrate mainline
50414      Branch: perlio
50415           +> t/lib/selfstubber.t
50416           !> (integrate 50 files)
50417 ____________________________________________________________________________
50418 [  9889] By: jhi                                   on 2001/04/27  18:23:46
50419         Log: Subject: Re: selfstubber test fail on bleadperl
50420              From: Mike Guy <mjtg@cam.ac.uk>
50421              Date: Fri, 27 Apr 2001 19:31:18 +0100
50422              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
50423      Branch: perl
50424            ! t/lib/selfstubber.t
50425 ____________________________________________________________________________
50426 [  9888] By: jhi                                   on 2001/04/27  16:20:54
50427         Log: Test tweak for #9886.
50428      Branch: perl
50429            ! t/lib/b-deparse.t
50430 ____________________________________________________________________________
50431 [  9887] By: jhi                                   on 2001/04/27  16:16:33
50432         Log: Buffering issue at least in Solaris (even with perlio).
50433      Branch: perl
50434            ! t/lib/selfstubber.t
50435 ____________________________________________________________________________
50436 [  9886] By: jhi                                   on 2001/04/27  14:59:23
50437         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
50438              From: Robin Houston <robin@kitsite.com>
50439              Date: Fri, 27 Apr 2001 16:53:20 +0100
50440              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
50441      Branch: perl
50442            ! ext/B/B/Deparse.pm
50443 ____________________________________________________________________________
50444 [  9885] By: jhi                                   on 2001/04/27  14:23:51
50445         Log: Update Changes.
50446      Branch: perl
50447            ! Changes patchlevel.h
50448 ____________________________________________________________________________
50449 [  9884] By: jhi                                   on 2001/04/27  14:14:12
50450         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
50451              From: "Philip Newton" <pnewton@gmx.de>
50452              Date: Fri, 27 Apr 2001 16:40:13 +0200
50453              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
50454      Branch: perl
50455            ! pod/perldata.pod
50456 ____________________________________________________________________________
50457 [  9883] By: jhi                                   on 2001/04/27  13:28:19
50458         Log: Add LOG_PERROR; prettify the "removed".
50459      Branch: perl
50460            ! ext/Sys/Syslog/Syslog.xs
50461 ____________________________________________________________________________
50462 [  9882] By: jhi                                   on 2001/04/27  13:13:18
50463         Log: h2xs tweaks: use NV instead of double, "quote" the removed
50464              prefixes for clarity (especially when nothing is removed),
50465              slight pod reformats.
50466      Branch: perl
50467            ! utils/h2xs.PL
50468 ____________________________________________________________________________
50469 [  9881] By: jhi                                   on 2001/04/27  12:58:48
50470         Log: Don't bother creating existing directories.
50471      Branch: perl
50472            ! utils/h2xs.PL
50473 ____________________________________________________________________________
50474 [  9880] By: jhi                                   on 2001/04/27  12:45:39
50475         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
50476              From: Mike Schilli <m@perlmeister.com>
50477              Date: Wed, 25 Apr 2001 01:29:21 -0700
50478              Message-id: <3AE68AE1.6A981723@perlmeister.com>
50479      Branch: perl
50480            ! utils/h2xs.PL
50481 ____________________________________________________________________________
50482 [  9879] By: jhi                                   on 2001/04/27  12:40:55
50483         Log: break is not yet Perl.  Added the template license also to README.
50484      Branch: perl
50485            ! utils/h2xs.PL
50486 ____________________________________________________________________________
50487 [  9878] By: jhi                                   on 2001/04/27  03:08:20
50488         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
50489              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50490              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
50491              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
50492      Branch: perl
50493            ! t/lib/xs-typemap.t
50494 ____________________________________________________________________________
50495 [  9877] By: jhi                                   on 2001/04/26  23:54:40
50496         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
50497              From: "Abigail" <abigail@foad.org>
50498              Date: Fri, 27 Apr 2001 01:44:28 +0200
50499              Message-ID: <20010426234428.19786.qmail@foad.org>
50500      Branch: perl
50501            ! utils/h2xs.PL
50502 ____________________________________________________________________________
50503 [  9876] By: jhi                                   on 2001/04/26  23:52:06
50504         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
50505              From: Peter Prymmer <pvhp@forte.com>
50506              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
50507              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
50508      Branch: perl
50509            ! t/lib/selfstubber.t
50510 ____________________________________________________________________________
50511 [  9875] By: jhi                                   on 2001/04/26  23:48:10
50512         Log: Deparse nits.
50513      Branch: perl
50514            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
50515 ____________________________________________________________________________
50516 [  9874] By: jhi                                   on 2001/04/26  22:46:05
50517         Log: Document ANYOF_CLASS.
50518      Branch: perl
50519            ! regcomp.h
50520 ____________________________________________________________________________
50521 [  9873] By: jhi                                   on 2001/04/26  22:35:03
50522         Log: Subject: Re: [PATCH @9846] dumping ANYOF
50523              From: Hugo <hv@crypt.compulink.co.uk>
50524              Date: Thu, 26 Apr 2001 23:33:38 +0100
50525              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
50526      Branch: perl
50527            ! regcomp.c regcomp.h
50528 ____________________________________________________________________________
50529 [  9872] By: jhi                                   on 2001/04/26  22:34:31
50530         Log: Subject: [PATCH] more for Devel::SelfStubber
50531              From: Nicholas Clark <nick@ccl4.org>
50532              Date: Fri, 27 Apr 2001 00:13:52 +0100
50533              Message-ID: <20010427001351.K88186@plum.flirble.org>
50534      Branch: perl
50535            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
50536 ____________________________________________________________________________
50537 [  9871] By: jhi                                   on 2001/04/26  21:59:17
50538         Log: Subject: [PATCH B::Deparse] formats must be flush left
50539              From: Robin Houston <robin@kitsite.com>
50540              Date: Thu, 26 Apr 2001 23:54:29 +0100
50541              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
50542      Branch: perl
50543            ! ext/B/B/Deparse.pm
50544 ____________________________________________________________________________
50545 [  9870] By: jhi                                   on 2001/04/26  21:57:37
50546         Log: If some of the constants are prefixes of others,
50547              the prefixes may never get recognized.  (See 20010426.006.)
50548      Branch: perl
50549            ! utils/h2xs.PL
50550 ____________________________________________________________________________
50551 [  9869] By: jhi                                   on 2001/04/26  21:50:42
50552         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
50553              From: Chris Bongaarts <cab@tc.umn.edu>
50554              Date: Thu, 26 Apr 2001 17:10:31 -0500
50555              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
50556      Branch: perl
50557            ! ext/Sys/Syslog/Syslog.xs
50558 ____________________________________________________________________________
50559 [  9868] By: jhi                                   on 2001/04/26  21:35:12
50560         Log: Further cuts and more docs from Graham Barr.
50561      Branch: perl
50562            ! ext/List/Util/lib/List/Util.pm
50563            ! ext/List/Util/lib/Scalar/Util.pm
50564 ____________________________________________________________________________
50565 [  9867] By: jhi                                   on 2001/04/26  21:18:57
50566         Log: Subject: [PATCH 5.7.1] DB_File-1.77
50567              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
50568              Date: Thu, 26 Apr 2001 22:37:53 +0100
50569              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
50570      Branch: perl
50571            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50572            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50573 ____________________________________________________________________________
50574 [  9866] By: jhi                                   on 2001/04/26  21:12:31
50575         Log: Subject: [PATCH B::Deparse] fix easy bugs
50576              From: Robin Houston <robin@kitsite.com>
50577              Date: Thu, 26 Apr 2001 23:03:33 +0100
50578              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
50579      Branch: perl
50580            ! ext/B/B/Deparse.pm
50581 ____________________________________________________________________________
50582 [  9865] By: jhi                                   on 2001/04/26  20:26:13
50583         Log: Update Changes.
50584      Branch: perl
50585            ! Changes patchlevel.h
50586 ____________________________________________________________________________
50587 [  9864] By: jhi                                   on 2001/04/26  19:27:48
50588         Log: Dethinko from Robin Houston.
50589      Branch: perl
50590            ! ext/B/B/Deparse.pm
50591 ____________________________________________________________________________
50592 [  9863] By: jhi                                   on 2001/04/26  19:10:35
50593         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
50594              From: Robin Houston <robin@kitsite.com>
50595              Date: Thu, 26 Apr 2001 21:08:32 +0100
50596              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
50597      Branch: perl
50598            ! ext/B/B/Deparse.pm
50599 ____________________________________________________________________________
50600 [  9862] By: jhi                                   on 2001/04/26  19:04:23
50601         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50602              From: Robin Houston <robin@kitsite.com>
50603              Date: Thu, 26 Apr 2001 20:52:50 +0100
50604              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
50605      Branch: perl
50606            ! ext/B/B/Deparse.pm
50607 ____________________________________________________________________________
50608 [  9861] By: jhi                                   on 2001/04/26  18:56:14
50609         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
50610              From: Mike Guy <mjtg@cam.ac.uk>
50611              Date: Thu, 26 Apr 2001 14:22:40 +0100
50612              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
50613      Branch: perl
50614            ! pod/perlobj.pod
50615 ____________________________________________________________________________
50616 [  9860] By: jhi                                   on 2001/04/26  18:46:42
50617         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50618              From: Robin Houston <robin@kitsite.com>
50619              Date: Thu, 26 Apr 2001 20:34:29 +0100
50620              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
50621              
50622              Hashes do not interpolate.
50623      Branch: perl
50624            ! ext/B/B/Deparse.pm
50625 ____________________________________________________________________________
50626 [  9859] By: jhi                                   on 2001/04/26  18:43:51
50627         Log: Subject: The Time::Piece conspiracy unmasked!!!
50628              From: Mike Guy <mjtg@cam.ac.uk>
50629              Date: Thu, 26 Apr 2001 19:02:50 +0100
50630              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
50631              
50632              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
50633              From: Mike Guy <mjtg@cam.ac.uk>
50634              Date: Thu, 26 Apr 2001 19:08:21 +0100
50635              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
50636              
50637              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
50638              From: Graham Barr <gbarr@pobox.com>
50639              Date: Thu, 26 Apr 2001 19:12:03 +0100
50640              Message-ID: <20010426191203.A70835@pobox.com>
50641              
50642              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
50643      Branch: perl
50644            ! ext/List/Util/lib/List/Util.pm
50645            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
50646 ____________________________________________________________________________
50647 [  9858] By: jhi                                   on 2001/04/26  18:17:42
50648         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
50649              From: Robin Houston <robin@kitsite.com>
50650              Date: Thu, 26 Apr 2001 16:09:35 +0100
50651              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
50652      Branch: perl
50653            ! t/comp/proto.t
50654 ____________________________________________________________________________
50655 [  9857] By: jhi                                   on 2001/04/26  18:04:59
50656         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50657              From: barries <barries@slaysys.com>
50658              Date: Thu, 26 Apr 2001 12:01:10 -0400
50659              Message-ID: <20010426120110.E29698@jester.slaysys.com>
50660      Branch: perl
50661            ! pod/perldiag.pod
50662 ____________________________________________________________________________
50663 [  9856] By: jhi                                   on 2001/04/26  18:03:33
50664         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
50665              Date: Thu, 26 Apr 2001 17:13:41 +0100
50666              From: Robin Houston <robin@kitsite.com>
50667              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
50668              
50669              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50670              From: Robin Houston <robin@kitsite.com>
50671              Date: Thu, 26 Apr 2001 18:44:29 +0100
50672              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
50673      Branch: perl
50674            ! ext/B/B/Deparse.pm
50675 ____________________________________________________________________________
50676 [  9855] By: jhi                                   on 2001/04/26  17:56:04
50677         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
50678              From: Robin Houston <robin@kitsite.com>
50679              Date: Thu, 26 Apr 2001 17:04:08 +0100
50680              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
50681      Branch: perl
50682            ! ext/B/B/Deparse.pm
50683 ____________________________________________________________________________
50684 [  9854] By: jhi                                   on 2001/04/26  17:47:26
50685         Log: Subject: Re: Short test case for undef %stash:: crash
50686              From: Benjamin Sugars <bsugars@canoe.ca> 
50687              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
50688              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
50689              Changed and moved the perldiag entry.
50690      Branch: perl
50691            ! gv.c pod/perldiag.pod
50692 ____________________________________________________________________________
50693 [  9853] By: jhi                                   on 2001/04/26  14:35:16
50694         Log: Beginnings of strptime().  Do not touch the wet paint.
50695      Branch: perl
50696            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50697 ____________________________________________________________________________
50698 [  9852] By: jhi                                   on 2001/04/26  13:17:21
50699         Log: Retract #9851, core dumps from pod2man.
50700      Branch: perl
50701            ! regcomp.c
50702 ____________________________________________________________________________
50703 [  9851] By: jhi                                   on 2001/04/26  11:54:41
50704         Log: (Retracted by #9852.)
50705              
50706              Subject: [PATCH @9846] dumping ANYOF
50707              From: Hugo <hv@crypt.compulink.co.uk>
50708              Date: Thu, 26 Apr 2001 05:32:38 +0100
50709              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
50710      Branch: perl
50711            ! regcomp.c
50712 ____________________________________________________________________________
50713 [  9850] By: jhi                                   on 2001/04/26  02:34:44
50714         Log: If ccflags was empty the _previous_ $* containing all the
50715              environment variables and Configure variables was used,
50716              which lead, among other bad things, into $ccflags being your
50717              uname -a output, which lead into test compile with cc failing,
50718              which lead into gcc being selected, which didn't work that well
50719              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
50720              with large files, et cetera.
50721      Branch: perl
50722            ! hints/hpux.sh
50723 ____________________________________________________________________________
50724 [  9849] By: jhi                                   on 2001/04/26  01:44:57
50725         Log: Make selfstubber test more portable.
50726      Branch: perl
50727            ! t/lib/selfstubber.t
50728 ____________________________________________________________________________
50729 [  9848] By: jhi                                   on 2001/04/26  00:50:26
50730         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
50731              From: Benjamin Sugars <ben.sugars@home.com>
50732              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
50733              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
50734      Branch: perl
50735            ! ext/Cwd/Cwd.xs
50736 ____________________________________________________________________________
50737 [  9847] By: jhi                                   on 2001/04/26  00:46:58
50738         Log: Subject: [PATCH: perl@9841] VMS updates
50739              From: Peter Prymmer <pvhp@forte.com>
50740              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
50741              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
50742      Branch: perl
50743            ! README.vms configure.com vms/descrip_mms.template
50744            ! vms/ext/filespec.t
50745 ____________________________________________________________________________
50746 [  9846] By: jhi                                   on 2001/04/26  00:11:56
50747         Log: re 'debug' was broken by #9084.
50748      Branch: perl
50749            ! ext/re/re.xs
50750 ____________________________________________________________________________
50751 [  9845] By: jhi                                   on 2001/04/25  22:33:17
50752         Log: Subject: [PATCH] test for Devel::SelfStubber
50753              From: Nicholas Clark <nick@ccl4.org>
50754              Date: Thu, 26 Apr 2001 00:00:54 +0100
50755              Message-ID: <20010426000054.D89026@plum.flirble.org>
50756      Branch: perl
50757            + t/lib/selfstubber.t
50758            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
50759 ____________________________________________________________________________
50760 [  9844] By: jhi                                   on 2001/04/25  22:29:32
50761         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
50762              From: Paul Johnson <paul@pjcj.net>
50763              Date: Thu, 26 Apr 2001 00:46:08 +0200
50764              Message-ID: <20010426004608.H2338@pjcj.net>
50765      Branch: perl
50766            ! ext/B/B/Concise.pm
50767 ____________________________________________________________________________
50768 [  9843] By: jhi                                   on 2001/04/25  22:28:28
50769         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
50770              From: Peter Prymmer <pvhp@forte.com>
50771              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
50772              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
50773      Branch: perl
50774            ! ext/Cwd/Cwd.xs
50775 ____________________________________________________________________________
50776 [  9842] By: jhi                                   on 2001/04/25  20:58:12
50777         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
50778              From: John Peacock <jpeacock@rowman.com>
50779              Date: Wed, 25 Apr 2001 17:30:26 -0400
50780              Message-ID: <3AE741F2.B3217464@rowman.com>
50781      Branch: perl
50782            ! lib/Math/BigInt.pm t/lib/bigintpm.t
50783 ____________________________________________________________________________
50784 [  9841] By: jhi                                   on 2001/04/25  20:07:05
50785         Log: Update Changes.
50786      Branch: perl
50787            ! Changes patchlevel.h
50788 ____________________________________________________________________________
50789 [  9840] By: jhi                                   on 2001/04/25  19:56:51
50790         Log: Yet another HP-UX hints version from Merijn.
50791      Branch: perl
50792            ! hints/hpux.sh
50793 ____________________________________________________________________________
50794 [  9839] By: jhi                                   on 2001/04/25  19:53:04
50795         Log: abs_path() didn't terminate the filename correctly,
50796              in DIRNAMLENless systems like HP-UX this would fail.
50797      Branch: perl
50798            ! ext/Cwd/Cwd.xs
50799 ____________________________________________________________________________
50800 [  9838] By: jhi                                   on 2001/04/25  16:37:26
50801         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50802              From: Mike Guy <mjtg@cam.ac.uk>
50803              Date: Wed, 25 Apr 2001 18:31:47 +0100
50804              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
50805      Branch: perl
50806            ! op.c
50807 ____________________________________________________________________________
50808 [  9837] By: jhi                                   on 2001/04/25  16:21:53
50809         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
50810              From: Jon Eveland <jweveland@yahoo.com>
50811              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
50812              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
50813      Branch: perl
50814            ! lib/perl5db.pl
50815 ____________________________________________________________________________
50816 [  9836] By: jhi                                   on 2001/04/25  14:17:50
50817         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
50818              From: "Philip Newton" <pnewton@gmx.de>
50819              Date: Wed, 25 Apr 2001 17:05:58 +0200
50820              Message-ID: <3AE703F6.3234.1833C45@localhost>
50821      Branch: perl
50822            ! Porting/patching.pod
50823 ____________________________________________________________________________
50824 [  9835] By: jhi                                   on 2001/04/25  13:58:07
50825         Log: It would seem that both ar and full_ar need to be overridden
50826              for HP-UX to avoid the GNU ar.
50827      Branch: perl
50828            ! hints/hpux.sh
50829 ____________________________________________________________________________
50830 [  9834] By: jhi                                   on 2001/04/25  13:50:40
50831         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50832              From: "Philip Newton" <pnewton@gmx.de>
50833              Date: Wed, 25 Apr 2001 16:09:23 +0200
50834              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
50835              
50836              Detypo.
50837      Branch: perl
50838            ! t/op/misc.t
50839 ____________________________________________________________________________
50840 [  9833] By: jhi                                   on 2001/04/25  12:36:11
50841         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
50842      Branch: perl
50843            ! hints/hpux.sh
50844 ____________________________________________________________________________
50845 [  9832] By: jhi                                   on 2001/04/25  12:33:36
50846         Log: New version of HP-UX hints from Merijn.
50847      Branch: perl
50848            ! hints/hpux.sh
50849 ____________________________________________________________________________
50850 [  9831] By: jhi                                   on 2001/04/25  03:39:45
50851         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
50852      Branch: perl
50853            ! hints/hpux.sh
50854 ____________________________________________________________________________
50855 [  9830] By: jhi                                   on 2001/04/25  02:53:25
50856         Log: The tzname[] bit is not needed by util.c -- and causes
50857              heartburn in VMS (and it missing was probably the cause of
50858              the Mac OS X trouble).  Ouch.
50859      Branch: perl
50860            ! ext/POSIX/POSIX.xs util.c
50861 ____________________________________________________________________________
50862 [  9829] By: jhi                                   on 2001/04/25  00:10:06
50863         Log: Metaconfig unit change for #9828.
50864      Branch: metaconfig
50865            ! U/compline/ccflags.U
50866 ____________________________________________________________________________
50867 [  9828] By: jhi                                   on 2001/04/25  00:04:18
50868         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
50869              (which is actually the reason for the change, we need to pass
50870              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
50871              EP/IX, OS/2, and TitanOS, based on the hints files.
50872      Branch: perl
50873            ! Configure config_h.SH
50874 ____________________________________________________________________________
50875 [  9827] By: jhi                                   on 2001/04/24  23:49:20
50876         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
50877              the $cat must have an absolute path.
50878      Branch: perl
50879            ! makedepend.SH
50880 ____________________________________________________________________________
50881 [  9826] By: jhi                                   on 2001/04/24  23:40:53
50882         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
50883      Branch: perl
50884            ! README.amiga
50885 ____________________________________________________________________________
50886 [  9825] By: jhi                                   on 2001/04/24  23:35:35
50887         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
50888              From: "Philip Newton" <pnewton@gmx.de>
50889              Date: Tue, 24 Apr 2001 18:52:49 +0200
50890              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
50891      Branch: perl
50892            ! x2p/find2perl.PL
50893 ____________________________________________________________________________
50894 [  9824] By: jhi                                   on 2001/04/24  23:33:07
50895         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
50896              Some gcc specifics dropped out due to extensive rewriting;
50897              will be put back later as needed.
50898      Branch: perl
50899            ! hints/hpux.sh
50900 ____________________________________________________________________________
50901 [  9823] By: jhi                                   on 2001/04/24  23:27:57
50902         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
50903      Branch: perl
50904            ! ext/POSIX/POSIX.xs
50905 ____________________________________________________________________________
50906 [  9822] By: jhi                                   on 2001/04/24  23:25:21
50907         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
50908              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50909              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
50910              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
50911      Branch: perl
50912            ! ext/XS/Typemap/Typemap.xs
50913 ____________________________________________________________________________
50914 [  9821] By: jhi                                   on 2001/04/24  23:24:10
50915         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
50916              From: "Abigail" <abigail@foad.org>
50917              Date: Tue, 24 Apr 2001 23:12:03 +0200
50918              Message-ID: <20010424211203.7901.qmail@foad.org>
50919      Branch: perl
50920            ! pod/perlport.pod
50921 ____________________________________________________________________________
50922 [  9820] By: jhi                                   on 2001/04/24  23:23:15
50923         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
50924              From: Matt Sergeant <matt@sergeant.org>
50925              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
50926              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
50927      Branch: perl
50928            ! pod/perlfaq4.pod
50929 ____________________________________________________________________________
50930 [  9819] By: nick                                  on 2001/04/24  18:49:43
50931         Log: Integrate mainline.
50932      Branch: perlio
50933           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50934           !> (integrate 37 files)
50935 ____________________________________________________________________________
50936 [  9818] By: jhi                                   on 2001/04/24  14:35:23
50937         Log: Update Changes.
50938      Branch: perl
50939            ! Changes patchlevel.h
50940 ____________________________________________________________________________
50941 [  9817] By: jhi                                   on 2001/04/24  14:09:17
50942         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
50943              From: "Philip Newton" <pnewton@gmx.de>
50944              Date: Tue, 24 Apr 2001 12:58:12 +0200
50945              Message-ID: <3AE57864.8304.B77A0A@localhost> 
50946              
50947              plus add CPAN to the list of modules that have their own tests.
50948      Branch: perl
50949            ! t/lib/1_compile.t
50950 ____________________________________________________________________________
50951 [  9816] By: jhi                                   on 2001/04/24  14:07:03
50952         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
50953              From: Michael G Schwern <schwern@pobox.com>
50954              Date: Sat, 21 Apr 2001 22:35:00 +0100
50955              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
50956      Branch: perl
50957            ! t/lib/1_compile.t
50958 ____________________________________________________________________________
50959 [  9815] By: jhi                                   on 2001/04/24  13:54:32
50960         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
50961              From: Robin Houston <robin@kitsite.com>
50962              Date: Tue, 24 Apr 2001 15:51:18 +0100
50963              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
50964      Branch: perl
50965            ! ext/B/B/Deparse.pm
50966 ____________________________________________________________________________
50967 [  9814] By: jhi                                   on 2001/04/24  13:17:34
50968         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50969              From: Bill Glicker <billg@burrelles.com>
50970              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
50971              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
50972      Branch: perl
50973            ! hints/svr5.sh
50974 ____________________________________________________________________________
50975 [  9813] By: jhi                                   on 2001/04/24  12:54:23
50976         Log: Prevent path disclosure (probing for existence of filenames)
50977              using suidperl; bug id 20010322.218.
50978      Branch: perl
50979            ! perl.c pod/perldiag.pod
50980 ____________________________________________________________________________
50981 [  9812] By: jhi                                   on 2001/04/24  12:08:36
50982         Log: Retract #9811.
50983      Branch: perl
50984            ! ext/POSIX/POSIX.xs
50985 ____________________________________________________________________________
50986 [  9811] By: jhi                                   on 2001/04/24  11:57:35
50987         Log: (Retracted by #9812.)
50988      Branch: perl
50989            ! ext/POSIX/POSIX.xs
50990 ____________________________________________________________________________
50991 [  9810] By: jhi                                   on 2001/04/24  03:32:35
50992         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
50993      Branch: perl
50994            ! util.c
50995 ____________________________________________________________________________
50996 [  9809] By: jhi                                   on 2001/04/24  03:16:13
50997         Log: The Math::BigFloat::import() was broken.
50998              (Fixes bug id 20010422.002.)
50999      Branch: perl
51000            ! lib/Math/BigFloat.pm
51001 ____________________________________________________________________________
51002 [  9808] By: jhi                                   on 2001/04/24  01:11:40
51003         Log: Additional dependencies; should help for parallel makes
51004              not to fail on missing lib/lib.pm or lib/re.pm.
51005      Branch: perl
51006            ! Makefile.SH
51007 ____________________________________________________________________________
51008 [  9807] By: jhi                                   on 2001/04/24  00:57:01
51009         Log: Update the test failure disclaimer.
51010      Branch: perl
51011            ! t/pragma/warn/pp_hot
51012 ____________________________________________________________________________
51013 [  9806] By: jhi                                   on 2001/04/24  00:54:04
51014         Log: Add make target "install-all" which is alias for "install"
51015              to cater for case-preserving filesystems like HFS+.
51016      Branch: perl
51017            ! INSTALL Makefile.SH
51018 ____________________________________________________________________________
51019 [  9805] By: jhi                                   on 2001/04/24  00:47:28
51020         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
51021              From: Peter Prymmer <pvhp@forte.com>
51022              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
51023              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
51024              
51025              (Ken William's message forwarded from macosx@perl.org)
51026      Branch: perl
51027            ! hints/darwin.sh
51028 ____________________________________________________________________________
51029 [  9804] By: jhi                                   on 2001/04/23  23:57:35
51030         Log: Cut-and-pasto.
51031      Branch: perl
51032            ! perlio.c
51033 ____________________________________________________________________________
51034 [  9803] By: jhi                                   on 2001/04/23  23:52:25
51035         Log: More PerlIO robustness.
51036      Branch: perl
51037            ! perlio.c
51038 ____________________________________________________________________________
51039 [  9802] By: jhi                                   on 2001/04/23  23:43:35
51040         Log: Make the "STD* opened only for ..." errors more consistent.
51041      Branch: perl
51042            ! doio.c
51043 ____________________________________________________________________________
51044 [  9801] By: jhi                                   on 2001/04/23  23:34:26
51045         Log: Test case for #9800.
51046      Branch: perl
51047            ! t/op/misc.t
51048 ____________________________________________________________________________
51049 [  9800] By: jhi                                   on 2001/04/23  23:14:43
51050         Log: Avoid coredump on 'close STDERR; die' by making
51051              the PerlIO calls more robust.  Also use SETERRNO()
51052              instead of errno = to be more VMS-ready.
51053      Branch: perl
51054            ! perlio.c
51055 ____________________________________________________________________________
51056 [  9799] By: jhi                                   on 2001/04/23  21:41:10
51057         Log: Subject: test for ID 20010423.002
51058              From: Robin Houston <robin@kitsite.com>
51059              Date: Mon, 23 Apr 2001 16:52:21 +0100
51060              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
51061      Branch: perl
51062            ! t/op/avhv.t
51063 ____________________________________________________________________________
51064 [  9798] By: jhi                                   on 2001/04/23  21:40:07
51065         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
51066              From: David Dyck <dcd@tc.fluke.com>
51067              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
51068              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
51069      Branch: perl
51070            ! installperl
51071 ____________________________________________________________________________
51072 [  9797] By: jhi                                   on 2001/04/23  21:37:56
51073         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
51074              From: Benjamin Sugars <bsugars@canoe.ca>
51075              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
51076              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
51077      Branch: perl
51078            ! ext/Cwd/Cwd.xs lib/Cwd.pm
51079 ____________________________________________________________________________
51080 [  9796] By: jhi                                   on 2001/04/23  21:29:24
51081         Log: Synchronize h2xs and pod2man some more on the documentation
51082              templates they propose.
51083      Branch: perl
51084            ! pod/pod2man.PL utils/h2xs.PL
51085 ____________________________________________________________________________
51086 [  9795] By: jhi                                   on 2001/04/23  17:30:40
51087         Log: Add one more naughty test for base64; make encoding logic cleaner.
51088      Branch: perl
51089            ! t/lib/mimeb64.t
51090 ____________________________________________________________________________
51091 [  9794] By: jhi                                   on 2001/04/23  13:51:32
51092         Log: Update Changes.
51093      Branch: perl
51094            ! Changes patchlevel.h
51095 ____________________________________________________________________________
51096 [  9793] By: jhi                                   on 2001/04/23  13:44:18
51097         Log: Duplicate lines.
51098      Branch: perl
51099            ! MANIFEST
51100 ____________________________________________________________________________
51101 [  9792] By: jhi                                   on 2001/04/23  13:39:13
51102         Log: Subject: Re: PATCH 5.7.1
51103              From: Mark-Jason Dominus <mjd@plover.com>
51104              Date: Mon, 23 Apr 2001 10:30:21 -0400
51105              Message-ID: <20010423143021.17335.qmail@plover.com>
51106      Branch: perl
51107            ! perl.h sv.c
51108 ____________________________________________________________________________
51109 [  9791] By: jhi                                   on 2001/04/23  13:32:40
51110         Log: Add the CPAN.pm 1.59_54 tests.
51111      Branch: perl
51112            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51113            ! MANIFEST
51114 ____________________________________________________________________________
51115 [  9790] By: jhi                                   on 2001/04/23  13:21:55
51116         Log: Subject: Deparse nit
51117              From: Robin Houston <robin@kitsite.com>
51118              Date: Mon, 23 Apr 2001 12:38:20 +0100
51119              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
51120      Branch: perl
51121            ! ext/B/B/Deparse.pm
51122 ____________________________________________________________________________
51123 [  9789] By: jhi                                   on 2001/04/23  13:19:07
51124         Log: Subject: [PATCH] bug 20010423.002
51125              From: Robin Houston <robin@kitsite.com>
51126              Date: Mon, 23 Apr 2001 13:12:30 +0100
51127              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
51128      Branch: perl
51129            ! pp.c
51130 ____________________________________________________________________________
51131 [  9788] By: jhi                                   on 2001/04/23  13:02:49
51132         Log: Subject: PATCH [5.7.1] hv.c unused #define
51133              From: Mark-Jason Dominus <mjd@plover.com>
51134              Date: Sun, 22 Apr 2001 14:17:49 -0400
51135              Message-ID: <20010422181749.26976.qmail@plover.com>
51136      Branch: perl
51137            ! hv.c
51138 ____________________________________________________________________________
51139 [  9787] By: jhi                                   on 2001/04/23  13:02:02
51140         Log: Subject: PATCH 5.7.1
51141              From: Mark-Jason Dominus <mjd@plover.com>
51142              Date: Sun, 22 Apr 2001 15:12:57 -0400
51143              Message-ID: <20010422191258.6539.qmail@plover.com>
51144              
51145              plus Sarathy's STMT_START + STMT_END suggestion.
51146      Branch: perl
51147            ! perl.h
51148 ____________________________________________________________________________
51149 [  9786] By: jhi                                   on 2001/04/23  12:53:25
51150         Log: Fix for
51151              
51152              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
51153              From: dLux <dlux@spam.sch.bme.hu>
51154              Date: Mon, 23 Apr 2001 01:25:26 +0200
51155              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
51156              
51157              (SvGROW really does return a char *.)
51158      Branch: perl
51159            ! pod/perlapi.pod sv.h
51160 ____________________________________________________________________________
51161 [  9785] By: jhi                                   on 2001/04/23  04:34:04
51162         Log: Time::Piece work continues.  $t->day removed since
51163              I think it's too confusing.  Now has normal and
51164              abbreviated length weekday names and month names,
51165              the names change with _names(), not _list().
51166              Now has strftime() in Perl, _strftime() is
51167              the libc version (to which strftime() falls back
51168              if it doesn't know the format.  To do: the reverse
51169              of strftime, strptime(), and the localisation of both.
51170      Branch: perl
51171            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
51172            ! t/lib/time-piece.t
51173 ____________________________________________________________________________
51174 [  9784] By: jhi                                   on 2001/04/23  02:41:46
51175         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
51176              From: andreas.koenig@anima.de (Andreas J. Koenig)
51177              Date: 23 Apr 2001 05:20:55 +0200
51178              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
51179      Branch: perl
51180            ! t/pragma/overload.t
51181 ____________________________________________________________________________
51182 [  9783] By: jhi                                   on 2001/04/22  23:32:42
51183         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
51184              From: Robin Houston <robin@kitsite.com>
51185              Date: Mon, 23 Apr 2001 00:38:18 +0100
51186              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
51187      Branch: perl
51188            ! ext/B/B/Deparse.pm
51189 ____________________________________________________________________________
51190 [  9782] By: jhi                                   on 2001/04/22  20:55:43
51191         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
51192              From: Simon Cozens <simon@netthink.co.uk>
51193              Date: Sun, 22 Apr 2001 18:47:25 +0100
51194              Message-ID: <20010422184725.A14411@netthink.co.uk>
51195      Branch: perl
51196            ! sv.c t/pragma/overload.t
51197 ____________________________________________________________________________
51198 [  9781] By: jhi                                   on 2001/04/22  20:52:13
51199         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
51200              From: Robin Houston <robin@kitsite.com>
51201              Date: Sun, 22 Apr 2001 22:14:50 +0100
51202              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
51203      Branch: perl
51204            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51205 ____________________________________________________________________________
51206 [  9780] By: nick                                  on 2001/04/22  20:40:31
51207         Log: Integrate mainline.
51208      Branch: perlio
51209           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51210           +> t/lib/b-stash.t
51211           !> (integrate 38 files)
51212 ____________________________________________________________________________
51213 [  9779] By: jhi                                   on 2001/04/22  15:16:03
51214         Log: Subject: IO::Socket::INET patch
51215              From: andrew deryabin <djsf@technarchy.ru>
51216              Date: Sat, 21 Apr 2001 17:46:52 +0400
51217              Message-ID: <20010421174652.B1426@technarchy>
51218      Branch: perl
51219            ! ext/IO/lib/IO/Socket/INET.pm
51220 ____________________________________________________________________________
51221 [  9778] By: jhi                                   on 2001/04/22  15:14:33
51222         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
51223              From: Mark-Jason Dominus <mjd@plover.com>
51224              Date: Sat, 21 Apr 2001 21:27:49 -0400
51225              Message-ID: <20010422012749.27024.qmail@plover.com>
51226      Branch: perl
51227            ! regcomp.c
51228 ____________________________________________________________________________
51229 [  9777] By: jhi                                   on 2001/04/22  15:10:51
51230         Log: Subject: Re: Regex debugger patch 
51231              From: Mark-Jason Dominus <mjd@plover.com>
51232              Date: Sat, 21 Apr 2001 21:48:51 -0400
51233              Message-ID: <20010422014851.27165.qmail@plover.com>
51234      Branch: perl
51235            ! pod/perldebguts.pod
51236 ____________________________________________________________________________
51237 [  9776] By: jhi                                   on 2001/04/22  15:09:48
51238         Log: Subject: Re: Regex debugger patch
51239              From: Mark-Jason Dominus <mjd@plover.com>
51240              Date: Sat, 21 Apr 2001 14:24:39 -0400
51241              Message-ID: <20010421182439.16508.qmail@plover.com>
51242              
51243              Regex debugger backend.
51244      Branch: perl
51245            ! regcomp.c regexp.h
51246 ____________________________________________________________________________
51247 [  9775] By: jhi                                   on 2001/04/21  16:45:40
51248         Log: Subject: [PATCH] Typo in utf8.h
51249              From: Jesús Quiroga <jquiroga@pobox.com>
51250              Date: Sat, 21 Apr 2001 19:25:33 +0200
51251              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
51252      Branch: perl
51253            ! utf8.h
51254 ____________________________________________________________________________
51255 [  9774] By: jhi                                   on 2001/04/21  16:43:52
51256         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
51257              From: Joe Orton <jorton@redhat.com>
51258              Date: Tue, 17 Apr 2001 15:50:43 +0100
51259              Message-Id: <20010417155043.D19132@eu.c2.net>
51260      Branch: perl
51261            ! hints/svr5.sh
51262 ____________________________________________________________________________
51263 [  9773] By: jhi                                   on 2001/04/21  15:30:15
51264         Log: Subject: Patch utils/h2xs.PL
51265              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51266              Date: Sat, 21 Apr 2001 10:32:16 -0500
51267              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
51268              
51269              Add MAILING list and LICENSE templates.
51270      Branch: perl
51271            ! utils/h2xs.PL
51272 ____________________________________________________________________________
51273 [  9772] By: jhi                                   on 2001/04/21  15:28:36
51274         Log: Subject: perlfaq2.patch for 5.7.1
51275              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51276              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
51277              Date: Fri, 20 Apr 2001 16:42:19 -0500
51278              
51279              rm an extra tab, a blurb about the xx.cpan to clarify
51280              which countries actually have that and dejanews is history
51281              as well as most of that nonsensical entry.
51282      Branch: perl
51283            ! pod/perlfaq2.pod
51284 ____________________________________________________________________________
51285 [  9771] By: jhi                                   on 2001/04/21  15:27:17
51286         Log: Subject: perlfaq1.patch for 5.7.1
51287              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
51288              Date: Fri, 20 Apr 2001 16:57:36 -0500
51289              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
51290              
51291              Evil URLs must die. Especially when they are broken.
51292      Branch: perl
51293            ! pod/perlfaq1.pod
51294 ____________________________________________________________________________
51295 [  9770] By: jhi                                   on 2001/04/21  15:23:38
51296         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
51297              From: Michael G Schwern <schwern@pobox.com>
51298              Date: Sat, 21 Apr 2001 16:11:12 +0100
51299              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
51300      Branch: perl
51301            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
51302            + t/lib/b-stash.t
51303            ! MANIFEST ext/B/B.pm t/lib/b.t
51304 ____________________________________________________________________________
51305 [  9769] By: jhi                                   on 2001/04/21  15:03:32
51306         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
51307              From: Michael G Schwern <schwern@pobox.com>
51308              Date: Sat, 21 Apr 2001 09:48:00 +0100
51309              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
51310      Branch: perl
51311            ! utils/h2ph.PL
51312 ____________________________________________________________________________
51313 [  9768] By: jhi                                   on 2001/04/21  14:33:49
51314         Log: PerlIO and Encode doc cleanup and tweaks.
51315      Branch: perl
51316            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
51317            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
51318 ____________________________________________________________________________
51319 [  9767] By: jhi                                   on 2001/04/21  12:40:16
51320         Log: Integrate perlio.
51321      Branch: perl
51322           !> doio.c
51323 ____________________________________________________________________________
51324 [  9766] By: nick                                  on 2001/04/20  18:28:35
51325         Log: Avoid core dump on
51326              open(STDOUT,">",\$foo);
51327      Branch: perlio
51328            ! doio.c
51329 ____________________________________________________________________________
51330 [  9765] By: jhi                                   on 2001/04/20  13:23:43
51331         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51332              From: Robin Houston <robin@kitsite.com>
51333              Date: Fri, 20 Apr 2001 14:29:22 +0100
51334              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
51335      Branch: perl
51336            ! ext/B/B.pm ext/B/B/Deparse.pm
51337 ____________________________________________________________________________
51338 [  9764] By: jhi                                   on 2001/04/20  13:19:33
51339         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
51340              From: Peter Prymmer <pvhp@forte.com>
51341              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
51342              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
51343      Branch: perl
51344            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51345            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51346            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51347            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51348 ____________________________________________________________________________
51349 [  9763] By: jhi                                   on 2001/04/20  12:36:39
51350         Log: Subject: Re: A new PerlIO coredump
51351              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51352              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
51353              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
51354      Branch: perl
51355            ! doio.c
51356 ____________________________________________________________________________
51357 [  9762] By: jhi                                   on 2001/04/19  23:02:30
51358         Log: Update Changes.
51359      Branch: perl
51360            ! Changes patchlevel.h
51361 ____________________________________________________________________________
51362 [  9761] By: jhi                                   on 2001/04/19  22:59:19
51363         Log: More cleanup cleanup.
51364      Branch: perl
51365            ! Makefile.SH win32/Makefile win32/makefile.mk
51366 ____________________________________________________________________________
51367 [  9760] By: jhi                                   on 2001/04/19  22:50:31
51368         Log: lib/Time is non-empty, let's not rmdir it.
51369      Branch: perl
51370            ! Makefile.SH
51371 ____________________________________________________________________________
51372 [  9759] By: jhi                                   on 2001/04/19  22:36:51
51373         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
51374              From: Robin Houston <robin@kitsite.com>
51375              Date: Fri, 20 Apr 2001 00:18:53 +0100
51376              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
51377      Branch: perl
51378            ! ext/B/B/Deparse.pm
51379 ____________________________________________________________________________
51380 [  9758] By: jhi                                   on 2001/04/19  22:36:00
51381         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
51382              From: Peter Prymmer <pvhp@forte.com>
51383              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
51384              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
51385      Branch: perl
51386            ! ext/Cwd/Cwd.xs
51387 ____________________________________________________________________________
51388 [  9757] By: nick                                  on 2001/04/19  18:53:54
51389         Log: Blind (untested) integrate of mainline.
51390      Branch: perlio
51391           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51392           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
51393           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51394           !> (integrate 53 files)
51395 ____________________________________________________________________________
51396 [  9756] By: jhi                                   on 2001/04/19  16:59:23
51397         Log: Document and test Time::Piece.
51398      Branch: perl
51399            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
51400            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
51401 ____________________________________________________________________________
51402 [  9755] By: jhi                                   on 2001/04/19  12:13:29
51403         Log: A better fix for the \x{12345678} trouble from NI-S.
51404      Branch: perl
51405            ! utf8.c
51406 ____________________________________________________________________________
51407 [  9754] By: jhi                                   on 2001/04/19  11:56:07
51408         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
51409              From: Robin Houston <robin@kitsite.com>
51410              Date: Wed, 18 Apr 2001 17:58:33 +0100
51411              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
51412      Branch: perl
51413            ! ext/B/B/Deparse.pm op.c
51414 ____________________________________________________________________________
51415 [  9753] By: jhi                                   on 2001/04/19  04:21:52
51416         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
51417              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
51418              Date: Thu, 19 Apr 2001 01:11:41 -0400
51419              Message-ID: <20010419011141.A5798@cpan.org>
51420      Branch: perl
51421            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
51422 ____________________________________________________________________________
51423 [  9752] By: jhi                                   on 2001/04/19  02:41:10
51424         Log: The new time utils need to be thread-aware, too.
51425      Branch: perl
51426            ! util.c
51427 ____________________________________________________________________________
51428 [  9751] By: jhi                                   on 2001/04/19  02:26:47
51429         Log: Compilation nit noticed by AIX compiler.
51430      Branch: perl
51431            ! perlio.c
51432 ____________________________________________________________________________
51433 [  9750] By: jhi                                   on 2001/04/19  02:20:06
51434         Log: The new time utils need to be public.
51435      Branch: perl
51436            ! embed.pl
51437 ____________________________________________________________________________
51438 [  9749] By: jhi                                   on 2001/04/19  01:42:39
51439         Log: Regen toc.
51440      Branch: perl
51441            ! pod/perltoc.pod
51442 ____________________________________________________________________________
51443 [  9748] By: jhi                                   on 2001/04/19  01:41:10
51444         Log: Add Time::Piece, a slight rewrite of Time::Object,
51445              from Matt Sergeant.
51446      Branch: perl
51447            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
51448            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
51449            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
51450            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
51451            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
51452            ! win32/makefile.mk
51453 ____________________________________________________________________________
51454 [  9747] By: jhi                                   on 2001/04/19  00:55:35
51455         Log: The new metaconfig unit from strftime.
51456      Branch: metaconfig/U/perl
51457            + d_strftime.U
51458 ____________________________________________________________________________
51459 [  9746] By: jhi                                   on 2001/04/19  00:54:54
51460         Log: Move the strftime() wrapper from POSIX.xs to util.c
51461              as my_strftime(), requires HAS_STRFTIME.
51462      Branch: perl
51463            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51464            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
51465            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
51466            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51467            ! vos/config.ga.h win32/config.bc win32/config.gc
51468            ! win32/config.vc
51469 ____________________________________________________________________________
51470 [  9745] By: jhi                                   on 2001/04/18  23:11:03
51471         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
51472              in preparation of Time::Piece.
51473      Branch: perl
51474            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
51475 ____________________________________________________________________________
51476 [  9744] By: jhi                                   on 2001/04/18  22:33:12
51477         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
51478              From: Peter Prymmer <pvhp@forte.com>
51479              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
51480              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
51481      Branch: perl
51482            ! t/lib/exporter.t
51483 ____________________________________________________________________________
51484 [  9743] By: jhi                                   on 2001/04/18  22:32:23
51485         Log: Subject: Fwd: pod2html leaves cache files lying around?
51486              From: Rajesh Vaidheeswarran <rv@gnu.org>
51487              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
51488              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
51489      Branch: perl
51490            ! lib/Pod/Html.pm
51491 ____________________________________________________________________________
51492 [  9742] By: jhi                                   on 2001/04/18  20:31:49
51493         Log: Update Changes.
51494      Branch: perl
51495            ! Changes patchlevel.h
51496 ____________________________________________________________________________
51497 [  9741] By: jhi                                   on 2001/04/18  20:23:02
51498         Log: Declare hints only if needed.
51499      Branch: perl
51500            ! ext/B/B/Deparse.pm
51501 ____________________________________________________________________________
51502 [  9740] By: jhi                                   on 2001/04/18  19:06:05
51503         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
51504              bug noticed by Robin Houston; basically the code of detecting
51505              value wraparound was acting differently under different compilers
51506              and platforms.  The workaround is to remove the overflow check
51507              for now, a real fix would be to do the overflow (portably) right.
51508      Branch: perl
51509            ! t/op/pat.t utf8.c
51510 ____________________________________________________________________________
51511 [  9739] By: jhi                                   on 2001/04/18  19:01:23
51512         Log: Subject: [PATCH B::Deparse] some pragma support
51513              From: Robin Houston <robin@kitsite.com>
51514              Date: Wed, 18 Apr 2001 19:32:12 +0100
51515              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
51516      Branch: perl
51517            ! ext/B/B/Deparse.pm
51518 ____________________________________________________________________________
51519 [  9738] By: jhi                                   on 2001/04/18  15:16:37
51520         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
51521              From: Benjamin Sugars <bsugars@canoe.ca>
51522              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
51523              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
51524      Branch: perl
51525            ! t/op/glob.t
51526 ____________________________________________________________________________
51527 [  9737] By: jhi                                   on 2001/04/18  13:24:50
51528         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
51529              From: Tim Jenness <t.jenness@jach.hawaii.edu>
51530              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
51531              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
51532      Branch: perl
51533            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
51534            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
51535 ____________________________________________________________________________
51536 [  9736] By: jhi                                   on 2001/04/18  04:15:14
51537         Log: The #9735 also changes the subtest 12.
51538      Branch: perl
51539            ! t/lib/b.t
51540 ____________________________________________________________________________
51541 [  9735] By: jhi                                   on 2001/04/18  03:55:17
51542         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
51543              From: David Dyck <dcd@tc.fluke.com>
51544              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
51545              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
51546      Branch: perl
51547            ! ext/B/B/Deparse.pm
51548 ____________________________________________________________________________
51549 [  9734] By: jhi                                   on 2001/04/18  03:54:11
51550         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
51551              From: Gisle Aas <gisle@ActiveState.com>
51552              Date: 17 Apr 2001 19:06:45 -0700
51553              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
51554      Branch: perl
51555            ! pp_hot.c t/op/misc.t
51556 ____________________________________________________________________________
51557 [  9733] By: jhi                                   on 2001/04/17  22:25:22
51558         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
51559              From: "Abigail" <abigail@foad.org>
51560              Date: Wed, 18 Apr 2001 01:17:46 +0200
51561              Message-ID: <20010417231746.21657.qmail@foad.org>
51562      Branch: perl
51563            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
51564 ____________________________________________________________________________
51565 [  9732] By: jhi                                   on 2001/04/17  20:47:56
51566         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
51567              From: Robin Houston <robin@kitsite.com>
51568              Date: Tue, 17 Apr 2001 22:37:42 +0100
51569              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
51570      Branch: perl
51571            ! ext/B/B/Deparse.pm
51572 ____________________________________________________________________________
51573 [  9731] By: nick                                  on 2001/04/17  20:46:35
51574         Log: Re-sync for t/lib/b.t fix
51575      Branch: perlio
51576           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
51577 ____________________________________________________________________________
51578 [  9730] By: jhi                                   on 2001/04/17  20:45:29
51579         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
51580              From: Robin Houston <robin@kitsite.com>
51581              Date: Tue, 17 Apr 2001 22:29:36 +0100
51582              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
51583      Branch: perl
51584            ! ext/B/B.xs ext/B/B/Deparse.pm
51585 ____________________________________________________________________________
51586 [  9729] By: jhi                                   on 2001/04/17  20:43:11
51587         Log: Subject: Deparse - parenthesise args to undeclared subs
51588              From: Robin Houston <robin@kitsite.com>
51589              Date: Tue, 17 Apr 2001 21:31:05 +0100
51590              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
51591      Branch: perl
51592            ! ext/B/B/Deparse.pm
51593 ____________________________________________________________________________
51594 [  9728] By: jhi                                   on 2001/04/17  18:57:30
51595         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
51596              From: Benjamin Sugars <ben.sugars@home.com>
51597              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
51598              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
51599      Branch: perl
51600            ! t/lib/cwd.t
51601 ____________________________________________________________________________
51602 [  9727] By: jhi                                   on 2001/04/17  18:20:20
51603         Log: Subject: [PATCH B::Deparse] ambient pragmas
51604              From: Robin Houston <robin@kitsite.com>
51605              Date: Tue, 17 Apr 2001 20:01:59 +0100
51606              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
51607      Branch: perl
51608            ! ext/B/B/Deparse.pm t/lib/b.t
51609 ____________________________________________________________________________
51610 [  9726] By: nick                                  on 2001/04/17  16:33:51
51611         Log: Integrate mainline (t/lib/b.t fails test 2...)
51612      Branch: perlio
51613           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51614           +> ext/List/Util/README ext/List/Util/Util.xs
51615           +> ext/List/Util/lib/List/Util.pm
51616           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
51617           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51618           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51619           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51620           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51621           !> (integrate 31 files)
51622 ____________________________________________________________________________
51623 [  9725] By: jhi                                   on 2001/04/17  12:14:24
51624         Log: Subject: multiple B::* changes
51625              From: Robin Houston <robin@kitsite.com>
51626              Date: Thu, 12 Apr 2001 20:12:27 +0100
51627              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
51628      Branch: perl
51629            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51630 ____________________________________________________________________________
51631 [  9724] By: jhi                                   on 2001/04/17  11:59:05
51632         Log: Thread-awareness from Doug MacEachern.
51633      Branch: perl
51634            ! ext/List/Util/Util.xs
51635 ____________________________________________________________________________
51636 [  9723] By: jhi                                   on 2001/04/17  11:57:41
51637         Log: Make the test more portable.
51638      Branch: perl
51639            ! t/lib/cwd.t
51640 ____________________________________________________________________________
51641 [  9722] By: jhi                                   on 2001/04/17  11:53:50
51642         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
51643              From: Benjamin Sugars <ben.sugars@home.com>
51644              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
51645              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
51646      Branch: perl
51647            ! t/lib/cwd.t
51648 ____________________________________________________________________________
51649 [  9721] By: jhi                                   on 2001/04/17  11:52:17
51650         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
51651              From: Benjamin Sugars <bsugars@canoe.ca>
51652              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
51653              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
51654      Branch: perl
51655            ! op.c
51656 ____________________________________________________________________________
51657 [  9720] By: jhi                                   on 2001/04/17  11:35:42
51658         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
51659              From: Chris Nandor <pudge@pobox.com>
51660              Date: Tue, 17 Apr 2001 00:30:49 -0400
51661              Message-Id: <p05100207b701768712de@[10.0.1.177]>
51662      Branch: perl
51663            ! ext/File/Glob/bsd_glob.c gv.c
51664 ____________________________________________________________________________
51665 [  9719] By: jhi                                   on 2001/04/17  11:32:13
51666         Log: Subject: [PATCH] Tweten->West
51667              From: Casey West <casey@geeknest.com>
51668              Date: Mon, 16 Apr 2001 12:11:22 -0400
51669              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
51670      Branch: perl
51671            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
51672            ! pod/perltie.pod
51673 ____________________________________________________________________________
51674 [  9718] By: jhi                                   on 2001/04/16  03:22:52
51675         Log: Update Changes.
51676      Branch: perl
51677            ! Changes patchlevel.h
51678 ____________________________________________________________________________
51679 [  9717] By: jhi                                   on 2001/04/16  03:06:28
51680         Log: Regen toc.
51681      Branch: perl
51682            ! pod/perltoc.pod
51683 ____________________________________________________________________________
51684 [  9716] By: jhi                                   on 2001/04/16  02:58:42
51685         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
51686              From: Prymmer/Kahn <pvhp@best.com>
51687              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
51688              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
51689      Branch: perl
51690            ! utf8.c
51691 ____________________________________________________________________________
51692 [  9715] By: jhi                                   on 2001/04/15  23:40:35
51693         Log: Subject: Re: Net::Ping patch, adds stream protocol
51694              From: bronson@rinspin.com (Scott Bronson)
51695              Date: Tue, 10 Apr 2001 23:58:33 -0700
51696              Message-ID: <20010410235833.N29719@rinspin.com>
51697      Branch: perl
51698            ! lib/Net/Ping.pm
51699 ____________________________________________________________________________
51700 [  9714] By: jhi                                   on 2001/04/15  23:31:46
51701         Log: Printing out the ok messages helps successful testing.
51702      Branch: perl
51703            ! t/lib/time-hires.t
51704 ____________________________________________________________________________
51705 [  9713] By: jhi                                   on 2001/04/15  21:43:24
51706         Log: Update Douglas Wegscheid's email.
51707      Branch: perl
51708            ! AUTHORS
51709 ____________________________________________________________________________
51710 [  9712] By: jhi                                   on 2001/04/15  21:40:41
51711         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
51712              From: Michael G Schwern <schwern@pobox.com>
51713              Date: Sat, 14 Apr 2001 22:40:50 +0100
51714              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
51715      Branch: perl
51716            + t/lib/exporter.t
51717            ! MANIFEST lib/Exporter/Heavy.pm
51718 ____________________________________________________________________________
51719 [  9711] By: jhi                                   on 2001/04/15  21:39:21
51720         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
51721              From: Michael G Schwern <schwern@pobox.com>
51722              Date: Sat, 14 Apr 2001 22:13:59 +0100
51723              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
51724      Branch: perl
51725            ! t/op/loopctl.t
51726 ____________________________________________________________________________
51727 [  9710] By: jhi                                   on 2001/04/15  21:30:19
51728         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
51729              From: Michael G Schwern <schwern@pobox.com>
51730              Date: Sat, 14 Apr 2001 22:05:32 +0100
51731              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
51732      Branch: perl
51733            ! t/pragma/warnings.t
51734 ____________________________________________________________________________
51735 [  9709] By: jhi                                   on 2001/04/15  19:34:09
51736         Log: Integrate changes #9706,9707 from maintperl into mainline.
51737              
51738              change#7210 broke .packlist generation
51739              
51740              ExtUtils::Installed doesn't quote regex metacharacters in paths
51741              before using them in match; also make it work for dosish platforms
51742      Branch: perl
51743           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
51744 ____________________________________________________________________________
51745 [  9708] By: jhi                                   on 2001/04/15  19:31:01
51746         Log: Test also the scalar aspect of getitimer().
51747      Branch: perl
51748            ! t/lib/time-hires.t
51749 ____________________________________________________________________________
51750 [  9707] By: gsar                                  on 2001/04/15  17:24:20
51751         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
51752              before using them in match; also make it work for dosish platforms
51753      Branch: maint-5.6/perl
51754            ! lib/ExtUtils/Installed.pm
51755 ____________________________________________________________________________
51756 [  9706] By: gsar                                  on 2001/04/15  17:21:59
51757         Log: change#7210 broke .packlist generation (listed only filename
51758              rather than fully qualified path name)
51759      Branch: maint-5.6/perl
51760            ! lib/ExtUtils/Install.pm
51761 ____________________________________________________________________________
51762 [  9705] By: jhi                                   on 2001/04/15  12:36:33
51763         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
51764      Branch: perl
51765            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
51766            ! t/lib/time-hires.t
51767 ____________________________________________________________________________
51768 [  9704] By: jhi                                   on 2001/04/15  10:49:08
51769         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
51770              From: Prymmer/Kahn <pvhp@best.com>
51771              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
51772              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
51773      Branch: perl
51774            ! lib/utf8.pm pod/perlebcdic.pod
51775 ____________________________________________________________________________
51776 [  9703] By: jhi                                   on 2001/04/15  02:26:26
51777         Log: I keep forgetting to sort MANIFEST.
51778      Branch: perl
51779            ! MANIFEST
51780 ____________________________________________________________________________
51781 [  9702] By: jhi                                   on 2001/04/15  02:07:47
51782         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
51783              Now we have blessed, reftype, tainted, first, reduce, ...
51784      Branch: perl
51785            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51786            + ext/List/Util/README ext/List/Util/Util.xs
51787            + ext/List/Util/lib/List/Util.pm
51788            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
51789            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
51790            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51791            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51792            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51793            ! MANIFEST
51794 ____________________________________________________________________________
51795 [  9701] By: jhi                                   on 2001/04/14  15:05:25
51796         Log: Subject: RE: dprofpp.pl updates 
51797              From: Carl Eklof <CEklof@endeca.com>
51798              Date: Thu, 12 Apr 2001 18:45:46 -0400
51799              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
51800      Branch: perl
51801            ! utils/dprofpp.PL
51802 ____________________________________________________________________________
51803 [  9700] By: jhi                                   on 2001/04/14  14:44:55
51804         Log: Do not just blindly add CR.
51805      Branch: perl
51806            ! Porting/makerel
51807 ____________________________________________________________________________
51808 [  9699] By: jhi                                   on 2001/04/13  13:17:01
51809         Log: Update Changes.
51810      Branch: perl
51811            ! Changes patchlevel.h
51812 ____________________________________________________________________________
51813 [  9698] By: jhi                                   on 2001/04/13  12:44:48
51814         Log: Integrate perlio.
51815      Branch: perl
51816           !> ext/PerlIO/Scalar/Scalar.xs
51817 ____________________________________________________________________________
51818 [  9697] By: jhi                                   on 2001/04/13  12:29:15
51819         Log: Add more debug output to the test.
51820      Branch: perl
51821            ! t/lib/cwd.t
51822 ____________________________________________________________________________
51823 [  9696] By: nick                                  on 2001/04/13  10:14:29
51824         Log: Fix core dump on binmode($fh,'Scalar')
51825      Branch: perlio
51826            ! ext/PerlIO/Scalar/Scalar.xs
51827 ____________________________________________________________________________
51828 [  9695] By: nick                                  on 2001/04/13  09:05:42
51829         Log: Integrate mainline
51830      Branch: perlio
51831           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51832           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51833           +> t/lib/time-hires.t
51834           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
51835           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
51836           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51837           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
51838           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
51839           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
51840           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
51841 ____________________________________________________________________________
51842 [  9694] By: jhi                                   on 2001/04/12  22:23:35
51843         Log: Integrate change #9693 from maintperl into mainline.
51844              
51845              $VERSION and Version() on the same line provokes a warning from
51846              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51847      Branch: perl
51848           !> lib/Devel/SelfStubber.pm
51849 ____________________________________________________________________________
51850 [  9693] By: gsar                                  on 2001/04/12  21:55:56
51851         Log: $VERSION and Version() on the same line provokes a warning from
51852              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51853      Branch: maint-5.6/perl
51854            ! lib/Devel/SelfStubber.pm
51855 ____________________________________________________________________________
51856 [  9692] By: jhi                                   on 2001/04/12  13:54:00
51857         Log: This is at least 5.005.
51858      Branch: perl
51859            ! ext/Time/HiRes/HiRes.xs
51860 ____________________________________________________________________________
51861 [  9691] By: jhi                                   on 2001/04/12  13:37:20
51862         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
51863      Branch: perl
51864            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
51865            ! win32/Makefile win32/makefile.mk
51866 ____________________________________________________________________________
51867 [  9690] By: jhi                                   on 2001/04/12  01:34:46
51868         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
51869      Branch: perl
51870            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51871            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51872            + t/lib/time-hires.t
51873            ! MANIFEST
51874 ____________________________________________________________________________
51875 [  9689] By: jhi                                   on 2001/04/12  00:28:39
51876         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
51877              From: Gisle Aas <gisle@ActiveState.com>
51878              Date: 11 Apr 2001 16:36:11 -0700
51879              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
51880      Branch: perl
51881            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
51882 ____________________________________________________________________________
51883 [  9688] By: jhi                                   on 2001/04/12  00:27:39
51884         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51885              From: Gisle Aas <gisle@ActiveState.com>
51886              Date: 11 Apr 2001 11:13:24 -0700
51887              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
51888      Branch: perl
51889            ! ext/MIME/Base64/Base64.xs
51890 ____________________________________________________________________________
51891 [  9687] By: jhi                                   on 2001/04/11  19:51:47
51892         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
51893      Branch: perl
51894            ! Todo-5.6
51895 ____________________________________________________________________________
51896 [  9686] By: jhi                                   on 2001/04/11  16:54:25
51897         Log: Subject: [PATCH opcode.pl] Documentation of table format
51898              From: Simon Cozens <simon@netthink.co.uk>
51899              Date: Wed, 11 Apr 2001 12:59:31 +0100
51900              Message-ID: <20010411125931.A25681@netthink.co.uk>
51901      Branch: perl
51902            ! opcode.pl
51903 ____________________________________________________________________________
51904 [  9685] By: jhi                                   on 2001/04/11  16:53:15
51905         Log: Subject: [PATCH] prototype("CORE::recv")
51906              From: Simon Cozens <simon@netthink.co.uk>
51907              Date: Wed, 11 Apr 2001 13:24:35 +0100
51908              Message-ID: <20010411132435.A26169@netthink.co.uk>
51909      Branch: perl
51910            ! pp.c t/comp/proto.t
51911 ____________________________________________________________________________
51912 [  9684] By: jhi                                   on 2001/04/11  16:47:13
51913         Log: FAQ (and AUTHORS) update from Dan Carson: the information
51914              was several years obsolete, Term::Readkey has been updated
51915              to have the functionality.
51916      Branch: perl
51917            ! AUTHORS pod/perlfaq5.pod
51918 ____________________________________________________________________________
51919 [  9683] By: jhi                                   on 2001/04/11  12:15:46
51920         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51921              From: Calle Dybedahl <calle@lysator.liu.se>
51922              Date: 10 Apr 2001 16:44:16 +0200
51923              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
51924      Branch: perl
51925            ! ext/MIME/Base64/Base64.xs
51926 ____________________________________________________________________________
51927 [  9682] By: jhi                                   on 2001/04/11  12:12:26
51928         Log: A more minimal fix for 20010410.006 from Hugo.
51929      Branch: perl
51930            ! regexec.c
51931 ____________________________________________________________________________
51932 [  9681] By: jhi                                   on 2001/04/11  11:34:23
51933         Log: Integrate changes #9678,9679 from maintline into mainperl.
51934              
51935              addendum to change#9676
51936              
51937              up $File::Glob::VERSION; add a note pointing out the version of
51938              the OpenBSD glob bsd_glob.c resembles
51939      Branch: perl
51940           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51941           !> ext/File/Glob/bsd_glob.h
51942 ____________________________________________________________________________
51943 [  9680] By: jhi                                   on 2001/04/11  11:30:38
51944         Log: Bad test numbering in integrate in #9677.
51945              Fixes ID 20010411.001.
51946      Branch: perl
51947            ! t/op/pat.t
51948 ____________________________________________________________________________
51949 [  9679] By: gsar                                  on 2001/04/11  03:38:40
51950         Log: up $File::Glob::VERSION; add a note pointing out the version of
51951              the OpenBSD glob bsd_glob.c resembles
51952      Branch: maint-5.6/perl
51953            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51954            ! ext/File/Glob/bsd_glob.h
51955 ____________________________________________________________________________
51956 [  9678] By: gsar                                  on 2001/04/11  03:09:48
51957         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
51958              revision 1.8.10.1 found here:
51959              
51960              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
51961      Branch: maint-5.6/perl
51962            ! ext/File/Glob/bsd_glob.c
51963 ____________________________________________________________________________
51964 [  9677] By: jhi                                   on 2001/04/11  02:54:39
51965         Log: Integrate changes #9675,9676 from maintperl into mainline.
51966              
51967              fix for bug 20010410.006, undo change#7115
51968              
51969              port the OpenBSD glob() security patch
51970      Branch: perl
51971           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51972           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
51973           !> t/op/pat.t
51974 ____________________________________________________________________________
51975 [  9676] By: gsar                                  on 2001/04/11  02:19:02
51976         Log: port the glob() security patch found at:
51977              
51978              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
51979              
51980              CERT advisory for the issue is here:
51981              
51982              http://www.cert.org/advisories/CA-2001-07.html
51983              
51984              Note that the security scare is only relevant for those who are
51985              foolish enough to build suidperl (which is now officially discouraged)
51986      Branch: maint-5.6/perl
51987            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51988            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
51989 ____________________________________________________________________________
51990 [  9675] By: gsar                                  on 2001/04/10  23:52:11
51991         Log: fix for bug 20010410.006
51992              
51993              undo change#7115 (came into maint-5.6 as change#8156)
51994              
51995              add tests to keep it from coming back
51996      Branch: maint-5.6/perl
51997            ! regexec.c t/op/pat.t
51998 ____________________________________________________________________________
51999 [  9674] By: nick                                  on 2001/04/10  20:39:31
52000         Log: Integrate mainline
52001      Branch: perlio
52002           +> Porting/testall.atom
52003           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
52004           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
52005           !> t/lib/lc-uk.t t/pod/find.t
52006 ____________________________________________________________________________
52007 [  9673] By: nick                                  on 2001/04/10  18:46:14
52008         Log: Integrate against change 9670 aka perl-5.7.1
52009      Branch: perlio
52010           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52011           !> (integrate 53 files)
52012 ____________________________________________________________________________
52013 [  9672] By: jhi                                   on 2001/04/10  13:45:01
52014         Log: Add a script for doing cumulative profile of the test suite.
52015              (Requires ATOM, that is, Tru64.)
52016      Branch: perl
52017            + Porting/testall.atom
52018            ! MANIFEST
52019 ____________________________________________________________________________
52020 [  9671] By: jhi                                   on 2001/04/10  12:38:53
52021         Log: Missing std block.
52022      Branch: perl
52023            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
52024            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
52025            ! t/pod/find.t
52026 ____________________________________________________________________________
52027 [  9670] By: jhi                                   on 2001/04/10  01:25:58
52028         Log: This is 5.7.1.
52029      Branch: perl
52030            ! patchlevel.h
52031 ____________________________________________________________________________
52032 [  9669] By: jhi                                   on 2001/04/10  01:09:14
52033         Log: Update Changes.
52034      Branch: perl
52035            ! Changes patchlevel.h
52036 ____________________________________________________________________________
52037 [  9668] By: jhi                                   on 2001/04/10  01:00:38
52038         Log: Regen toc.
52039      Branch: perl
52040            ! pod/perltoc.pod
52041 ____________________________________________________________________________
52042 [  9667] By: jhi                                   on 2001/04/10  00:52:16
52043         Log: Update perlhist.
52044      Branch: perl
52045            ! pod/perlhist.pod
52046 ____________________________________________________________________________
52047 [  9666] By: jhi                                   on 2001/04/09  23:38:59
52048         Log: Slight wording tweaks from Damian to #9658.
52049      Branch: perl
52050            ! pod/perlobj.pod
52051 ____________________________________________________________________________
52052 [  9665] By: jhi                                   on 2001/04/09  19:56:06
52053         Log: Subject: [PATCH perlutil.pod] Nit
52054              From: Simon Cozens <simon@netthink.co.uk>
52055              Date: Mon, 9 Apr 2001 20:29:44 +0100
52056              Message-ID: <20010409202944.A14796@the.earth.li>
52057      Branch: perl
52058            ! pod/perlutil.pod
52059 ____________________________________________________________________________
52060 [  9664] By: jhi                                   on 2001/04/09  19:54:42
52061         Log: Subject: Re: perl571delta.pod@9631
52062              From: Mike Guy <mjtg@cam.ac.uk>
52063              Date: Mon, 09 Apr 2001 18:09:14 +0100
52064              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
52065      Branch: perl
52066            ! pod/perl571delta.pod
52067 ____________________________________________________________________________
52068 [  9663] By: jhi                                   on 2001/04/09  13:43:35
52069         Log: Update Changes.
52070      Branch: perl
52071            ! Changes patchlevel.h
52072 ____________________________________________________________________________
52073 [  9662] By: jhi                                   on 2001/04/09  13:24:46
52074         Log: tweak tweak.
52075      Branch: perl
52076            ! AUTHORS pod/perl571delta.pod
52077 ____________________________________________________________________________
52078 [  9661] By: jhi                                   on 2001/04/09  13:15:13
52079         Log: Thinko in manual patch applying.
52080      Branch: perl
52081            ! sv.c
52082 ____________________________________________________________________________
52083 [  9660] By: jhi                                   on 2001/04/09  13:07:53
52084         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
52085              From: Robin Barker <rmb1@cise.npl.co.uk> 
52086              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
52087              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
52088              
52089              (This corrects the case where the "isn't numeric" string contains \0s
52090              and is longer than the temporary buffer, and contains \0 at the point
52091              the string would be truncated by "...".) 
52092      Branch: perl
52093            ! sv.c
52094 ____________________________________________________________________________
52095 [  9659] By: jhi                                   on 2001/04/09  12:57:41
52096         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
52097      Branch: perl
52098            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
52099            ! t/lib/cgi-function.t t/lib/cgi-html.t
52100 ____________________________________________________________________________
52101 [  9658] By: jhi                                   on 2001/04/09  12:48:47
52102         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
52103              From: Ilmari Karonen <iltzu@sci.fi>
52104              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
52105              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
52106              
52107              Rearrange and rewrite the Method Invocation section
52108              to explain the concepts in nicer order.
52109      Branch: perl
52110            ! pod/perlobj.pod
52111 ____________________________________________________________________________
52112 [  9657] By: jhi                                   on 2001/04/09  12:35:58
52113         Log: Upgrade to podlators 1.09, from Russ Allbery.
52114      Branch: perl
52115            ! lib/Pod/Man.pm lib/Pod/Text.pm
52116 ____________________________________________________________________________
52117 [  9656] By: jhi                                   on 2001/04/09  12:31:53
52118         Log: perl571delta.
52119      Branch: perl
52120            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
52121 ____________________________________________________________________________
52122 [  9655] By: jhi                                   on 2001/04/09  12:20:09
52123         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
52124              From: Prymmer/Kahn <pvhp@best.com>
52125              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
52126              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
52127      Branch: perl
52128            ! lib/utf8.pm pod/perlunicode.pod
52129 ____________________________________________________________________________
52130 [  9654] By: gsar                                  on 2001/04/09  03:38:33
52131         Log: here lies 5.6.1
52132      Branch: maint-5.6/perl
52133            ! Changes
52134 ____________________________________________________________________________
52135 [  9653] By: jhi                                   on 2001/04/09  03:25:24
52136         Log: Update perlhist.
52137      Branch: perl
52138            ! pod/perlhist.pod
52139 ____________________________________________________________________________
52140 [  9652] By: jhi                                   on 2001/04/09  03:18:49
52141         Log: perl571delta tweaking continues.
52142      Branch: perl
52143            ! pod/perl571delta.pod
52144 ____________________________________________________________________________
52145 [  9651] By: gsar                                  on 2001/04/09  03:11:19
52146         Log: update Changes, patchlevel.h &c.
52147      Branch: maint-5.6/perl
52148            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52149            ! pod/perltoc.pod
52150 ____________________________________________________________________________
52151 [  9650] By: jhi                                   on 2001/04/09  02:40:24
52152         Log: Integrate the perlfork half of #9513 from maintperl into mainline
52153              (the perlunicode half is obsolete)
52154      Branch: perl
52155            ! pod/perlfork.pod
52156 ____________________________________________________________________________
52157 [  9649] By: gsar                                  on 2001/04/09  02:35:43
52158         Log: tweak perldelta as suggested by Jarkko
52159      Branch: maint-5.6/perl
52160            ! pod/perldelta.pod
52161 ____________________________________________________________________________
52162 [  9648] By: jhi                                   on 2001/04/09  02:13:04
52163         Log: Integrate change #9646 from maintperl into mainline.
52164              
52165              add note about ithreads and Thread.pm
52166      Branch: perl
52167           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
52168 ____________________________________________________________________________
52169 [  9647] By: jhi                                   on 2001/04/09  02:10:18
52170         Log: Bad assumption that shortsize == 2.
52171      Branch: perl
52172            ! t/lib/xs-typemap.t
52173 ____________________________________________________________________________
52174 [  9646] By: gsar                                  on 2001/04/09  00:48:04
52175         Log: add note about ithreads and Thread.pm (too many people are
52176              confused by the fact that Thread.pm is built and installed
52177              under non-5005threads but doesn't work)
52178      Branch: maint-5.6/perl
52179            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
52180 ____________________________________________________________________________
52181 [  9645] By: gsar                                  on 2001/04/09  00:19:03
52182         Log: update perldelta.pod for changes in 5.6.1
52183      Branch: maint-5.6/perl
52184            ! Changes pod/perldelta.pod
52185 ____________________________________________________________________________
52186 [  9644] By: jhi                                   on 2001/04/08  20:37:00
52187         Log: Integrate change #9639 from maintperl into mainline:
52188              on windows, many of the README.* pods were being copied to
52189              the wrong location
52190      Branch: perl
52191           !> win32/Makefile win32/makefile.mk
52192 ____________________________________________________________________________
52193 [  9643] By: jhi                                   on 2001/04/08  20:07:11
52194         Log: Integrate change #9624 from maintperl into mainline:
52195              the pod tests were not okay.  (t/pod/find.t changes ignored)
52196      Branch: perl
52197           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
52198           !> t/pod/include.t t/pod/included.t t/pod/lref.t
52199           !> t/pod/multiline_items.t t/pod/nested_items.t
52200           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52201           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52202 ____________________________________________________________________________
52203 [  9642] By: jhi                                   on 2001/04/08  19:57:17
52204         Log: Integrate change #9638 from maintperl into mainline:
52205              update to latest JPL from the anoncvs repository
52206      Branch: perl
52207           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52208           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52209           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52210 ____________________________________________________________________________
52211 [  9641] By: jhi                                   on 2001/04/08  19:53:30
52212         Log: perl571delta updates.
52213      Branch: perl
52214            ! lib/Filter/Simple.pm pod/perl571delta.pod
52215 ____________________________________________________________________________
52216 [  9640] By: gsar                                  on 2001/04/08  19:20:46
52217         Log: integrate change#9634 from mainline
52218              
52219              Fix the perlmodlib generation (didn't understand separate .pod
52220              files; didn't understand -- as the name-thing separator).
52221              Update the CPAN mirrors list.
52222      Branch: maint-5.6/perl
52223            ! pod/perlmodlib.pod
52224           !> pod/perlmodlib.PL
52225 ____________________________________________________________________________
52226 [  9639] By: gsar                                  on 2001/04/08  18:57:31
52227         Log: on windows, many of the README.* pods were being copied to the wrong
52228              location
52229      Branch: maint-5.6/perl
52230            ! win32/Makefile win32/makefile.mk
52231 ____________________________________________________________________________
52232 [  9638] By: gsar                                  on 2001/04/08  18:38:25
52233         Log: update to latest JPL from the anoncvs repository
52234      Branch: maint-5.6/perl
52235            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
52236            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
52237            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
52238 ____________________________________________________________________________
52239 [  9637] By: jhi                                   on 2001/04/08  17:53:53
52240         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
52241      Branch: perl
52242            ! pod/perl571delta.pod
52243 ____________________________________________________________________________
52244 [  9636] By: jhi                                   on 2001/04/08  17:18:32
52245         Log: Regen toc.
52246      Branch: perl
52247            ! pod/perltoc.pod
52248 ____________________________________________________________________________
52249 [  9635] By: jhi                                   on 2001/04/08  17:16:33
52250         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
52251              From: "Craig A. Berry" <craigberry@mac.com>
52252              Date: Sun, 08 Apr 2001 12:30:16 -0500
52253              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
52254      Branch: perl
52255            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
52256 ____________________________________________________________________________
52257 [  9634] By: jhi                                   on 2001/04/08  17:09:19
52258         Log: Fix the perlmodlib generation (didn't understand separate .pod
52259              files; didn't understand -- as the name-thing separator).
52260              
52261              Update the CPAN mirrors list.
52262      Branch: perl
52263            ! pod/perlmodlib.PL pod/perlmodlib.pod
52264 ____________________________________________________________________________
52265 [  9633] By: jhi                                   on 2001/04/08  16:49:17
52266         Log: Sort MANIFEST.
52267      Branch: perl
52268            ! MANIFEST
52269 ____________________________________________________________________________
52270 [  9632] By: gsar                                  on 2001/04/08  16:36:06
52271         Log: add $Tie::RefHash::VERSION
52272      Branch: maint-5.6/perl
52273            ! lib/Tie/RefHash.pm
52274 ____________________________________________________________________________
52275 [  9631] By: jhi                                   on 2001/04/08  16:10:15
52276         Log: perl571delta updates based on p5p feedback; still needs
52277              lots of examples.
52278      Branch: perl
52279            ! pod/perl571delta.pod
52280 ____________________________________________________________________________
52281 [  9630] By: jhi                                   on 2001/04/08  15:59:13
52282         Log: Update the list of supported platforms to talk about 5.7.1
52283              (and 5.6.1)
52284      Branch: perl
52285            ! pod/perlport.pod
52286 ____________________________________________________________________________
52287 [  9629] By: jhi                                   on 2001/04/08  15:55:41
52288         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
52289              from maintperl into mainline: perlport updates.
52290      Branch: perl
52291            ! pod/perlport.pod
52292 ____________________________________________________________________________
52293 [  9628] By: jhi                                   on 2001/04/08  15:53:17
52294         Log: perlsolaris.pod copied to wrong directory.
52295      Branch: perl
52296            ! win32/makefile.mk
52297 ____________________________________________________________________________
52298 [  9627] By: jhi                                   on 2001/04/08  14:48:18
52299         Log: Subject: Typos in perl571delta.pod
52300              From: "Stephen P. Potter" <spp@spotter.yi.org>
52301              Date: Sat, 07 Apr 2001 20:37:05 -0400
52302              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
52303      Branch: perl
52304            ! pod/perl571delta.pod
52305 ____________________________________________________________________________
52306 [  9626] By: jhi                                   on 2001/04/08  14:39:04
52307         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
52308      Branch: perl
52309            ! gv.c
52310 ____________________________________________________________________________
52311 [  9625] By: nick                                  on 2001/04/08  10:14:23
52312         Log: Integrate mainline
52313      Branch: perlio
52314           +> pod/perl570delta.pod pod/perl571delta.pod
52315           !> (integrate 27 files)
52316 ____________________________________________________________________________
52317 [  9624] By: gsar                                  on 2001/04/08  06:08:17
52318         Log: test in t/pod/* were busted
52319              
52320              these tests are still not enabled in t/{harness,TEST}
52321      Branch: maint-5.6/perl
52322            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
52323            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
52324            ! t/pod/multiline_items.t t/pod/nested_items.t
52325            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
52326            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
52327 ____________________________________________________________________________
52328 [  9623] By: gsar                                  on 2001/04/08  03:37:01
52329         Log: integrate change#9470 from mainline
52330              
52331              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
52332      Branch: maint-5.6/perl
52333           !> ext/Socket/Socket.xs
52334 ____________________________________________________________________________
52335 [  9622] By: jhi                                   on 2001/04/07  22:40:47
52336         Log: Update Changes.
52337      Branch: perl
52338            ! Changes patchlevel.h
52339 ____________________________________________________________________________
52340 [  9621] By: jhi                                   on 2001/04/07  22:34:16
52341         Log: Update AUTHORS.
52342      Branch: perl
52343            ! AUTHORS
52344 ____________________________________________________________________________
52345 [  9620] By: jhi                                   on 2001/04/07  22:12:47
52346         Log: Forgot to bump the number of tests in #9164.
52347      Branch: perl
52348            ! t/op/array.t
52349 ____________________________________________________________________________
52350 [  9619] By: jhi                                   on 2001/04/07  22:09:50
52351         Log: Bump patchlevel to 5.7.1.
52352      Branch: perl
52353            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52354            ! config_h.SH patchlevel.h
52355 ____________________________________________________________________________
52356 [  9618] By: jhi                                   on 2001/04/07  22:02:41
52357         Log: Populate perl571delta.
52358      Branch: perl
52359            ! pod/perl571delta.pod
52360 ____________________________________________________________________________
52361 [  9617] By: jhi                                   on 2001/04/07  22:01:23
52362         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
52363              to forget it later; do not change patchlevel.h yet or regenerate
52364              Configure yet.
52365      Branch: perl
52366            ! epoc/config.sh win32/Makefile win32/config_H.bc
52367            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
52368 ____________________________________________________________________________
52369 [  9616] By: jhi                                   on 2001/04/07  17:46:33
52370         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
52371      Branch: perl
52372            ! pod/perl571delta.pod
52373 ____________________________________________________________________________
52374 [  9615] By: jhi                                   on 2001/04/07  17:33:21
52375         Log: Change the toc configuration.
52376      Branch: perl
52377            ! pod/buildtoc.PL pod/perl.pod
52378 ____________________________________________________________________________
52379 [  9614] By: jhi                                   on 2001/04/07  17:29:47
52380         Log: Subject: PATCH: $[
52381              From: Robin Houston <robin@kitsite.com>
52382              Date: Fri, 6 Apr 2001 18:10:14 +0100
52383              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
52384      Branch: perl
52385            ! op.c t/op/array.t
52386 ____________________________________________________________________________
52387 [  9613] By: jhi                                   on 2001/04/07  17:28:26
52388         Log: Subject: [PATCH perl@9424] isn't numeric warning
52389              From: Robin Barker <rmb1@cise.npl.co.uk>
52390              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
52391              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
52392      Branch: perl
52393            ! sv.c t/pragma/warn/sv
52394 ____________________________________________________________________________
52395 [  9612] By: jhi                                   on 2001/04/07  17:26:45
52396         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
52397              From: Mike Guy <mjtg@cam.ac.uk>
52398              Date: Fri, 06 Apr 2001 12:47:06 +0100
52399              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
52400      Branch: perl
52401            ! dump.c t/lib/peek.t
52402 ____________________________________________________________________________
52403 [  9611] By: jhi                                   on 2001/04/07  17:21:35
52404         Log: Create perl571delta and seed it off with the perldelta changes
52405              since 5.7.0; remove those changes from perldelta and rename it
52406              as perl570delta; recreate perldelta but leave it almost empty.
52407      Branch: perl
52408            + pod/perl570delta.pod pod/perl571delta.pod
52409            ! MANIFEST pod/perldelta.pod
52410 ____________________________________________________________________________
52411 [  9610] By: jhi                                   on 2001/04/07  16:56:32
52412         Log: Denit.
52413      Branch: perl
52414            ! pod/perldelta.pod
52415 ____________________________________________________________________________
52416 [  9609] By: jhi                                   on 2001/04/07  16:38:32
52417         Log: Retract #9523: needs more thought.
52418      Branch: perl
52419            ! Makefile.SH
52420 ____________________________________________________________________________
52421 [  9608] By: jhi                                   on 2001/04/07  14:59:20
52422         Log: atmark() code cleanaup.
52423      Branch: perl
52424            ! ext/IO/IO.xs
52425 ____________________________________________________________________________
52426 [  9607] By: jhi                                   on 2001/04/07  14:48:14
52427         Log: Integrate change #9605 from maintperl into mainline.
52428              
52429              can't optimize away scope entry if tr/// is present
52430      Branch: perl
52431           !> op.c t/op/tr.t
52432 ____________________________________________________________________________
52433 [  9606] By: jhi                                   on 2001/04/07  14:43:59
52434         Log: Integrate perlio.
52435      Branch: perl
52436           +> win32/FindExt.pm
52437           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
52438           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
52439 ____________________________________________________________________________
52440 [  9605] By: gsar                                  on 2001/04/07  11:52:40
52441         Log: can't optimize away scope entry if tr/// is present
52442      Branch: maint-5.6/perl
52443            ! op.c t/op/tr.t
52444 ____________________________________________________________________________
52445 [  9604] By: nick                                  on 2001/04/07  11:39:45
52446         Log: Split out extension finding code from buildext.pl into FindExt.pm
52447              Use it to get Config.pm's idea of available extensions in line
52448              with what is built.
52449      Branch: perlio
52450            + win32/FindExt.pm
52451            ! MANIFEST win32/buildext.pl win32/config_sh.PL
52452            ! win32/makefile.mk
52453 ____________________________________________________________________________
52454 [  9603] By: nick                                  on 2001/04/07  09:11:38
52455         Log: Cleanup correction for failed :Via() layer, also set an error code.
52456      Branch: perlio
52457            ! ext/PerlIO/Via/Via.xs
52458 ____________________________________________________________________________
52459 [  9602] By: nick                                  on 2001/04/07  08:38:04
52460         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
52461              style. So don't use binmode() on the handles so that Win32 etc. see
52462              same sequence and produce same digests.
52463      Branch: perlio
52464            ! t/lib/md5-file.t
52465 ____________________________________________________________________________
52466 [  9601] By: nick                                  on 2001/04/07  08:36:26
52467         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
52468              Else it complains and so crlf layer (say) does not get pushed.
52469      Branch: perlio
52470            ! perlio.c
52471 ____________________________________________________________________________
52472 [  9600] By: jhi                                   on 2001/04/06  23:00:09
52473         Log: Integrate change #9599 from perlio into mainline.
52474      Branch: perl
52475           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52476           !> win32/config_H.vc
52477 ____________________________________________________________________________
52478 [  9599] By: nick                                  on 2001/04/06  21:42:43
52479         Log: Quote $VERSION in Encode.pm.
52480              regen_config_h as requested.
52481      Branch: perlio
52482            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
52483            ! win32/config_H.vc
52484 ____________________________________________________________________________
52485 [  9598] By: nick                                  on 2001/04/06  20:34:59
52486         Log: Integrate mainline
52487      Branch: perlio
52488           +> README.macos
52489           !> (integrate 39 files)
52490 ____________________________________________________________________________
52491 [  9597] By: gsar                                  on 2001/04/06  18:06:35
52492         Log: integrate change#9464 from mainline (addendum to change#8313)
52493              
52494              Subject: [PATCH @9452] Better peep()ing for foreach() loops
52495      Branch: maint-5.6/perl
52496           !> op.c
52497 ____________________________________________________________________________
52498 [  9596] By: jhi                                   on 2001/04/06  17:26:03
52499         Log: The d_casti32=undef is good for you even when not use64bitall.
52500      Branch: perl
52501            ! hints/hpux.sh
52502 ____________________________________________________________________________
52503 [  9595] By: gsar                                  on 2001/04/06  14:57:17
52504         Log: add a low-impact fix to accommodate darwin-ism
52505      Branch: maint-5.6/perl
52506            ! ext/Errno/Errno_pm.PL
52507 ____________________________________________________________________________
52508 [  9594] By: jhi                                   on 2001/04/06  14:55:14
52509         Log: Integrate changes #9528,9593 from mainline into maintperl;
52510              tweaking the editor/IDE/shell list.
52511      Branch: maint-5.6/perl
52512           !> pod/perlfaq3.pod
52513 ____________________________________________________________________________
52514 [  9593] By: jhi                                   on 2001/04/06  14:51:39
52515         Log: Make the editor/IDE/shell list a little bit airier.
52516      Branch: perl
52517            ! pod/perlfaq3.pod
52518 ____________________________________________________________________________
52519 [  9592] By: gsar                                  on 2001/04/06  14:45:18
52520         Log: integrate change#9477 from mainline (base.pm doc tweak)
52521              
52522              missing doc entry for fmod()
52523      Branch: maint-5.6/perl
52524            ! lib/Math/BigFloat.pm
52525           !> lib/base.pm
52526 ____________________________________________________________________________
52527 [  9591] By: jhi                                   on 2001/04/06  13:55:48
52528         Log: Regen toc.
52529      Branch: perl
52530            ! pod/perltoc.pod
52531 ____________________________________________________________________________
52532 [  9590] By: jhi                                   on 2001/04/06  13:54:52
52533         Log: Math::BigFloat patches from John Peacock.  The equivalent
52534              of #9586 from maintperl but reworked by John to work with
52535              the bleadperl.
52536      Branch: perl
52537            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52538 ____________________________________________________________________________
52539 [  9589] By: jhi                                   on 2001/04/06  13:42:23
52540         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
52541      Branch: perl
52542            ! ext/Digest/MD5/Makefile.PL
52543 ____________________________________________________________________________
52544 [  9588] By: jhi                                   on 2001/04/06  13:31:45
52545         Log: Integrate changes #9584,9587 from maintperl into mainline.
52546              
52547              keep eval"" CVs alive until the end of the statement in which
52548              they're called
52549              
52550              add README.macos (from Chris Nandor)
52551              
52552              tyop in change#9555
52553      Branch: perl
52554           +> README.macos
52555           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
52556           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
52557           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
52558           !> win32/makefile.mk
52559 ____________________________________________________________________________
52560 [  9587] By: gsar                                  on 2001/04/06  07:31:30
52561         Log: add README.macos (from Chris Nandor)
52562              
52563              tyop in change#9555
52564      Branch: maint-5.6/perl
52565            + README.macos
52566            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
52567            ! win32/Makefile win32/makefile.mk
52568 ____________________________________________________________________________
52569 [  9586] By: gsar                                  on 2001/04/06  07:08:54
52570         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
52571      Branch: maint-5.6/perl
52572            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
52573 ____________________________________________________________________________
52574 [  9585] By: gsar                                  on 2001/04/06  06:58:44
52575         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
52576              from mainline
52577              
52578              Subject: [PATCH] Base64 update to perlfaq9.pod
52579              
52580              Subject: [PATCH AUTHORS] Housekeeping
52581              
52582              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52583              Mac OS X (Darwin) has extra pwent fields.
52584              
52585              Subject: [PATCH B::*] print control-character vars readably
52586              Needs EBCDICification.
52587              
52588              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52589              
52590              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52591              
52592              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52593              
52594              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52595              
52596              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52597              
52598              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52599              
52600              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52601              
52602              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52603              
52604              FreeBSD hints tweak from Anton Berezin.
52605              
52606              Subject: [PATCH foolperl & bleadperl] README.vms update
52607              
52608              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52609      Branch: maint-5.6/perl
52610           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
52611           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52612           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
52613 ____________________________________________________________________________
52614 [  9584] By: gsar                                  on 2001/04/06  04:09:00
52615         Log: keep eval"" CVs alive until the end of the statement in which
52616              they're called; this avoids a coredump ensuing from search for
52617              lexicals in code such as:
52618              
52619              sub bug {
52620              my $s = @_;
52621              eval q[sub { eval 'sub { &$s }' }];
52622              }
52623              bug("x")->()->();
52624              
52625              this code still doesn't work as intended (as it has remained
52626              since time immemorial), but it doesn't provoke a coredump anymore
52627      Branch: maint-5.6/perl
52628            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52629            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
52630 ____________________________________________________________________________
52631 [  9583] By: jhi                                   on 2001/04/05  23:52:51
52632         Log: Update Changes.
52633      Branch: perl
52634            ! Changes patchlevel.h
52635 ____________________________________________________________________________
52636 [  9582] By: jhi                                   on 2001/04/05  23:11:23
52637         Log: Slight doc tweak.
52638      Branch: perl
52639            ! pod/perlunicode.pod
52640 ____________________________________________________________________________
52641 [  9581] By: jhi                                   on 2001/04/05  23:04:11
52642         Log: Integrate perlio.
52643      Branch: perl
52644           !> pod/perlunicode.pod
52645 ____________________________________________________________________________
52646 [  9580] By: jhi                                   on 2001/04/05  23:03:29
52647         Log: Test for #9579.
52648      Branch: perl
52649            ! t/op/do.t
52650 ____________________________________________________________________________
52651 [  9579] By: jhi                                   on 2001/04/05  22:54:17
52652         Log: Subject: [PATCH] Propagate calling context for do '...'
52653              From: Gisle Aas <gisle@ActiveState.com>
52654              Date: 04 Apr 2001 20:17:29 -0700
52655              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
52656      Branch: perl
52657            ! pod/perlfunc.pod pp_ctl.c
52658 ____________________________________________________________________________
52659 [  9578] By: jhi                                   on 2001/04/05  22:52:51
52660         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52661              From: Peter Prymmer <pvhp@forte.com>
52662              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
52663              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
52664      Branch: perl
52665            ! README.vms
52666 ____________________________________________________________________________
52667 [  9577] By: jhi                                   on 2001/04/05  22:48:22
52668         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
52669              From: "Craig A. Berry" <craigberry@mac.com>
52670              Date: Thu, 5 Apr 2001 13:43:28 -0500
52671              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
52672      Branch: perl
52673            ! README.vms
52674 ____________________________________________________________________________
52675 [  9576] By: jhi                                   on 2001/04/05  22:31:38
52676         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
52677              From: Michael G Schwern <schwern@pobox.com>
52678              Date: Thu, 5 Apr 2001 21:53:21 +0100
52679              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
52680      Branch: perl
52681            ! lib/base.pm t/lib/fields.t
52682 ____________________________________________________________________________
52683 [  9575] By: jhi                                   on 2001/04/05  22:26:10
52684         Log: FreeBSD hints tweak from Anton Berezin.
52685      Branch: perl
52686            ! hints/freebsd.sh
52687 ____________________________________________________________________________
52688 [  9574] By: jhi                                   on 2001/04/05  22:24:03
52689         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52690              From: David Dyck <dcd@tc.fluke.com>
52691              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
52692              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
52693      Branch: perl
52694            ! t/op/oct.t
52695 ____________________________________________________________________________
52696 [  9573] By: jhi                                   on 2001/04/05  22:23:06
52697         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52698              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
52699              From: David Dyck <dcd@tc.fluke.com>
52700              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
52701      Branch: perl
52702            ! pp.c
52703 ____________________________________________________________________________
52704 [  9572] By: jhi                                   on 2001/04/05  22:14:47
52705         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52706              From: Robin Houston <robin@kitsite.com>
52707              Date: Thu, 5 Apr 2001 20:56:48 +0100
52708              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
52709      Branch: perl
52710            ! ext/B/B/Deparse.pm
52711 ____________________________________________________________________________
52712 [  9571] By: jhi                                   on 2001/04/05  22:12:53
52713         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52714              From: Robin Houston <robin@kitsite.com>
52715              Date: Thu, 5 Apr 2001 19:55:51 +0100
52716              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
52717      Branch: perl
52718            ! ext/B/B/Deparse.pm
52719 ____________________________________________________________________________
52720 [  9570] By: jhi                                   on 2001/04/05  22:11:06
52721         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52722              From: Robin Houston <robin@kitsite.com>
52723              Date: Thu, 5 Apr 2001 20:16:29 +0100
52724              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
52725      Branch: perl
52726            ! ext/B/B/Deparse.pm
52727 ____________________________________________________________________________
52728 [  9569] By: nick                                  on 2001/04/05  21:32:26
52729         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
52730      Branch: perlio
52731            ! pod/perlunicode.pod
52732 ____________________________________________________________________________
52733 [  9568] By: nick                                  on 2001/04/05  19:38:09
52734         Log: Integrate mainline
52735      Branch: perlio
52736           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
52737           !> (integrate 35 files)
52738 ____________________________________________________________________________
52739 [  9567] By: jhi                                   on 2001/04/05  18:31:45
52740         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52741              From: Robin Houston <robin@kitsite.com>
52742              Date: Thu, 5 Apr 2001 18:03:23 +0100
52743              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
52744      Branch: perl
52745            ! ext/B/B/Deparse.pm
52746 ____________________________________________________________________________
52747 [  9566] By: jhi                                   on 2001/04/05  18:29:35
52748         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52749              From: Robin Houston <robin@kitsite.com>
52750              Date: Thu, 5 Apr 2001 16:45:18 +0100
52751              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
52752      Branch: perl
52753            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52754 ____________________________________________________________________________
52755 [  9565] By: jhi                                   on 2001/04/05  18:24:23
52756         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52757              From: Robin Houston <robin@kitsite.com>
52758              Date: Thu, 5 Apr 2001 14:50:09 +0100
52759              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
52760      Branch: perl
52761            ! ext/B/B/Deparse.pm
52762 ____________________________________________________________________________
52763 [  9564] By: jhi                                   on 2001/04/05  18:23:03
52764         Log: Subject: [PATCH B::*] print control-character vars readably
52765              From: Robin Houston <robin@kitsite.com>
52766              Date: Thu, 5 Apr 2001 14:27:38 +0100
52767              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
52768              
52769              Needs EBCDICification.
52770      Branch: perl
52771            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
52772            ! ext/B/B/Terse.pm
52773 ____________________________________________________________________________
52774 [  9563] By: jhi                                   on 2001/04/05  18:20:32
52775         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52776              Date: Thu, 5 Apr 2001 13:21:42 -0400
52777              From: Paul Schinder <schinder@pobox.com>
52778              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
52779              
52780              Mac OS X (Darwin) has extra pwent fields.
52781      Branch: perl
52782            ! t/op/pwent.t
52783 ____________________________________________________________________________
52784 [  9562] By: jhi                                   on 2001/04/05  17:57:51
52785         Log: Regen toc.
52786      Branch: perl
52787            ! pod/perltoc.pod
52788 ____________________________________________________________________________
52789 [  9561] By: jhi                                   on 2001/04/05  17:47:33
52790         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
52791      Branch: metaconfig
52792            ! U/Glossary.patch
52793      Branch: metaconfig/U/perl
52794            + d_u32align.U
52795            ! d_cmsghdr_s.U d_msghdr_s.U
52796 ____________________________________________________________________________
52797 [  9560] By: jhi                                   on 2001/04/05  17:47:01
52798         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
52799              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
52800              Introduce probes for struct msghdr, struct cmsghdr,
52801              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
52802              ualarm, usleep, for possible later extension work.
52803      Branch: perl
52804            + t/lib/md5-align.t
52805            ! Configure MANIFEST Porting/Glossary Porting/config.sh
52806            ! Porting/config_H config_h.SH configure.com epoc/config.sh
52807            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
52808            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52809            ! vos/config.ga.h win32/config.bc win32/config.gc
52810            ! win32/config.vc
52811 ____________________________________________________________________________
52812 [  9559] By: jhi                                   on 2001/04/05  13:03:04
52813         Log: Be traditional in your cpp (for the Errno extension).
52814      Branch: perl
52815            ! hints/darwin.sh
52816 ____________________________________________________________________________
52817 [  9558] By: jhi                                   on 2001/04/05  13:00:05
52818         Log: Add $Config{cppflags} to the gcc incantation.
52819      Branch: perl
52820            ! ext/Errno/Errno_pm.PL
52821 ____________________________________________________________________________
52822 [  9557] By: jhi                                   on 2001/04/05  04:22:39
52823         Log: Introduce Sean Burke's Class::ISA 0.32.
52824      Branch: perl
52825            + lib/Class/ISA.pm t/lib/class-isa.t
52826            ! MANIFEST
52827 ____________________________________________________________________________
52828 [  9556] By: jhi                                   on 2001/04/05  04:09:50
52829         Log: Subject: [PATCH AUTHORS] Housekeeping
52830              From: Paul Johnson <paul@pjcj.net> 
52831              Date: Wed, 4 Apr 2001 22:45:47 +0200
52832              Message-ID: <20010404224547.D9548@pjcj.net>
52833      Branch: perl
52834            ! AUTHORS
52835 ____________________________________________________________________________
52836 [  9555] By: jhi                                   on 2001/04/05  04:06:33
52837         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
52838              From: Gisle Aas <gisle@ActiveState.com>
52839              Date: 04 Apr 2001 14:23:04 -0700
52840              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
52841      Branch: perl
52842            ! pod/perlfaq9.pod
52843 ____________________________________________________________________________
52844 [  9554] By: jhi                                   on 2001/04/05  04:05:49
52845         Log: Downgrade also the "Wide character" diagnostic.
52846      Branch: perl
52847            ! pod/perldiag.pod
52848 ____________________________________________________________________________
52849 [  9553] By: jhi                                   on 2001/04/05  04:00:33
52850         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
52851              maintperl into mainline.
52852              
52853              "double" should be "NV"; standard typemap is missing entry
52854              for NV
52855              
52856              s/djSP/dSP/
52857              
52858              Downgrade "Wide character in print" to a warning.
52859              
52860              B::Deparse fix for ${^FOO} and documentation for PVX() method
52861              (from Robin Houston)
52862              
52863              tr/// doesn't null-terminate the result in some situations
52864              (from Gisle Aas)
52865      Branch: perl
52866           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
52867           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
52868           !> t/io/utf8.t t/op/tr.t
52869 ____________________________________________________________________________
52870 [  9552] By: jhi                                   on 2001/04/05  03:52:50
52871         Log: Retract changes #9542 and #9538 (from maintperl, integrated
52872              at #9540), shouldn't be needed because of the perlio changes.
52873      Branch: perl
52874            ! util.c
52875 ____________________________________________________________________________
52876 [  9551] By: gsar                                  on 2001/04/05  00:18:34
52877         Log: tr/// doesn't null-terminate the result in some situations
52878              (from Gisle Aas)
52879      Branch: maint-5.6/perl
52880            ! doop.c t/op/tr.t
52881 ____________________________________________________________________________
52882 [  9550] By: gsar                                  on 2001/04/04  20:04:17
52883         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
52884              (from Robin Houston)
52885      Branch: maint-5.6/perl
52886            ! ext/B/B.pm ext/B/B/Deparse.pm
52887 ____________________________________________________________________________
52888 [  9549] By: nick                                  on 2001/04/04  18:56:15
52889         Log: Downgrade "Wide character in print" to a warning.
52890      Branch: perlio
52891            ! doio.c t/io/utf8.t
52892 ____________________________________________________________________________
52893 [  9548] By: gsar                                  on 2001/04/04  18:51:49
52894         Log: integrate changes#9460,9462,9482,9521,9522
52895              
52896              Subject: PATCH: B::Debug should show LOOP-specific fields
52897              
52898              Subject: B::Deparse precedence bug. (Patch included.)
52899              
52900              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52901              
52902              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52903              
52904              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52905      Branch: maint-5.6/perl
52906           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
52907           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
52908 ____________________________________________________________________________
52909 [  9547] By: gsar                                  on 2001/04/04  18:49:16
52910         Log: s/djSP/dSP/
52911      Branch: maint-5.6/perl
52912            ! ext/Thread/Thread.xs
52913 ____________________________________________________________________________
52914 [  9546] By: nick                                  on 2001/04/04  18:44:00
52915         Log: Integrate mainline.
52916      Branch: perlio
52917           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
52918           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
52919 ____________________________________________________________________________
52920 [  9545] By: gsar                                  on 2001/04/04  18:38:52
52921         Log: integrate change#8837 from mainline
52922              
52923              Subject: [patch] -Wall cleanup round 2
52924      Branch: maint-5.6/perl
52925           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
52926           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
52927           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
52928           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
52929           !> ext/SDBM_File/SDBM_File.xs
52930 ____________________________________________________________________________
52931 [  9544] By: gsar                                  on 2001/04/04  17:49:57
52932         Log: "double" should be "NV"; standard typemap is missing entry
52933              for NV
52934      Branch: maint-5.6/perl
52935            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
52936 ____________________________________________________________________________
52937 [  9543] By: jhi                                   on 2001/04/04  14:13:18
52938         Log: Thou shalt not (just) match for English error messages.
52939      Branch: perl
52940            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
52941            ! os2/OS2/Process/Process.pm
52942 ____________________________________________________________________________
52943 [  9542] By: jhi                                   on 2001/04/04  13:20:39
52944         Log: Make the stdio tricks of fflush_all() to exist only if
52945              stdio is being used.
52946      Branch: perl
52947            ! util.c
52948 ____________________________________________________________________________
52949 [  9541] By: jhi                                   on 2001/04/04  04:20:24
52950         Log: Subject: Re: [PATCH] Lighten up glob
52951              From: Benjamin Sugars <bsugars@canoe.ca>
52952              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
52953              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
52954      Branch: perl
52955            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
52956            ! util.c
52957 ____________________________________________________________________________
52958 [  9540] By: jhi                                   on 2001/04/04  04:03:57
52959         Log: Integrate changes #9538,9539 from maintperl into mainline.
52960              
52961              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52962              for use with _fwalk() (fix for change#7705)
52963              
52964              another tweak needed for SunOS 4.1.x build (from Mike Guy)
52965              (cp -f is not portable)
52966      Branch: perl
52967           !> Makefile.SH util.c
52968 ____________________________________________________________________________
52969 [  9539] By: gsar                                  on 2001/04/04  03:01:14
52970         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
52971      Branch: maint-5.6/perl
52972            ! Makefile.SH
52973 ____________________________________________________________________________
52974 [  9538] By: gsar                                  on 2001/04/04  01:00:38
52975         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52976              for use with _fwalk() (fix for change#7705)
52977      Branch: maint-5.6/perl
52978            ! util.c
52979 ____________________________________________________________________________
52980 [  9537] By: nick                                  on 2001/04/03  19:24:55
52981         Log: Integrate mainline
52982      Branch: perlio
52983           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
52984           +> lib/unicode/PropList.html
52985            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
52986           !> (integrate 69 files)
52987 ____________________________________________________________________________
52988 [  9536] By: jhi                                   on 2001/04/03  18:02:31
52989         Log: Integrate change #9533 from maintperl into mainline.
52990              
52991              better fix for change#9517 to accomodate UNC paths like
52992              \\server\share\foo, and paths with trailing backslash
52993              like c:\this\
52994      Branch: perl
52995           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52996 ____________________________________________________________________________
52997 [  9535] By: jhi                                   on 2001/04/03  17:58:07
52998         Log: Change the push/unshift warning to be of class syntax, not misc.
52999      Branch: perl
53000            ! op.c pod/perldiag.pod t/pragma/warn/op
53001 ____________________________________________________________________________
53002 [  9534] By: jhi                                   on 2001/04/03  15:03:46
53003         Log: Change the push/unshift warning (#9532) to talk about "no values"
53004              instead of "no arguments".
53005      Branch: perl
53006            ! op.c pod/perldiag.pod t/pragma/warn/op
53007 ____________________________________________________________________________
53008 [  9533] By: gsar                                  on 2001/04/03  14:30:07
53009         Log: better fix for change#9517 to accomodate UNC paths like
53010              \\server\share\foo, and paths with trailing backslash
53011              like c:\this\
53012      Branch: maint-5.6/perl
53013            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53014 ____________________________________________________________________________
53015 [  9532] By: jhi                                   on 2001/04/03  13:11:46
53016         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
53017              From: Robin Houston <robin@kitsite.com>
53018              Date: Mon, 2 Apr 2001 15:03:29 +0100
53019              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
53020      Branch: perl
53021            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
53022 ____________________________________________________________________________
53023 [  9531] By: jhi                                   on 2001/04/03  13:06:34
53024         Log: Integrate change #9530 from maintperl into mainline.
53025              
53026              accomodate VMS "mailbox overflow" quirk in testsuite (from
53027              Craig Berry)
53028      Branch: perl
53029           !> t/lib/socket.t
53030 ____________________________________________________________________________
53031 [  9530] By: gsar                                  on 2001/04/03  04:56:41
53032         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
53033              Craig Berry)
53034      Branch: maint-5.6/perl
53035            ! t/lib/socket.t
53036 ____________________________________________________________________________
53037 [  9529] By: jhi                                   on 2001/04/03  02:34:34
53038         Log: Update Changes.
53039      Branch: perl
53040            ! Changes patchlevel.h
53041 ____________________________________________________________________________
53042 [  9528] By: jhi                                   on 2001/04/03  01:27:57
53043         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
53044              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
53045              To: perl5-porters@perl.org
53046              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
53047      Branch: perl
53048            ! pod/perlfaq3.pod
53049 ____________________________________________________________________________
53050 [  9527] By: jhi                                   on 2001/04/03  01:22:09
53051         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
53052              From: Peter Prymmer <pvhp@forte.com>
53053              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
53054              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
53055      Branch: perl
53056            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
53057 ____________________________________________________________________________
53058 [  9526] By: jhi                                   on 2001/04/03  01:18:25
53059         Log: The metaconfig unit changes for #9525.
53060      Branch: metaconfig
53061            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
53062      Branch: metaconfig/U/perl
53063            ! use64bits.U
53064 ____________________________________________________________________________
53065 [  9525] By: jhi                                   on 2001/04/03  01:17:30
53066         Log: Configure sanity checks:
53067              * if use64bitall is attempted but pointers are only 32-bit,
53068              'downgrade' to use64bitint
53069              * if use64bitint is attempted but there's no quad type,
53070              forget about use64bitint (well, the default for it is 'n',
53071              the user can still override this)
53072              * if pointers are 64 bits, do not try to use Perl's malloc
53073      Branch: perl
53074            ! Configure
53075 ____________________________________________________________________________
53076 [  9524] By: gsar                                  on 2001/04/03  01:09:12
53077         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
53078      Branch: maint-5.6/perl
53079            ! pp_sys.c
53080 ____________________________________________________________________________
53081 [  9523] By: jhi                                   on 2001/04/03  00:02:31
53082         Log: (Retracted by #9609)
53083              
53084              Make it harder for parallel makes to enter 'test' before
53085              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
53086              should be unhappy enough, but sometimes parallel makes seem
53087              to sneak past both in Tru64 and AIX.)
53088      Branch: perl
53089            ! Makefile.SH
53090 ____________________________________________________________________________
53091 [  9522] By: jhi                                   on 2001/04/02  22:35:31
53092         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
53093              Date: Mon, 2 Apr 2001 22:54:10 +0100
53094              From: Robin Houston <robin@kitsite.com>
53095              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
53096      Branch: perl
53097            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
53098 ____________________________________________________________________________
53099 [  9521] By: jhi                                   on 2001/04/02  22:32:23
53100         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
53101              From: Robin Houston <robin@kitsite.com>
53102              Date: Mon, 2 Apr 2001 20:24:03 +0100
53103              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
53104      Branch: perl
53105            ! ext/B/B/Concise.pm
53106 ____________________________________________________________________________
53107 [  9520] By: jhi                                   on 2001/04/02  22:30:43
53108         Log: Subject: [PATCH] REALLY pedantic hv.h nit
53109              From: Simon Cozens <simon@netthink.co.uk>
53110              Date: Mon, 2 Apr 2001 15:43:06 +0100
53111              Message-ID: <20010402154306.A21711@netthink.co.uk>
53112      Branch: perl
53113            ! hv.h
53114 ____________________________________________________________________________
53115 [  9519] By: jhi                                   on 2001/04/02  22:28:04
53116         Log: Based on
53117              
53118              Subject: [foolperl] EPOC fix
53119              From: Olaf Flebbe <O.Flebbe@science-computing.de>
53120              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
53121              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
53122      Branch: perl
53123            ! pp_sys.c
53124 ____________________________________________________________________________
53125 [  9518] By: jhi                                   on 2001/04/02  22:22:34
53126         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
53127              
53128              README.win32 tweaks; add a note about alternative location for
53129              getting a gcc-2.95.2 that will build perl properly on windows
53130              
53131              add some notes about gutsy threading matters
53132              
53133              many of the utilities interpolate literal paths within doublequotes
53134              (fails on dosish platforms where path contains backslashes)
53135      Branch: perl
53136           !> README.win32 pod/perlguts.pod utils/perldoc.PL
53137           !> x2p/find2perl.PL x2p/s2p.PL
53138 ____________________________________________________________________________
53139 [  9517] By: gsar                                  on 2001/04/02  19:52:21
53140         Log: many of the utilities interpolate literal paths within doublequotes
53141              (fails on dosish platforms where path contains backslashes)
53142      Branch: maint-5.6/perl
53143            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
53144 ____________________________________________________________________________
53145 [  9516] By: gsar                                  on 2001/04/02  05:49:37
53146         Log: a foolish release
53147      Branch: maint-5.6/perl
53148            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
53149            ! pod/perltoc.pod
53150 ____________________________________________________________________________
53151 [  9515] By: gsar                                  on 2001/04/02  05:04:29
53152         Log: add missing changelog summaries
53153      Branch: maint-5.6/perl
53154            ! Changes
53155 ____________________________________________________________________________
53156 [  9514] By: gsar                                  on 2001/04/02  04:07:13
53157         Log: add some notes about gutsy threading matters
53158      Branch: maint-5.6/perl
53159            ! pod/perlguts.pod
53160 ____________________________________________________________________________
53161 [  9513] By: gsar                                  on 2001/04/02  03:25:21
53162         Log: add more prominent caveat notices about experimental features
53163      Branch: maint-5.6/perl
53164            ! pod/perlfork.pod pod/perlunicode.pod
53165 ____________________________________________________________________________
53166 [  9512] By: gsar                                  on 2001/04/02  02:54:33
53167         Log: integrate changes#9479,9509 from mainline
53168              
53169              [PATCH] File::Glob stuff for Mac OS
53170              
53171              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53172      Branch: maint-5.6/perl
53173           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53174           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53175           !> t/lib/glob-taint.t
53176 ____________________________________________________________________________
53177 [  9511] By: gsar                                  on 2001/04/02  02:38:24
53178         Log: README.win32 tweaks; add a note about alternative location for
53179              getting a gcc-2.95.2 that will build perl properly on windows
53180      Branch: maint-5.6/perl
53181            ! README.win32
53182 ____________________________________________________________________________
53183 [  9510] By: jhi                                   on 2001/04/01  20:45:10
53184         Log: An ambiguousity warning.
53185      Branch: perl
53186            ! t/lib/trig.t
53187 ____________________________________________________________________________
53188 [  9509] By: jhi                                   on 2001/04/01  19:53:47
53189         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
53190              From: Jonathan Stowe <gellyfish@gellyfish.com>
53191              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
53192              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
53193      Branch: perl
53194            ! ext/File/Glob/bsd_glob.c
53195 ____________________________________________________________________________
53196 [  9508] By: jhi                                   on 2001/04/01  19:35:03
53197         Log: Update Changes.
53198      Branch: perl
53199            ! Changes patchlevel.h
53200 ____________________________________________________________________________
53201 [  9507] By: jhi                                   on 2001/04/01  19:24:01
53202         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
53203              from mainline to maintperl: pod tweaks.
53204      Branch: maint-5.6/perl
53205           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
53206           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
53207           !> pod/perlvar.pod
53208 ____________________________________________________________________________
53209 [  9506] By: jhi                                   on 2001/04/01  19:11:53
53210         Log: Commit Sarathy to April release of 5.6.1 :-)
53211      Branch: perl
53212            ! pod/perlfaq1.pod
53213 ____________________________________________________________________________
53214 [  9505] By: jhi                                   on 2001/04/01  19:03:15
53215         Log: Subject: PATCH 5.6.0 (perldebug.pod)
53216              From: Mark-Jason Dominus <mjd@plover.com>
53217              Date: Sun, 01 Apr 2001 14:25:11 -0400
53218              Message-ID: <20010401182511.9247.qmail@plover.com>
53219      Branch: perl
53220            ! pod/perldebug.pod
53221 ____________________________________________________________________________
53222 [  9504] By: jhi                                   on 2001/04/01  18:43:09
53223         Log: Add great_circle_direction().
53224      Branch: perl
53225            ! lib/Math/Trig.pm t/lib/trig.t
53226 ____________________________________________________________________________
53227 [  9503] By: jhi                                   on 2001/04/01  17:29:12
53228         Log: Unicode ReadMe update for Unicode 3.1.
53229      Branch: perl
53230            ! lib/unicode/ReadMe.txt
53231 ____________________________________________________________________________
53232 [  9502] By: jhi                                   on 2001/04/01  17:18:40
53233         Log: Integrate change #9501 from maintperl into mainline.
53234              
53235              fix the perlembed notes on multiple interpreters
53236              
53237              fix ExtUtils::Embed to work passably on Windows
53238      Branch: perl
53239           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
53240 ____________________________________________________________________________
53241 [  9501] By: gsar                                  on 2001/04/01  07:21:57
53242         Log: fix the perlembed notes on multiple interpreters
53243              
53244              fix ExtUtils::Embed to work passably on Windows
53245      Branch: maint-5.6/perl
53246            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
53247 ____________________________________________________________________________
53248 [  9500] By: jhi                                   on 2001/04/01  05:58:23
53249         Log: Test for #9499.
53250      Branch: perl
53251            ! t/op/tr.t
53252 ____________________________________________________________________________
53253 [  9499] By: jhi                                   on 2001/04/01  05:55:46
53254         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
53255      Branch: perl
53256            ! embed.h embed.pl op.c proto.h
53257 ____________________________________________________________________________
53258 [  9498] By: jhi                                   on 2001/04/01  05:44:34
53259         Log: Protect the workaround hunk more.
53260      Branch: perl
53261            ! toke.c
53262 ____________________________________________________________________________
53263 [  9497] By: jhi                                   on 2001/04/01  00:24:25
53264         Log: Integrate changes #9493,9494,9495,9496 from maintperl
53265              into mainline.
53266              
53267              fix a broken workaround for Borland compiler in change#4739
53268              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53269              
53270              nits spotted by Borland compiler
53271              
53272              avoid redefinition warnings under Borland 5.02
53273              
53274              various nits identified by the Borland 5.5 compiler; remove suppression
53275              of a few warnings
53276      Branch: perl
53277           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
53278           !> win32/win32.h
53279 ____________________________________________________________________________
53280 [  9496] By: gsar                                  on 2001/03/31  23:22:28
53281         Log: various nits identified by the Borland 5.5 compiler; remove suppression
53282              of a few warnings
53283      Branch: maint-5.6/perl
53284            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
53285 ____________________________________________________________________________
53286 [  9495] By: gsar                                  on 2001/03/31  21:03:08
53287         Log: avoid redefinition warnings under Borland 5.02
53288      Branch: maint-5.6/perl
53289            ! win32/makefile.mk
53290 ____________________________________________________________________________
53291 [  9494] By: gsar                                  on 2001/03/31  20:18:59
53292         Log: nits spotted by Borland compiler
53293      Branch: maint-5.6/perl
53294            ! utf8.h win32/win32.h
53295 ____________________________________________________________________________
53296 [  9493] By: gsar                                  on 2001/03/31  20:18:05
53297         Log: fix a broken workaround for Borland compiler in change#4739
53298              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
53299      Branch: maint-5.6/perl
53300            ! toke.c
53301 ____________________________________________________________________________
53302 [  9492] By: jhi                                   on 2001/03/31  18:36:24
53303         Log: Integrate change #9491 from maintperl into mainline.
53304              
53305              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53306              directory is relative (need to fetch the full path name *before*
53307              the chdir!)
53308      Branch: perl
53309           !> lib/Cwd.pm
53310 ____________________________________________________________________________
53311 [  9491] By: gsar                                  on 2001/03/31  17:01:56
53312         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
53313              directory is relative (need to fetch the full path name *before*
53314              the chdir!)
53315              
53316              this is a followup patch for change#6749
53317      Branch: maint-5.6/perl
53318            ! lib/Cwd.pm
53319 ____________________________________________________________________________
53320 [  9490] By: jhi                                   on 2001/03/31  15:50:18
53321         Log: Subject: Re: [PATCH] av.h cosmetics
53322              From: Simon Cozens <simon@netthink.co.uk>
53323              Date: Sat, 31 Mar 2001 13:09:59 +0100
53324              Message-ID: <20010331130959.A22000@netthink.co.uk>
53325              
53326              Document AvALLOC.
53327      Branch: perl
53328            ! pod/perlguts.pod
53329 ____________________________________________________________________________
53330 [  9489] By: jhi                                   on 2001/03/31  15:48:44
53331         Log: Subject: [PATCH] Re: Math::Big* v1.21
53332              From: Tels <perl_dummy@bloodgate.com>
53333              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
53334              Message-Id: <200103311125.GAA377738@www08.hway.net>
53335      Branch: perl
53336            ! pod/perlop.pod
53337 ____________________________________________________________________________
53338 [  9488] By: jhi                                   on 2001/03/31  03:39:51
53339         Log: Debug output tweak.
53340      Branch: perl
53341            ! t/lib/cwd.t
53342 ____________________________________________________________________________
53343 [  9487] By: jhi                                   on 2001/03/31  03:33:02
53344         Log: OverVMSification.
53345      Branch: perl
53346            ! t/lib/cwd.t
53347 ____________________________________________________________________________
53348 [  9486] By: jhi                                   on 2001/03/31  03:01:40
53349         Log: Missed MANIFESTations in #9483.
53350      Branch: perl
53351            ! MANIFEST
53352 ____________________________________________________________________________
53353 [  9485] By: jhi                                   on 2001/03/31  02:58:17
53354         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
53355              From: Peter Prymmer <pvhp@forte.com>
53356              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
53357              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
53358      Branch: perl
53359            ! regexec.c t/lib/cwd.t
53360 ____________________________________________________________________________
53361 [  9484] By: jhi                                   on 2001/03/31  01:04:41
53362         Log: Obsolete file (see #3938)
53363      Branch: perl
53364            - lib/unicode/README.Ethiopic
53365            ! MANIFEST
53366 ____________________________________________________________________________
53367 [  9483] By: jhi                                   on 2001/03/31  00:52:42
53368         Log: Update to Unicode 3.1.
53369              (Rename Names.txt to NamesList.txt.)
53370      Branch: perl
53371            + lib/unicode/NamesList.txt lib/unicode/PropList.html
53372            - lib/unicode/Names.txt
53373            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
53374            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
53375            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
53376            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
53377            ! lib/unicode/UCD.html lib/unicode/Unicode.html
53378            ! lib/unicode/rename lib/unicode/version
53379 ____________________________________________________________________________
53380 [  9482] By: jhi                                   on 2001/03/30  23:33:44
53381         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
53382              From: Robin Houston <robin@kitsite.com>
53383              Date: Fri, 30 Mar 2001 20:07:22 +0100
53384              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
53385      Branch: perl
53386            ! ext/B/B/Deparse.pm
53387 ____________________________________________________________________________
53388 [  9481] By: jhi                                   on 2001/03/30  23:20:25
53389         Log: Subject: Re: [PATCH] CwdXS, Take 2
53390              From: Benjamin Sugars <bsugars@canoe.ca>
53391              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
53392              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
53393      Branch: perl
53394            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
53395            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
53396 ____________________________________________________________________________
53397 [  9480] By: jhi                                   on 2001/03/30  22:52:38
53398         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
53399              From: David Dyck <dcd@tc.fluke.com>
53400              Date: Fri, 30 Mar 2001 14:44:13 -0800
53401              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
53402              
53403              The t/rantests flags file creation was accidentally
53404              removed by #9217.
53405      Branch: perl
53406            ! Makefile.SH
53407 ____________________________________________________________________________
53408 [  9479] By: jhi                                   on 2001/03/30  22:45:45
53409         Log: Subject: [PATCH] File::Glob stuff for Mac OS
53410              From: Chris Nandor <pudge@pobox.com>
53411              Date: Fri, 30 Mar 2001 16:51:00 -0500
53412              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
53413      Branch: perl
53414            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
53415            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
53416            ! t/lib/glob-taint.t
53417 ____________________________________________________________________________
53418 [  9478] By: jhi                                   on 2001/03/30  22:43:12
53419         Log: Subject: fix for win32/buildext.pl
53420              From: "Vadim Konovalov" <watman@inbox.ru>
53421              Date: Sat, 31 Mar 2001 00:50:36 +0400
53422              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
53423      Branch: perl
53424            ! win32/buildext.pl
53425 ____________________________________________________________________________
53426 [  9477] By: jhi                                   on 2001/03/30  22:41:16
53427         Log: Subject: small base.pm doc patch
53428              From: Leon Brocard <acme@astray.com>
53429              Date: Fri, 30 Mar 2001 21:49:57 +0100
53430              Message-ID: <20010330214957.B8733@ns0.astray.com>
53431      Branch: perl
53432            ! lib/base.pm
53433 ____________________________________________________________________________
53434 [  9476] By: jhi                                   on 2001/03/30  18:16:57
53435         Log: Subject: [PATCH] av.h cosmetics
53436              From: Simon Cozens <simon@netthink.co.uk>
53437              Date: Fri, 30 Mar 2001 18:12:28 +0100
53438              Message-ID: <20010330181228.A9319@netthink.co.uk>
53439      Branch: perl
53440            ! av.h
53441 ____________________________________________________________________________
53442 [  9475] By: jhi                                   on 2001/03/30  18:15:50
53443         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
53444              From: "Philip Newton" <pnewton@gmx.de>
53445              Date: Fri, 30 Mar 2001 19:06:57 +0200
53446              Message-ID: <3AC4D951.14815.1AC7068@localhost>
53447      Branch: perl
53448            ! pod/perlhack.pod
53449 ____________________________________________________________________________
53450 [  9474] By: jhi                                   on 2001/03/30  18:14:02
53451         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
53452              From: Benjamin Sugars <bsugars@canoe.ca>
53453              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
53454              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
53455      Branch: perl
53456            ! t/lib/glob-basic.t
53457 ____________________________________________________________________________
53458 [  9473] By: jhi                                   on 2001/03/30  16:09:24
53459         Log: Update Changes.
53460      Branch: perl
53461            ! Changes patchlevel.h
53462 ____________________________________________________________________________
53463 [  9472] By: jhi                                   on 2001/03/30  15:16:08
53464         Log: Integrate perlio.
53465      Branch: perl
53466           !> t/lib/cwd.t t/lib/glob-basic.t
53467 ____________________________________________________________________________
53468 [  9471] By: nick                                  on 2001/03/30  14:47:10
53469         Log: Should be (^O eq 'MSWin32') not 'Win32'
53470              Fail #12 seems real - chdir is in wrong dir.
53471      Branch: perlio
53472            ! t/lib/cwd.t
53473 ____________________________________________________________________________
53474 [  9470] By: jhi                                   on 2001/03/30  14:41:11
53475         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
53476              From: Radu Greab <radu@netsoft.ro>
53477              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
53478              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
53479              
53480              Replace #9352.
53481      Branch: perl
53482            ! ext/Socket/Socket.xs pp_sys.c
53483 ____________________________________________________________________________
53484 [  9469] By: jhi                                   on 2001/03/30  14:37:51
53485         Log: Subject: PATCH pod/perldiag.pod
53486              From: Robin Houston <robin@kitsite.com>
53487              Date: Fri, 30 Mar 2001 14:10:36 +0100
53488              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
53489      Branch: perl
53490            ! pod/perldiag.pod t/lib/glob-basic.t
53491 ____________________________________________________________________________
53492 [  9468] By: jhi                                   on 2001/03/30  14:36:36
53493         Log: Subject: Better diagnostic in io/fs.t
53494              From: andreas.koenig@anima.de (Andreas J. Koenig)
53495              Date: 30 Mar 2001 10:11:43 +0200
53496              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
53497      Branch: perl
53498            ! t/io/fs.t
53499 ____________________________________________________________________________
53500 [  9467] By: nick                                  on 2001/03/30  14:25:43
53501         Log: Skip order test of glob if case-ignoring system cannot 
53502              create a.test and A.test
53503      Branch: perlio
53504            ! t/lib/glob-basic.t
53505 ____________________________________________________________________________
53506 [  9466] By: nick                                  on 2001/03/30  13:03:12
53507         Log: Integrate mainline.
53508      Branch: perlio
53509            - ext/re/hints/aix.pl
53510           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
53511           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
53512           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
53513           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
53514 ____________________________________________________________________________
53515 [  9465] By: jhi                                   on 2001/03/30  03:53:37
53516         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
53517              the tests sometimes hang, sometimes not.)
53518      Branch: perl
53519            ! t/lib/io_multihomed.t t/lib/io_sock.t
53520 ____________________________________________________________________________
53521 [  9464] By: jhi                                   on 2001/03/30  02:56:04
53522         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
53523              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
53524              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
53525              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
53526      Branch: perl
53527            ! op.c
53528 ____________________________________________________________________________
53529 [  9463] By: jhi                                   on 2001/03/30  02:34:48
53530         Log: Test for #9462.
53531      Branch: perl
53532            ! t/lib/b.t
53533 ____________________________________________________________________________
53534 [  9462] By: jhi                                   on 2001/03/30  02:29:37
53535         Log: Subject: B::Deparse precedence bug. (Patch included.)
53536              From: Jeremy Madea <jmadea@inktomi.com>
53537              Date: Thu, 29 Mar 2001 12:05:02 -0800
53538              Message-ID: <20010329120502.A24881@dr.inktomi.com>
53539      Branch: perl
53540            ! ext/B/B/Deparse.pm
53541 ____________________________________________________________________________
53542 [  9461] By: jhi                                   on 2001/03/30  02:18:41
53543         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53544              From: Peter Prymmer <pvhp@forte.com>
53545              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
53546              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
53547      Branch: perl
53548            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
53549            ! t/lib/md5-file.t
53550 ____________________________________________________________________________
53551 [  9460] By: jhi                                   on 2001/03/30  02:17:07
53552         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
53553              From: Robin Houston <robin@kitsite.com>
53554              Date: Thu, 29 Mar 2001 20:47:56 +0100
53555              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
53556      Branch: perl
53557            ! ext/B/B/Debug.pm
53558 ____________________________________________________________________________
53559 [  9459] By: jhi                                   on 2001/03/30  02:16:05
53560         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
53561              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
53562              Date: Wed, 28 Mar 2001 18:02:20 -0600
53563              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
53564      Branch: perl
53565            ! lib/ExtUtils/MM_VMS.pm
53566 ____________________________________________________________________________
53567 [  9458] By: jhi                                   on 2001/03/30  02:07:58
53568         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
53569              From: "Joshua E. Rodd" <jrodd@pbs.org>
53570              Date: Wed, 28 Mar 2001 17:29:12 -0500
53571              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
53572      Branch: perl
53573            ! pod/perlop.pod
53574 ____________________________________________________________________________
53575 [  9457] By: jhi                                   on 2001/03/30  02:04:33
53576         Log: Subject: ext/re/aix.pl can go
53577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53578              Date: Thu, 29 Mar 2001 12:03:28 +0200
53579              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
53580      Branch: perl
53581            - ext/re/hints/aix.pl
53582            ! MANIFEST
53583 ____________________________________________________________________________
53584 [  9456] By: jhi                                   on 2001/03/30  02:03:32
53585         Log: Integrate perlio.
53586      Branch: perl
53587           !> ext/Encode/Encode.xs installperl
53588 ____________________________________________________________________________
53589 [  9455] By: nick                                  on 2001/03/29  21:11:46
53590         Log: DLL name has changed so installperl needs to know
53591              (Why isn't it working it out or passed it?)
53592      Branch: perlio
53593            ! installperl
53594 ____________________________________________________________________________
53595 [  9454] By: nick                                  on 2001/03/29  20:56:12
53596         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
53597              and we don't get undef warnings.
53598      Branch: perlio
53599            ! ext/Encode/Encode.xs
53600 ____________________________________________________________________________
53601 [  9453] By: nick                                  on 2001/03/29  17:58:48
53602         Log: Integrate mainline
53603      Branch: perlio
53604           !> Changes patchlevel.h
53605 ____________________________________________________________________________
53606 [  9452] By: jhi                                   on 2001/03/29  16:44:55
53607         Log: Update Changes.
53608      Branch: perl
53609            ! Changes patchlevel.h
53610 ____________________________________________________________________________
53611 [  9451] By: nick                                  on 2001/03/29  16:31:38
53612         Log: Integrate mainline
53613      Branch: perlio
53614           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
53615           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
53616           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
53617           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
53618           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
53619 ____________________________________________________________________________
53620 [  9450] By: jhi                                   on 2001/03/29  16:29:17
53621         Log: Integrate perlio.
53622      Branch: perl
53623           !> win32/buildext.pl
53624 ____________________________________________________________________________
53625 [  9449] By: jhi                                   on 2001/03/29  15:50:01
53626         Log: Update Changes.
53627      Branch: perl
53628            ! Changes patchlevel.h
53629 ____________________________________________________________________________
53630 [  9448] By: nick                                  on 2001/03/29  15:47:15
53631         Log: Make sure buildext.pl finds Errno.pm
53632      Branch: perlio
53633            ! win32/buildext.pl
53634 ____________________________________________________________________________
53635 [  9447] By: jhi                                   on 2001/03/29  15:39:34
53636         Log: Integrate perlio.
53637      Branch: perl
53638           !> win32/makefile.mk
53639 ____________________________________________________________________________
53640 [  9446] By: nick                                  on 2001/03/29  15:30:03
53641         Log: Integrate win32/makefile.mk with mainline.
53642      Branch: perlio
53643           !> win32/makefile.mk
53644 ____________________________________________________________________________
53645 [  9445] By: nick                                  on 2001/03/29  15:27:32
53646         Log: Fix breakage ... 
53647      Branch: perlio
53648            ! win32/makefile.mk
53649 ____________________________________________________________________________
53650 [  9444] By: jhi                                   on 2001/03/29  15:03:08
53651         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53652              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53653              Date: Thu, 29 Mar 2001 10:32:59 +0400
53654              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
53655      Branch: perl
53656            ! win32/makefile.mk
53657 ____________________________________________________________________________
53658 [  9443] By: jhi                                   on 2001/03/29  15:02:12
53659         Log: Integrate perlio.
53660      Branch: perl
53661           +> win32/buildext.pl
53662           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
53663           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
53664 ____________________________________________________________________________
53665 [  9442] By: nick                                  on 2001/03/29  14:59:11
53666         Log: Work in progress - determine win32 extensions to build via script.
53667      Branch: perlio
53668            + win32/buildext.pl
53669            ! MANIFEST win32/makefile.mk
53670 ____________________________________________________________________________
53671 [  9441] By: jhi                                   on 2001/03/29  14:51:47
53672         Log: Reintroduce the use of external pwd.
53673      Branch: perl
53674            ! t/lib/cwd.t
53675 ____________________________________________________________________________
53676 [  9440] By: jhi                                   on 2001/03/29  14:42:58
53677         Log: use warnings instead of -w.
53678      Branch: perl
53679            ! utils/h2xs.PL
53680 ____________________________________________________________________________
53681 [  9439] By: jhi                                   on 2001/03/29  14:41:52
53682         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
53683              From: Jonathan Stowe <gellyfish@gellyfish.com>
53684              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
53685              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
53686      Branch: perl
53687            ! utils/h2xs.PL
53688 ____________________________________________________________________________
53689 [  9438] By: jhi                                   on 2001/03/29  14:39:38
53690         Log: Subject: [PATCH perl@9424] minor pod nits
53691              From: Robin Barker <rmb1@cise.npl.co.uk>
53692              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
53693              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
53694      Branch: perl
53695            ! pod/perlhack.pod pod/perliol.pod
53696 ____________________________________________________________________________
53697 [  9437] By: jhi                                   on 2001/03/29  14:29:16
53698         Log: Subject: [PATCH perl@9424] typemap cast warning
53699              From: Robin Barker <rmb1@cise.npl.co.uk>
53700              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
53701              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
53702      Branch: perl
53703            ! lib/ExtUtils/typemap
53704 ____________________________________________________________________________
53705 [  9436] By: jhi                                   on 2001/03/29  14:26:03
53706         Log: Subject: [PATCH perl@9424] printf warning
53707              From: Robin Barker <rmb1@cise.npl.co.uk>
53708              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
53709              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
53710      Branch: perl
53711            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
53712            ! ext/Storable/Storable.xs toke.c
53713 ____________________________________________________________________________
53714 [  9435] By: nick                                  on 2001/03/29  14:23:31
53715         Log: Win32 has name conflict with ERROR
53716      Branch: perlio
53717            ! ext/PerlIO/Via/Via.xs
53718 ____________________________________________________________________________
53719 [  9434] By: jhi                                   on 2001/03/29  14:17:48
53720         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53721              From: Peter Prymmer <pvhp@forte.com>
53722              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
53723              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
53724      Branch: perl
53725            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
53726 ____________________________________________________________________________
53727 [  9433] By: jhi                                   on 2001/03/29  13:52:44
53728         Log: test-prep target was missing.
53729      Branch: perl
53730            ! Makefile.SH
53731 ____________________________________________________________________________
53732 [  9432] By: nick                                  on 2001/03/29  12:40:03
53733         Log: Make as-shipped compiler default to MSVC6 
53734      Branch: perlio
53735            ! win32/makefile.mk
53736 ____________________________________________________________________________
53737 [  9431] By: nick                                  on 2001/03/29  12:12:16
53738         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
53739              akin to PerlIO::Scalar.
53740      Branch: perlio
53741            ! perlio.c perlio.h
53742 ____________________________________________________________________________
53743 [  9430] By: nick                                  on 2001/03/29  10:56:35
53744         Log: Integrate mainline.
53745      Branch: perlio
53746           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53747           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53748           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53749           !> win32/makefile.mk win32/win32sck.c
53750 ____________________________________________________________________________
53751 [  9429] By: nick                                  on 2001/03/29  09:03:43
53752         Log: Noticed that two tests were skipped as perlio:: package
53753              isn't there any more. Changed the skip condition.
53754              Avoid core-dump if sv_utf8_upgrade() called on something
53755              that does not become SvPOK after SvPV() (e.g. a ref).
53756      Branch: perlio
53757            ! sv.c t/io/utf8.t t/lib/io_scalar.t
53758 ____________________________________________________________________________
53759 [  9428] By: jhi                                   on 2001/03/29  01:31:47
53760         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
53761              From: Benjamin Sugars <bsugars@canoe.ca> 
53762              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
53763              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
53764      Branch: perl
53765            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53766            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53767            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53768 ____________________________________________________________________________
53769 [  9427] By: jhi                                   on 2001/03/29  00:49:30
53770         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53771              From: "Vadim Konovalov" <watman@inbox.ru>
53772              Date: Thu, 29 Mar 2001 01:50:12 +0400
53773              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
53774      Branch: perl
53775            ! win32/makefile.mk win32/win32sck.c
53776 ____________________________________________________________________________
53777 [  9426] By: gsar                                  on 2001/03/29  00:28:04
53778         Log: dmake can only handle == and != in comparisons; support building
53779              with Borland's VCL libraries (from Vadim Konovalov)
53780      Branch: maint-5.6/perl
53781            ! win32/makefile.mk
53782 ____________________________________________________________________________
53783 [  9425] By: nick                                  on 2001/03/28  19:29:56
53784         Log: Integrate (@snapshot)
53785      Branch: perlio
53786           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
53787 ____________________________________________________________________________
53788 [  9424] By: jhi                                   on 2001/03/28  19:03:16
53789         Log: Update Changes.
53790      Branch: perl
53791            ! Changes patchlevel.h
53792 ____________________________________________________________________________
53793 [  9423] By: jhi                                   on 2001/03/28  18:52:09
53794         Log: Rmdir lib/XS on cleanup.
53795      Branch: perl
53796            ! Makefile.SH
53797 ____________________________________________________________________________
53798 [  9422] By: jhi                                   on 2001/03/28  18:49:34
53799         Log: Integrate perlio.
53800      Branch: perl
53801           !> t/op/utf8decode.t
53802 ____________________________________________________________________________
53803 [  9421] By: nick                                  on 2001/03/28  18:46:44
53804         Log: Loose duplicate chunk.
53805      Branch: perlio
53806            ! t/op/utf8decode.t
53807 ____________________________________________________________________________
53808 [  9420] By: nick                                  on 2001/03/28  18:44:11
53809         Log: Integrate mainline.
53810      Branch: perlio
53811           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
53812           !> vms/vmsish.h
53813 ____________________________________________________________________________
53814 [  9419] By: jhi                                   on 2001/03/28  18:42:05
53815         Log: Can't trust external pwds
53816              (either shell builtins or external programs)
53817      Branch: perl
53818            ! t/lib/cwd.t
53819 ____________________________________________________________________________
53820 [  9418] By: jhi                                   on 2001/03/28  18:34:05
53821         Log: Integrate perlio.
53822      Branch: perl
53823            - lib/perlio.pm
53824           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53825           !> t/op/utf8decode.t
53826 ____________________________________________________________________________
53827 [  9417] By: nick                                  on 2001/03/28  18:24:02
53828         Log: PerlIO.pm / perlio.pm conflict.
53829              Update some pods.
53830              Make t/op/utf8decode.t a text file.
53831      Branch: perlio
53832            - lib/perlio.pm
53833            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53834            ! t/op/utf8decode.t
53835 ____________________________________________________________________________
53836 [  9416] By: jhi                                   on 2001/03/28  18:06:07
53837         Log: Integrate change #9409 from mainline to maintperl.
53838              
53839              Yet another tweak on AIX dynaloading.
53840      Branch: maint-5.6/perl
53841           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53842 ____________________________________________________________________________
53843 [  9415] By: gsar                                  on 2001/03/28  17:13:01
53844         Log: integrate changes#9377,9385,9401 from mainline
53845              
53846              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53847              
53848              If directory entries compare equal case-insensitively,
53849              retry case-sensitively.
53850              
53851              Subject: [PATCH] B::Terse and warnings
53852      Branch: maint-5.6/perl
53853           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
53854           !> t/pragma/warn/perl
53855 ____________________________________________________________________________
53856 [  9414] By: jhi                                   on 2001/03/28  17:11:12
53857         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
53858              From: "Craig A. Berry" <craigberry@mac.com>
53859              Date: Wed, 28 Mar 2001 10:55:20 -0600
53860              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
53861      Branch: perl
53862            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
53863 ____________________________________________________________________________
53864 [  9413] By: jhi                                   on 2001/03/28  17:03:12
53865         Log: Dup hunk.
53866      Branch: perl
53867            ! t/op/utf8decode.t
53868 ____________________________________________________________________________
53869 [  9412] By: jhi                                   on 2001/03/28  17:02:36
53870         Log: Forced integrate from perlio.
53871      Branch: perl
53872           !> t/op/utf8decode.t
53873 ____________________________________________________________________________
53874 [  9411] By: nick                                  on 2001/03/28  16:50:03
53875         Log: Integrate mainline.
53876      Branch: perlio
53877           +> t/lib/cwd.t
53878           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53879           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
53880           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
53881           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
53882           !> t/pragma/warn/perl
53883 ____________________________________________________________________________
53884 [  9410] By: jhi                                   on 2001/03/28  16:44:23
53885         Log: Subject: Re: [PATCH] 9403 cannot be tested
53886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53887              Date: Wed, 28 Mar 2001 18:33:56 +0200
53888              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
53889      Branch: perl
53890            ! makedef.pl
53891 ____________________________________________________________________________
53892 [  9409] By: jhi                                   on 2001/03/28  16:12:45
53893         Log: Yet another tweak on AIX dynaloading.
53894      Branch: perl
53895            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53896 ____________________________________________________________________________
53897 [  9408] By: jhi                                   on 2001/03/28  15:52:55
53898         Log: Subject: [PATCH] 9403 cannot be tested
53899              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53900              Date: Wed, 28 Mar 2001 17:23:00 +0200
53901              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
53902              
53903              A missing symbol.
53904      Branch: perl
53905            ! makedef.pl
53906 ____________________________________________________________________________
53907 [  9407] By: jhi                                   on 2001/03/28  15:47:43
53908         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
53909      Branch: perl
53910            ! t/op/utf8decode.t
53911           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53912           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
53913 ____________________________________________________________________________
53914 [  9406] By: jhi                                   on 2001/03/28  15:37:08
53915         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
53916              From: Benjamin Sugars <bsugars@canoe.ca> 
53917              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
53918              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
53919      Branch: perl
53920            + t/lib/cwd.t
53921            ! MANIFEST
53922 ____________________________________________________________________________
53923 [  9405] By: jhi                                   on 2001/03/28  15:13:18
53924         Log: pp_ne() needs a CORRECT boolean.
53925      Branch: perl
53926            ! pp.c
53927 ____________________________________________________________________________
53928 [  9404] By: jhi                                   on 2001/03/28  15:09:23
53929         Log: pp_ne() needs a boolean, not an integer.
53930      Branch: perl
53931            ! pp.c
53932 ____________________________________________________________________________
53933 [  9403] By: jhi                                   on 2001/03/28  14:47:43
53934         Log: (Retracted by #9404.)
53935      Branch: perl
53936            ! pp.c
53937 ____________________________________________________________________________
53938 [  9402] By: jhi                                   on 2001/03/28  14:43:59
53939         Log: Subject: Re: [PATCH] Typemap testing
53940              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53941              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
53942              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
53943      Branch: perl
53944            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53945            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
53946 ____________________________________________________________________________
53947 [  9401] By: jhi                                   on 2001/03/28  14:42:14
53948         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53949              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53950              Date: Sun, 25 Mar 2001 21:59:15 +0100
53951              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
53952              
53953              A variable will be checked for the "use once" warnings if:
53954              
53955              1. It is in the scope of a use warnings 'once'
53956              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
53957              
53958              Otherwise it won't be checked at all.
53959              
53960              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
53961              
53962              The enclosed patch partially fixes this issue. What I didn't
53963              get to work was the case where the "used once" warning is enabled
53964              in any file other than the main file.
53965      Branch: perl
53966            ! gv.c t/pragma/warn/perl
53967 ____________________________________________________________________________
53968 [  9400] By: nick                                  on 2001/03/28  14:38:24
53969         Log: More EBCDIC tweaks:
53970              - one more swash issue &~(0xA0-1) did not do the right thing,
53971              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
53972              - add "use re 'asciirange'" to make [!-~] etc. work
53973              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
53974              - Choose a key for t/op/each.t test which gets encoded.
53975              - Skip utf8decode if this is UTF-EBCDIC.
53976      Branch: perlio
53977            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53978            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
53979 ____________________________________________________________________________
53980 [  9399] By: jhi                                   on 2001/03/28  14:21:00
53981         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
53982              Andreas Schwab.
53983      Branch: perl
53984            ! pp.c
53985 ____________________________________________________________________________
53986 [  9398] By: jhi                                   on 2001/03/28  00:55:56
53987         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
53988              From: David Dyck <dcd@tc.fluke.com>
53989              Date: Tue, 27 Mar 2001 15:16:24 -0800
53990              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
53991      Branch: perl
53992            ! ext/IO/lib/IO/Socket.pm
53993 ____________________________________________________________________________
53994 [  9397] By: jhi                                   on 2001/03/27  21:52:49
53995         Log: Integrate perlio.
53996      Branch: perl
53997           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53998           +> ext/PerlIO/Via/Via.xs
53999           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54000 ____________________________________________________________________________
54001 [  9396] By: nick                                  on 2001/03/27  21:45:13
54002         Log: Integrate mainline.
54003      Branch: perlio
54004           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
54005           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
54006 ____________________________________________________________________________
54007 [  9395] By: nick                                  on 2001/03/27  21:18:58
54008         Log: Outline docs for PerlIO and PerlIO::Scalar
54009      Branch: perlio
54010            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
54011 ____________________________________________________________________________
54012 [  9394] By: nick                                  on 2001/03/27  20:50:13
54013         Log: PerlIO::Via layer (alpha-ish).
54014      Branch: perlio
54015            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
54016            + ext/PerlIO/Via/Via.xs
54017            ! MANIFEST
54018 ____________________________________________________________________________
54019 [  9393] By: jhi                                   on 2001/03/27  20:49:55
54020         Log: Retract #9329 now that 9390 should take care of the matter.
54021      Branch: perl
54022            ! utils/h2xs.PL
54023 ____________________________________________________________________________
54024 [  9390] By: jhi                                   on 2001/03/27  20:47:50
54025         Log: Subject: Autoloading Errno.pm when %! is encountered
54026              From: Robin Houston <robin@kitsite.com>
54027              Date: Tue, 27 Mar 2001 20:57:11 +0100
54028              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
54029      Branch: perl
54030            ! embed.h embed.pl gv.c proto.h t/op/magic.t
54031 ____________________________________________________________________________
54032 [  9389] By: jhi                                   on 2001/03/27  20:24:31
54033         Log: Integrate perlio.
54034      Branch: perl
54035           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54036           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
54037           !> utf8.c
54038 ____________________________________________________________________________
54039 [  9388] By: jhi                                   on 2001/03/27  20:21:38
54040         Log: Better have a three-element array if one is going to assign
54041              to the third element of that array. (from Tim Jenness)
54042      Branch: perl
54043            ! ext/XS/Typemap/Typemap.xs
54044 ____________________________________________________________________________
54045 [  9387] By: nick                                  on 2001/03/27  20:15:43
54046         Log: Integrate mainline.
54047      Branch: perlio
54048           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54049           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54050           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54051           +> t/lib/xs-typemap.t
54052           !> (integrate 34 files)
54053 ____________________________________________________________________________
54054 [  9386] By: jhi                                   on 2001/03/27  20:04:18
54055         Log: Subject: Re: perl@9359 breaks HTML::Parser
54056              From: Gisle Aas <gisle@ActiveState.com>
54057              Date: 27 Mar 2001 11:30:24 -0800
54058              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
54059              
54060              Clarify the UTF-8 issues of the API docs.
54061              (Slightly reworded and expanded.)
54062      Branch: perl
54063            ! pod/perlapi.pod sv.c sv.h
54064 ____________________________________________________________________________
54065 [  9385] By: jhi                                   on 2001/03/27  19:44:25
54066         Log: If directory entries compare equal case-insensitively,
54067              retry case-sensitively.
54068      Branch: perl
54069            ! ext/File/Glob/bsd_glob.c
54070 ____________________________________________________________________________
54071 [  9384] By: nick                                  on 2001/03/27  19:38:50
54072         Log: Various EBCDIC fixes:
54073              - major revelation that swash code is encoding aware,
54074              (or thought it was) - now it is ;-)
54075              - With that out of the way fix a slab of tr/// cases.
54076              - Fix Encode 'Unicode' to be true Unicode so tests pass.
54077              - As anticipated Base64.xs needed tweaks.
54078              - Until tr/// works right avoid old_encode64 in MIME tests.
54079      Branch: perlio
54080            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
54081            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
54082 ____________________________________________________________________________
54083 [  9383] By: jhi                                   on 2001/03/27  18:34:41
54084         Log: Add the std test suite BEGIN block.
54085      Branch: perl
54086            ! t/lib/xs-typemap.t
54087 ____________________________________________________________________________
54088 [  9382] By: jhi                                   on 2001/03/27  15:16:07
54089         Log: Add debugging output to the test.
54090      Branch: perl
54091            ! t/lib/glob-basic.t
54092 ____________________________________________________________________________
54093 [  9381] By: jhi                                   on 2001/03/27  15:08:10
54094         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
54095      Branch: perl
54096            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
54097            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
54098            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
54099            + t/lib/xs-typemap.t
54100            ! MANIFEST
54101 ____________________________________________________________________________
54102 [  9380] By: jhi                                   on 2001/03/27  14:48:34
54103         Log: Subject: [PATCH] Typemap testing
54104              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
54105              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
54106              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
54107              
54108              (The first part of the patch.)
54109      Branch: perl
54110            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
54111 ____________________________________________________________________________
54112 [  9379] By: jhi                                   on 2001/03/27  14:44:56
54113         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
54114              From: Benjamin Sugars <bsugars@canoe.ca> 
54115              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
54116              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
54117      Branch: perl
54118            ! t/lib/glob-basic.t
54119 ____________________________________________________________________________
54120 [  9378] By: jhi                                   on 2001/03/27  14:42:30
54121         Log: Subject: [PATCH] perlvar nit
54122              From: Simon Cozens <simon@netthink.co.uk>
54123              Date: Tue, 27 Mar 2001 01:12:01 +0100
54124              Message-ID: <20010327011201.A19179@netthink.co.uk>
54125      Branch: perl
54126            ! pod/perlvar.pod
54127 ____________________________________________________________________________
54128 [  9377] By: jhi                                   on 2001/03/27  14:36:26
54129         Log: Subject: [PATCH] B::Terse and warnings
54130              From: Benjamin Sugars <ben.sugars@home.com>
54131              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
54132              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
54133      Branch: perl
54134            ! ext/B/B.pm ext/B/B/Terse.pm
54135 ____________________________________________________________________________
54136 [  9376] By: jhi                                   on 2001/03/27  14:31:31
54137         Log: Document sockatmark() some.
54138      Branch: perl
54139            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
54140            ! pod/perltoc.pod
54141 ____________________________________________________________________________
54142 [  9375] By: jhi                                   on 2001/03/27  14:00:24
54143         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
54144              noted by Gisle and fixed by NI-S.
54145      Branch: perl
54146            ! sv.c
54147 ____________________________________________________________________________
54148 [  9374] By: jhi                                   on 2001/03/27  05:50:01
54149         Log: Regen toc.
54150      Branch: perl
54151            ! pod/perltoc.pod
54152 ____________________________________________________________________________
54153 [  9373] By: jhi                                   on 2001/03/27  05:43:51
54154         Log: Pixie documenting.
54155      Branch: perl
54156            ! Makefile.SH pod/perlhack.pod
54157 ____________________________________________________________________________
54158 [  9372] By: jhi                                   on 2001/03/27  05:29:34
54159         Log: Metaconfig unit changes for #9371.
54160      Branch: metaconfig
54161            ! U/modified/myhostname.U
54162      Branch: metaconfig/U/perl
54163            + d_sockatmark.U
54164            ! gccvers.U
54165 ____________________________________________________________________________
54166 [  9371] By: jhi                                   on 2001/03/27  05:29:07
54167         Log: Add sockatmark() probing.
54168      Branch: perl
54169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54170            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
54171            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
54172            ! vos/config.ga.h win32/config.bc win32/config.gc
54173            ! win32/config.vc
54174 ____________________________________________________________________________
54175 [  9370] By: jhi                                   on 2001/03/26  22:01:18
54176         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
54177              Really need to benchmark this.
54178      Branch: perl
54179            ! pp.c
54180 ____________________________________________________________________________
54181 [  9369] By: nick                                  on 2001/03/26  21:59:30
54182         Log: Integrate mainline.
54183      Branch: perlio
54184            ! ext/MIME/Base64/QuotedPrint.pm
54185           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54186           !> patchlevel.h pod/perlhack.pod pp_sys.c
54187 ____________________________________________________________________________
54188 [  9368] By: jhi                                   on 2001/03/26  21:47:03
54189         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
54190              
54191              TODO1: perlbench.
54192              TODO2: le, lt, ge, gt?  Yech.
54193      Branch: perl
54194            ! pp.c
54195 ____________________________________________________________________________
54196 [  9367] By: jhi                                   on 2001/03/26  21:34:57
54197         Log: Too much cut-and-paste in #9363.
54198      Branch: perl
54199            ! pp_sys.c
54200 ____________________________________________________________________________
54201 [  9366] By: jhi                                   on 2001/03/26  21:20:53
54202         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
54203              From: Andreas Schwab <schwab@suse.de>
54204              Date: 26 Mar 2001 17:29:04 +0200
54205              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
54206              
54207              (The patch for 5.6.0 or so, this is a guess for bleadperl)
54208      Branch: perl
54209            ! pp_hot.c
54210 ____________________________________________________________________________
54211 [  9365] By: jhi                                   on 2001/03/26  21:07:54
54212         Log: Integrate perlio.
54213      Branch: perl
54214           !> perlio.c
54215 ____________________________________________________________________________
54216 [  9364] By: nick                                  on 2001/03/26  20:30:48
54217         Log: REFCNT botch in layer name cache hash.
54218      Branch: perlio
54219            ! perlio.c
54220 ____________________________________________________________________________
54221 [  9363] By: jhi                                   on 2001/03/26  18:44:32
54222         Log: Subject: [PATCH] socket() leaks file descriptors
54223              From: Benjamin Sugars <bsugars@canoe.ca>
54224              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
54225              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
54226              
54227              Also sockpair() fixed similarly.
54228      Branch: perl
54229            ! pp_sys.c
54230 ____________________________________________________________________________
54231 [  9362] By: jhi                                   on 2001/03/26  18:37:52
54232         Log: Integrate perlio.
54233      Branch: perl
54234           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
54235 ____________________________________________________________________________
54236 [  9361] By: nick                                  on 2001/03/26  17:32:06
54237         Log: Implement flush of linebuffered streams on read of a tty.
54238      Branch: perlio
54239            ! perlio.c perliol.h
54240 ____________________________________________________________________________
54241 [  9360] By: nick                                  on 2001/03/26  17:12:32
54242         Log: Memory tweaks and notes for OEMVS.
54243      Branch: perlio
54244            ! README.os390 miniperlmain.c t/op/pat.t
54245 ____________________________________________________________________________
54246 [  9359] By: jhi                                   on 2001/03/26  02:12:54
54247         Log: Update Changes.
54248      Branch: perl
54249            ! Changes patchlevel.h
54250 ____________________________________________________________________________
54251 [  9358] By: jhi                                   on 2001/03/26  02:05:32
54252         Log: Document the most common pixie options.
54253      Branch: perl
54254            ! pod/perlhack.pod
54255 ____________________________________________________________________________
54256 [  9357] By: jhi                                   on 2001/03/26  01:25:28
54257         Log: For perl.pixie check *before* compiling that optimize is -g,
54258              as for perl.third.
54259      Branch: perl
54260            ! Makefile.SH
54261 ____________________________________________________________________________
54262 [  9356] By: jhi                                   on 2001/03/26  01:13:41
54263         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
54264      Branch: perl
54265            ! Makefile.SH
54266 ____________________________________________________________________________
54267 [  9355] By: jhi                                   on 2001/03/26  01:11:19
54268         Log: Remove t/perl.third.
54269      Branch: perl
54270            ! Makefile.SH
54271 ____________________________________________________________________________
54272 [  9354] By: jhi                                   on 2001/03/26  00:23:38
54273         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
54274              IO::Sockatmark().
54275      Branch: perl
54276            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
54277 ____________________________________________________________________________
54278 [  9353] By: jhi                                   on 2001/03/25  22:25:04
54279         Log: Integrate perlio.
54280      Branch: perl
54281           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
54282           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
54283           !> pp_hot.c win32/makefile.mk
54284 ____________________________________________________________________________
54285 [  9352] By: jhi                                   on 2001/03/25  22:21:41
54286         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
54287              From: Radu Greab <radu@netsoft.ro>
54288              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
54289              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
54290      Branch: perl
54291            ! pp_sys.c
54292 ____________________________________________________________________________
54293 [  9351] By: nick                                  on 2001/03/25  22:15:02
54294         Log: Fix readline in list mode to tell rest of world that it has
54295              things on the stack. Otherwise if perl code gets invoked
54296              underneath it it scribbles over results-so-far.
54297              (Why TIEHANDLE has not tripped on this is a mystery.)
54298      Branch: perlio
54299            ! pp_hot.c
54300 ____________________________________________________________________________
54301 [  9350] By: nick                                  on 2001/03/25  22:10:13
54302         Log: win32/makefile.mk typos
54303      Branch: perlio
54304            ! win32/makefile.mk
54305 ____________________________________________________________________________
54306 [  9349] By: nick                                  on 2001/03/25  21:31:14
54307         Log: Integrate now-non-binary file.
54308      Branch: perlio
54309           !> t/lib/mimeqp.t
54310 ____________________________________________________________________________
54311 [  9348] By: nick                                  on 2001/03/25  21:27:24
54312         Log: Make it text
54313      Branch: perlio
54314            ! t/lib/mimeqp.t
54315 ____________________________________________________________________________
54316 [  9347] By: nick                                  on 2001/03/25  21:25:37
54317         Log: Integrate mainline.
54318      Branch: perlio
54319           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54320           !> lib/Term/ReadLine.pm t/lib/md5-file.t
54321 ____________________________________________________________________________
54322 [  9346] By: nick                                  on 2001/03/25  20:58:15
54323         Log: Add destruct time hook to PerlIO (for work-in-process implementing
54324              layers in perl code. In such cases layers need to be popped before
54325              we loose the ability to run perl code.)
54326              Also back-out "PerlIO::object" hook - it isn't going to work like that...
54327      Branch: perlio
54328            ! perl.c perlio.c perlio.h perliol.h
54329 ____________________________________________________________________________
54330 [  9345] By: nick                                  on 2001/03/25  20:49:11
54331         Log: Avoid at leasy one of undefined warnings in Encode.
54332      Branch: perlio
54333            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
54334 ____________________________________________________________________________
54335 [  9344] By: jhi                                   on 2001/03/25  20:37:43
54336         Log: A workaround for using Term::ReadLine in emacs minibuffer
54337              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
54338              additional tweaks from Ilya Zakharevich.
54339      Branch: perl
54340            ! lib/Term/ReadLine.pm
54341 ____________________________________________________________________________
54342 [  9343] By: nick                                  on 2001/03/25  20:21:14
54343         Log: Missing return value.
54344      Branch: perlio
54345            ! ext/PerlIO/Scalar/Scalar.xs
54346 ____________________________________________________________________________
54347 [  9342] By: jhi                                   on 2001/03/25  16:21:00
54348         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
54349              to equal the CPAN versions since no code changes have been made.
54350      Branch: perl
54351            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
54352            ! t/lib/md5-file.t
54353 ____________________________________________________________________________
54354 [  9341] By: jhi                                   on 2001/03/25  16:01:48
54355         Log: Escape 8-bit characters.
54356      Branch: perl
54357            ! t/lib/mimeqp.t
54358 ____________________________________________________________________________
54359 [  9340] By: gsar                                  on 2001/03/25  15:50:53
54360         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
54361              chars)
54362      Branch: perl
54363            + t/lib/mimeqp.t
54364 ____________________________________________________________________________
54365 [  9339] By: gsar                                  on 2001/03/25  15:48:50
54366         Log: delete mimeqp.t for later add with text mode set
54367      Branch: perl
54368            - t/lib/mimeqp.t
54369 ____________________________________________________________________________
54370 [  9338] By: nick                                  on 2001/03/25  09:01:57
54371         Log: Integrate mainline.
54372      Branch: perlio
54373           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54374           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54375           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54376           +> t/lib/mimeb64u.t t/lib/mimeqp.t
54377           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
54378           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
54379           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
54380 ____________________________________________________________________________
54381 [  9337] By: jhi                                   on 2001/03/25  04:23:24
54382         Log: Add MIME::Base64 here and there.  Again, a lot of
54383              optimism is in the air.
54384      Branch: perl
54385            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54386            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
54387 ____________________________________________________________________________
54388 [  9336] By: jhi                                   on 2001/03/25  04:12:43
54389         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
54390              this by ear as I do not do Win32 programming.)
54391      Branch: perl
54392            ! win32/Makefile win32/makefile.mk
54393 ____________________________________________________________________________
54394 [  9335] By: jhi                                   on 2001/03/25  04:03:50
54395         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
54396      Branch: perl
54397            ! t/lib/md5-file.t
54398 ____________________________________________________________________________
54399 [  9334] By: jhi                                   on 2001/03/25  03:58:53
54400         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
54401      Branch: perl
54402            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
54403            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
54404            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
54405            + t/lib/mimeb64u.t t/lib/mimeqp.t
54406            ! MANIFEST
54407 ____________________________________________________________________________
54408 [  9333] By: jhi                                   on 2001/03/24  20:14:37
54409         Log: Integrate perlio.
54410      Branch: perl
54411           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
54412 ____________________________________________________________________________
54413 [  9332] By: nick                                  on 2001/03/24  19:40:34
54414         Log: Fix un-init variable leading to spurious "Out of Memory!"
54415      Branch: perlio
54416            ! doio.c
54417 ____________________________________________________________________________
54418 [  9331] By: nick                                  on 2001/03/24  19:09:59
54419         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
54420              and update layers internals doc.
54421      Branch: perlio
54422            ! pod/perlfunc.pod pod/perliol.pod
54423 ____________________________________________________________________________
54424 [  9330] By: jhi                                   on 2001/03/24  18:42:11
54425         Log: The length might be uninitialized garbage if the *svp is the undef.
54426      Branch: perl
54427            ! doio.c
54428 ____________________________________________________________________________
54429 [  9329] By: jhi                                   on 2001/03/24  18:26:57
54430         Log: (Retracted by #9393)
54431              
54432              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
54433              From: Simon Cozens <simon@netthink.co.uk>
54434              Date: Sat, 24 Mar 2001 17:13:17 +0000
54435              Message-ID: <20010324171317.A13406@netthink.co.uk>
54436      Branch: perl
54437            ! utils/h2xs.PL
54438 ____________________________________________________________________________
54439 [  9328] By: nick                                  on 2001/03/24  17:22:02
54440         Log: Integrate mainline.
54441      Branch: perlio
54442           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
54443           !> lib/unicode/version
54444 ____________________________________________________________________________
54445 [  9327] By: nick                                  on 2001/03/24  17:16:02
54446         Log: Integrate mainline.
54447      Branch: perlio
54448           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54449           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54450           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54451           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54452           +> t/lib/md5-file.t
54453           !> MANIFEST Makefile.SH configure.com djgpp/config.over
54454           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
54455           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
54456           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
54457           !> win32/makefile.mk
54458 ____________________________________________________________________________
54459 [  9326] By: jhi                                   on 2001/03/24  17:00:42
54460         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
54461      Branch: perl
54462            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
54463            ! lib/unicode/version
54464 ____________________________________________________________________________
54465 [  9325] By: jhi                                   on 2001/03/24  16:22:33
54466         Log: Subject: Re: B::Deparse bug (5.6.0)
54467              From: Robin Houston <robin@kitsite.com>
54468              Date: Sat, 24 Mar 2001 14:33:09 +0000
54469              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
54470      Branch: perl
54471            ! op.c pp.c t/lib/b.t t/op/repeat.t
54472 ____________________________________________________________________________
54473 [  9324] By: jhi                                   on 2001/03/24  16:21:56
54474         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
54475              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
54476              these additions may be too optimistic.
54477      Branch: perl
54478            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
54479            ! hints/uwin.sh hints/vmesa.sh
54480 ____________________________________________________________________________
54481 [  9323] By: jhi                                   on 2001/03/24  16:06:01
54482         Log: Integrate perlio.
54483      Branch: perl
54484           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54485           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54486            ! Makefile.SH
54487           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
54488           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
54489           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
54490           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
54491           !> win32/makefile.mk win32/perlhost.h win32/win32.c
54492           !> win32/win32iop.h
54493 ____________________________________________________________________________
54494 [  9322] By: nick                                  on 2001/03/24  14:39:12
54495         Log: Routine Win32 regen_config_h - no real changes.
54496      Branch: perlio
54497            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54498 ____________________________________________________________________________
54499 [  9321] By: nick                                  on 2001/03/24  14:31:49
54500         Log: PerlIO fixups for Win32:
54501              - provide win33_popenlist() - non-functional as yet.
54502              - avoid need for aTHX in PerlIO_debug calls - even if not 
54503              enabled args are still evaluated so Win32 has trouble during fork().
54504              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
54505              - Fixup makedef.pl for latest set of symbols.
54506      Branch: perlio
54507            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
54508            ! win32/perlhost.h win32/win32.c win32/win32iop.h
54509 ____________________________________________________________________________
54510 [  9320] By: nick                                  on 2001/03/24  14:26:58
54511         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
54512              was gibberish - broke it on WIn32 at least.
54513      Branch: perlio
54514            ! ext/POSIX/POSIX.xs
54515 ____________________________________________________________________________
54516 [  9319] By: nick                                  on 2001/03/24  11:29:41
54517         Log: Generated files.
54518      Branch: perlio
54519            ! embed.h global.sym objXSUB.h perlapi.c proto.h
54520 ____________________________________________________________________________
54521 [  9318] By: nick                                  on 2001/03/24  10:29:37
54522         Log: Implement:
54523              1.  open($fh,"+<",undef);  # add test to t/io/open.t
54524              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
54525      Branch: perlio
54526            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
54527            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
54528            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
54529            ! t/io/open.t t/io/utf8.t
54530 ____________________________________________________________________________
54531 [  9317] By: jhi                                   on 2001/03/23  23:41:25
54532         Log: AIX does seems to have optimization problems with its C compilers.
54533      Branch: perl
54534            ! hints/aix.sh
54535 ____________________________________________________________________________
54536 [  9316] By: jhi                                   on 2001/03/23  23:40:46
54537         Log: Integrate perlio.
54538      Branch: perl
54539           +> lib/PerlIO.pm
54540           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
54541           !> perliol.h
54542 ____________________________________________________________________________
54543 [  9315] By: jhi                                   on 2001/03/23  22:16:30
54544         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
54545      Branch: perl
54546            ! t/lib/md5-file.t
54547 ____________________________________________________________________________
54548 [  9314] By: nick                                  on 2001/03/23  20:49:02
54549         Log: Perlio internals re-organized.
54550              - open process creates AV of layer/arg pairs
54551              (appends layers from open() or open.pm to default list).
54552              - push arg is now an SV.
54553              - layer ->Open get passed the AV
54554              - open is no longer mandatory method.
54555              - topmost layer that has ->Open method does the open
54556              - any layers above are pushed once that returns.
54557              - vtable re-ordered so dummy layers need only provide push/pop methods.
54558      Branch: perlio
54559            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54560 ____________________________________________________________________________
54561 [  9313] By: nick                                  on 2001/03/23  16:27:41
54562         Log: Check in a stable (working) version before next round of tweaks.
54563              Changes include:
54564              - Move default layers code out of doio.c and into perlio.c
54565              - Single routine for parsing layer specification strings.
54566              - Skeleton support for demand loading of layers
54567              - Core-dump avoidance if PERLIO environment specifies loadable layer
54568              (does not _work_ as need IO to load and need load to do IO ...)
54569      Branch: perlio
54570            + lib/PerlIO.pm
54571            ! MANIFEST doio.c perlio.c
54572 ____________________________________________________________________________
54573 [  9312] By: gsar                                  on 2001/03/23  16:25:25
54574         Log: add execute bit to files with shebang lines in the repository;
54575              avoid clobbering execute bit in Porting/makerel 
54576      Branch: maint-5.6/perl
54577            ! (edit 144 files)
54578 ____________________________________________________________________________
54579 [  9311] By: jhi                                   on 2001/03/23  14:25:35
54580         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
54581      Branch: perl
54582            ! MANIFEST
54583 ____________________________________________________________________________
54584 [  9310] By: jhi                                   on 2001/03/23  13:45:04
54585         Log: Subject: [PATCH] Net::Ping
54586              From: Colin McMillen <mcmi0037@tc.umn.edu>
54587              Date: Thu, 22 Mar 2001 19:30:31 -0600
54588              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
54589      Branch: perl
54590            ! lib/Net/Ping.pm
54591 ____________________________________________________________________________
54592 [  9309] By: jhi                                   on 2001/03/23  13:39:13
54593         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
54594      Branch: perl
54595            ! t/lib/md5-aaa.t t/lib/md5-file.t
54596 ____________________________________________________________________________
54597 [  9308] By: jhi                                   on 2001/03/23  13:20:34
54598         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
54599              - bump the version to 2.14
54600              - drop the base64 tests since they require MIME::Base64
54601              - drop the rfc1321.txt
54602              - drop the hints/dec_osf.pl since it's only needed for
54603              pre-5.005_03 Perls
54604              Todo:
54605              - the U32 alignment testing is now removed; it needs to
54606              be reintroduced as as a Config variable (meaning also
54607              as a Configure test)
54608              - get the new EBCDIC md5sum for MD5.pm
54609              - test in Win32 to see how badly I botched the makefiles
54610      Branch: perl
54611            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54612            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54613            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54614            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54615            + t/lib/md5-file.t
54616            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54617            ! win32/Makefile win32/makefile.mk
54618 ____________________________________________________________________________
54619 [  9307] By: jhi                                   on 2001/03/23  12:56:14
54620         Log: Integrate change #9306 from maintperl into mainline,
54621              AIX dynaloader for AIXes without <load.h>.
54622      Branch: perl
54623           !> ext/DynaLoader/hints/aix.pl
54624 ____________________________________________________________________________
54625 [  9306] By: jhi                                   on 2001/03/23  12:51:36
54626         Log: There are AIXes without /usr/include/load.h,
54627              patch from H.Merijn Brand.
54628      Branch: maint-5.6/perl
54629            ! ext/DynaLoader/hints/aix.pl
54630 ____________________________________________________________________________
54631 [  9305] By: nick                                  on 2001/03/23  11:00:42
54632         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
54633      Branch: perlio
54634            ! ext/Encode/Encode.xs perlio.c perlio.h
54635 ____________________________________________________________________________
54636 [  9304] By: nick                                  on 2001/03/23  10:20:46
54637         Log: Render -Duseperlio functional again.
54638              - this is "quick fix" which calls PerlIO_apply_layers after opening,
54639              which is what old scheme did. New scheme needs to change that
54640              to make open(...,\$scalar) etc. work but this will do for now.
54641      Branch: perlio
54642            ! perlio.c
54643 ____________________________________________________________________________
54644 [  9303] By: nick                                  on 2001/03/23  09:53:20
54645         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
54646              -Uuseperlio now works again.
54647              -Duseperlio is still poorly. Don't merge yet...
54648      Branch: perlio
54649            ! doio.c perlio.h
54650 ____________________________________________________________________________
54651 [  9302] By: nick                                  on 2001/03/22  22:26:51
54652         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
54653              type code.
54654              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
54655              is its main caller. In particular now has access to "extra" args, and
54656              can tell when an open handle is "reopened" (or duped?).
54657              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
54658              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
54659              PerlIO_open() et. al. (i.e. other way round).
54660              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
54661              with args close to PerlIO_openn().
54662      Branch: perlio
54663            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54664 ____________________________________________________________________________
54665 [  9301] By: jhi                                   on 2001/03/22  20:58:04
54666         Log: Integrate perlio.
54667      Branch: perl
54668           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
54669           !> t/io/open.t util.c
54670 ____________________________________________________________________________
54671 [  9300] By: nick                                  on 2001/03/22  17:36:32
54672         Log: Don't include $@ in not ok message.
54673      Branch: perlio
54674            ! t/io/open.t
54675 ____________________________________________________________________________
54676 [  9299] By: gsar                                  on 2001/03/22  16:53:45
54677         Log: back out changes#7532,7521 for now (appears to have problems
54678              on IRIX)
54679      Branch: maint-5.6/perl
54680            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54681            ! ext/POSIX/typemap pod/perlvar.pod
54682 ____________________________________________________________________________
54683 [  9298] By: nick                                  on 2001/03/22  14:35:46
54684         Log: Give a meaning to '&' in n-arg open case:
54685              open($fh,"<&",$scalar);
54686              $scalar can be:
54687              - an integer which does "fdopen"
54688              open($fh,"<&",2); # like open($fh,"<&2")
54689              - something that will yield a file handle via sv_2io()
54690              useful for dup'ing anonymous handles.
54691              e.g.:
54692              open(my $fh,"<&",\*STDIN);
54693              open(my $dup,"<&",$fh);
54694      Branch: perlio
54695            ! doio.c t/io/open.t
54696 ____________________________________________________________________________
54697 [  9297] By: nick                                  on 2001/03/22  13:34:35
54698         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
54699      Branch: perlio
54700            ! util.c
54701 ____________________________________________________________________________
54702 [  9296] By: nick                                  on 2001/03/22  12:51:20
54703         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
54704      Branch: perlio
54705            ! perl.c
54706 ____________________________________________________________________________
54707 [  9295] By: nick                                  on 2001/03/22  11:59:44
54708         Log: If stdin, stdout or stderr get opened in unexpected read/write state
54709              then warn at time of open not at time of use.
54710      Branch: perlio
54711            ! doio.c pp_hot.c pp_sys.c
54712 ____________________________________________________________________________
54713 [  9294] By: nick                                  on 2001/03/22  10:54:35
54714         Log: Die on n-arg open(...,"",xxx,yyy,...)
54715              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
54716              - die on read/write cases so we can decide what it means later.
54717      Branch: perlio
54718            ! doio.c embed.pl iperlsys.h util.c
54719 ____________________________________________________________________________
54720 [  9293] By: nick                                  on 2001/03/22  09:02:45
54721         Log: perlio tweaks (reported by Nick Clark)
54722              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
54723              error check in Pendinf_read().
54724      Branch: perlio
54725            ! perlio.c
54726 ____________________________________________________________________________
54727 [  9292] By: gsar                                  on 2001/03/22  07:12:00
54728         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
54729              fixes)
54730      Branch: maint-5.6/perl
54731           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
54732 ____________________________________________________________________________
54733 [  9291] By: jhi                                   on 2001/03/22  06:06:44
54734         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
54735      Branch: perl
54736            ! t/op/re_tests
54737 ____________________________________________________________________________
54738 [  9290] By: jhi                                   on 2001/03/22  05:57:01
54739         Log: Move MacOS Classic higher in the list of supported platforms.
54740      Branch: maint-5.6/perl
54741            ! pod/perlport.pod
54742 ____________________________________________________________________________
54743 [  9289] By: gsar                                  on 2001/03/22  05:35:04
54744         Log: revert part of change#6438 for compatibility (av_reify()
54745              appears to be needed to implement av_splice()ish things
54746              in XS)
54747      Branch: maint-5.6/perl
54748            ! embed.pl global.sym objXSUB.h perlapi.c
54749 ____________________________________________________________________________
54750 [  9288] By: gsar                                  on 2001/03/22  03:09:19
54751         Log: update copyright year
54752      Branch: maint-5.6/perl
54753            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
54754            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
54755            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
54756            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
54757            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
54758            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
54759            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
54760            ! x2p/walk.c
54761 ____________________________________________________________________________
54762 [  9287] By: jhi                                   on 2001/03/21  20:30:54
54763         Log: Integrate perlio.
54764      Branch: perl
54765           !> ext/Data/Dumper/Dumper.xs
54766 ____________________________________________________________________________
54767 [  9286] By: gsar                                  on 2001/03/21  19:49:54
54768         Log: makefile.mk tweak
54769      Branch: maint-5.6/perl
54770            ! win32/Makefile win32/makefile.mk
54771 ____________________________________________________________________________
54772 [  9285] By: nick                                  on 2001/03/21  19:07:13
54773         Log: Multiplicity fix for Dumper.
54774      Branch: perlio
54775            ! ext/Data/Dumper/Dumper.xs
54776 ____________________________________________________________________________
54777 [  9284] By: nick                                  on 2001/03/21  19:01:07
54778         Log: Integrate mainline - (does not build xTHX issue in Dumper).
54779      Branch: perlio
54780           !> (integrate 27 files)
54781 ____________________________________________________________________________
54782 [  9283] By: jhi                                   on 2001/03/21  17:17:35
54783         Log: Integrate change #9282 from mainline into maintperl,
54784              4-arg UTF-8 substr().
54785      Branch: maint-5.6/perl
54786           !> pp.c
54787 ____________________________________________________________________________
54788 [  9282] By: jhi                                   on 2001/03/21  17:15:43
54789         Log: The #9270 would have leaked a scalar if pp_substr()
54790              returned early.
54791      Branch: perl
54792            ! pp.c
54793 ____________________________________________________________________________
54794 [  9281] By: gsar                                  on 2001/03/21  17:03:14
54795         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
54796      Branch: maint-5.6/perl
54797            ! win32/makefile.mk
54798 ____________________________________________________________________________
54799 [  9280] By: gsar                                  on 2001/03/21  17:01:20
54800         Log: some tweaks to change#9278 (fork() emulation should be enabled
54801              by setting BUILD_FLAVOR instead of changing the defaults)
54802      Branch: maint-5.6/perl
54803            ! win32/makefile.mk
54804 ____________________________________________________________________________
54805 [  9279] By: gsar                                  on 2001/03/21  16:47:19
54806         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
54807      Branch: maint-5.6/perl
54808            ! ext/File/Glob/Glob.pm
54809           !> lib/Cwd.pm
54810 ____________________________________________________________________________
54811 [  9278] By: jhi                                   on 2001/03/21  14:35:10
54812         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
54813              From: "Vadim Konovalov" <watman@inbox.ru>
54814              Date: Wed, 21 Mar 2001 01:53:51 +0300
54815              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
54816      Branch: maint-5.6/perl
54817            ! win32/makefile.mk win32/win32sck.c
54818 ____________________________________________________________________________
54819 [  9277] By: jhi                                   on 2001/03/21  13:58:28
54820         Log: Integrate change #9270 from mainline to maintperl:
54821              continued 4-arg UTF-8 substr() fixing.
54822      Branch: maint-5.6/perl
54823           !> pp.c t/op/substr.t
54824 ____________________________________________________________________________
54825 [  9276] By: jhi                                   on 2001/03/21  13:33:00
54826         Log: More pixie cleaning.
54827      Branch: perl
54828            ! Makefile.SH
54829 ____________________________________________________________________________
54830 [  9275] By: jhi                                   on 2001/03/21  03:54:17
54831         Log: Update Changes.
54832      Branch: perl
54833            ! Changes patchlevel.h
54834 ____________________________________________________________________________
54835 [  9274] By: jhi                                   on 2001/03/21  03:48:24
54836         Log: First stab at making Data::Dumper to grok Unicode.
54837              
54838              TODO: tests, EBCDICify.
54839      Branch: perl
54840            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
54841 ____________________________________________________________________________
54842 [  9273] By: jhi                                   on 2001/03/21  02:23:00
54843         Log: Fix for
54844              
54845              Subject: Memory leak in unquoted print   
54846              From: Benjamin Sugars <bsugars@canoe.ca> 
54847              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
54848              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
54849      Branch: perl
54850            ! perlio.c
54851 ____________________________________________________________________________
54852 [  9272] By: jhi                                   on 2001/03/21  01:33:17
54853         Log: Subject: Re: [PATCH] POSIX::getcwd()
54854              From: Benjamin Sugars <bsugars@canoe.ca> 
54855              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
54856              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
54857      Branch: perl
54858            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
54859 ____________________________________________________________________________
54860 [  9271] By: jhi                                   on 2001/03/21  01:22:52
54861         Log: Subject: [PATCH] Cwd.pm docs
54862              From: Benjamin Sugars <bsugars@canoe.ca>
54863              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
54864              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
54865      Branch: perl
54866            ! lib/Cwd.pm
54867 ____________________________________________________________________________
54868 [  9270] By: jhi                                   on 2001/03/21  01:16:29
54869         Log: Continue 4-arg substr() UTF-8 fixage.
54870      Branch: perl
54871            ! pp.c t/op/substr.t
54872 ____________________________________________________________________________
54873 [  9269] By: jhi                                   on 2001/03/21  00:46:14
54874         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
54875              
54876              revert the leak fix in change#9142 (problem needs a more experimental
54877              fix unsuitable for 5.6.1)
54878              
54879              do alphabetical sorting by default (for csh compatibility)
54880              
54881              cut-n-paste goof in change#9264
54882              
54883              VMS piping fixes (from Charles Lane)
54884      Branch: perl
54885           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
54886           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54887           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
54888 ____________________________________________________________________________
54889 [  9268] By: jhi                                   on 2001/03/21  00:37:04
54890         Log: Integrate perlio.
54891      Branch: perl
54892           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54893           !> utf8.c utf8.h utfebcdic.h
54894 ____________________________________________________________________________
54895 [  9267] By: nick                                  on 2001/03/20  20:04:39
54896         Log: More EBCDIC stuff:
54897              - Loose the extra level of function on ASCII.
54898              - spotted a chr(0) issue in sv.c
54899              - re-work of UTF-X tr/// ranges to work in Unicode
54900              space. Still issues with the "0xff is illegal UTF-8" hack.
54901              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
54902              (why do it once when you can do it all over the place :-(
54903              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
54904              need utf8.pm for swashes.
54905              - Simplified and commented scan_const() in toke.c
54906              Still something wrong regexp and tr (swashes?).
54907      Branch: perlio
54908            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54909            ! utf8.c utf8.h utfebcdic.h
54910 ____________________________________________________________________________
54911 [  9266] By: gsar                                  on 2001/03/20  19:16:43
54912         Log: VMS piping fixes (from Charles Lane)
54913      Branch: maint-5.6/perl
54914            ! vms/vms.c vms/vmspipe.com
54915 ____________________________________________________________________________
54916 [  9265] By: gsar                                  on 2001/03/20  17:53:52
54917         Log: cut-n-paste goof in change#9264
54918      Branch: maint-5.6/perl
54919            ! ext/File/Glob/Glob.xs
54920 ____________________________________________________________________________
54921 [  9264] By: gsar                                  on 2001/03/20  17:43:47
54922         Log: do alphabetical sorting by default (for csh compatibility);
54923              bsd_glob() does ASCII sort by default as usual, unless
54924              GLOB_ALPHASORT was specified
54925      Branch: maint-5.6/perl
54926            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
54927            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54928            ! ext/File/Glob/bsd_glob.h
54929 ____________________________________________________________________________
54930 [  9263] By: gsar                                  on 2001/03/20  16:40:08
54931         Log: integrate change#9255 from mainline (unicode fix)
54932              
54933              substr($bytestr, i, n, $charstr)
54934      Branch: maint-5.6/perl
54935           !> Todo-5.6 pp.c t/op/substr.t
54936 ____________________________________________________________________________
54937 [  9262] By: gsar                                  on 2001/03/20  15:57:41
54938         Log: revert the leak fix in change#9142 (problem needs a more experimental
54939              fix unsuitable for 5.6.1)
54940      Branch: maint-5.6/perl
54941            ! scope.c
54942 ____________________________________________________________________________
54943 [  9261] By: jhi                                   on 2001/03/20  14:26:25
54944         Log: Integrate changes #9259,9260 from maintperl into mainline.
54945              
54946              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54947              
54948              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54949      Branch: perl
54950           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
54951 ____________________________________________________________________________
54952 [  9260] By: jhi                                   on 2001/03/20  14:05:46
54953         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54954              From: Robin Barker <rmb1@cise.npl.co.uk>
54955              Date: Tue, 20 Mar 2001 10:12:04 GMT
54956              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
54957      Branch: maint-5.6/perl
54958            ! run.c
54959 ____________________________________________________________________________
54960 [  9259] By: jhi                                   on 2001/03/20  14:04:39
54961         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54962              From: Chris Nandor <pudge@pobox.com>
54963              Date: Tue, 20 Mar 2001 00:40:56 -0500
54964              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
54965      Branch: maint-5.6/perl
54966            ! ext/POSIX/POSIX.xs lib/File/Path.pm
54967 ____________________________________________________________________________
54968 [  9258] By: jhi                                   on 2001/03/20  05:09:34
54969         Log: Update Changes.
54970      Branch: perl
54971            ! Changes patchlevel.h
54972 ____________________________________________________________________________
54973 [  9257] By: jhi                                   on 2001/03/20  05:04:25
54974         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
54975      Branch: perl
54976            ! t/op/tr.t
54977 ____________________________________________________________________________
54978 [  9256] By: jhi                                   on 2001/03/20  04:43:12
54979         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
54980              From: Peter Prymmer <pvhp@forte.com>
54981              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
54982              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
54983      Branch: maint-5.6/perl
54984            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
54985 ____________________________________________________________________________
54986 [  9255] By: jhi                                   on 2001/03/19  23:17:17
54987         Log: substr($bytestr, i, n, $charstr)
54988              
54989              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
54990      Branch: perl
54991            ! Todo-5.6 pp.c t/op/substr.t
54992 ____________________________________________________________________________
54993 [  9254] By: jhi                                   on 2001/03/19  22:25:09
54994         Log: Rearrange the make test target prerequisites so that
54995              in a parallel make 'all' is finished before 'test'.
54996      Branch: perl
54997            ! Makefile.SH
54998 ____________________________________________________________________________
54999 [  9253] By: jhi                                   on 2001/03/19  21:48:07
55000         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
55001              From: Robin Houston <robin@kitsite.com>
55002              Date: Mon, 19 Mar 2001 15:48:41 +0000
55003              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
55004      Branch: perl
55005            ! pp_ctl.c
55006 ____________________________________________________________________________
55007 [  9252] By: jhi                                   on 2001/03/19  21:42:27
55008         Log: Integrate perlio.
55009      Branch: perl
55010           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
55011           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
55012           !> utfebcdic.h vms/perly_c.vms
55013 ____________________________________________________________________________
55014 [  9251] By: jhi                                   on 2001/03/19  21:31:28
55015         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
55016              
55017              Dynaloading in 64-bit AIX with vac.
55018      Branch: perl
55019           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55020           !> hints/aix.sh
55021 ____________________________________________________________________________
55022 [  9250] By: jhi                                   on 2001/03/19  21:18:00
55023         Log: A more robust solution for the 64bitall AIX dynaloading
55024              problem, from Jens-Uwe Mager.
55025      Branch: maint-5.6/perl
55026            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
55027 ____________________________________________________________________________
55028 [  9249] By: nick                                  on 2001/03/19  20:59:37
55029         Log: Integrate mainline.
55030      Branch: perlio
55031           !> (integrate 42 files)
55032 ____________________________________________________________________________
55033 [  9248] By: nick                                  on 2001/03/19  20:22:07
55034         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
55035              (Building on OS390 uses native YACC and YYDEBUG has other
55036              side effects.)
55037      Branch: perlio
55038            ! perly.c perly.y vms/perly_c.vms
55039 ____________________________________________________________________________
55040 [  9247] By: jhi                                   on 2001/03/19  19:59:53
55041         Log: 64-bit AIX dynaloading problem (see #9244) idea
55042              from Jens-Uwe Mager.
55043      Branch: maint-5.6/perl
55044            ! ext/DynaLoader/dl_aix.xs
55045 ____________________________________________________________________________
55046 [  9246] By: nick                                  on 2001/03/19  19:27:57
55047         Log: More EBCDIC fixes.
55048      Branch: perlio
55049            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
55050            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
55051 ____________________________________________________________________________
55052 [  9245] By: jhi                                   on 2001/03/19  19:05:19
55053         Log: Integrate change #9243 from mainline into maintperl.
55054              
55055              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55056      Branch: maint-5.6/perl
55057           !> README.vmesa
55058 ____________________________________________________________________________
55059 [  9244] By: jhi                                   on 2001/03/19  19:03:15
55060         Log: Get 64bitall AIX building, but still does not test okay:
55061              dynaloading anything fails, for example for op/defins:
55062              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
55063              (update: fixed by #9247,9250)
55064      Branch: maint-5.6/perl
55065            ! hints/aix.sh
55066 ____________________________________________________________________________
55067 [  9243] By: jhi                                   on 2001/03/19  19:00:16
55068         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
55069              From: Robin Barker <rmb1@cise.npl.co.uk>
55070              Date: Mon, 19 Mar 2001 18:01:57 GMT
55071              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
55072      Branch: perl
55073            ! README.vmesa
55074 ____________________________________________________________________________
55075 [  9242] By: jhi                                   on 2001/03/19  18:58:43
55076         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
55077              
55078              TODO: tests.
55079      Branch: perl
55080            ! doop.c op.c
55081 ____________________________________________________________________________
55082 [  9241] By: gsar                                  on 2001/03/19  17:34:46
55083         Log: VMSify tests (from Charles Lane)
55084      Branch: maint-5.6/perl
55085            ! t/lib/filehand.t t/lib/texttabs.t
55086 ____________________________________________________________________________
55087 [  9240] By: jhi                                   on 2001/03/19  14:24:26
55088         Log: Integrate change #9233 from maintperl into mainline.
55089              
55090              some refcounts were incorrect in perl_clone()
55091      Branch: perl
55092           !> sv.c
55093 ____________________________________________________________________________
55094 [  9239] By: gsar                                  on 2001/03/19  09:23:17
55095         Log: this is 5.6.1-trial3
55096      Branch: maint-5.6/perl
55097            ! Changes
55098 ____________________________________________________________________________
55099 [  9238] By: gsar                                  on 2001/03/19  08:47:04
55100         Log: some new symbols are only available under ithreads
55101      Branch: maint-5.6/perl
55102            ! makedef.pl
55103 ____________________________________________________________________________
55104 [  9237] By: gsar                                  on 2001/03/19  08:42:28
55105         Log: update patchlevel.h, Changes, &c.
55106      Branch: maint-5.6/perl
55107            ! Changes patchlevel.h pod/perlhist.pod
55108           !> AUTHORS
55109 ____________________________________________________________________________
55110 [  9236] By: gsar                                  on 2001/03/19  08:17:49
55111         Log: integrate changes#8068,8717 from mainline
55112              
55113              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
55114              
55115              [PATCH CPAN 1.59_51] warning message (not!)
55116      Branch: maint-5.6/perl
55117           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
55118           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
55119           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
55120           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
55121           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
55122 ____________________________________________________________________________
55123 [  9235] By: gsar                                  on 2001/03/19  08:07:09
55124         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
55125              
55126              [PATCH] Add missing CV flags to dump.c
55127              
55128              Re: [patch] Re: PL_ptr_table
55129              
55130              Fixup non-ithread build after 8713
55131              
55132              Generated files form 8713 etc.
55133              
55134              Correct the correction :-(
55135              
55136              Documenting coderef @INC (Re: CPAN "make this script work" feature)
55137              
55138              Subject: Re: sync sync sync: have I missed any patches?
55139              Replace djSP with dSP.
55140      Branch: maint-5.6/perl
55141           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
55142           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
55143           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
55144           !> sv.c sv.h win32/perlhost.h
55145 ____________________________________________________________________________
55146 [  9234] By: gsar                                  on 2001/03/19  07:22:05
55147         Log: revert the change#9090 integrate for now (change looks somewhat
55148              incomplete in that [ha]v_exists() need something similar; lacks
55149              tests; &c.)
55150      Branch: maint-5.6/perl
55151            ! hv.c
55152 ____________________________________________________________________________
55153 [  9233] By: gsar                                  on 2001/03/19  07:10:01
55154         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
55155              destruction when there are unreferenced scalars (SvREFCNT==0)
55156      Branch: maint-5.6/perl
55157            ! sv.c
55158 ____________________________________________________________________________
55159 [  9232] By: jhi                                   on 2001/03/19  05:11:02
55160         Log: Regen api and toc.
55161      Branch: maint-5.6/perl
55162            ! pod/perlapi.pod pod/perltoc.pod
55163 ____________________________________________________________________________
55164 [  9231] By: jhi                                   on 2001/03/19  04:06:03
55165         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
55166              add a lost line in pp.c:pp_chop(), update to new op/chop.
55167              
55168              Clarify the description differentiating for and while; inspired by
55169              
55170              Subject: [ID 20010306.004] || != named unary operator
55171              
55172              The $Is_MacOS needs to be declared.
55173      Branch: maint-5.6/perl
55174            ! pp.c t/op/chop.t
55175           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
55176 ____________________________________________________________________________
55177 [  9230] By: jhi                                   on 2001/03/19  03:48:16
55178         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
55179              9079,9083,9089,9090,9091 from mainline to maintperl.
55180              
55181              Quieten some noise in Win32 builds
55182              
55183              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
55184              
55185              The perlretut was still talking about the old \p and \P
55186              definitions.
55187              
55188              More tweakage on the Unicode character class descriptions.
55189              
55190              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
55191              
55192              Subject: 'no *POSIX' Patch speeding up make on BS2000 
55193              
55194              Subject: [PATCH] perldata.pod here-doc docs
55195              
55196              Add /sbin and /usr/sbin to the list of directories scanned
55197              for setuid programs.  Takes care of bug id 20010309.003.
55198              
55199              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
55200              
55201              In op/stat #35 better to scan all the potential directories
55202              for setuids, not just the first one.
55203      Branch: maint-5.6/perl
55204            ! Makefile.SH
55205           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
55206           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
55207           !> t/op/stat.t toke.c win32/win32.h
55208 ____________________________________________________________________________
55209 [  9229] By: jhi                                   on 2001/03/19  02:31:50
55210         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
55211              From: Chris Nandor <pudge@pobox.com>
55212              Date: Sat, 10 Mar 2001 14:22:19 -0500
55213              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
55214      Branch: maint-5.6/perl
55215            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55216            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
55217            ! t/lib/b.t t/lib/errno.t
55218 ____________________________________________________________________________
55219 [  9228] By: jhi                                   on 2001/03/19  02:29:59
55220         Log: Integrate changes #9113,9122 from mainline into maintperl.
55221              
55222              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?)
55223      Branch: maint-5.6/perl
55224           !> Configure README.os390 hints/os390.sh
55225 ____________________________________________________________________________
55226 [  9227] By: jhi                                   on 2001/03/19  02:22:35
55227         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
55228              into maintperl.
55229              
55230              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55231              
55232              Forgot to check-in the larger part of #9120, duh.
55233              
55234              Subject: Another patch for integer.pm POD 
55235              
55236              h2ph strictness and cleanliness from Kurt Starsinic.
55237              
55238              Borland filename case problem.
55239              
55240              h2ph strictness and cleanliness from Kurt Starsinic.
55241              
55242              Subject: [PATCH] the uncontroversial doc patches
55243      Branch: maint-5.6/perl
55244           +> win32/sncfnmcs.pl
55245           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
55246           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
55247           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
55248           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
55249           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
55250           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
55251           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
55252 ____________________________________________________________________________
55253 [  9226] By: jhi                                   on 2001/03/19  02:10:21
55254         Log: Integrate changes #9207,9214 from mainline into maintperl.
55255              
55256              podchecker relaxations: =over has an *optional* number after it,
55257              and whitespace in L<> is okay.
55258      Branch: maint-5.6/perl
55259           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55260           !> t/pod/poderrs.xr
55261 ____________________________________________________________________________
55262 [  9225] By: jhi                                   on 2001/03/19  02:07:38
55263         Log: Integrate change #9219 from maintperl into mainline.
55264              
55265              remove duplicated tests
55266      Branch: perl
55267           !> t/op/re_tests
55268 ____________________________________________________________________________
55269 [  9224] By: jhi                                   on 2001/03/19  02:06:11
55270         Log: Integrate change #9223 from mainline to maintperl.
55271              
55272              Document -Dmksymlinks.
55273      Branch: maint-5.6/perl
55274           !> INSTALL
55275 ____________________________________________________________________________
55276 [  9223] By: jhi                                   on 2001/03/19  02:01:25
55277         Log: Document -Dmksymlinks.
55278      Branch: perl
55279            ! INSTALL
55280 ____________________________________________________________________________
55281 [  9222] By: jhi                                   on 2001/03/19  01:15:35
55282         Log: The -Dmksymlinks wasn't working for maintperl.
55283      Branch: maint-5.6/perl
55284            ! Configure
55285 ____________________________________________________________________________
55286 [  9221] By: jhi                                   on 2001/03/19  00:49:43
55287         Log: Cleanup pixie residue.
55288      Branch: perl
55289            ! Makefile.SH
55290 ____________________________________________________________________________
55291 [  9220] By: jhi                                   on 2001/03/19  00:44:47
55292         Log: Document the use of pixie/prof; create make targets for it.
55293              
55294              TODO: make t/TEST pixie-aware.
55295      Branch: perl
55296            ! Makefile.SH pod/perlhack.pod
55297 ____________________________________________________________________________
55298 [  9219] By: gsar                                  on 2001/03/19  00:16:55
55299         Log: remove duplicated tests
55300      Branch: maint-5.6/perl
55301            ! t/op/re_tests
55302 ____________________________________________________________________________
55303 [  9218] By: jhi                                   on 2001/03/18  23:59:31
55304         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
55305      Branch: perl
55306            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
55307 ____________________________________________________________________________
55308 [  9217] By: jhi                                   on 2001/03/18  23:25:20
55309         Log: Rewrite the tests section of Makefile to be less redundant
55310              and to allow for more flexible test targets, many recursive
55311              make calls introduced.
55312      Branch: perl
55313            ! Makefile.SH
55314 ____________________________________________________________________________
55315 [  9216] By: jhi                                   on 2001/03/18  22:30:04
55316         Log: Document the use of Third Degree (sparsely).
55317      Branch: perl
55318            ! pod/perlhack.pod t/TEST
55319 ____________________________________________________________________________
55320 [  9215] By: jhi                                   on 2001/03/18  22:10:30
55321         Log: Make targets for testing with Third Degree.
55322      Branch: perl
55323            ! Makefile.SH
55324 ____________________________________________________________________________
55325 [  9214] By: jhi                                   on 2001/03/18  21:08:53
55326         Log: The podchecker relaxations need to mirrored also at the tests.
55327      Branch: perl
55328            ! t/pod/poderrs.xr
55329 ____________________________________________________________________________
55330 [  9213] By: jhi                                   on 2001/03/18  20:56:21
55331         Log: Update Changes.
55332      Branch: perl
55333            ! Changes patchlevel.h
55334 ____________________________________________________________________________
55335 [  9212] By: jhi                                   on 2001/03/18  20:36:59
55336         Log: Looking for config.sh in parent directories isn't
55337              very useful for the toplevel Makefile.
55338      Branch: perl
55339            ! Makefile.SH
55340 ____________________________________________________________________________
55341 [  9211] By: jhi                                   on 2001/03/18  20:33:37
55342         Log: On "make clean" take care of Third Degree droppings.
55343      Branch: perl
55344            ! Makefile.SH
55345 ____________________________________________________________________________
55346 [  9210] By: jhi                                   on 2001/03/18  20:21:34
55347         Log: Add a hook for running the tests under the Third Degree
55348              debugging tool (set $ENV{PERL_3LOG} to non-zero)
55349              
55350              TODO: Document the use of Third Degree.
55351      Branch: perl
55352            ! t/TEST
55353 ____________________________________________________________________________
55354 [  9209] By: jhi                                   on 2001/03/18  20:19:07
55355         Log: Regen toc and api pods.
55356      Branch: perl
55357            ! pod/perlapi.pod pod/perltoc.pod
55358 ____________________________________________________________________________
55359 [  9208] By: jhi                                   on 2001/03/18  20:12:12
55360         Log: Integrate changes #8128,9132 from mainline into maintperl,
55361              Tie::SubstrHash fixes.
55362      Branch: maint-5.6/perl
55363           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
55364 ____________________________________________________________________________
55365 [  9207] By: jhi                                   on 2001/03/18  20:07:43
55366         Log: podchecker relaxations from Michael Stevens.
55367      Branch: perl
55368            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
55369 ____________________________________________________________________________
55370 [  9206] By: jhi                                   on 2001/03/18  20:04:24
55371         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
55372      Branch: perl
55373            ! lib/Locale/Constants.pm lib/Locale/Country.pm
55374            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
55375            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
55376 ____________________________________________________________________________
55377 [  9205] By: jhi                                   on 2001/03/18  19:54:45
55378         Log: Integrate changes #9161,9162 from maintperl to mainline.
55379              
55380              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55381              results
55382      Branch: perl
55383           !> t/op/magic.t
55384 ____________________________________________________________________________
55385 [  9204] By: jhi                                   on 2001/03/18  19:37:46
55386         Log: Make perl.third checks more understandable to the builder.
55387      Branch: perl
55388            ! Makefile.SH
55389 ____________________________________________________________________________
55390 [  9203] By: jhi                                   on 2001/03/18  19:20:54
55391         Log: Re-integrate #9138 from maintperl to mainline,
55392              the squelching of the unneeded "Scalars leaked" messages.
55393      Branch: perl
55394           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55395           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55396           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55397 ____________________________________________________________________________
55398 [  9202] By: jhi                                   on 2001/03/18  18:48:36
55399         Log: More robust and more paranoid perl.third target.
55400      Branch: perl
55401            ! Makefile.SH
55402 ____________________________________________________________________________
55403 [  9201] By: jhi                                   on 2001/03/18  18:39:21
55404         Log: Integrate change #9197 from maintperl to mainline.
55405              
55406              more thorough cleaning of arenas.
55407      Branch: perl
55408           !> embed.pl perl.c proto.h sv.c t/op/sort.t
55409 ____________________________________________________________________________
55410 [  9200] By: jhi                                   on 2001/03/18  18:25:17
55411         Log: Integrate perlio.
55412      Branch: perl
55413           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
55414           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
55415           !> t/lib/encode.t toke.c universal.c utf8.c
55416 ____________________________________________________________________________
55417 [  9199] By: nick                                  on 2001/03/18  15:23:51
55418         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
55419              is the sense of the test being done. Avoid some magical 127 and 128 values
55420              by using macros.
55421      Branch: perlio
55422            ! doop.c pp_ctl.c sv.c toke.c
55423 ____________________________________________________________________________
55424 [  9198] By: nick                                  on 2001/03/18  14:18:12
55425         Log: UTF-X encoding invariance for Encode:
55426              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
55427              - move the XS code for those to universal.c (so in miniperl)
55428              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
55429              - change ext/Encode/compile to use above.
55430              - Fix t/lib/encode.t for above
55431              - Teach t/lib/b.t to expect -uutf8
55432              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
55433              utf8.pm is needed.
55434      Branch: perlio
55435            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
55436            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
55437 ____________________________________________________________________________
55438 [  9197] By: gsar                                  on 2001/03/18  12:15:57
55439         Log: more thorough cleaning of arenas--keep going until no more
55440              SvREFCNT_dec()s occur (this fixes the problem that causes the
55441              pesky "Scalars leaked" warnings)
55442      Branch: maint-5.6/perl
55443            ! embed.pl perl.c proto.h sv.c t/op/sort.t
55444 ____________________________________________________________________________
55445 [  9196] By: nick                                  on 2001/03/18  10:57:29
55446         Log: Fix pragma/utf8.t # 15
55447              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
55448              are SvUTF8 as well.
55449      Branch: perlio
55450            ! toke.c
55451 ____________________________________________________________________________
55452 [  9195] By: nick                                  on 2001/03/18  09:27:06
55453         Log: Integrate mainline
55454      Branch: perlio
55455           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
55456           !> t/op/pat.t
55457 ____________________________________________________________________________
55458 [  9194] By: jhi                                   on 2001/03/18  05:29:59
55459         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
55460              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
55461      Branch: perl
55462            ! op.c op.h t/op/misc.t t/op/pat.t
55463 ____________________________________________________________________________
55464 [  9193] By: jhi                                   on 2001/03/18  05:15:06
55465         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
55466      Branch: perl
55467            ! mg.c t/op/pat.t
55468 ____________________________________________________________________________
55469 [  9192] By: jhi                                   on 2001/03/18  04:22:43
55470         Log: tr/// UTF-8 patches from Inaba Hiroto.
55471      Branch: perl
55472            ! doop.c op.c
55473 ____________________________________________________________________________
55474 [  9191] By: jhi                                   on 2001/03/18  04:21:17
55475         Log: Integrate perlio.
55476      Branch: perl
55477           !> utf8.c utfebcdic.h
55478 ____________________________________________________________________________
55479 [  9190] By: nick                                  on 2001/03/17  20:32:01
55480         Log: Correct #if EBCDIC side typos.
55481              Builds and passes many tests on OS390.
55482      Branch: perlio
55483            ! utf8.c utfebcdic.h
55484 ____________________________________________________________________________
55485 [  9189] By: jhi                                   on 2001/03/17  18:55:49
55486         Log: Add prerequisites for the perl.third target.
55487      Branch: perl
55488            ! Makefile.SH
55489 ____________________________________________________________________________
55490 [  9188] By: jhi                                   on 2001/03/17  18:46:00
55491         Log: Integrate perlio.
55492      Branch: perl
55493           +> utfebcdic.h
55494           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
55495 ____________________________________________________________________________
55496 [  9187] By: jhi                                   on 2001/03/17  18:38:47
55497         Log: Add a make rule for perl.third (the Third Degree memory debugging
55498              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
55499      Branch: perl
55500            ! Makefile.SH
55501 ____________________________________________________________________________
55502 [  9186] By: nick                                  on 2001/03/17  18:34:48
55503         Log: MANIFEST addition :-(
55504      Branch: perlio
55505            ! MANIFEST
55506 ____________________________________________________________________________
55507 [  9185] By: nick                                  on 2001/03/17  18:29:50
55508         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
55509              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
55510              a superset of ASCII are invariant under the encoding. This is EBCDIC
55511              friendly as an encoded string can be looked at as being EBCDIC by lexer
55512              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
55513              ASCII on ASCII machines.
55514              
55515              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
55516              seperate.
55517              - Add some more macros to comprehend different shift amounts and
55518              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
55519              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
55520              and conditionally #include it.
55521              
55522              EBCDIC build as yet untested.  ASCII still fails the one test.
55523      Branch: perlio
55524            + utfebcdic.h
55525            ! utf8.c utf8.h
55526 ____________________________________________________________________________
55527 [  9184] By: nick                                  on 2001/03/17  17:44:16
55528         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
55529      Branch: perlio
55530            ! doop.c perl.h pp.c utf8.h
55531 ____________________________________________________________________________
55532 [  9183] By: jhi                                   on 2001/03/17  15:55:42
55533         Log: Integrate perlio.
55534      Branch: perl
55535            ! MANIFEST
55536           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
55537 ____________________________________________________________________________
55538 [  9182] By: nick                                  on 2001/03/17  09:16:06
55539         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
55540      Branch: perlio
55541            ! t/op/pat.t
55542 ____________________________________________________________________________
55543 [  9181] By: nick                                  on 2001/03/17  09:15:11
55544         Log: Integrate mainline.
55545      Branch: perlio
55546           +> lib/Locale/Constants.pm lib/Locale/Country.pm
55547           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55548           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55549           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
55550           !> (integrate 83 files)
55551 ____________________________________________________________________________
55552 [  9180] By: nick                                  on 2001/03/16  17:23:21
55553         Log: EBCDIC Fixes.
55554      Branch: perlio
55555            ! perl.h sv.c toke.c utf8.c utf8.h
55556 ____________________________________________________________________________
55557 [  9179] By: jhi                                   on 2001/03/16  14:10:12
55558         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
55559              a change needed to work around an AIX compiler bug.
55560      Branch: perl
55561            ! ext/Storable/Storable.xs
55562 ____________________________________________________________________________
55563 [  9178] By: jhi                                   on 2001/03/16  03:19:59
55564         Log: With Damian's approval synchronize damian's modules'
55565              licensing with Perl's standard module licensing.
55566      Branch: perl
55567            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
55568 ____________________________________________________________________________
55569 [  9177] By: jhi                                   on 2001/03/16  03:15:34
55570         Log: Make the Filter::Util:Call files have their own copies
55571              of the Perl standard module licensing, from Paul Marquess.
55572      Branch: perl
55573            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
55574 ____________________________________________________________________________
55575 [  9176] By: jhi                                   on 2001/03/16  02:56:04
55576         Log: Subject: [PATCH] more pod patches
55577              From: Michael Stevens <michael@etla.org>
55578              Date: Thu, 15 Mar 2001 21:25:18 +0000
55579              Message-ID: <20010315212518.A18870@firedrake.org>
55580      Branch: perl
55581            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
55582            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
55583            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
55584            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
55585            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
55586            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
55587            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
55588            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
55589            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
55590            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
55591            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
55592            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
55593            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
55594            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
55595            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
55596            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
55597            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
55598            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
55599            ! lib/Locale/Country.pm lib/Locale/Language.pm
55600            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
55601            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
55602            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
55603            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
55604            ! os2/OS2/Process/Process.pm
55605 ____________________________________________________________________________
55606 [  9175] By: jhi                                   on 2001/03/16  02:53:32
55607         Log: Subject: [PATCH] the uncontroversial doc patches
55608              From: Michael Stevens <michael@etla.org>
55609              Date: Thu, 15 Mar 2001 20:01:12 +0000
55610              Message-ID: <20010315200112.A7636@firedrake.org>
55611      Branch: perl
55612            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
55613            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
55614            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
55615            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
55616            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
55617 ____________________________________________________________________________
55618 [  9174] By: jhi                                   on 2001/03/16  02:50:49
55619         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
55620              From: Paul Lindner <lindner@inuus.com>
55621              Date: Fri, 16 Mar 2001 11:28:03 -0800
55622              Message-ID: <20010316112803.A7577@inuus.com>
55623      Branch: perl
55624            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
55625 ____________________________________________________________________________
55626 [  9173] By: nick                                  on 2001/03/15  20:21:03
55627         Log: 1st day's EBCDIC fixes:
55628              - toke.c's parsing of strings needed attention
55629              needed to conditionally e2a if string was already UTF-8
55630              - e2a/a2e tables where wrong way round.
55631              - new macros in utf8.h
55632      Branch: perlio
55633            ! perl.h toke.c utf8.h
55634 ____________________________________________________________________________
55635 [  9172] By: jhi                                   on 2001/03/15  15:17:17
55636         Log: Update Changes.
55637      Branch: perl
55638            ! Changes patchlevel.h
55639 ____________________________________________________________________________
55640 [  9171] By: jhi                                   on 2001/03/15  15:09:32
55641         Log: Subject: Re: Another Borland C++ problem.
55642              From: "Vadim Konovalov" <watman@inbox.ru>
55643              Date: Sat, 10 Mar 2001 19:26:07 +0300
55644              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
55645              
55646              Borland filename case problem.
55647      Branch: perl
55648            + win32/sncfnmcs.pl
55649            ! MANIFEST README.win32
55650 ____________________________________________________________________________
55651 [  9170] By: jhi                                   on 2001/03/15  14:54:23
55652         Log: Add Locale::Codes 1.06, from Neil Bowers.
55653      Branch: perl
55654            + lib/Locale/Constants.pm lib/Locale/Country.pm
55655            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55656            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55657            + t/lib/lc-language.t t/lib/lc-uk.t
55658            ! MANIFEST
55659 ____________________________________________________________________________
55660 [  9169] By: jhi                                   on 2001/03/15  14:19:01
55661         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
55662      Branch: perl
55663            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55664            ! ext/Storable/Storable.xs
55665 ____________________________________________________________________________
55666 [  9168] By: jhi                                   on 2001/03/15  14:13:22
55667         Log: Integrate changes #9120,9167 from mainline to maintperl.
55668              
55669              Subject: [PATCH 5.6.1] OS/2 docs
55670              
55671              Subject: [PATCH 5.6.1] perldoc
55672      Branch: maint-5.6/perl
55673           !> os2/Changes utils/perldoc.PL
55674 ____________________________________________________________________________
55675 [  9167] By: jhi                                   on 2001/03/15  14:07:42
55676         Log: Subject: [PATCH 5.6.1] perldoc
55677              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55678              Date: Wed, 14 Mar 2001 23:46:52 -0500
55679              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
55680      Branch: perl
55681            ! utils/perldoc.PL
55682 ____________________________________________________________________________
55683 [  9166] By: jhi                                   on 2001/03/15  13:53:15
55684         Log: sigaction test condition tweakage.
55685      Branch: perl
55686            ! t/lib/sigaction.t
55687 ____________________________________________________________________________
55688 [  9165] By: alanbur                               on 2001/03/15  03:49:17
55689         Log: Resynchronised with parent
55690      Branch: maint-5.6/pureperl
55691           +> os2/os2add.sym t/op/anonsub.t
55692           !> (integrate 72 files)
55693 ____________________________________________________________________________
55694 [  9164] By: jhi                                   on 2001/03/15  01:05:01
55695         Log: Avoid stomping off the beginning of an array in tr///.
55696      Branch: perl
55697            ! op.c
55698 ____________________________________________________________________________
55699 [  9163] By: jhi                                   on 2001/03/15  00:58:57
55700         Log: h2ph strictness and cleanliness from Kurt Starsinic.
55701      Branch: perl
55702            ! utils/h2ph.PL
55703 ____________________________________________________________________________
55704 [  9162] By: gsar                                  on 2001/03/15  00:56:53
55705         Log: avoid warnings
55706      Branch: maint-5.6/perl
55707            ! t/op/magic.t
55708 ____________________________________________________________________________
55709 [  9161] By: gsar                                  on 2001/03/15  00:52:09
55710         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55711              results
55712      Branch: maint-5.6/perl
55713            ! t/op/magic.t
55714 ____________________________________________________________________________
55715 [  9160] By: jhi                                   on 2001/03/14  22:02:10
55716         Log: Do not use the Perl malloc in IRIX, suggested by
55717              Helmus Jarausch.
55718      Branch: perl
55719            ! hints/irix_6.sh
55720 ____________________________________________________________________________
55721 [  9159] By: nick                                  on 2001/03/14  21:45:59
55722         Log: Integrate mainline
55723      Branch: perlio
55724           +> t/op/loopctl.t
55725           !> (integrate 41 files)
55726 ____________________________________________________________________________
55727 [  9158] By: jhi                                   on 2001/03/14  21:10:09
55728         Log: The Day of the Retractions continues: the #9138
55729              (integrated in #9144) doesn't work well in mainline.
55730      Branch: perl
55731            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55732            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55733            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55734 ____________________________________________________________________________
55735 [  9157] By: jhi                                   on 2001/03/14  20:58:12
55736         Log: The #9145 CANNOT be enabled: the clear_pmop code still
55737              dumps core all over in Tru64.
55738      Branch: perl
55739            ! op.c op.h t/op/pat.t
55740 ____________________________________________________________________________
55741 [  9156] By: jhi                                   on 2001/03/14  20:48:06
55742         Log: Integrate change #9154 from maintperl to mainline.
55743              
55744              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55745              (caused Storable 1.0.10 to break on windows)
55746      Branch: perl
55747           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55748           !> perlapi.c proto.h
55749 ____________________________________________________________________________
55750 [  9155] By: jhi                                   on 2001/03/14  20:23:53
55751         Log: Retract #9136: breaks threading (and binary compatibility).
55752      Branch: perl
55753            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55754 ____________________________________________________________________________
55755 [  9154] By: gsar                                  on 2001/03/14  17:48:18
55756         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55757              (caused Storable 1.0.10 to break on windows)
55758      Branch: maint-5.6/perl
55759            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55760            ! perlapi.c proto.h
55761 ____________________________________________________________________________
55762 [  9153] By: jhi                                   on 2001/03/14  13:35:21
55763         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
55764      Branch: perl
55765            ! t/lib/sigaction.t
55766 ____________________________________________________________________________
55767 [  9152] By: gsar                                  on 2001/03/14  07:29:40
55768         Log: back out changes#9012,9010,9009 and parts of change#9016
55769              (causes ABRs under purify, and some prerequisites don't
55770              seem to be there in 5.6.x)
55771      Branch: maint-5.6/perl
55772            ! doop.c op.c t/op/tr.t toke.c
55773 ____________________________________________________________________________
55774 [  9151] By: gsar                                  on 2001/03/14  07:01:29
55775         Log: reenable change#9145 (the test was busted due to a missing
55776              C<print "ok 27\n">)
55777      Branch: perl
55778            ! op.c op.h t/op/pat.t
55779 ____________________________________________________________________________
55780 [  9150] By: jhi                                   on 2001/03/14  06:38:36
55781         Log: Retract #9145.
55782      Branch: perl
55783            ! op.c op.h t/op/pat.t
55784 ____________________________________________________________________________
55785 [  9149] By: jhi                                   on 2001/03/14  06:14:56
55786         Log: Retract #9143.
55787      Branch: perl
55788            ! op.c
55789 ____________________________________________________________________________
55790 [  9148] By: gsar                                  on 2001/03/14  06:13:02
55791         Log: Uninitialized Memory Read in regexec.c
55792      Branch: perl
55793            ! regexec.c
55794 ____________________________________________________________________________
55795 [  9147] By: jhi                                   on 2001/03/14  04:59:54
55796         Log: Subject: PATCH: make goto work in nested eval ""
55797              From: Robin Houston <robin@kitsite.com>
55798              Date: Wed, 14 Mar 2001 04:16:10 +0000
55799              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
55800      Branch: perl
55801            ! pp_ctl.c t/op/goto.t
55802 ____________________________________________________________________________
55803 [  9146] By: jhi                                   on 2001/03/14  04:42:54
55804         Log: Preserve the #ifdef PERL_CORE in perly.h.
55805      Branch: perl
55806            ! perly.fixer
55807 ____________________________________________________________________________
55808 [  9145] By: jhi                                   on 2001/03/14  03:57:41
55809         Log: (Retracted by #9150.)
55810      Branch: perl
55811            ! op.c op.h t/op/pat.t
55812 ____________________________________________________________________________
55813 [  9144] By: jhi                                   on 2001/03/14  03:50:38
55814         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
55815              
55816              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55817              
55818              remove squelch controls for "Scalars leaked" messages in most places
55819              (these are now cured)
55820              
55821              fix another memory leak reported by purify (tie callbacks that
55822              croak can leak when wiping out magic)
55823      Branch: perl
55824           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
55825           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
55826           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
55827           !> t/pragma/warnings.t
55828 ____________________________________________________________________________
55829 [  9143] By: jhi                                   on 2001/03/14  03:37:53
55830         Log: (Retracted by #9149.)
55831      Branch: perl
55832            ! op.c
55833 ____________________________________________________________________________
55834 [  9142] By: gsar                                  on 2001/03/14  03:20:48
55835         Log: fix another memory leak reported by purify (tie callbacks that
55836              croak can leak when wiping out magic)
55837      Branch: maint-5.6/perl
55838            ! scope.c
55839 ____________________________________________________________________________
55840 [  9141] By: jhi                                   on 2001/03/14  02:55:00
55841         Log: Subject: PATCH for [ID 20010305.003]
55842              From: Robin Houston <robin@kitsite.com>
55843              Date: Wed, 14 Mar 2001 02:45:51 +0000
55844              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
55845      Branch: perl
55846            ! pp_ctl.c t/op/eval.t
55847 ____________________________________________________________________________
55848 [  9140] By: jhi                                   on 2001/03/14  02:41:54
55849         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55850              Date: Wed, 14 Mar 2001 01:52:51 +0000
55851              From: Robin Houston <robin@kitsite.com>
55852              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
55853              
55854              Fix for 2000313.004.
55855      Branch: perl
55856            ! pp_ctl.c t/op/goto.t
55857 ____________________________________________________________________________
55858 [  9139] By: jhi                                   on 2001/03/14  02:40:50
55859         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55860              From: Robin Houston <robin@kitsite.com>
55861              Date: Wed, 14 Mar 2001 00:43:45 +0000
55862              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
55863      Branch: perl
55864            + t/op/loopctl.t
55865            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
55866            ! vms/perly_c.vms
55867 ____________________________________________________________________________
55868 [  9138] By: gsar                                  on 2001/03/14  01:18:00
55869         Log: remove squelch controls for "Scalars leaked" messages in most places
55870              (these are now cured)
55871      Branch: maint-5.6/perl
55872            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55873            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55874            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55875 ____________________________________________________________________________
55876 [  9137] By: gsar                                  on 2001/03/14  00:57:04
55877         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55878      Branch: maint-5.6/perl
55879            ! regcomp.c
55880 ____________________________________________________________________________
55881 [  9136] By: jhi                                   on 2001/03/13  23:12:24
55882         Log: (Retracted by #9155)
55883              
55884              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
55885              From: Jens-Uwe Mager <jum@helios.de>
55886              Date: Wed, 21 Feb 2001 21:32:04 +0100
55887              Message-ID: <20010221213203.A18340@ans.helios.de>
55888      Branch: perl
55889            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55890 ____________________________________________________________________________
55891 [  9135] By: jhi                                   on 2001/03/13  22:50:05
55892         Log: Integrate perlio.
55893      Branch: perl
55894           !> pp.c
55895 ____________________________________________________________________________
55896 [  9134] By: jhi                                   on 2001/03/13  22:49:05
55897         Log: Integrate change #9131 from maintperl into mainline.
55898              
55899              make the error text look more consistent in hints/hpux.sh
55900      Branch: perl
55901           !> hints/hpux.sh
55902 ____________________________________________________________________________
55903 [  9133] By: gsar                                  on 2001/03/13  22:46:20
55904         Log: integrate change#9067 from mainline
55905              
55906              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55907      Branch: maint-5.6/perl
55908           !> lib/ExtUtils/MM_Unix.pm
55909 ____________________________________________________________________________
55910 [  9132] By: jhi                                   on 2001/03/13  22:41:21
55911         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55912              From: "John P. Linderman" <jpl@research.att.com>
55913              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
55914              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
55915              
55916              A more correct prime finder.
55917      Branch: perl
55918            ! lib/Tie/SubstrHash.pm
55919 ____________________________________________________________________________
55920 [  9131] By: gsar                                  on 2001/03/13  22:30:42
55921         Log: make the error text look more consistent in hints/hpux.sh
55922      Branch: maint-5.6/perl
55923            ! hints/hpux.sh
55924 ____________________________________________________________________________
55925 [  9130] By: jhi                                   on 2001/03/13  22:23:44
55926         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
55927              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55928              Date: Tue, 13 Mar 2001 18:41:26 +0100
55929              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
55930              
55931              If the test is run non-interactively the default handler
55932              is different.
55933      Branch: perl
55934            ! t/lib/sigaction.t
55935 ____________________________________________________________________________
55936 [  9129] By: jhi                                   on 2001/03/13  22:20:21
55937         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
55938              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55939              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
55940              Date:     Tue, 13 Mar 2001 16:44:32 EST
55941      Branch: perl
55942            ! t/lib/1_compile.t
55943 ____________________________________________________________________________
55944 [  9128] By: jhi                                   on 2001/03/13  22:18:34
55945         Log: Subject: Another patch for integer.pm POD 
55946              From: "John L. Allen" <allen@grumman.com>
55947              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
55948              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
55949      Branch: perl
55950            ! lib/integer.pm
55951 ____________________________________________________________________________
55952 [  9127] By: nick                                  on 2001/03/13  21:26:30
55953         Log: Integrate mainline.
55954      Branch: perlio
55955           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
55956           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
55957           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
55958           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
55959           !> Changes Configure MANIFEST README.os2 README.os390
55960           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
55961           !> os2/Changes patchlevel.h win32/perlhost.h
55962 ____________________________________________________________________________
55963 [  9126] By: nick                                  on 2001/03/13  20:39:51
55964         Log: #ifdef'ed out code to make packed side of pack/unpack
55965              octets. (i.e. pack('U') => encode_utf8).
55966      Branch: perlio
55967            ! pp.c
55968 ____________________________________________________________________________
55969 [  9125] By: jhi                                   on 2001/03/13  15:07:16
55970         Log: Update Changes.
55971      Branch: perl
55972            ! Changes patchlevel.h
55973 ____________________________________________________________________________
55974 [  9124] By: jhi                                   on 2001/03/13  14:22:45
55975         Log: Workaround for the buggy ("internal compiler error")
55976              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
55977              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
55978              of Andreas König.
55979      Branch: perl
55980            ! ext/re/Makefile.PL hints/aix.sh
55981 ____________________________________________________________________________
55982 [  9123] By: jhi                                   on 2001/03/13  03:24:34
55983         Log: Typo in #9114.
55984      Branch: metaconfig
55985            ! U/modified/myhostname.U
55986 ____________________________________________________________________________
55987 [  9122] By: jhi                                   on 2001/03/13  03:24:06
55988         Log: Typo in #9113.
55989      Branch: perl
55990            ! Configure
55991 ____________________________________________________________________________
55992 [  9121] By: jhi                                   on 2001/03/13  01:53:05
55993         Log: Forgot to check-in the larger part of #9120, duh.
55994      Branch: perl
55995            ! README.os2
55996 ____________________________________________________________________________
55997 [  9120] By: jhi                                   on 2001/03/13  01:51:31
55998         Log: Subject: [PATCH 5.6.1] OS/2 docs
55999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56000              Date: Mon, 12 Mar 2001 03:27:32 -0500
56001              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
56002      Branch: perl
56003            ! os2/Changes
56004 ____________________________________________________________________________
56005 [  9119] By: jhi                                   on 2001/03/13  01:49:41
56006         Log: Integrate change #9116 from maintperl into mainline.
56007              
56008              Win32::GetCwd() returns C: instead of C:\ in the root directory
56009              under ithreads
56010      Branch: perl
56011           !> win32/perlhost.h
56012 ____________________________________________________________________________
56013 [  9118] By: jhi                                   on 2001/03/13  01:13:39
56014         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
56015      Branch: perl
56016            + lib/Switch.pm t/lib/switch.t
56017            ! MANIFEST
56018 ____________________________________________________________________________
56019 [  9117] By: jhi                                   on 2001/03/13  01:03:17
56020         Log: Add Text::Balanced 1.83.
56021      Branch: perl
56022            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
56023            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
56024            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
56025            + t/lib/tb-xvari.t
56026            ! MANIFEST
56027 ____________________________________________________________________________
56028 [  9116] By: gsar                                  on 2001/03/13  00:55:53
56029         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
56030              under ithreads
56031      Branch: maint-5.6/perl
56032            ! win32/perlhost.h
56033 ____________________________________________________________________________
56034 [  9115] By: jhi                                   on 2001/03/13  00:54:09
56035         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
56036              From: "John L. Allen" <allen@grumman.com>
56037              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
56038              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
56039              
56040              use integer document clarification.
56041      Branch: perl
56042            ! lib/integer.pm
56043 ____________________________________________________________________________
56044 [  9114] By: jhi                                   on 2001/03/13  00:38:54
56045         Log: Metaconfig unit change for #9113.
56046      Branch: metaconfig
56047            ! U/modified/myhostname.U
56048 ____________________________________________________________________________
56049 [  9113] By: jhi                                   on 2001/03/13  00:38:35
56050         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?)
56051              From: Peter Prymmer <pvhp@forte.com>
56052              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
56053              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
56054      Branch: perl
56055            ! Configure README.os390 hints/os390.sh
56056 ____________________________________________________________________________
56057 [  9112] By: jhi                                   on 2001/03/13  00:29:00
56058         Log: Integrate perlio.
56059      Branch: perl
56060           !> sv.c utf8.h
56061 ____________________________________________________________________________
56062 [  9111] By: nick                                  on 2001/03/12  21:16:33
56063         Log: Integrate mainline.
56064      Branch: perlio
56065           +> t/op/anonsub.t
56066           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56067           !> proto.h sv.c
56068 ____________________________________________________________________________
56069 [  9110] By: nick                                  on 2001/03/12  21:00:13
56070         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
56071      Branch: perlio
56072            ! sv.c utf8.h
56073 ____________________________________________________________________________
56074 [  9109] By: jhi                                   on 2001/03/12  16:04:47
56075         Log: Integrate change #9108 from maintperl to mainline.
56076              
56077              fix memory leak in C<sub X { sub {} }> arising from a refcount
56078              loop between the outer sub and the inner prototype anonsub
56079              
56080              this also enables closures returned by subroutines that
56081              subsequently get redefined to work without generating coredumps :)
56082              
56083              completely removed the free_closures() hack--it shouldn't be
56084              needed anymore
56085      Branch: perl
56086           +> t/op/anonsub.t
56087           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56088           !> proto.h sv.c
56089 ____________________________________________________________________________
56090 [  9108] By: gsar                                  on 2001/03/12  10:21:31
56091         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
56092              loop between the outer sub and the inner prototype anonsub
56093              
56094              this also enables closures returned by subroutines that
56095              subsequently get redefined to work without generating coredumps :)
56096              
56097              completely removed the free_closures() hack--it shouldn't be
56098              needed anymore
56099      Branch: maint-5.6/perl
56100            + t/op/anonsub.t
56101            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
56102            ! proto.h sv.c
56103 ____________________________________________________________________________
56104 [  9107] By: jhi                                   on 2001/03/12  05:15:31
56105         Log: Integrate perlio.
56106      Branch: perl
56107           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
56108 ____________________________________________________________________________
56109 [  9106] By: nick                                  on 2001/03/11  20:10:12
56110         Log: regcomp.c is working in native space, not Unicode space (if different)
56111              as it is doing compare against 'W' in \W etc.
56112      Branch: perlio
56113            ! regcomp.c
56114 ____________________________________________________________________________
56115 [  9105] By: nick                                  on 2001/03/11  19:39:34
56116         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
56117              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
56118      Branch: perlio
56119            ! regcomp.c toke.c utf8.c
56120 ____________________________________________________________________________
56121 [  9104] By: nick                                  on 2001/03/11  18:15:44
56122         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
56123      Branch: perlio
56124            ! sv.c
56125 ____________________________________________________________________________
56126 [  9103] By: nick                                  on 2001/03/11  18:03:28
56127         Log: Integrate mainline (for regexp stuff).
56128      Branch: perlio
56129           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56130           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
56131           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
56132           !> t/lib/errno.t t/op/pat.t
56133 ____________________________________________________________________________
56134 [  9102] By: nick                                  on 2001/03/11  17:44:20
56135         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
56136              - exclude layer syms in makedef.pl for sfio
56137              - also inhibit Encode from trying to build ":encode()" layer.
56138      Branch: perlio
56139            ! ext/Encode/Encode.xs makedef.pl
56140 ____________________________________________________________________________
56141 [  9101] By: jhi                                   on 2001/03/10  22:38:13
56142         Log: The $Is_MacOS needs to be declared.
56143      Branch: perl
56144            ! lib/ExtUtils/Manifest.pm
56145 ____________________________________________________________________________
56146 [  9100] By: jhi                                   on 2001/03/10  22:14:29
56147         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
56148              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
56149              pollute the symbolspace if using sfio.
56150      Branch: perl
56151            ! ext/Encode/Encode.xs
56152 ____________________________________________________________________________
56153 [  9099] By: jhi                                   on 2001/03/10  21:58:48
56154         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
56155              Date: Sat, 10 Mar 2001 14:23:55 -0500
56156              From: Chris Nandor <pudge@pobox.com>
56157              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
56158      Branch: perl
56159            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
56160            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
56161            ! t/lib/errno.t
56162 ____________________________________________________________________________
56163 [  9098] By: jhi                                   on 2001/03/10  21:38:30
56164         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
56165      Branch: perl
56166            ! regcomp.c regexec.c t/op/pat.t
56167 ____________________________________________________________________________
56168 [  9097] By: jhi                                   on 2001/03/10  14:38:07
56169         Log: Integrate perlio.
56170      Branch: perl
56171           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56172           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56173           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56174 ____________________________________________________________________________
56175 [  9096] By: nick                                  on 2001/03/10  11:55:43
56176         Log: EBCDIC sanity - phase I
56177              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
56178              - use utf8n_xxxx (c.f. pvn) for forms which take length.
56179              - back out vN.N and $^V exceptions to e2a/a2e
56180              - make "locale" isxxx macros be uvchr (may be redundant?)
56181              
56182              Not clear yet that toUPPER_uni et. al. return being handled correctly.
56183              The tr// and rexexp stuff still needs an audit, assumption is they are working
56184              in Unicode space.
56185              
56186              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
56187      Branch: perlio
56188            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
56189            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
56190            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
56191 ____________________________________________________________________________
56192 [  9095] By: jhi                                   on 2001/03/09  22:10:01
56193         Log: Integrate perlio.
56194      Branch: perl
56195           !> dump.c
56196 ____________________________________________________________________________
56197 [  9094] By: nick                                  on 2001/03/09  17:36:38
56198         Log: Builds an passes all tests after integrate and this tweak.
56199      Branch: perlio
56200            ! dump.c
56201 ____________________________________________________________________________
56202 [  9093] By: nick                                  on 2001/03/09  17:16:03
56203         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
56204      Branch: perlio
56205           +> lib/unicode/Scripts.txt t/lib/sigaction.t
56206           !> (integrate 79 files)
56207 ____________________________________________________________________________
56208 [  9092] By: jhi                                   on 2001/03/09  15:28:26
56209         Log: Update Changes.
56210      Branch: perl
56211            ! Changes patchlevel.h
56212 ____________________________________________________________________________
56213 [  9091] By: jhi                                   on 2001/03/09  15:25:05
56214         Log: In op/stat #35 better to scan all the potential directories
56215              for setuids, not just the first one.
56216      Branch: perl
56217            ! t/op/stat.t
56218 ____________________________________________________________________________
56219 [  9090] By: jhi                                   on 2001/03/09  15:01:27
56220         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
56221              From: rspier@pobox.com (Robert Spier)
56222              Date: Fri, 9 Mar 2001 03:30:20 -0500
56223              Message-ID: <15016.38044.381174.160189@rls.cx>
56224              
56225              EXISTS() returning undef mistakenly triggered a FETCH().
56226      Branch: perl
56227            ! hv.c
56228 ____________________________________________________________________________
56229 [  9089] By: jhi                                   on 2001/03/09  14:59:02
56230         Log: Add /sbin and /usr/sbin to the list of directories scanned
56231              for setuid programs.  Takes care of bug id 20010309.003.
56232      Branch: perl
56233            ! t/op/stat.t
56234 ____________________________________________________________________________
56235 [  9088] By: jhi                                   on 2001/03/09  14:48:32
56236         Log: Regen perlapi, perltoc.
56237      Branch: perl
56238            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
56239 ____________________________________________________________________________
56240 [  9087] By: jhi                                   on 2001/03/09  14:38:56
56241         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56242              From: David Mitchell <davem@fdgroup.co.uk>
56243              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
56244              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
56245      Branch: perl
56246            ! dump.c perl.c perl.h pod/perlrun.pod
56247 ____________________________________________________________________________
56248 [  9086] By: jhi                                   on 2001/03/09  01:47:16
56249         Log: A modified version of
56250              
56251              Subject: [ID 20010307.005] POSIX::sigaction has various problems
56252              From: anders@broadcom.com
56253              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
56254              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
56255              
56256              Currently the sigaction.t test #6 fails (and is fudged to look
56257              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
56258              This may well be a genuine bug in Linux sigaction() (since at
56259              least Tru64, Solaris, and HP-UX disagree with Linux).
56260              Anyone with POSIX / SUSv2 tome handy?  The problem is that
56261              the flags of the oldaction don't match with the flags in
56262              the previously installed disposition.
56263      Branch: perl
56264            + t/lib/sigaction.t
56265            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
56266 ____________________________________________________________________________
56267 [  9085] By: jhi                                   on 2001/03/09  01:30:13
56268         Log: Subject: Re: mission impossible for the day
56269              From: Alex Gough <alex@rcon.org>
56270              Date: Thu, 08 Mar 2001 17:18:19 +0000
56271              Message-ID: <3AA7BEDB.8070409@rcon.org>
56272              
56273              If references (are overloaded) and can be directly stringified,
56274              show that instead of "stringified".
56275              
56276              (The problem, infinite mutual recursion caused by overloaded bool
56277              in Switch.pm, tracked by David Mitchell)
56278      Branch: perl
56279            ! lib/Carp/Heavy.pm
56280 ____________________________________________________________________________
56281 [  9084] By: jhi                                   on 2001/03/09  01:20:39
56282         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
56283              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
56284              From: David Mitchell <davem@fdgroup.co.uk>
56285              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
56286      Branch: perl
56287            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
56288            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
56289 ____________________________________________________________________________
56290 [  9083] By: jhi                                   on 2001/03/09  01:16:51
56291         Log: Subject: [PATCH] perldata.pod here-doc docs
56292              From: Jeff Pinyan <jeffp@crusoe.net>
56293              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
56294              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
56295      Branch: perl
56296            ! pod/perldata.pod
56297 ____________________________________________________________________________
56298 [  9082] By: jhi                                   on 2001/03/09  01:01:27
56299         Log: Subject: Re: Unicode/EBCDIC
56300              From: Peter Prymmer <pvhp@forte.com>
56301              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
56302              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
56303      Branch: perl
56304            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
56305 ____________________________________________________________________________
56306 [  9081] By: jhi                                   on 2001/03/08  13:41:30
56307         Log: Subject: Ooops, wrong 'no *POSIX' Patch
56308              From: Dorner Thomas <Thomas.Dorner@start.de>
56309              Date: Thu, 8 Mar 2001 08:43:28 +0100
56310              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
56311      Branch: perl
56312            ! hints/posix-bc.sh
56313 ____________________________________________________________________________
56314 [  9080] By: jhi                                   on 2001/03/08  13:11:42
56315         Log: It's Scripts.txt, not Script.txt.
56316      Branch: perl
56317            ! MANIFEST
56318 ____________________________________________________________________________
56319 [  9079] By: jhi                                   on 2001/03/08  12:59:05
56320         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
56321              From: Dorner Thomas <Thomas.Dorner@start.de>
56322              Date: Wed, 7 Mar 2001 14:13:31 +0100
56323              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
56324      Branch: perl
56325            ! makedepend.SH
56326 ____________________________________________________________________________
56327 [  9078] By: jhi                                   on 2001/03/08  12:57:43
56328         Log: Retract #9069, wrong patch.
56329      Branch: perl
56330            ! Makefile.SH
56331 ____________________________________________________________________________
56332 [  9077] By: jhi                                   on 2001/03/08  01:06:13
56333         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
56334      Branch: perl
56335            + lib/unicode/Scripts.txt
56336            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
56337            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
56338            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
56339            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
56340            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
56341            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
56342            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
56343            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
56344            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
56345            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
56346            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
56347            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
56348            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
56349            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
56350            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
56351            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
56352            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
56353            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
56354            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
56355            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
56356            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
56357            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
56358            ! lib/unicode/version
56359 ____________________________________________________________________________
56360 [  9076] By: jhi                                   on 2001/03/07  22:59:39
56361         Log: Integrate change #7784 from mainline into maintperl.
56362              
56363              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
56364      Branch: maint-5.6/perl
56365           !> pp_ctl.c t/op/pat.t
56366 ____________________________________________________________________________
56367 [  9075] By: jhi                                   on 2001/03/07  22:05:11
56368         Log: More UTF-8 test tweaks.
56369      Branch: perl
56370            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
56371 ____________________________________________________________________________
56372 [  9074] By: nick                                  on 2001/03/07  21:39:29
56373         Log: Integrate mainline.
56374      Branch: perlio
56375           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
56376           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
56377           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
56378           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
56379           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
56380 ____________________________________________________________________________
56381 [  9073] By: jhi                                   on 2001/03/07  16:37:09
56382         Log: Update Changes.
56383      Branch: perl
56384            ! Changes patchlevel.h
56385 ____________________________________________________________________________
56386 [  9072] By: jhi                                   on 2001/03/07  16:32:30
56387         Log: Subject: [ID 20010306.004] || != named unary operator
56388              From: abela@geneanet.org
56389              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
56390              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
56391      Branch: perl
56392            ! pod/perlop.pod
56393 ____________________________________________________________________________
56394 [  9071] By: jhi                                   on 2001/03/07  15:14:11
56395         Log: Subject: downgrading to bytes for common functions
56396              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
56397              Date: Wed, 7 Mar 2001 02:36:55 -0500
56398              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
56399      Branch: perl
56400            ! pp_sys.c
56401 ____________________________________________________________________________
56402 [  9070] By: jhi                                   on 2001/03/07  15:04:58
56403         Log: Clarify the description differentiating for and while; inspired by
56404              
56405              Subject: [ID 20010306.002] for/while difference in for definition
56406              From: abela@geneanet.org
56407              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
56408              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
56409      Branch: perl
56410            ! pod/perlsyn.pod
56411 ____________________________________________________________________________
56412 [  9069] By: jhi                                   on 2001/03/07  14:55:30
56413         Log: (Retracted by #9078.)
56414      Branch: perl
56415            ! Makefile.SH
56416 ____________________________________________________________________________
56417 [  9068] By: jhi                                   on 2001/03/07  14:51:17
56418         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
56419              From: Radu Greab <radu@netsoft.ro>
56420              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
56421              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
56422      Branch: perl
56423            ! pp.c t/op/chop.t
56424 ____________________________________________________________________________
56425 [  9067] By: jhi                                   on 2001/03/07  14:48:57
56426         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
56427              From: Simon Cozens <simon@netthink.co.uk>
56428              Date: Wed, 7 Mar 2001 13:59:28 +0000
56429              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
56430              
56431              In order to allow MakeMaker to build correct Makefiles,
56432              you need to change the order of the arguments in MM_Unix.pm
56433              as well. (Unless you have C89_CCMODE set, but we're trying
56434              to be POSIXly correct)
56435              
56436              Thanks to Merijn Broeren for tracking this down.
56437      Branch: perl
56438            ! lib/ExtUtils/MM_Unix.pm
56439 ____________________________________________________________________________
56440 [  9066] By: jhi                                   on 2001/03/07  14:30:02
56441         Log: Floating point too messy.
56442      Branch: perl
56443            ! t/camel-III/vstring.t
56444 ____________________________________________________________________________
56445 [  9065] By: jhi                                   on 2001/03/07  14:17:44
56446         Log: Integrate change #9064 from maintperl into mainline.
56447              
56448              fix memory leak in pack("Bb",...)
56449      Branch: perl
56450           !> perl.c
56451 ____________________________________________________________________________
56452 [  9064] By: gsar                                  on 2001/03/07  06:29:24
56453         Log: fix memory leak in pack("Bb",...)
56454      Branch: maint-5.6/perl
56455            ! perl.c
56456 ____________________________________________________________________________
56457 [  9063] By: jhi                                   on 2001/03/07  00:55:04
56458         Log: Major utf8 test reorganisation and rewrite.
56459              Hopefully no tests were lost in the shuffle.
56460              (The beginning of pragma/utf8 was lost intentionally,
56461              the tests were rather bogus and incomplete.)
56462      Branch: perl
56463            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
56464            ! t/pragma/utf8.t
56465 ____________________________________________________________________________
56466 [  9062] By: jhi                                   on 2001/03/07  00:41:16
56467         Log: More tweakage on the Unicode character class descriptions.
56468      Branch: perl
56469            ! lib/unicode/mktables.PL pod/perlretut.pod
56470 ____________________________________________________________________________
56471 [  9061] By: jhi                                   on 2001/03/06  23:12:38
56472         Log: The perlretut was still talking about the old \p and \P
56473              definitions.
56474      Branch: perl
56475            ! pod/perlretut.pod
56476 ____________________________________________________________________________
56477 [  9060] By: nick                                  on 2001/03/06  20:52:37
56478         Log: Integrate mainline (make test works again now).
56479      Branch: perlio
56480           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
56481 ____________________________________________________________________________
56482 [  9059] By: jhi                                   on 2001/03/06  15:36:14
56483         Log: 0.999... does equal 1.0, doesn't it?
56484      Branch: perl
56485            ! t/camel-III/vstring.t
56486 ____________________________________________________________________________
56487 [  9058] By: jhi                                   on 2001/03/06  15:34:00
56488         Log: Make /x{abcd}/ to work without use utf8.
56489      Branch: perl
56490            ! regcomp.c
56491 ____________________________________________________________________________
56492 [  9057] By: jhi                                   on 2001/03/06  03:02:36
56493         Log: Easier to outcomment all the three reset() tests for now.
56494      Branch: perl
56495            ! t/op/pat.t
56496 ____________________________________________________________________________
56497 [  9056] By: jhi                                   on 2001/03/06  02:30:02
56498         Log: Comment out the deadly reset; until the 20010301.005
56499              is finally fixed.
56500      Branch: perl
56501            ! t/op/pat.t
56502 ____________________________________________________________________________
56503 [  9055] By: jhi                                   on 2001/03/06  02:21:26
56504         Log: Integrate the change #9054 from mainline:
56505              retract the PMOP cleanup patch pending further investigation.
56506      Branch: maint-5.6/perl
56507           !> op.c op.h
56508 ____________________________________________________________________________
56509 [  9054] By: jhi                                   on 2001/03/06  02:19:57
56510         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
56511              with oddly familiar stack traces.
56512      Branch: perl
56513            ! op.c op.h
56514 ____________________________________________________________________________
56515 [  9053] By: jhi                                   on 2001/03/05  23:20:28
56516         Log: Integrate perlio.
56517      Branch: perl
56518           +> ext/Encode/Encode/koi8-r.ucm
56519           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56520           !> makedef.pl
56521 ____________________________________________________________________________
56522 [  9052] By: nick                                  on 2001/03/05  23:08:17
56523         Log: skipping USE_PERLIO symbols correction.
56524      Branch: perlio
56525            ! makedef.pl
56526 ____________________________________________________________________________
56527 [  9051] By: nick                                  on 2001/03/05  22:35:07
56528         Log: More Encode alias tidying.
56529      Branch: perlio
56530            + ext/Encode/Encode/koi8-r.ucm
56531            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
56532 ____________________________________________________________________________
56533 [  9050] By: jhi                                   on 2001/03/05  21:44:29
56534         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
56535              Sarathy's fix for ID 20010301.005.
56536      Branch: maint-5.6/perl
56537           !> op.c op.h
56538 ____________________________________________________________________________
56539 [  9049] By: nick                                  on 2001/03/05  19:54:04
56540         Log: Integrate Jarkko's Encode.pm tweak.
56541      Branch: perlio
56542           !> ext/Encode/Encode.pm
56543 ____________________________________________________________________________
56544 [  9048] By: nick                                  on 2001/03/05  19:47:57
56545         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
56546      Branch: perlio
56547           +> os2/os2add.sym
56548           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
56549           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
56550           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
56551           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
56552           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
56553 ____________________________________________________________________________
56554 [  9047] By: jhi                                   on 2001/03/05  19:25:26
56555         Log: Regen perlapi.
56556      Branch: perl
56557            ! pod/perlapi.pod
56558 ____________________________________________________________________________
56559 [  9046] By: jhi                                   on 2001/03/05  19:12:14
56560         Log: Integrate perlio.
56561      Branch: perl
56562           +> t/camel-III/vstring.t
56563           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
56564 ____________________________________________________________________________
56565 [  9045] By: jhi                                   on 2001/03/05  19:10:36
56566         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
56567      Branch: perl
56568            ! ext/Encode/Encode.pm
56569 ____________________________________________________________________________
56570 [  9044] By: jhi                                   on 2001/03/05  18:49:12
56571         Log: Forgot the other half of the PMOP patch (#9033).
56572      Branch: perl
56573            ! op.h
56574 ____________________________________________________________________________
56575 [  9043] By: nick                                  on 2001/03/05  18:14:47
56576         Log: Update MANIFEST for new test.
56577      Branch: perlio
56578            ! MANIFEST
56579 ____________________________________________________________________________
56580 [  9042] By: nick                                  on 2001/03/05  18:12:41
56581         Log: Some tests for Camel 3rd edition features.
56582              Make gethostbyaddr() test in above work.
56583      Branch: perlio
56584            + t/camel-III/vstring.t
56585            ! pp.h pp_sys.c t/TEST t/harness
56586 ____________________________________________________________________________
56587 [  9041] By: jhi                                   on 2001/03/05  17:41:48
56588         Log: Add more ISO 8859 encoding aliases.
56589      Branch: perl
56590            ! ext/Encode/Encode.pm
56591 ____________________________________________________________________________
56592 [  9040] By: jhi                                   on 2001/03/05  17:30:43
56593         Log: Integrate perlio.
56594      Branch: perl
56595           !> MANIFEST sv.c
56596 ____________________________________________________________________________
56597 [  9039] By: nick                                  on 2001/03/05  17:11:36
56598         Log: Missed added file.
56599      Branch: perlio
56600            ! MANIFEST
56601 ____________________________________________________________________________
56602 [  9038] By: jhi                                   on 2001/03/05  15:58:01
56603         Log: Add tr tests for EBCDIC, from Karsten Sperling.
56604      Branch: perl
56605            ! t/op/tr.t
56606 ____________________________________________________________________________
56607 [  9037] By: nick                                  on 2001/03/05  15:56:35
56608         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
56609              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
56610              
56611              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
56612              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
56613              - uses SvPV() rather than sv_2pv() in case it isn't a string.
56614      Branch: perlio
56615            ! sv.c
56616 ____________________________________________________________________________
56617 [  9036] By: jhi                                   on 2001/03/05  15:49:15
56618         Log: Add matching tests currently failing in EBCDIC,
56619              suggested by Karsten Sperling.
56620      Branch: perl
56621            ! t/op/pat.t
56622 ____________________________________________________________________________
56623 [  9035] By: jhi                                   on 2001/03/05  15:36:55
56624         Log: The #9034 needs a MANIFESTation.
56625      Branch: perl
56626            ! MANIFEST
56627 ____________________________________________________________________________
56628 [  9034] By: jhi                                   on 2001/03/05  15:35:14
56629         Log: Integrate perlio.
56630      Branch: perl
56631           +> ext/Encode/Encode/Tcl.pm
56632           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
56633           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56634           !> ext/Encode/Encode/iso8859-1.ucm
56635           !> ext/Encode/Encode/iso8859-10.ucm
56636           !> ext/Encode/Encode/iso8859-13.ucm
56637           !> ext/Encode/Encode/iso8859-14.ucm
56638           !> ext/Encode/Encode/iso8859-15.ucm
56639           !> ext/Encode/Encode/iso8859-16.ucm
56640           !> ext/Encode/Encode/iso8859-2.ucm
56641           !> ext/Encode/Encode/iso8859-3.ucm
56642           !> ext/Encode/Encode/iso8859-4.ucm
56643           !> ext/Encode/Encode/iso8859-5.ucm
56644           !> ext/Encode/Encode/iso8859-6.ucm
56645           !> ext/Encode/Encode/iso8859-7.ucm
56646           !> ext/Encode/Encode/iso8859-8.ucm
56647           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56648           !> t/lib/encode.t
56649 ____________________________________________________________________________
56650 [  9033] By: jhi                                   on 2001/03/05  15:33:18
56651         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
56652              From: Gurusamy Sarathy <gsar@ActiveState.com>
56653              Date: Sun, 04 Mar 2001 22:33:15 -0800
56654              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
56655              
56656              PMOPs need to remember their own stash so that they can
56657              gracefully remove themselves from their linked list.
56658      Branch: perl
56659            ! op.c
56660 ____________________________________________________________________________
56661 [  9032] By: nick                                  on 2001/03/05  14:51:50
56662         Log: Encode implementation "completion"
56663              Implement and document define_encoding()
56664              Implement and document encoding aliases including define_alias()
56665              Make Encode::XS use define_encoding() rather than back-door.
56666              Move run-time *.enc to separate Encode::Tcl module.
56667              Make 'compile' honour <codeset_name>
56668              Change canonical names of to iso-8859-* and US-ascii.
56669      Branch: perlio
56670            + ext/Encode/Encode/Tcl.pm
56671            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
56672            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56673            ! ext/Encode/Encode/iso8859-1.ucm
56674            ! ext/Encode/Encode/iso8859-10.ucm
56675            ! ext/Encode/Encode/iso8859-13.ucm
56676            ! ext/Encode/Encode/iso8859-14.ucm
56677            ! ext/Encode/Encode/iso8859-15.ucm
56678            ! ext/Encode/Encode/iso8859-16.ucm
56679            ! ext/Encode/Encode/iso8859-2.ucm
56680            ! ext/Encode/Encode/iso8859-3.ucm
56681            ! ext/Encode/Encode/iso8859-4.ucm
56682            ! ext/Encode/Encode/iso8859-5.ucm
56683            ! ext/Encode/Encode/iso8859-6.ucm
56684            ! ext/Encode/Encode/iso8859-7.ucm
56685            ! ext/Encode/Encode/iso8859-8.ucm
56686            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56687            ! t/lib/encode.t
56688 ____________________________________________________________________________
56689 [  9031] By: jhi                                   on 2001/03/05  13:51:17
56690         Log: Integrate change #9030 from maintperl into mainline.
56691              
56692              Subject: [PATCH 5.6.1] OS/2 cleanup
56693      Branch: perl
56694           +> os2/os2add.sym
56695           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56696           !> makedef.pl os2/Changes os2/Makefile.SHs
56697           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56698           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56699           !> os2/os2.sym os2/os2ish.h
56700 ____________________________________________________________________________
56701 [  9030] By: jhi                                   on 2001/03/05  13:46:49
56702         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
56703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56704              Date: Mon, 5 Mar 2001 02:29:44 -0500
56705              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
56706      Branch: maint-5.6/perl
56707            + os2/os2add.sym
56708            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56709            ! makedef.pl os2/Changes os2/Makefile.SHs
56710            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56711            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56712            ! os2/os2.sym os2/os2ish.h
56713 ____________________________________________________________________________
56714 [  9029] By: jhi                                   on 2001/03/05  13:40:35
56715         Log: Integrate change #9028 from maintperl into mainline.
56716              
56717              various nits in MM_Unix.pm found by disabling SelfLoader
56718      Branch: perl
56719           !> lib/ExtUtils/MM_Unix.pm
56720 ____________________________________________________________________________
56721 [  9028] By: gsar                                  on 2001/03/05  09:58:38
56722         Log: various nits in MM_Unix.pm found by disabling SelfLoader
56723      Branch: maint-5.6/perl
56724            ! lib/ExtUtils/MM_Unix.pm
56725 ____________________________________________________________________________
56726 [  9027] By: nick                                  on 2001/03/05  08:35:22
56727         Log: Integrate mainline
56728      Branch: perlio
56729           !> (integrate 28 files)
56730 ____________________________________________________________________________
56731 [  9026] By: jhi                                   on 2001/03/05  02:14:59
56732         Log: Integrate change #9025 from mainline to maintperl,
56733              retract \N{U+HHHH}.
56734      Branch: maint-5.6/perl
56735           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56736           !> t/lib/charnames.t toke.c
56737 ____________________________________________________________________________
56738 [  9025] By: jhi                                   on 2001/03/05  02:13:09
56739         Log: Retracting \N{U+HHHH}.
56740      Branch: perl
56741            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56742            ! t/lib/charnames.t toke.c
56743 ____________________________________________________________________________
56744 [  9024] By: jhi                                   on 2001/03/04  20:51:07
56745         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
56746              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56747              Date: Fri, 02 Mar 2001 18:25:26 +0100
56748              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
56749              
56750              Casting problem.
56751      Branch: perl
56752            ! ext/Storable/Storable.xs
56753 ____________________________________________________________________________
56754 [  9023] By: jhi                                   on 2001/03/04  19:46:45
56755         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
56756              From: nick@talking.bollo.cx
56757              Date: Sat, 03 Mar 2001 21:41:33 +0000
56758              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
56759              
56760              Revert the workaround.
56761      Branch: perl
56762            ! perlio.c
56763 ____________________________________________________________________________
56764 [  9022] By: jhi                                   on 2001/03/04  19:36:28
56765         Log: Update Changes.
56766      Branch: perl
56767            ! Changes patchlevel.h
56768 ____________________________________________________________________________
56769 [  9021] By: jhi                                   on 2001/03/04  18:41:00
56770         Log: makedef.pl updates suggested by Chris Nandor; double-checking
56771              the changes in AIX, OS/2 Win32 would be nice.
56772      Branch: perl
56773            ! makedef.pl
56774 ____________________________________________________________________________
56775 [  9020] By: jhi                                   on 2001/03/04  18:23:58
56776         Log: Integrate change #9012 from maintperl into mainline,
56777              quench a compiler warning.
56778      Branch: perl
56779           !> toke.c
56780 ____________________________________________________________________________
56781 [  9019] By: jhi                                   on 2001/03/04  18:18:43
56782         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
56783              
56784              \N{U+HHHH} fix.
56785              
56786              pattern in G_ARRAY context
56787      Branch: maint-5.6/perl
56788           !> pp_hot.c t/op/pat.t toke.c
56789 ____________________________________________________________________________
56790 [  9018] By: jhi                                   on 2001/03/04  18:07:48
56791         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
56792              From: Jeff Pinyan <jeffp@crusoe.net>
56793              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
56794              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
56795      Branch: perl
56796            ! pp_hot.c t/op/pat.t
56797 ____________________________________________________________________________
56798 [  9017] By: jhi                                   on 2001/03/04  18:06:21
56799         Log: I thought I tested the #9014.
56800      Branch: perl
56801            ! toke.c
56802 ____________________________________________________________________________
56803 [  9016] By: jhi                                   on 2001/03/04  17:41:22
56804         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
56805              
56806              Tweak the get*ent() OS/2 prototypes.
56807              
56808              Add the \N{U+HHHH} syntax.
56809              
56810              More tr/// UTF-8 fixes from Inaba Hiroto.
56811      Branch: maint-5.6/perl
56812           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
56813           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
56814 ____________________________________________________________________________
56815 [  9015] By: jhi                                   on 2001/03/04  17:36:04
56816         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
56817      Branch: perl
56818            ! doop.c t/op/tr.t
56819 ____________________________________________________________________________
56820 [  9014] By: jhi                                   on 2001/03/04  17:24:49
56821         Log: Add the \N{U+HHHH} syntax.
56822      Branch: perl
56823            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56824            ! t/lib/charnames.t toke.c
56825 ____________________________________________________________________________
56826 [  9013] By: jhi                                   on 2001/03/04  17:20:45
56827         Log: Tweak the get*ent() OS/2 prototypes.
56828      Branch: perl
56829            ! os2/os2.c
56830 ____________________________________________________________________________
56831 [  9012] By: gsar                                  on 2001/03/04  06:26:14
56832         Log: avoid warning (nit in change#9009)
56833      Branch: maint-5.6/perl
56834            ! toke.c
56835 ____________________________________________________________________________
56836 [  9011] By: gsar                                  on 2001/03/04  06:15:24
56837         Log: lib/charnames.t fails in 5.6.x because of older Unicode
56838              data
56839              
56840              TODO: need to revisit this after updating lib/unicode/...
56841      Branch: maint-5.6/perl
56842            ! t/lib/charnames.t
56843 ____________________________________________________________________________
56844 [  9010] By: gsar                                  on 2001/03/04  06:08:36
56845         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
56846      Branch: maint-5.6/perl
56847            ! toke.c
56848 ____________________________________________________________________________
56849 [  9009] By: jhi                                   on 2001/03/03  19:27:20
56850         Log: Integrate change #9008 from mainline to maintperl,
56851              UTF-8 tr/// fixes from Inaba Hiroto.
56852      Branch: maint-5.6/perl
56853           !> doop.c op.c t/op/tr.t toke.c
56854 ____________________________________________________________________________
56855 [  9008] By: jhi                                   on 2001/03/03  19:19:42
56856         Log: UTF8 tr/// fixes from Inaba Hiroto.
56857      Branch: perl
56858            ! doop.c op.c t/op/tr.t toke.c
56859 ____________________________________________________________________________
56860 [  9007] By: jhi                                   on 2001/03/03  19:00:30
56861         Log: Integrate change #9006 from maintperl to mainline,
56862              more robust quest for the infinite.
56863      Branch: perl
56864           !> lib/Math/Complex.pm
56865 ____________________________________________________________________________
56866 [  9006] By: jhi                                   on 2001/03/03  18:58:06
56867         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
56868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56869              Date: Sat, 3 Mar 2001 12:51:50 -0500
56870              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
56871              
56872              Be more robust in our quest for the infinite.
56873      Branch: maint-5.6/perl
56874            ! lib/Math/Complex.pm
56875 ____________________________________________________________________________
56876 [  9005] By: jhi                                   on 2001/03/03  17:55:50
56877         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
56878      Branch: maint-5.6/perl
56879            ! doio.c
56880 ____________________________________________________________________________
56881 [  9004] By: jhi                                   on 2001/03/03  17:40:14
56882         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
56883              so that picky compilers like IRIX won't get huffy about
56884              "statements without effect" (like 1;).
56885      Branch: perl
56886            ! toke.c
56887 ____________________________________________________________________________
56888 [  9003] By: jhi                                   on 2001/03/03  17:15:52
56889         Log: Integrate change #9002 from mainline to maintperl.
56890              
56891              Subject: [perl-5.6.x, perl-current] accept for EPOC
56892      Branch: maint-5.6/perl
56893           !> pp_sys.c
56894 ____________________________________________________________________________
56895 [  9002] By: jhi                                   on 2001/03/03  17:14:30
56896         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
56897              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56898              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
56899              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
56900      Branch: perl
56901            ! pp_sys.c
56902 ____________________________________________________________________________
56903 [  9001] By: jhi                                   on 2001/03/03  17:13:13
56904         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
56905              From: "Craig A. Berry" <craigberry@mac.com>
56906              Date: Fri, 02 Mar 2001 17:44:40 -0600
56907              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
56908      Branch: perl
56909            ! t/pod/find.t
56910 ____________________________________________________________________________
56911 [  9000] By: jhi                                   on 2001/03/03  17:11:55
56912         Log: Integrate changes #8997,8999 from maintperl.
56913              
56914              Subject: [PATCH 5.6.1] compiling on OS/2
56915              (Better error message from hints/os2.sh)
56916              
56917              Subject: [PATCH 5.6.1] syslog.t
56918      Branch: perl
56919           !> hints/os2.sh t/lib/syslog.t
56920 ____________________________________________________________________________
56921 [  8999] By: jhi                                   on 2001/03/03  17:09:28
56922         Log: Subject: [PATCH 5.6.1] syslog.t
56923              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56924              Date: Sat, 3 Mar 2001 02:11:17 -0500
56925              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
56926      Branch: maint-5.6/perl
56927            ! t/lib/syslog.t
56928 ____________________________________________________________________________
56929 [  8998] By: jhi                                   on 2001/03/03  17:07:50
56930         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
56931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56932              Date: Sat, 3 Mar 2001 01:53:52 -0500
56933              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
56934      Branch: maint-5.6/perl
56935            ! opcode.pl os2/os2.c
56936 ____________________________________________________________________________
56937 [  8997] By: jhi                                   on 2001/03/03  17:03:30
56938         Log: Subject: [PATCH 5.6.1] compiling on OS/2
56939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56940              Date: Sat, 3 Mar 2001 01:59:59 -0500
56941              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
56942      Branch: maint-5.6/perl
56943            ! hints/os2.sh
56944 ____________________________________________________________________________
56945 [  8996] By: jhi                                   on 2001/03/03  00:55:58
56946         Log: Regen files for mainline.
56947      Branch: perl
56948            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56949            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
56950 ____________________________________________________________________________
56951 [  8995] By: jhi                                   on 2001/03/03  00:35:22
56952         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
56953              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
56954              to maintperl.
56955              
56956              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
56957              
56958              Add Configure option -Dmksymlinks which will create a symlink
56959              forest if the current/build differs from the source directory.
56960              (8218,8220,8221,8317,8318,8971)
56961              
56962              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56963              (Document APPLLIB_EXP in INSTALL.)
56964              
56965              If running byacc write-enable also perly.h.
56966              
56967              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56968              
56969              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
56970              
56971              Sanity check for conflicting thread flavours.
56972              
56973              Fix the sys/fcntl.h problem reported by Peter Prymmer.
56974              
56975              Add few CPUs/architectures to the Cppsym scan,
56976              add -perlio to archname if so selected (modified 8890)
56977              
56978              Be more helpful for devel builders, suggested by John L. Allen.
56979              (admittedly pointless change for maintperl, but the usedevel
56980              code is there already)
56981      Branch: maint-5.6/perl
56982           !> Configure INSTALL Makefile.SH Porting/Glossary
56983           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
56984           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
56985           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
56986           !> win32/config.bc win32/config.gc win32/config.vc
56987 ____________________________________________________________________________
56988 [  8994] By: jhi                                   on 2001/03/02  23:31:41
56989         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
56990      Branch: metaconfig/U/perl
56991            ! gccvers.U
56992 ____________________________________________________________________________
56993 [  8993] By: jhi                                   on 2001/03/02  23:22:12
56994         Log: Regenerate various files for maint.
56995      Branch: maint-5.6/perl
56996            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
56997            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
56998 ____________________________________________________________________________
56999 [  8992] By: alanbur                               on 2001/03/02  22:48:34
57000         Log: Resync wuth parent
57001      Branch: maint-5.6/pureperl
57002           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57003           !> (integrate 60 files)
57004 ____________________________________________________________________________
57005 [  8991] By: jhi                                   on 2001/03/02  21:00:08
57006         Log: Retract the #8742 part of #8986, backward compat.
57007      Branch: maint-5.6/perl
57008            ! embed.pl
57009 ____________________________________________________________________________
57010 [  8990] By: jhi                                   on 2001/03/02  20:40:07
57011         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
57012      Branch: maint-5.6/perl
57013            ! hv.c
57014 ____________________________________________________________________________
57015 [  8989] By: jhi                                   on 2001/03/02  19:59:56
57016         Log: Update Changes.
57017      Branch: perl
57018            ! Changes patchlevel.h
57019 ____________________________________________________________________________
57020 [  8988] By: jhi                                   on 2001/03/02  19:57:08
57021         Log: Integrate perlio.
57022      Branch: perl
57023           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57024           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57025           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57026           !> ext/Encode/Encode/iso8859-10.ucm
57027           !> ext/Encode/Encode/iso8859-13.ucm
57028           !> ext/Encode/Encode/iso8859-14.ucm
57029           !> ext/Encode/Encode/iso8859-15.ucm
57030           !> ext/Encode/Encode/iso8859-16.ucm
57031           !> ext/Encode/Encode/iso8859-2.ucm
57032           !> ext/Encode/Encode/iso8859-3.ucm
57033           !> ext/Encode/Encode/iso8859-4.ucm
57034           !> ext/Encode/Encode/iso8859-5.ucm
57035           !> ext/Encode/Encode/iso8859-6.ucm
57036           !> ext/Encode/Encode/iso8859-7.ucm
57037           !> ext/Encode/Encode/iso8859-8.ucm
57038           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57039           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
57040 ____________________________________________________________________________
57041 [  8987] By: jhi                                   on 2001/03/02  19:43:40
57042         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
57043              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
57044              8950,8952,8955 from mainline to maintperl.
57045              
57046              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
57047              
57048              Put to rest the 20010205.001, the email address checking (not) regex.
57049              
57050              fork() not everywhere, cleanup temp files.
57051              
57052              The #8843 wasn't quite right: %Config needs to imported.
57053              
57054              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
57055              (#8849: the glob-basic hunk needed massaging as it depended
57056              on Schwern's large-scale (unintegrated) patches)
57057              
57058              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
57059              
57060              Upgrade to CGI.pm 2.752, from Lincoln Stein.
57061              (Note: there were some conflicts due to EBCDIC and EPOC
57062              patches, in general I preferred the repository code.)
57063              (When 2.753 comes out, we need to synchronize.)
57064              
57065              Subject: [PATCH] fix for charnames above FFFF
57066              
57067              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57068              
57069              If no sfio, no -lsfio.
57070              
57071              Run run/*.t also in minitest.
57072              
57073              Subject:  [PATCH perl 5.7.0] malloc message address offset
57074              
57075              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57076              
57077              Subject: fix for parameter -Dm (for perl@8867)
57078              
57079              Subject: [PATCH: perl@8892] was Re: hashing order difference?
57080              (make the test more portable)
57081              
57082              Subject: Re: [PATCH] fix for charnames above FFFF
57083              
57084              Subject: Re: I'm losing the war...
57085              (hv_store() not working correctly in ENV_IS_CASELESS case.)
57086              
57087              Subject: Modified README.bs2000 
57088              
57089              Subject: [PATCH: perl@8935] -Dt padsv($var)
57090              
57091              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57092              
57093              Subject: PATCH: extra tests to check on negative float to unsigned cast
57094              
57095              Subject: [PATCH] XPUSH[insp] was Re: progress
57096              
57097              Subject: Re: Compile with perlcc..
57098      Branch: maint-5.6/perl
57099           !> (integrate 36 files)
57100 ____________________________________________________________________________
57101 [  8986] By: jhi                                   on 2001/03/02  18:51:25
57102         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
57103              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
57104              to maintperl.
57105              
57106              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
57107              
57108              Subject: [DOC PATCH] overload.pm nits
57109              
57110              Add header for LIB$ prototypes (C. Berry)
57111              
57112              Convert fwrite()s to sockets to write()s, since some socket stacks
57113              don't take kindly to stdio.
57114              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
57115              (for often optional LNMs)
57116              Correct a few typos
57117              (C. Bailey)
57118              
57119              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
57120              
57121              De-cut-and-pasto.
57122              
57123              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
57124              
57125              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
57126              
57127              Upgrade to CPAN 1.59_54, from Andreas König.
57128              
57129              Bogus shebang.
57130              
57131              Subject: [PATCH] Document makepatch in Porting/patching
57132              
57133              UTF-8 documentation.
57134              
57135              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
57136              
57137              Sort the MANIFEST.
57138              
57139              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57140              
57141              Subject: [PATCH @8807] toke.c cleanup: scan_str()
57142              
57143              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57144              
57145              Add run/*.t to testables.
57146              
57147              TODO: integrate #8784.
57148      Branch: maint-5.6/perl
57149           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
57150           !> (integrate 28 files)
57151 ____________________________________________________________________________
57152 [  8985] By: nick                                  on 2001/03/02  18:15:45
57153         Log: Integrate mainline
57154      Branch: perlio
57155           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
57156           !> vms/vms.c
57157 ____________________________________________________________________________
57158 [  8984] By: jhi                                   on 2001/03/02  16:00:17
57159         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
57160              
57161              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
57162              5.004_05, and mention the suidperl August 2000 security problem.
57163              (#8978,#8981)
57164              
57165              Subject: [ID 20010301.004] Technically speaking in perldata
57166              
57167              Subject: [PATCH] File::Copy for bleadperl, maintperl
57168              
57169              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57170              
57171              (The #8982, fix for 20010221.005 and 20010221.008,
57172              would be nice too but it didn't integrate cleanly.)
57173      Branch: maint-5.6/perl
57174           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
57175 ____________________________________________________________________________
57176 [  8983] By: jhi                                   on 2001/03/02  15:51:16
57177         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
57178              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57179              Date:     Thu, 1 Mar 2001 15:54:09 EST
57180              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
57181      Branch: perl
57182            ! vms/vms.c
57183 ____________________________________________________________________________
57184 [  8982] By: jhi                                   on 2001/03/02  15:43:31
57185         Log: Subject: Re: sync sync sync: have I missed any patches?
57186              From: Radu Greab <radu@netsoft.ro> 
57187              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
57188              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
57189              
57190              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
57191              was checking argv[0] regardless of whether a different pathname
57192              will actually be executed."  Test case not supplied because 
57193              drafting that, ironically enough, revealed another bug
57194              (or a feature).
57195      Branch: perl
57196            ! doio.c
57197 ____________________________________________________________________________
57198 [  8981] By: jhi                                   on 2001/03/02  15:28:03
57199         Log: Misdate in #8978.
57200      Branch: perl
57201            ! pod/perlfaq1.pod
57202 ____________________________________________________________________________
57203 [  8980] By: jhi                                   on 2001/03/02  15:24:20
57204         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
57205              From: Chris Nandor <pudge@pobox.com>
57206              Date: Wed, 28 Feb 2001 22:10:15 -0500
57207              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
57208      Branch: perl
57209            ! lib/File/Copy.pm
57210 ____________________________________________________________________________
57211 [  8979] By: jhi                                   on 2001/03/02  15:17:16
57212         Log: Subject: [ID 20010301.004] Technically speaking in perldata
57213              From: abela@geneanet.org
57214              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
57215              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
57216      Branch: perl
57217            ! pod/perldata.pod
57218 ____________________________________________________________________________
57219 [  8978] By: jhi                                   on 2001/03/02  15:15:27
57220         Log: Subject: [ID 20010301.003] ref to 5.004
57221              From: abela@geneanet.org
57222              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
57223              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
57224              
57225              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
57226              and mention the suidperl August 2000 security problem.
57227      Branch: perl
57228            ! pod/perlfaq1.pod
57229 ____________________________________________________________________________
57230 [  8977] By: alanbur                               on 2001/03/02  14:17:45
57231         Log: Resynchronised with parent
57232      Branch: maint-5.6/pureperl
57233           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
57234           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
57235           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
57236           !> vms/descrip_mms.template win32/win32.c win32/win32.h
57237           !> win32/win32iop.h
57238 ____________________________________________________________________________
57239 [  8976] By: nick                                  on 2001/03/01  23:25:30
57240         Log: Integrate mainline.
57241      Branch: perlio
57242            - t/op/qu.t
57243           !> (integrate 55 files)
57244 ____________________________________________________________________________
57245 [  8975] By: jhi                                   on 2001/03/01  16:51:34
57246         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
57247      Branch: perl
57248           !> toke.c
57249 ____________________________________________________________________________
57250 [  8974] By: gsar                                  on 2001/03/01  16:28:21
57251         Log: fix for bugid 20010226.008
57252              
57253              the problem was that some of the pointers (PL_last_lop and
57254              PL_last_uni specifically) into the lex buffers weren't correctly
57255              being invalidated when the buffer changed; this would leave the
57256              pointers pointing at an arbitrary location in the buffer if
57257              the buffer didn't need to be reallocated, or point into freed
57258              memory if the buffer had to be realloced
57259              
57260              TODO item for bugdb maintainers: check other seemingly random
57261              parser-related bugs--they might be cured by this
57262      Branch: maint-5.6/perl
57263            ! toke.c
57264 ____________________________________________________________________________
57265 [  8973] By: jhi                                   on 2001/03/01  02:23:25
57266         Log: Retract #8970 because of a completely mysterious core dump:
57267              adding the tests 241..244 causes op/pat dump core at test #25.
57268              The test needs a lot of whittling down before the bug can be solved.
57269      Branch: perl
57270            ! t/op/pat.t
57271 ____________________________________________________________________________
57272 [  8972] By: jhi                                   on 2001/03/01  01:58:38
57273         Log: Regen perlapi.
57274      Branch: perl
57275            ! pod/perlapi.pod
57276 ____________________________________________________________________________
57277 [  8971] By: jhi                                   on 2001/03/01  01:34:09
57278         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))
57279              From: Nicholas Clark <nick@ccl4.org>
57280              Date: Wed, 28 Feb 2001 23:28:49 +0000
57281              Message-ID: <20010228232849.A55187@plum.flirble.org>
57282              
57283              Allow a completely write protected source code tree
57284              when using the Configure -Dmksymlinks.
57285      Branch: perl
57286            ! embed.pl warnings.pl
57287 ____________________________________________________________________________
57288 [  8970] By: jhi                                   on 2001/03/01  01:32:04
57289         Log: Add back the EBCDIC character range tests (for matching).
57290      Branch: perl
57291            ! t/op/pat.t
57292 ____________________________________________________________________________
57293 [  8969] By: nick                                  on 2001/02/28  18:18:01
57294         Log: Add charname comments to .ucm files writen by 'compile',
57295              also order charmaps in those files by source encoding.
57296              regenerate distrubuted .ucm files
57297      Branch: perlio
57298            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
57299            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
57300            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
57301            ! ext/Encode/Encode/iso8859-10.ucm
57302            ! ext/Encode/Encode/iso8859-13.ucm
57303            ! ext/Encode/Encode/iso8859-14.ucm
57304            ! ext/Encode/Encode/iso8859-15.ucm
57305            ! ext/Encode/Encode/iso8859-16.ucm
57306            ! ext/Encode/Encode/iso8859-2.ucm
57307            ! ext/Encode/Encode/iso8859-3.ucm
57308            ! ext/Encode/Encode/iso8859-4.ucm
57309            ! ext/Encode/Encode/iso8859-5.ucm
57310            ! ext/Encode/Encode/iso8859-6.ucm
57311            ! ext/Encode/Encode/iso8859-7.ucm
57312            ! ext/Encode/Encode/iso8859-8.ucm
57313            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
57314            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
57315 ____________________________________________________________________________
57316 [  8968] By: jhi                                   on 2001/02/28  16:26:37
57317         Log: Expand usemorebits early if d_casti32 needs to be undefined.
57318      Branch: perl
57319            ! hints/hpux.sh hints/irix_6.sh
57320 ____________________________________________________________________________
57321 [  8967] By: jhi                                   on 2001/02/28  16:22:26
57322         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
57323              retract toke.c/qu parts of #8583, retract #8485, retract
57324              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
57325              op/length.t, and MANIFEST, and delete t/op/qu.t.
57326      Branch: perl
57327            - t/op/qu.t
57328            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
57329            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
57330            ! t/op/length.t toke.c
57331 ____________________________________________________________________________
57332 [  8966] By: jhi                                   on 2001/02/28  15:00:27
57333         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
57334              by not changing from pre-Unicode days into being Unicode-aware.
57335              Sniff.
57336      Branch: perl
57337            ! pp.c t/op/pack.t t/op/qu.t
57338 ____________________________________________________________________________
57339 [  8965] By: jhi                                   on 2001/02/28  14:37:55
57340         Log: Subject: Re: Errors in core PODs
57341              From: Michael Stevens <michael@etla.org> 
57342              Date: Fri, 23 Feb 2001 15:47:56 +0000
57343              Message-ID: <20010223154756.A7723@firedrake.org> 
57344      Branch: perl
57345            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
57346            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
57347            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
57348            ! x2p/a2p.pod
57349 ____________________________________________________________________________
57350 [  8964] By: jhi                                   on 2001/02/28  14:35:35
57351         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
57352              (The #8961 was too bold.)
57353      Branch: perl
57354            ! hints/hpux.sh hints/irix_6.sh
57355 ____________________________________________________________________________
57356 [  8963] By: jhi                                   on 2001/02/28  14:33:39
57357         Log: Subject: Re: sync sync sync: have I missed any patches?
57358              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57359              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
57360              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
57361              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
57362              
57363              Replace djSP with dSP.
57364      Branch: perl
57365            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
57366            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
57367            ! win32/perlhost.h
57368 ____________________________________________________________________________
57369 [  8962] By: jhi                                   on 2001/02/27  23:21:14
57370         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
57371      Branch: perl
57372            ! lib/Filter/Simple.pm
57373 ____________________________________________________________________________
57374 [  8961] By: jhi                                   on 2001/02/27  22:55:26
57375         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
57376              and this would be it.
57377      Branch: perl
57378            ! hints/hpux.sh hints/irix_6.sh
57379 ____________________________________________________________________________
57380 [  8960] By: jhi                                   on 2001/02/27  22:51:33
57381         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57382              From: "Craig A. Berry" <craigberry@mac.com>
57383              Date: Tue, 27 Feb 2001 16:11:44 -0600
57384              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57385      Branch: maint-5.6/perl
57386            ! configure.com vms/descrip_mms.template
57387 ____________________________________________________________________________
57388 [  8959] By: jhi                                   on 2001/02/27  22:47:23
57389         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
57390              From: "Craig A. Berry" <craigberry@mac.com>
57391              Date: Tue, 27 Feb 2001 16:11:44 -0600
57392              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
57393      Branch: perl
57394            ! configure.com vms/descrip_mms.template
57395 ____________________________________________________________________________
57396 [  8958] By: jhi                                   on 2001/02/27  15:16:42
57397         Log: Update Changes.
57398      Branch: perl
57399            ! Changes patchlevel.h
57400 ____________________________________________________________________________
57401 [  8957] By: jhi                                   on 2001/02/27  06:15:07
57402         Log: Subject: [5.6.x] EPOC additions
57403              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57404              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
57405              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
57406      Branch: maint-5.6/perl
57407            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
57408 ____________________________________________________________________________
57409 [  8956] By: jhi                                   on 2001/02/27  06:12:11
57410         Log: Subject: [perl-current] EPOC 
57411              From: Olaf Flebbe <O.Flebbe@science-computing.de>
57412              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
57413              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
57414      Branch: perl
57415            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
57416            ! epoc/epocish.c epoc/epocish.h pp_sys.c
57417 ____________________________________________________________________________
57418 [  8955] By: jhi                                   on 2001/02/27  05:59:50
57419         Log: Subject: Re: Compile with perlcc..
57420              From: Edward Peschko <edwardp@excitehome.net>
57421              Date: Mon, 26 Feb 2001 18:51:58 -0800
57422              Message-ID: <20010226185158.A9871@excitehome.net>
57423              
57424              plus add a simple usage message if no arguments given.
57425      Branch: perl
57426            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
57427            ! utils/Makefile utils/perlcc.PL win32/pod.mak
57428 ____________________________________________________________________________
57429 [  8954] By: nick                                  on 2001/02/26  21:02:59
57430         Log: Integrate mainline
57431      Branch: perlio
57432           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
57433           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
57434           !> t/op/sprintf.t
57435 ____________________________________________________________________________
57436 [  8953] By: jhi                                   on 2001/02/26  14:43:54
57437         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
57438              From: Nicholas Clark <nick@ccl4.org>
57439              Date: Mon, 26 Feb 2001 00:42:07 +0000
57440              Message-ID: <20010226004207.F23333@plum.flirble.org>
57441      Branch: perl
57442            ! pp_ctl.c
57443 ____________________________________________________________________________
57444 [  8952] By: jhi                                   on 2001/02/26  14:42:13
57445         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
57446              From: Simon Cozens <simon@netthink.co.uk>
57447              Date: Mon, 26 Feb 2001 12:23:48 +0000
57448              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
57449      Branch: perl
57450            ! pod/perlguts.pod
57451 ____________________________________________________________________________
57452 [  8951] By: jhi                                   on 2001/02/26  14:39:15
57453         Log: Subject: [PATCH] perlio - unknown layer
57454              From: Nicholas Clark <nick@ccl4.org>
57455              Date: Mon, 26 Feb 2001 00:27:19 +0000
57456              Message-ID: <20010226002719.E23333@plum.flirble.org>
57457      Branch: perl
57458            ! perlio.c
57459 ____________________________________________________________________________
57460 [  8950] By: jhi                                   on 2001/02/26  14:38:04
57461         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
57462              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
57463              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
57464              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
57465      Branch: perl
57466            ! t/op/bop.t
57467 ____________________________________________________________________________
57468 [  8949] By: jhi                                   on 2001/02/26  14:37:07
57469         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
57470              From: Peter Prymmer <pvhp@forte.com>
57471              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
57472              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
57473      Branch: perl
57474            ! lib/Test.pm
57475 ____________________________________________________________________________
57476 [  8948] By: jhi                                   on 2001/02/26  14:35:53
57477         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
57478              From: Radu Greab <radu@netsoft.ro>
57479              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
57480              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
57481      Branch: perl
57482            ! pod/perlop.pod
57483 ____________________________________________________________________________
57484 [  8947] By: jhi                                   on 2001/02/26  14:34:46
57485         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
57486              From: David Mitchell <davem@fdgroup.co.uk>
57487              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
57488              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
57489      Branch: perl
57490            ! run.c
57491 ____________________________________________________________________________
57492 [  8946] By: jhi                                   on 2001/02/26  14:32:37
57493         Log: Subject: Modified README.bs2000 
57494              From: Dorner Thomas <Thomas.Dorner@start.de>
57495              Date: Mon, 26 Feb 2001 09:22:17 +0100
57496              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
57497      Branch: perl
57498            ! README.bs2000
57499 ____________________________________________________________________________
57500 [  8945] By: jhi                                   on 2001/02/26  14:19:53
57501         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
57502              to maintperl, listing the known failures on the tests 129 and 130.
57503      Branch: maint-5.6/perl
57504           !> t/op/sprintf.t
57505 ____________________________________________________________________________
57506 [  8944] By: jhi                                   on 2001/02/26  14:14:15
57507         Log: Add more known sprintf failures.
57508      Branch: perl
57509            ! t/op/sprintf.t
57510 ____________________________________________________________________________
57511 [  8943] By: jhi                                   on 2001/02/26  13:56:22
57512         Log: perlglob.exe needs to be found in Win32, patch from
57513              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
57514              which needs external glob at mini-perl time."
57515      Branch: perl
57516            ! ext/Encode/compile
57517 ____________________________________________________________________________
57518 [  8942] By: jhi                                   on 2001/02/26  13:52:19
57519         Log: A missing dTHX from Vadim Konovalov.
57520      Branch: perl
57521            ! perlio.c
57522 ____________________________________________________________________________
57523 [  8941] By: jhi                                   on 2001/02/26  13:37:05
57524         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
57525      Branch: perl
57526            ! op.c
57527 ____________________________________________________________________________
57528 [  8940] By: jhi                                   on 2001/02/26  13:35:40
57529         Log: Integrate perlio.
57530      Branch: perl
57531           !> ext/Encode/Encode.pm
57532 ____________________________________________________________________________
57533 [  8939] By: nick                                  on 2001/02/25  23:47:09
57534         Log: Integrate mainline.
57535      Branch: perlio
57536           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
57537           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
57538 ____________________________________________________________________________
57539 [  8938] By: nick                                  on 2001/02/25  19:36:28
57540         Log: Encode implementations docs.
57541      Branch: perlio
57542            ! ext/Encode/Encode.pm
57543 ____________________________________________________________________________
57544 [  8937] By: jhi                                   on 2001/02/25  19:26:16
57545         Log: Script wasn't aligned with reality.
57546      Branch: perl
57547            ! t/pod/find.t
57548 ____________________________________________________________________________
57549 [  8936] By: jhi                                   on 2001/02/25  18:54:55
57550         Log: Update Changes.
57551      Branch: perl
57552            ! Changes patchlevel.h
57553 ____________________________________________________________________________
57554 [  8935] By: jhi                                   on 2001/02/25  18:46:36
57555         Log: Retract #8929,8930,8932,8933 for now.
57556      Branch: perl
57557            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
57558 ____________________________________________________________________________
57559 [  8934] By: jhi                                   on 2001/02/25  17:34:35
57560         Log: Integrate perlio.
57561      Branch: perl
57562           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57563           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
57564           !> t/lib/encode.t
57565 ____________________________________________________________________________
57566 [  8933] By: jhi                                   on 2001/02/25  17:33:12
57567         Log: (Retracted by #8395.)
57568              
57569              Slight tweaks in scan_const(), not fixes yet, it seems like
57570              lots of work remains to be done...
57571      Branch: perl
57572            ! toke.c
57573 ____________________________________________________________________________
57574 [  8932] By: jhi                                   on 2001/02/25  17:27:11
57575         Log: (Retracted by #8395.)
57576              
57577              Missing from #8930.
57578      Branch: perl
57579            ! perl.h
57580 ____________________________________________________________________________
57581 [  8931] By: jhi                                   on 2001/02/25  17:26:19
57582         Log: A comment tweak.
57583      Branch: perl
57584            ! utf8.c
57585 ____________________________________________________________________________
57586 [  8930] By: jhi                                   on 2001/02/25  17:25:47
57587         Log: (Retracted by #8395.)
57588              
57589              Attempt to fix the EBCDIC character range problem with //.
57590      Branch: perl
57591            ! regcomp.c
57592 ____________________________________________________________________________
57593 [  8929] By: jhi                                   on 2001/02/25  17:23:45
57594         Log: (Retracted by #8395.)
57595              
57596              Expand the EBCDIC character range tests, and add few nasty
57597              tr tests from Karsten Sperling.
57598      Branch: perl
57599            ! t/op/pat.t t/op/tr.t
57600 ____________________________________________________________________________
57601 [  8928] By: jhi                                   on 2001/02/25  17:18:49
57602         Log: Missing check-in.
57603      Branch: perl
57604            ! lib/Pod/Find.pm
57605 ____________________________________________________________________________
57606 [  8927] By: nick                                  on 2001/02/25  11:30:22
57607         Log: Change method names in Encode implementation classes to something
57608              less confusing (preparing to "go public").
57609      Branch: perlio
57610            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57611 ____________________________________________________________________________
57612 [  8926] By: nick                                  on 2001/02/25  10:53:24
57613         Log: GCC __atribute__ / printf fix
57614      Branch: perlio
57615            ! perl.h
57616 ____________________________________________________________________________
57617 [  8925] By: nick                                  on 2001/02/25  10:52:25
57618         Log: Checked in the wrong one ...
57619      Branch: perlio
57620            ! ext/Encode/Encode.pm
57621 ____________________________________________________________________________
57622 [  8924] By: nick                                  on 2001/02/24  18:46:51
57623         Log: Integrate mainline - to see what Jarkko has in ...
57624      Branch: perlio
57625           +> t/pod/testpods/lib/Pod/Stuff.pm
57626           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
57627 ____________________________________________________________________________
57628 [  8923] By: nick                                  on 2001/02/24  17:05:23
57629         Log: Encode API documentation nd tidy up.
57630              Minor additions to test.
57631              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
57632              Adds STRLEN to standard typemap.
57633      Branch: perlio
57634            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57635            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
57636 ____________________________________________________________________________
57637 [  8922] By: jhi                                   on 2001/02/24  16:38:12
57638         Log: Add a test for the "character range should match in EBCDIC
57639              if specified using explicit numerics" bug found by Karsten
57640              Sperling.
57641      Branch: perl
57642            ! t/op/pat.t
57643 ____________________________________________________________________________
57644 [  8921] By: jhi                                   on 2001/02/24  16:30:16
57645         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
57646              From: schwern@pobox.com
57647              Date: Fri, 23 Feb 2001 03:21:37 -0500
57648              Message-ID: <20010223032137.A26022@magnonel.guild.net>
57649              
57650              plus Charles Lane's fixes, plus tweaks.
57651      Branch: perl
57652            + t/pod/testpods/lib/Pod/Stuff.pm
57653            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
57654 ____________________________________________________________________________
57655 [  8920] By: nick                                  on 2001/02/24  10:30:11
57656         Log: Integrate mainline
57657      Branch: perlio
57658           !> (integrate 33 files)
57659 ____________________________________________________________________________
57660 [  8919] By: jhi                                   on 2001/02/24  00:23:35
57661         Log: Subject: Re: I'm losing the war...
57662              From: "Vadim Konovalov" <watman@inbox.ru>
57663              Date: Sat, 24 Feb 2001 00:10:14 +0300
57664              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
57665              
57666              hv_store() not working correctly in ENV_IS_CASELESS case.
57667      Branch: perl
57668            ! hv.c
57669 ____________________________________________________________________________
57670 [  8918] By: jhi                                   on 2001/02/24  00:20:09
57671         Log: Subject: Re: [PATCH] fix for charnames above FFFF
57672              From: andreas.koenig@anima.de (Andreas J. Koenig)
57673              Date: 23 Feb 2001 02:39:03 +0100
57674              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
57675              
57676              A further efficiency tweak.
57677      Branch: perl
57678            ! lib/charnames.pm
57679 ____________________________________________________________________________
57680 [  8917] By: jhi                                   on 2001/02/23  20:27:51
57681         Log: Integrate change #8916 from mainline,
57682              do away with USE_WIN32_RTL_ENV.
57683      Branch: maint-5.6/perl
57684           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57685 ____________________________________________________________________________
57686 [  8916] By: jhi                                   on 2001/02/23  20:02:25
57687         Log: Abolish USE_WIN32_RTL_ENV.
57688      Branch: perl
57689            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57690 ____________________________________________________________________________
57691 [  8915] By: jhi                                   on 2001/02/23  19:36:00
57692         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
57693              later protected by some #define.
57694      Branch: perl
57695            ! gv.c
57696 ____________________________________________________________________________
57697 [  8914] By: jhi                                   on 2001/02/23  19:31:38
57698         Log: Retract #8902 for now, requested by Charles Lane, the correct
57699              fix will be something else.
57700      Branch: perl
57701            ! op.c
57702 ____________________________________________________________________________
57703 [  8913] By: jhi                                   on 2001/02/23  19:11:36
57704         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
57705              From: Peter Prymmer <pvhp@forte.com>
57706              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
57707              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
57708      Branch: perl
57709            ! t/op/lex_assign.t
57710 ____________________________________________________________________________
57711 [  8912] By: jhi                                   on 2001/02/23  18:38:20
57712         Log: Subject: [patch] perlio + useithreads
57713              From: Doug MacEachern <dougm@covalent.net>
57714              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
57715              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
57716              
57717              Gets things running but not complete.
57718      Branch: perl
57719            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
57720 ____________________________________________________________________________
57721 [  8911] By: jhi                                   on 2001/02/23  04:20:02
57722         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
57723              
57724              Duplicated environment freeing, File::Temp 0.12,
57725              op/append portability (EBCDIC) tweak.
57726      Branch: maint-5.6/perl
57727           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57728           !> t/op/append.t
57729 ____________________________________________________________________________
57730 [  8910] By: jhi                                   on 2001/02/23  02:07:33
57731         Log: Integrate change #8909 from mainline, a better Borland
57732              putenv() workaround.
57733      Branch: maint-5.6/perl
57734           !> perl.c
57735 ____________________________________________________________________________
57736 [  8909] By: jhi                                   on 2001/02/23  02:05:46
57737         Log: A better workaround for Borland putenv() brokenness from Sarathy.
57738      Branch: perl
57739            ! perl.c
57740 ____________________________________________________________________________
57741 [  8908] By: jhi                                   on 2001/02/23  02:04:14
57742         Log: Subject: fix for parameter -Dm (for perl@8867)
57743              From: "Vadim Konovalov" <watman@inbox.ru>
57744              Date: Thu, 22 Feb 2001 17:30:12 +0300
57745              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
57746      Branch: perl
57747            ! perl.h
57748 ____________________________________________________________________________
57749 [  8907] By: jhi                                   on 2001/02/23  01:58:20
57750         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57751              From: Peter Prymmer <pvhp@forte.com>
57752              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
57753              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
57754      Branch: perl
57755            ! t/op/append.t
57756 ____________________________________________________________________________
57757 [  8906] By: jhi                                   on 2001/02/23  01:48:34
57758         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
57759      Branch: perl
57760            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57761 ____________________________________________________________________________
57762 [  8905] By: jhi                                   on 2001/02/23  01:43:30
57763         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
57764              From: Peter Prymmer <pvhp@forte.com>
57765              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
57766              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
57767      Branch: perl
57768            ! t/lib/st-06compat.t
57769 ____________________________________________________________________________
57770 [  8904] By: jhi                                   on 2001/02/23  01:42:39
57771         Log: Metaconfig unit change for #8903.
57772      Branch: metaconfig/U/perl
57773            ! Devel.U
57774 ____________________________________________________________________________
57775 [  8903] By: jhi                                   on 2001/02/23  01:42:12
57776         Log: Be more helpful for devel builders, suggested by John L. Allen.
57777      Branch: perl
57778            ! Configure
57779 ____________________________________________________________________________
57780 [  8902] By: jhi                                   on 2001/02/23  01:37:41
57781         Log: (Retracted by #8914)
57782              (Wrongly, reinstated by #8941)
57783              
57784              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57786              Date:     Thu, 22 Feb 2001 09:43:57 EST
57787              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
57788      Branch: perl
57789            ! op.c
57790 ____________________________________________________________________________
57791 [  8901] By: jhi                                   on 2001/02/23  01:20:32
57792         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
57793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57794              Date:     Thu, 22 Feb 2001 08:01:35 EST
57795              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
57796      Branch: perl
57797            ! malloc.c
57798 ____________________________________________________________________________
57799 [  8900] By: jhi                                   on 2001/02/23  01:18:02
57800         Log: Integrate changes #8898,8899 from mainline, environ handling.
57801      Branch: maint-5.6/perl
57802           !> perl.c
57803 ____________________________________________________________________________
57804 [  8899] By: jhi                                   on 2001/02/23  01:16:25
57805         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
57806              putenv() is not to be relied on, they are either broken or leaky
57807              or both.)
57808      Branch: perl
57809            ! perl.c
57810 ____________________________________________________________________________
57811 [  8898] By: jhi                                   on 2001/02/22  23:36:59
57812         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
57813              and safesysfree() must be used.
57814      Branch: perl
57815            ! perl.c
57816 ____________________________________________________________________________
57817 [  8897] By: jhi                                   on 2001/02/22  23:25:45
57818         Log: With environ one must use safesysmalloc()/safesysfree().
57819      Branch: perl
57820            ! perl.c
57821 ____________________________________________________________________________
57822 [  8896] By: jhi                                   on 2001/02/22  22:13:18
57823         Log: If we have a duplicated environment free it
57824              if PERL_DESTRUCT_LEVEL.
57825      Branch: perl
57826            ! perl.c
57827 ____________________________________________________________________________
57828 [  8895] By: alanbur                               on 2001/02/22  19:31:57
57829         Log: Synchronised with parent
57830      Branch: maint-5.6/pureperl
57831           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
57832 ____________________________________________________________________________
57833 [  8894] By: gsar                                  on 2001/02/22  19:06:18
57834         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
57835              
57836              fix memory leak in method call optimization (change#3768);
57837              made C<eval "$x->foo()"> leak
57838              
57839              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
57840      Branch: maint-5.6/perl
57841           !> op.c
57842 ____________________________________________________________________________
57843 [  8893] By: jhi                                   on 2001/02/22  18:35:27
57844         Log: (Retracted by #8915.)
57845              
57846              Third Degree finding:
57847              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
57848      Branch: perl
57849            ! gv.c
57850 ____________________________________________________________________________
57851 [  8892] By: jhi                                   on 2001/02/22  14:28:32
57852         Log: Update Changes.
57853      Branch: perl
57854            ! Changes patchlevel.h
57855 ____________________________________________________________________________
57856 [  8891] By: jhi                                   on 2001/02/22  13:22:45
57857         Log: Metaconfig unit changes for #8890.
57858      Branch: metaconfig
57859            ! U/modified/Cppsym.U U/threads/archname.U
57860 ____________________________________________________________________________
57861 [  8890] By: jhi                                   on 2001/02/22  13:22:12
57862         Log: Add -stdio to the archname if no perlio selected,
57863              no -perlio added since that is now the default.
57864              
57865              Add few CPUs/architectures to the Cppsym scan.
57866      Branch: perl
57867            ! Configure config_h.SH
57868 ____________________________________________________________________________
57869 [  8889] By: jhi                                   on 2001/02/22  13:05:59
57870         Log: Metaconfig unit change for #8888.
57871      Branch: metaconfig/U/perl
57872            ! useperlio.U
57873 ____________________________________________________________________________
57874 [  8888] By: jhi                                   on 2001/02/22  13:05:28
57875         Log: *drum roll*  Make perlio the default.
57876      Branch: perl
57877            ! Configure config_h.SH
57878 ____________________________________________________________________________
57879 [  8887] By: jhi                                   on 2001/02/22  12:50:52
57880         Log: Integrate change #8665 from maintperl to mainline,
57881              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
57882      Branch: perl
57883           !> ext/POSIX/POSIX.xs
57884 ____________________________________________________________________________
57885 [  8886] By: jhi                                   on 2001/02/22  12:49:24
57886         Log: Integrate changes #8883,8884 from mainline to maintperl.
57887              
57888              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57889              Subject: Re: File::Temp::_gettemp warning
57890      Branch: maint-5.6/perl
57891           !> embed.h embed.pl lib/File/Temp.pm
57892 ____________________________________________________________________________
57893 [  8885] By: jhi                                   on 2001/02/22  12:43:59
57894         Log: Based on
57895              
57896              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
57897              From: schwab@suse.de
57898              Date: Thu, 22 Feb 2001 13:08:09 +0100
57899              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
57900              
57901              but the fix done slightly differently because the other
57902              half was already done in #8664.
57903      Branch: maint-5.6/perl
57904            ! ext/POSIX/POSIX.xs
57905 ____________________________________________________________________________
57906 [  8884] By: jhi                                   on 2001/02/22  12:37:15
57907         Log: Subject: Re: File::Temp::_gettemp warning
57908              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57909              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
57910              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
57911              
57912              This patch to File::Temp does two things:
57913              
57914              1. Fixes the problem with CGI::Carp when determining
57915              the Fcntl constants
57916              
57917              2. Removes most of the carps and consolidates them so that all the
57918              reasons are included in a single die that is caught by the test. This
57919              means that the correct skipping behaviour is displayed by the test.
57920      Branch: perl
57921            ! lib/File/Temp.pm
57922 ____________________________________________________________________________
57923 [  8883] By: jhi                                   on 2001/02/22  12:29:19
57924         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57925              From: Peter Prymmer <pvhp@forte.com>
57926              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
57927              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
57928      Branch: perl
57929            ! embed.h embed.pl
57930 ____________________________________________________________________________
57931 [  8882] By: jhi                                   on 2001/02/21  19:41:33
57932         Log: Integrate change #8881 from mainlin to maintperl.
57933              
57934              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57935      Branch: maint-5.6/perl
57936           !> op.c
57937 ____________________________________________________________________________
57938 [  8881] By: jhi                                   on 2001/02/21  19:38:57
57939         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57940              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57941              Date:     Wed, 21 Feb 2001 13:08:03 EST
57942              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
57943      Branch: perl
57944            ! op.c
57945 ____________________________________________________________________________
57946 [  8880] By: jhi                                   on 2001/02/21  19:34:34
57947         Log: Retract #8875, cannot let go of the old semantics of unpack U
57948              without rethinking utf8decode.t.
57949      Branch: perl
57950            ! pp.c t/op/pack.t
57951 ____________________________________________________________________________
57952 [  8879] By: jhi                                   on 2001/02/21  19:08:02
57953         Log: Run run/*.t also in minitest.
57954      Branch: perl
57955            ! Makefile.SH
57956 ____________________________________________________________________________
57957 [  8878] By: nick                                  on 2001/02/21  18:55:37
57958         Log: Integrate mainline
57959      Branch: perlio
57960           !> (integrate 76 files)
57961 ____________________________________________________________________________
57962 [  8877] By: jhi                                   on 2001/02/21  15:09:33
57963         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
57964      Branch: metaconfig
57965            ! U/compline/nblock_io.U
57966      Branch: perl
57967            ! Configure config_h.SH
57968 ____________________________________________________________________________
57969 [  8876] By: jhi                                   on 2001/02/21  14:54:45
57970         Log: If no sfio, no -lsfio.
57971      Branch: metaconfig/U/perl
57972            ! d_sfio.U
57973      Branch: perl
57974            ! Configure config_h.SH
57975 ____________________________________________________________________________
57976 [  8875] By: jhi                                   on 2001/02/21  14:54:00
57977         Log: Make unpack C and unpack U truly equivalent.
57978      Branch: perl
57979            ! pp.c t/op/pack.t
57980 ____________________________________________________________________________
57981 [  8874] By: jhi                                   on 2001/02/21  14:26:02
57982         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57983              From: Peter Prymmer <pvhp@forte.com>
57984              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
57985              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
57986      Branch: perl
57987            ! pod/perlport.pod
57988 ____________________________________________________________________________
57989 [  8873] By: jhi                                   on 2001/02/21  14:24:31
57990         Log: Subject: [PATCH] fix for charnames above FFFF
57991              From: andreas.koenig@anima.de (Andreas J. Koenig)
57992              Date: 21 Feb 2001 07:05:45 +0100
57993              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
57994      Branch: perl
57995            ! lib/charnames.pm t/lib/charnames.t
57996 ____________________________________________________________________________
57997 [  8872] By: jhi                                   on 2001/02/21  14:15:25
57998         Log: Integrate change #8868 from pureperl to mainline.
57999              
58000              Fixed reference count loop caused by sv_magic.
58001      Branch: perl
58002           !> sv.c
58003 ____________________________________________________________________________
58004 [  8871] By: jhi                                   on 2001/02/21  14:07:29
58005         Log: Integrate change #8868 from pureperl to maintperl.
58006              
58007              Fixed reference count loop caused by sv_magic.
58008      Branch: maint-5.6/perl
58009           !> sv.c
58010 ____________________________________________________________________________
58011 [  8870] By: jhi                                   on 2001/02/21  14:04:41
58012         Log: Put back the #8840, it was innocent.
58013      Branch: perl
58014            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58015            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58016 ____________________________________________________________________________
58017 [  8869] By: jhi                                   on 2001/02/21  14:00:03
58018         Log: unpack("C", ...) was left slightly unfinished by #8865.
58019      Branch: perl
58020            ! pp.c t/op/pack.t
58021 ____________________________________________________________________________
58022 [  8868] By: alanbur                               on 2001/02/21  01:33:45
58023         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
58024              from gv_fetchpv to create single-character magic variables (e.g. $!),
58025              and it is passed a sv and the gv that contains the sv as the mg_obj
58026              value.  When sv_magic stores the mg_obj pointer it increments the gv
58027              refcount, thus causing a sv-gv pair that can't be freed.  There is
58028              already a check for sv == obj which is used to prevent such reference
58029              loops.  This change extends the check to cover the case described above.
58030      Branch: maint-5.6/pureperl
58031            ! sv.c
58032 ____________________________________________________________________________
58033 [  8867] By: jhi                                   on 2001/02/21  00:52:39
58034         Log: Update Changes.
58035      Branch: perl
58036            ! Changes patchlevel.h
58037 ____________________________________________________________________________
58038 [  8866] By: jhi                                   on 2001/02/21  00:34:20
58039         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
58040              (Note: there were some conflicts due to EBCDIC and EPOC
58041              patches, in general I preferred the repository code.)
58042              (When 2.753 comes out, we need to synchronize.)
58043      Branch: perl
58044            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
58045            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
58046            ! t/lib/cgi-html.t
58047 ____________________________________________________________________________
58048 [  8865] By: jhi                                   on 2001/02/21  00:24:22
58049         Log: Make pack("C", 0x100) to create Unicode, unless under the
58050              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
58051              will understand Unicode, unless you under know what.
58052      Branch: perl
58053            ! pp.c t/op/pack.t t/op/qu.t
58054 ____________________________________________________________________________
58055 [  8864] By: alanbur                               on 2001/02/20  22:35:34
58056         Log: Resynchronised with parent
58057      Branch: maint-5.6/pureperl
58058           !> README.win32 ext/GDBM_File/GDBM_File.pm
58059           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58060           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
58061           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
58062           !> t/lib/sdbm.t util.c
58063 ____________________________________________________________________________
58064 [  8863] By: jhi                                   on 2001/02/20  20:55:11
58065         Log: Integrate change #8860,8861 from mainline into maintperl.
58066              
58067              "pseudo-literal j"
58068              
58069              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58070      Branch: maint-5.6/perl
58071           !> lib/Test.pm pod/perlop.pod
58072 ____________________________________________________________________________
58073 [  8862] By: jhi                                   on 2001/02/20  20:30:07
58074         Log: Don't do casting between pointers pointing to differently sized
58075              integers.
58076      Branch: perl
58077            ! hv.c sv.c
58078 ____________________________________________________________________________
58079 [  8861] By: jhi                                   on 2001/02/20  19:53:44
58080         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
58081              From: Peter Prymmer <pvhp@forte.com>
58082              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
58083              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
58084      Branch: perl
58085            ! lib/Test.pm
58086 ____________________________________________________________________________
58087 [  8860] By: jhi                                   on 2001/02/20  19:48:02
58088         Log: "pseudo-literal j", a documentation glitch reported to Debian.
58089              The text recovered from Perl 5.005_03, and pseudo-literal replaced
58090              by "backtick string".
58091      Branch: perl
58092            ! pod/perlop.pod
58093 ____________________________________________________________________________
58094 [  8859] By: jhi                                   on 2001/02/20  19:15:46
58095         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
58096              from Chris Nandor.
58097      Branch: perl
58098            ! makedef.pl
58099 ____________________________________________________________________________
58100 [  8858] By: jhi                                   on 2001/02/20  17:36:53
58101         Log: Integrate pureperl changes #8844,8845,8850 to mainline
58102              (via maintperl #8855).
58103              
58104              Fixed %^H scoping bug
58105              
58106              Removed GV <-> CV refcount loop
58107              
58108              Removed %ENV refcount loop
58109      Branch: perl
58110           !> gv.c op.c perl.c pp.c scope.c
58111 ____________________________________________________________________________
58112 [  8857] By: jhi                                   on 2001/02/20  17:34:32
58113         Log: Integrate changes #8853,8854 from maintperl to mainline.
58114              
58115              EBDIC fixes, README.win32 Borland update.
58116      Branch: perl
58117           !> README.win32 handy.h util.c
58118 ____________________________________________________________________________
58119 [  8856] By: jhi                                   on 2001/02/20  17:33:16
58120         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
58121      Branch: maint-5.6/perl
58122           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58123           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58124           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58125 ____________________________________________________________________________
58126 [  8855] By: jhi                                   on 2001/02/20  17:32:13
58127         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
58128              
58129              Fixed %^H scoping bug
58130              
58131              Removed GV <-> CV refcount loop
58132              
58133              Removed %ENV refcount loop
58134      Branch: maint-5.6/perl
58135           !> gv.c op.c perl.c pp.c scope.c
58136 ____________________________________________________________________________
58137 [  8854] By: jhi                                   on 2001/02/20  17:25:06
58138         Log: Subject: Addition to readme.win32 for Borland C++ compilers
58139              Date: Tue, 20 Feb 2001 02:15:25 +0300
58140              From: "Vadim Konovalov" <watman@inbox.ru>
58141              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
58142              
58143              Document Borland compiler misbehaviour.
58144      Branch: maint-5.6/perl
58145            ! README.win32
58146 ____________________________________________________________________________
58147 [  8853] By: jhi                                   on 2001/02/20  17:22:25
58148         Log: The assimilation of ebcdic.c didn't quite work at the first try,
58149              patches from Thomas Dorner.
58150      Branch: maint-5.6/perl
58151            ! handy.h util.c
58152 ____________________________________________________________________________
58153 [  8852] By: jhi                                   on 2001/02/20  17:20:15
58154         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
58155              From: Chris Nandor <pudge@pobox.com>
58156              Date: Tue, 20 Feb 2001 08:32:45 -0500
58157              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
58158      Branch: maint-5.6/perl
58159            ! makedef.pl mg.c
58160 ____________________________________________________________________________
58161 [  8851] By: jhi                                   on 2001/02/20  17:15:52
58162         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
58163      Branch: perl
58164            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
58165            ! t/lib/filter-util.t
58166 ____________________________________________________________________________
58167 [  8850] By: alanbur                               on 2001/02/20  17:12:40
58168         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
58169              and the magic pointer points back to the GV that contains the
58170              %ENV hash.  This creates a refcount loop that prevents members
58171              of %ENV from being freed correctly.  This change removes the
58172              refcount loop - the magic pointer was never used anyway, the
58173              only use of the magic was to check the type ('E') so that the
58174              appropriate environment manipulation code is called when %ENV
58175              is modified.
58176      Branch: maint-5.6/pureperl
58177            ! perl.c
58178 ____________________________________________________________________________
58179 [  8849] By: jhi                                   on 2001/02/20  17:12:20
58180         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
58181              From: "Craig A. Berry" <craigberry@mac.com>
58182              Date: Mon, 19 Feb 2001 23:36:12 -0600
58183              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
58184              
58185              Case-forgiving systems match TestInit.pm with TES*.
58186      Branch: perl
58187            ! t/lib/glob-basic.t
58188 ____________________________________________________________________________
58189 [  8848] By: jhi                                   on 2001/02/20  17:10:02
58190         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
58191      Branch: perl
58192            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
58193            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
58194            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
58195 ____________________________________________________________________________
58196 [  8847] By: jhi                                   on 2001/02/20  15:34:41
58197         Log: The #8843 wasn't quite right: %Config needs to imported.
58198      Branch: perl
58199            ! t/run/runenv.t
58200 ____________________________________________________________________________
58201 [  8846] By: jhi                                   on 2001/02/20  15:31:50
58202         Log: Retract the #8838 and #8840 for now because of
58203              the DB_File tie problem.
58204      Branch: perl
58205            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
58206            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
58207            ! proto.h sv.c
58208 ____________________________________________________________________________
58209 [  8845] By: alanbur                               on 2001/02/20  14:25:41
58210         Log: Removed GV <-> CV refcount loop
58211              CvGV(mycv) points to the parent GV of the CV, and was previously
58212              refcounted.  The pointer remains, but the refcounting has been removed
58213              as it causes a refcount loop between the CV and GV that means the CV
58214              can't ever be deleted.
58215      Branch: maint-5.6/pureperl
58216            ! gv.c op.c pp.c
58217 ____________________________________________________________________________
58218 [  8844] By: alanbur                               on 2001/02/20  14:23:13
58219         Log: Fixed %^H scoping bug
58220      Branch: maint-5.6/pureperl
58221            ! scope.c
58222 ____________________________________________________________________________
58223 [  8843] By: jhi                                   on 2001/02/19  13:38:08
58224         Log: fork() not everywhere, cleanup temp files.
58225      Branch: perl
58226            ! t/run/runenv.t
58227 ____________________________________________________________________________
58228 [  8842] By: alanbur                               on 2001/02/19  12:42:07
58229         Log: Resynchronised with parent
58230      Branch: maint-5.6/pureperl
58231           !> pod/perlfaq4.pod sv.c utf8.c
58232 ____________________________________________________________________________
58233 [  8841] By: jhi                                   on 2001/02/19  03:35:51
58234         Log: Update Changes.
58235      Branch: perl
58236            ! Changes patchlevel.h
58237 ____________________________________________________________________________
58238 [  8840] By: jhi                                   on 2001/02/19  00:23:41
58239         Log: Subject: [patch] add sv_setref_uv
58240              From: Doug MacEachern <dougm@covalent.net>
58241              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
58242              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
58243      Branch: perl
58244            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
58245            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
58246 ____________________________________________________________________________
58247 [  8839] By: jhi                                   on 2001/02/19  00:01:38
58248         Log: Put to rest the 20010205.001, the email address checking (not) regex.
58249      Branch: perl
58250            ! pod/perlfaq9.pod
58251 ____________________________________________________________________________
58252 [  8838] By: jhi                                   on 2001/02/18  22:17:54
58253         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
58254              From: Doug MacEachern <dougm@covalent.net>
58255              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
58256              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
58257      Branch: perl
58258            ! lib/ExtUtils/xsubpp
58259 ____________________________________________________________________________
58260 [  8837] By: jhi                                   on 2001/02/18  22:16:50
58261         Log: Subject: [patch] -Wall cleanup round 2
58262              From: Doug MacEachern <dougm@covalent.net>
58263              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
58264              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
58265      Branch: perl
58266            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
58267            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
58268            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
58269            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
58270            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
58271            ! ext/SDBM_File/SDBM_File.xs
58272 ____________________________________________________________________________
58273 [  8836] By: jhi                                   on 2001/02/18  22:11:20
58274         Log: Misapplied regex optimizations when \C is present.
58275              Fixes 20001230.002.
58276              
58277              What still remains broken is that the submatches that
58278              have \C in them get their UTF8 flag on because their
58279              parent SV has it on.  This will result in malformed
58280              UTF8 if a \C happened to match a non-ASCII byte.
58281      Branch: perl
58282            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
58283            ! t/pragma/utf8.t
58284 ____________________________________________________________________________
58285 [  8835] By: jhi                                   on 2001/02/18  20:12:02
58286         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
58287              
58288              The hash key got wrongly UTF8fied.
58289      Branch: perl
58290            ! pod/perlapi.pod toke.c utf8.c
58291 ____________________________________________________________________________
58292 [  8834] By: jhi                                   on 2001/02/18  19:44:25
58293         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
58294              don't warn on magical or overloaded things.
58295      Branch: perl
58296            ! pp_hot.c
58297 ____________________________________________________________________________
58298 [  8833] By: nick                                  on 2001/02/18  19:31:22
58299         Log: Integrate mainline
58300      Branch: perlio
58301           +> t/TestInit.pm t/run/runenv.t
58302            - t/UTEST
58303           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
58304           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
58305           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
58306           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
58307           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58308           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
58309           !> utf8.c
58310 ____________________________________________________________________________
58311 [  8832] By: jhi                                   on 2001/02/18  19:21:18
58312         Log: Integrate perlio.
58313      Branch: perl
58314           !> perlio.c pod/perldiag.pod
58315 ____________________________________________________________________________
58316 [  8831] By: jhi                                   on 2001/02/18  19:14:20
58317         Log: Integrate change #8827 from mainline.
58318              
58319              UTF8 tweaks.
58320      Branch: maint-5.6/perl
58321           !> sv.c utf8.c
58322 ____________________________________________________________________________
58323 [  8830] By: nick                                  on 2001/02/18  19:10:34
58324         Log: Apply the spirit of patch from Nick Clark:
58325              Subject: [PATCH] Re: extensions that provide layers
58326              From: Nicholas Clark <nick@ccl4.org>
58327              Date: Mon, 12 Feb 2001 16:43:51 +0000
58328              Message-Id: <20010212164350.Q3652@plum.flirble.org>
58329      Branch: perlio
58330            ! perlio.c pod/perldiag.pod
58331 ____________________________________________________________________________
58332 [  8829] By: jhi                                   on 2001/02/18  19:03:25
58333         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
58334              From: schwern@pobox.com 
58335              Date: Sun, 18 Feb 2001 13:44:35 -0500
58336              Message-ID: <20010218134435.A17544@magnonel.guild.net>
58337              
58338              Applied, but as t/TestInit.pm.
58339      Branch: perl
58340            + t/TestInit.pm
58341            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
58342            ! t/op/subst_wamp.t
58343 ____________________________________________________________________________
58344 [  8828] By: jhi                                   on 2001/02/18  18:43:52
58345         Log: Integrate perlio.
58346      Branch: perl
58347           !> perlio.c
58348 ____________________________________________________________________________
58349 [  8827] By: jhi                                   on 2001/02/18  18:41:33
58350         Log: UTF-8 tweaks.
58351      Branch: perl
58352            ! sv.c utf8.c
58353 ____________________________________________________________________________
58354 [  8826] By: nick                                  on 2001/02/18  17:40:59
58355         Log: Fix [ID 20010217.002]
58356              open FOO, "<:raw:perlio", ...
58357              :raw now inserts default base layer below itself.
58358              Also
58359              open FOO, "<:unix", ...
58360              works as well - but leaves buffer layer on stack under the unix layer.
58361      Branch: perlio
58362            ! perlio.c
58363 ____________________________________________________________________________
58364 [  8825] By: jhi                                   on 2001/02/18  17:15:39
58365         Log: Integrate perlio.
58366      Branch: perl
58367           !> perlio.c perliol.h
58368 ____________________________________________________________________________
58369 [  8824] By: jhi                                   on 2001/02/18  17:10:53
58370         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
58371              From: schwern@pobox.com
58372              Date: Sun, 18 Feb 2001 01:48:50 -0500
58373              Message-ID: <20010218014850.C19957@magnonel.guild.net>
58374      Branch: perl
58375            ! lib/Test/Harness.pm t/TEST t/op/chop.t
58376 ____________________________________________________________________________
58377 [  8823] By: jhi                                   on 2001/02/18  17:01:06
58378         Log: Add run/*.t to testables.
58379      Branch: perl
58380            ! t/TEST
58381 ____________________________________________________________________________
58382 [  8822] By: jhi                                   on 2001/02/18  16:58:58
58383         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
58384              From: schwern@pobox.com
58385              Date: Sun, 18 Feb 2001 01:11:35 -0500
58386              Message-ID: <20010218011135.A19957@magnonel.guild.net>
58387              
58388              Revive mjd's and Simon's PERL5OPT fix.
58389      Branch: perl
58390            + t/run/runenv.t
58391            ! MANIFEST perl.c
58392 ____________________________________________________________________________
58393 [  8821] By: jhi                                   on 2001/02/18  16:53:46
58394         Log: Subject: Re: Why t/TEST and not Test::Harness?
58395              From: schwern@pobox.com
58396              Date: Sat, 17 Feb 2001 22:44:44 -0500
58397              Message-ID: <20010217224444.A6679@magnonel.guild.net>
58398              
58399              Replace UTEST with TEST -utf8.
58400      Branch: perl
58401            - t/UTEST
58402            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
58403            ! t/lib/glob-basic.t
58404 ____________________________________________________________________________
58405 [  8820] By: nick                                  on 2001/02/18  13:06:16
58406         Log: Clean up a few core dumps when layers are used in unexpected ways.
58407              (Still not "right"...)
58408      Branch: perlio
58409            ! perlio.c perliol.h
58410 ____________________________________________________________________________
58411 [  8819] By: jhi                                   on 2001/02/18  02:25:55
58412         Log: Integrate change #8818 from maintperl, a FAQ nit.
58413      Branch: perl
58414           !> pod/perlfaq4.pod
58415 ____________________________________________________________________________
58416 [  8818] By: jhi                                   on 2001/02/18  02:24:50
58417         Log: FAQ nit from Chris Fedde.
58418      Branch: maint-5.6/perl
58419            ! pod/perlfaq4.pod
58420 ____________________________________________________________________________
58421 [  8817] By: nick                                  on 2001/02/17  18:20:14
58422         Log: Integrate mainline
58423      Branch: perlio
58424           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58425           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58426           +> pod/perlclib.pod
58427            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58428            - lib/unicode/Unicode.301
58429           !> (integrate 324 files)
58430 ____________________________________________________________________________
58431 [  8816] By: jhi                                   on 2001/02/17  16:56:58
58432         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
58433      Branch: perl
58434            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
58435            ! ext/Storable/Storable.xs t/lib/st-06compat.t
58436            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
58437 ____________________________________________________________________________
58438 [  8815] By: jhi                                   on 2001/02/17  16:40:07
58439         Log: Subject: [patch] -Wall
58440              From: Doug MacEachern <dougm@covalent.net>
58441              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
58442              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
58443      Branch: perl
58444            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
58445            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
58446 ____________________________________________________________________________
58447 [  8814] By: jhi                                   on 2001/02/16  19:27:18
58448         Log: Document qu better.
58449      Branch: perl
58450            ! pod/perlop.pod
58451 ____________________________________________________________________________
58452 [  8813] By: jhi                                   on 2001/02/15  13:54:37
58453         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
58454              From: Hugo <hv@crypt.compulink.co.uk>
58455              Date: Thu, 15 Feb 2001 13:39:49 +0000
58456              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
58457      Branch: perl
58458            ! toke.c
58459 ____________________________________________________________________________
58460 [  8812] By: alanbur                               on 2001/02/15  13:52:16
58461         Log: Resynchronised with parent
58462      Branch: maint-5.6/pureperl
58463            - ebcdic.c
58464           !> (integrate 36 files)
58465 ____________________________________________________________________________
58466 [  8811] By: jhi                                   on 2001/02/15  13:51:16
58467         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
58468              
58469              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
58470              From: Jan Dubois <JanD@ActiveState.com>
58471              Date: Wed, 31 Jan 2001 21:17:03 -0800
58472              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
58473              
58474              tweak change#8659 to keep it simple
58475              
58476              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58477              From: Russ Allbery <rra@stanford.edu>
58478              Date: 14 Feb 2001 10:15:41 -0800
58479              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58480              
58481              (8809 empty)
58482              
58483              Upgrade to podlators 1.08, from Russ Allbery.
58484      Branch: perl
58485           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
58486           !> utils/perldoc.PL
58487 ____________________________________________________________________________
58488 [  8810] By: jhi                                   on 2001/02/15  13:35:08
58489         Log: Upgrade to podlators 1.08, from Russ Allbery.
58490      Branch: maint-5.6/perl
58491            ! lib/Pod/Man.pm lib/Pod/Text.pm
58492 ____________________________________________________________________________
58493 [  8809] By: jhi                                   on 2001/02/15  13:26:38
58494         Log: (accidentally empty check-in)
58495      Branch: maint-5.6/perl
58496            ! lib/Test/Harness.pm
58497 ____________________________________________________________________________
58498 [  8808] By: jhi                                   on 2001/02/15  13:23:47
58499         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
58500              From: Russ Allbery <rra@stanford.edu>
58501              Date: 14 Feb 2001 10:15:41 -0800
58502              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
58503              
58504              perldoc was hardcoding $Config{installscript}, which breaks
58505              when install* isn't where Perl ends up (such as with AFS).
58506              
58507              Use $Config{scriptdir} instead.
58508      Branch: maint-5.6/perl
58509            ! utils/perldoc.PL
58510 ____________________________________________________________________________
58511 [  8807] By: jhi                                   on 2001/02/14  14:37:27
58512         Log: Update Changes.
58513      Branch: perl
58514            ! Changes patchlevel.h
58515 ____________________________________________________________________________
58516 [  8806] By: jhi                                   on 2001/02/14  14:25:31
58517         Log: Integrate changes #8803,8804,8805 from mainline.
58518              
58519              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58520              
58521              Don't skip too much of the locale error message if no environ array,
58522              from Chris Nandor.
58523              
58524              More MacOS Classic fixes from Chris Nandor.
58525      Branch: maint-5.6/perl
58526           !> doop.c lib/Cwd.pm perl.c perl.h util.c
58527 ____________________________________________________________________________
58528 [  8805] By: jhi                                   on 2001/02/14  03:29:01
58529         Log: More MacOS Classic fixes from Chris Nandor.
58530      Branch: perl
58531            ! doop.c lib/Cwd.pm
58532 ____________________________________________________________________________
58533 [  8804] By: jhi                                   on 2001/02/14  03:18:35
58534         Log: Don't skip too much of the locale error message if no environ array,
58535              from Chris Nandor.
58536      Branch: perl
58537            ! util.c
58538 ____________________________________________________________________________
58539 [  8803] By: jhi                                   on 2001/02/14  03:14:14
58540         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
58541      Branch: perl
58542            ! perl.c perl.h
58543 ____________________________________________________________________________
58544 [  8802] By: jhi                                   on 2001/02/13  18:31:33
58545         Log: AUTHORS update.
58546      Branch: perl
58547            ! AUTHORS
58548 ____________________________________________________________________________
58549 [  8801] By: jhi                                   on 2001/02/13  17:55:19
58550         Log: Integrate change #8792 from mainline.
58551              
58552              Subject: buncha MacPerl patches for bleadperl
58553              From: Chris Nandor <pudge@pobox.com>
58554              Date: Tue, 13 Feb 2001 00:02:43 -0500
58555              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58556      Branch: maint-5.6/perl
58557           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58558           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58559           !> t/lib/basename.t toke.c util.h
58560 ____________________________________________________________________________
58561 [  8800] By: jhi                                   on 2001/02/13  17:46:43
58562         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
58563              to be forced to Off_t.
58564              
58565              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
58566              From: nick@ccl4.org
58567              Date: Thu, 1 Feb 2001 12:01:04 +0000
58568              Message-Id: <20010201120103.E11401@plum.flirble.org>
58569      Branch: maint-5.6/perl
58570            ! iperlsys.h perlio.c
58571 ____________________________________________________________________________
58572 [  8799] By: jhi                                   on 2001/02/13  16:52:51
58573         Log: Duplex duplex hunk hunk.
58574      Branch: maint-5.6/perl
58575            ! Makefile.SH
58576 ____________________________________________________________________________
58577 [  8797] By: jhi                                   on 2001/02/13  14:52:04
58578         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
58579              From: "Craig A. Berry" <craigberry@mac.com>
58580              Date: Mon, 12 Feb 2001 11:05:25 -0600
58581              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
58582      Branch: perl
58583            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
58584 ____________________________________________________________________________
58585 [  8796] By: jhi                                   on 2001/02/13  14:36:47
58586         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
58587              From: simon.cozens@pembroke.oxford.ac.uk 
58588              Date: Sat, 10 Feb 2001 17:57:02 +0000
58589              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
58590              
58591              Now it does include.
58592      Branch: perl
58593            ! pod/perldiag.pod
58594 ____________________________________________________________________________
58595 [  8795] By: jhi                                   on 2001/02/13  14:30:11
58596         Log: Sort the MANIFEST.
58597      Branch: perl
58598            ! MANIFEST
58599 ____________________________________________________________________________
58600 [  8794] By: jhi                                   on 2001/02/13  14:26:51
58601         Log: Integrate change #8793 from mainline, FAQ updates.
58602      Branch: maint-5.6/perl
58603           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58604 ____________________________________________________________________________
58605 [  8793] By: jhi                                   on 2001/02/13  14:25:13
58606         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
58607      Branch: perl
58608            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58609 ____________________________________________________________________________
58610 [  8792] By: jhi                                   on 2001/02/13  14:22:50
58611         Log: Subject: buncha MacPerl patches for bleadperl
58612              From: Chris Nandor <pudge@pobox.com>
58613              Date: Tue, 13 Feb 2001 00:02:43 -0500
58614              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58615      Branch: perl
58616            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58617            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58618            ! t/lib/basename.t toke.c util.h
58619 ____________________________________________________________________________
58620 [  8791] By: jhi                                   on 2001/02/13  14:10:39
58621         Log: Integrate change #8790 from mainline.
58622              
58623              environ array wrongly assumed in Perl_init_i18nl10n(),
58624      Branch: maint-5.6/perl
58625           !> util.c
58626 ____________________________________________________________________________
58627 [  8790] By: jhi                                   on 2001/02/13  14:06:15
58628         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
58629              noticed by Chris Nandor in MacOS Classic.
58630      Branch: perl
58631            ! util.c
58632 ____________________________________________________________________________
58633 [  8789] By: jhi                                   on 2001/02/13  13:58:07
58634         Log: Integrate changes #8373,8487,8544,8783 from mainline.
58635              
58636              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
58637              hints files, the dynaloading, assimilate ebcdic into util.c.
58638      Branch: maint-5.6/perl
58639            - ebcdic.c
58640            ! MANIFEST hints/posix-bc.sh
58641           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
58642           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
58643           !> perlapi.c proto.h util.c
58644 ____________________________________________________________________________
58645 [  8788] By: alanbur                               on 2001/02/13  10:33:13
58646         Log: Integrated changes from maint-5.6
58647      Branch: maint-5.6/pureperl
58648           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
58649           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
58650           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58651           !> vos/config.ga.h vos/configure_perl.cm
58652 ____________________________________________________________________________
58653 [  8787] By: jhi                                   on 2001/02/13  05:56:36
58654         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
58655      Branch: perl
58656           !> Makefile.SH
58657 ____________________________________________________________________________
58658 [  8786] By: jhi                                   on 2001/02/13  05:54:34
58659         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
58660              From: Dorner Thomas <Thomas.Dorner@start.de>
58661              Date: Mon, 12 Feb 2001 15:06:26 +0100
58662              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
58663      Branch: maint-5.6/perl
58664            ! Makefile.SH
58665 ____________________________________________________________________________
58666 [  8785] By: jhi                                   on 2001/02/13  05:29:04
58667         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
58668      Branch: perl
58669           !> hints/openbsd.sh
58670 ____________________________________________________________________________
58671 [  8784] By: jhi                                   on 2001/02/13  02:25:24
58672         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
58673              From: Peter Prymmer <pvhp@forte.com>
58674              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
58675              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
58676      Branch: perl
58677            ! pod/perlclib.pod
58678 ____________________________________________________________________________
58679 [  8783] By: jhi                                   on 2001/02/13  02:22:36
58680         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
58681      Branch: perl
58682            - ebcdic.c
58683            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
58684            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
58685            ! util.c
58686 ____________________________________________________________________________
58687 [  8782] By: jhi                                   on 2001/02/13  02:00:07
58688         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
58689      Branch: maint-5.6/perl
58690            ! pod/perlport.pod
58691 ____________________________________________________________________________
58692 [  8781] By: jhi                                   on 2001/02/13  01:58:44
58693         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
58694      Branch: maint-5.6/perl
58695            ! hints/openbsd.sh
58696 ____________________________________________________________________________
58697 [  8780] By: jhi                                   on 2001/02/13  01:57:33
58698         Log: Synchronize the regexp tests between maintperl and mainline.
58699      Branch: maint-5.6/perl
58700           !> t/op/re_tests
58701 ____________________________________________________________________________
58702 [  8779] By: jhi                                   on 2001/02/13  01:49:35
58703         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58704              From: Hugo <hv@crypt.compulink.co.uk>
58705              Date: Tue, 13 Feb 2001 00:11:11 +0000
58706              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58707      Branch: perl
58708            ! regcomp.c t/op/re_tests
58709 ____________________________________________________________________________
58710 [  8778] By: jhi                                   on 2001/02/13  00:23:10
58711         Log: Comments do not nest.
58712      Branch: perl
58713            ! perl.h
58714 ____________________________________________________________________________
58715 [  8777] By: jhi                                   on 2001/02/13  00:17:54
58716         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58717              From: Hugo <hv@crypt.compulink.co.uk>
58718              Date: Tue, 13 Feb 2001 00:11:11 +0000
58719              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58720      Branch: maint-5.6/perl
58721            ! regcomp.c t/op/re_tests
58722 ____________________________________________________________________________
58723 [  8776] By: jhi                                   on 2001/02/12  23:25:52
58724         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
58725      Branch: maint-5.6/perl
58726            ! pod/perlport.pod
58727 ____________________________________________________________________________
58728 [  8775] By: jhi                                   on 2001/02/12  23:04:28
58729         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
58730      Branch: maint-5.6/perl
58731            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
58732            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58733            ! vos/configure_perl.cm
58734 ____________________________________________________________________________
58735 [  8774] By: jhi                                   on 2001/02/12  22:59:11
58736         Log: Subject: Re: [patch] context for 'U' magic functions
58737              From: Doug MacEachern <dougm@covalent.net>
58738              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
58739              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
58740              
58741              plus the suggestion by Nick Ing-Simmons to name the macro
58742              as PERL_MG_UFUNC to avoid namespace pollution, plus add
58743              the advice by Doug for XS writers to perl.h
58744      Branch: perl
58745            ! mg.c perl.h
58746 ____________________________________________________________________________
58747 [  8773] By: jhi                                   on 2001/02/11  20:14:12
58748         Log: Update Changes.
58749      Branch: perl
58750            ! Changes patchlevel.h
58751 ____________________________________________________________________________
58752 [  8772] By: jhi                                   on 2001/02/11  18:47:52
58753         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
58754              From: Simon Cozens <simon@cozens.net>
58755              Date: Wed, 31 Jan 2001 16:31:43 +0000
58756              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
58757      Branch: perl
58758            + pod/perlclib.pod
58759            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
58760            ! pod/perltoc.pod
58761 ____________________________________________________________________________
58762 [  8771] By: jhi                                   on 2001/02/11  18:36:48
58763         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
58764              
58765              Blocks-4d3.beta.txt
58766              CaseFolding-3d4.beta.txt
58767              CompositionExclusions-3d6.beta.txt
58768              EastAsianWidth-4d4.beta.txt
58769              LineBreak-6d3.beta.txt
58770              NamesList-3.1.0d1.beta.txt
58771              PropList-3.1.0d4.beta.txt
58772              SpecialCasing-4d1.beta.txt
58773              UnicodeData-3.1.0d6.beta.txt
58774      Branch: perl
58775            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58776           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58777            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58778            - lib/unicode/Unicode.301
58779            ! (edit 257 files)
58780 ____________________________________________________________________________
58781 [  8770] By: jhi                                   on 2001/02/11  17:26:22
58782         Log: UTF-8 documentation.
58783      Branch: perl
58784            ! utf8.h
58785 ____________________________________________________________________________
58786 [  8769] By: jhi                                   on 2001/02/11  17:12:49
58787         Log: Retract #8762.
58788      Branch: perl
58789            ! regexec.c
58790 ____________________________________________________________________________
58791 [  8768] By: jhi                                   on 2001/02/11  16:54:45
58792         Log: Subject: [PATCH] Test::Harness
58793              From: andreas.koenig@anima.de (Andreas J. Koenig)
58794              Date: 11 Feb 2001 14:37:00 +0100
58795              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
58796      Branch: perl
58797            ! lib/Test/Harness.pm
58798 ____________________________________________________________________________
58799 [  8767] By: jhi                                   on 2001/02/11  16:53:52
58800         Log: Subject: [PATCH] Document makepatch in Porting/patching
58801              From: andreas.koenig@anima.de (Andreas J. Koenig)
58802              Date: 11 Feb 2001 16:46:28 +0100
58803              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
58804      Branch: perl
58805            ! Porting/patching.pod
58806 ____________________________________________________________________________
58807 [  8766] By: jhi                                   on 2001/02/11  06:30:23
58808         Log: Subject: Re: [patch] GvSHARED
58809              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
58810              From: Doug MacEachern <dougm@covalent.net>
58811              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
58812              
58813              Subject: Re: [patch] GvSHARED
58814              From: Doug MacEachern <dougm@covalent.net>
58815              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
58816              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
58817              
58818              Subject: [patch] attributes.pm support for `shared'
58819              From: Doug MacEachern <dougm@covalent.net>
58820              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
58821              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
58822              
58823              our() attributes were ignored, our :shared pieces missing,
58824              allow attributes.pm to turn on shared.
58825      Branch: perl
58826            ! op.c t/op/attrs.t toke.c xsutils.c
58827 ____________________________________________________________________________
58828 [  8765] By: alanbur                               on 2001/02/10  23:11:19
58829         Log: Resync with parent (hopefully sucessfully this time)
58830      Branch: maint-5.6/pureperl
58831           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
58832           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58833           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58834           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58835           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58836           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58837           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58838 ____________________________________________________________________________
58839 [  8764] By: jhi                                   on 2001/02/10  22:54:38
58840         Log: Make TEST and UTEST more verbose in case something goes
58841              wrong in running/compiling a script, suggested by Doug
58842              MacEachern.
58843      Branch: perl
58844            ! t/TEST t/UTEST
58845 ____________________________________________________________________________
58846 [  8763] By: jhi                                   on 2001/02/10  22:11:34
58847         Log: Bogus shebang.
58848      Branch: perl
58849            ! t/lib/texttabs.t
58850 ____________________________________________________________________________
58851 [  8762] By: jhi                                   on 2001/02/10  21:56:02
58852         Log: (Retracted by #8769)
58853      Branch: perl
58854            ! regexec.c
58855 ____________________________________________________________________________
58856 [  8761] By: jhi                                   on 2001/02/10  21:26:15
58857         Log: Subject: Re: [patch] GvSHARED 
58858              From: Doug MacEachern <dougm@covalent.net>
58859              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
58860              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
58861              
58862              our @EXPORT : shared = (...);
58863      Branch: perl
58864            ! toke.c
58865 ____________________________________________________________________________
58866 [  8760] By: jhi                                   on 2001/02/10  21:25:07
58867         Log: Subject: [patch] GvSHARED
58868              From: Doug MacEachern <dougm@covalent.net>
58869              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
58870              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
58871      Branch: perl
58872            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
58873 ____________________________________________________________________________
58874 [  8759] By: alanbur                               on 2001/02/10  21:24:27
58875         Log: Backed out mismerge.
58876      Branch: maint-5.6/pureperl
58877            ! MANIFEST README.hpux README.vmesa gv.c installhtml
58878            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
58879            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58880            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58881            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58882            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58883            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
58884 ____________________________________________________________________________
58885 [  8758] By: jhi                                   on 2001/02/10  18:01:17
58886         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
58887              
58888              Fixed UMRs and leak in Perl_pmtrans()
58889              
58890              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58891              associated UTFied tr/// code.  Also fixed scoping leak of
58892              PL_reg_start_tmp.
58893              
58894              newATTRSUB leaks when an attempt to redefine the active sort sub is
58895              made.
58896      Branch: maint-5.6/perl
58897           !> op.c regcomp.c
58898 ____________________________________________________________________________
58899 [  8757] By: alanbur                               on 2001/02/10  17:56:46
58900         Log: Resynchronised with parent
58901      Branch: maint-5.6/pureperl
58902           +> README.bs2000
58903            - README.posix-bc
58904            ! gv.c perl.c sv.c
58905           !> MANIFEST README.hpux README.vmesa installhtml
58906           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58907           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58908           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58909           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58910           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58911           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58912 ____________________________________________________________________________
58913 [  8756] By: alanbur                               on 2001/02/10  17:51:15
58914         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
58915              made.
58916      Branch: maint-5.6/pureperl
58917            ! op.c
58918 ____________________________________________________________________________
58919 [  8755] By: jhi                                   on 2001/02/09  22:41:35
58920         Log: Upgrade to CPAN 1.59_54, from Andreas König.
58921      Branch: perl
58922            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58923 ____________________________________________________________________________
58924 [  8754] By: jhi                                   on 2001/02/09  22:29:20
58925         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
58926              
58927              Didn't upgrade the fill.t since it has a dependency to File::Slurp
58928              purely for debugging purposes, the actual test hasn't changed.
58929      Branch: perl
58930            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
58931            ! t/lib/textwrap.t
58932 ____________________________________________________________________________
58933 [  8753] By: jhi                                   on 2001/02/09  20:17:50
58934         Log: Integrate change #8682 from maintperl.
58935              
58936              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58937              to work correctly.
58938      Branch: perl
58939           !> hints/irix_6.sh
58940 ____________________________________________________________________________
58941 [  8752] By: jhi                                   on 2001/02/09  20:00:46
58942         Log: Update Changes.
58943      Branch: perl
58944            ! Changes patchlevel.h
58945 ____________________________________________________________________________
58946 [  8751] By: nick                                  on 2001/02/09  19:48:37
58947         Log: Integrate mainline
58948      Branch: perlio
58949           +> README.bs2000 t/lib/cgi-esc.t
58950            - README.posix-bc
58951           !> (integrate 53 files)
58952 ____________________________________________________________________________
58953 [  8750] By: nick                                  on 2001/02/09  19:25:16
58954         Log: Subject: RE: Biannual Competition to Improve Hashing Function
58955              From: Fisher Mark <fisherm@tce.com>
58956              Date: Thu, 8 Feb 2001 10:44:00 -0500
58957              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
58958              Date: Thu, 8 Feb 2001 15:02:47 -0500
58959              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
58960      Branch: perl
58961            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
58962 ____________________________________________________________________________
58963 [  8749] By: jhi                                   on 2001/02/09  19:02:35
58964         Log: Forgotten fragment.
58965      Branch: perl
58966            ! pod/perlapi.pod
58967 ____________________________________________________________________________
58968 [  8748] By: jhi                                   on 2001/02/09  18:31:34
58969         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
58970              plus manual tweakage.
58971              
58972              Sync the perlfaq2 between mainline and maintperl.
58973      Branch: maint-5.6/perl
58974            ! pod/perlfaq2.pod
58975      Branch: perl
58976           !> pod/perlfaq2.pod
58977 ____________________________________________________________________________
58978 [  8747] By: jhi                                   on 2001/02/09  18:12:04
58979         Log: Subject: versiononly and installperl
58980              From: abigail@foad.org
58981              Date: Wed, 7 Feb 2001 22:43:12 +0100
58982              Message-ID: <20010207214312.7045.qmail@foad.org>    
58983              
58984              Add +v flag to force a normal install of the perl binary
58985              and the utilities.
58986              
58987              Subject: [PATCH] installperl
58988              From: Nicholas Clark <nick@ccl4.org>
58989              Date: Fri, 9 Feb 2001 16:28:57 +0000
58990              Message-ID: <20010209162857.B10931@plum.flirble.org>
58991              
58992              Add -A flag which also hardlinks the binary with
58993              the full architecture name.
58994      Branch: perl
58995            ! installperl
58996 ____________________________________________________________________________
58997 [  8746] By: jhi                                   on 2001/02/09  18:03:43
58998         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
58999              
59000              Subject: perlfaq2, re: perlmongers
59001              
59002              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59003              
59004              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59005              
59006              Subject: [ID 20010205.001] typo in perlfaq9
59007              
59008              Subject: [ID 20010208.002] unordered explanation in perlcall
59009      Branch: maint-5.6/perl
59010           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
59011           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
59012           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
59013 ____________________________________________________________________________
59014 [  8745] By: jhi                                   on 2001/02/09  17:59:09
59015         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
59016              From: abela@geneanet.org
59017              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
59018              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
59019      Branch: perl
59020            ! pod/perlcall.pod
59021 ____________________________________________________________________________
59022 [  8744] By: jhi                                   on 2001/02/09  17:48:16
59023         Log: Subject: [ID 20010205.001] typo in perlfaq9
59024              From: eserte@vran.herceg.de
59025              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
59026              Message-Id: <200102042244.XAA21926@vran.herceg.de>
59027      Branch: perl
59028            ! pod/perlfaq9.pod
59029 ____________________________________________________________________________
59030 [  8743] By: jhi                                   on 2001/02/09  17:25:12
59031         Log: Integrate change #8695 from maintperl.
59032              
59033              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59034      Branch: perl
59035           !> thread.h
59036 ____________________________________________________________________________
59037 [  8742] By: jhi                                   on 2001/02/09  17:21:22
59038         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
59039              From: Andy Dougherty <doughera@lafayette.edu>
59040              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
59041              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
59042      Branch: perl
59043            ! embed.pl
59044 ____________________________________________________________________________
59045 [  8741] By: jhi                                   on 2001/02/09  17:05:19
59046         Log: Integrate changes #8738,8739,8740 from maintperl.
59047              
59048              Html files will be installed in a more logical and easier to
59049              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59050              
59051              Html files will be generated with a header to make them look
59052              a little less bare.
59053              
59054              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59055      Branch: perl
59056           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
59057 ____________________________________________________________________________
59058 [  8740] By: jhi                                   on 2001/02/09  17:03:46
59059         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
59060              From: "Brendan O'Dea" <bod@compusol.com.au>
59061              Date: Sun, 4 Feb 2001 11:17:56 +1100
59062              Message-ID: <20010204111756.A16301@compusol.com.au>
59063      Branch: maint-5.6/perl
59064            ! pod/perlfaq3.pod
59065 ____________________________________________________________________________
59066 [  8739] By: jhi                                   on 2001/02/09  17:01:59
59067         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
59068              From: "Indy Singh" <indy@nusphere.com>
59069              Date: Fri, 2 Feb 2001 15:09:59 -0500
59070              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
59071              
59072              Html files will be generated with a header to make them look
59073              a little less bare.
59074      Branch: maint-5.6/perl
59075            ! installhtml
59076 ____________________________________________________________________________
59077 [  8738] By: jhi                                   on 2001/02/09  16:58:48
59078         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
59079              From: "Indy Singh" <indy@nusphere.com>
59080              Date: Fri, 2 Feb 2001 15:08:23 -0500
59081              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
59082              
59083              Html files will be installed in a more logical and easier to
59084              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
59085      Branch: maint-5.6/perl
59086            ! win32/Makefile win32/makefile.mk
59087 ____________________________________________________________________________
59088 [  8737] By: jhi                                   on 2001/02/09  16:46:54
59089         Log: Integrate changes #8687,8736 from maintperl.
59090              
59091              HP-UX thread patches from Merijn H. Brand.
59092              
59093              Latin nit from Philip Newton.
59094      Branch: perl
59095           !> README.hpux hints/hpux.sh
59096 ____________________________________________________________________________
59097 [  8736] By: jhi                                   on 2001/02/09  16:42:31
59098         Log: Latin nit from Philip Newton.
59099      Branch: maint-5.6/perl
59100            ! README.hpux
59101 ____________________________________________________________________________
59102 [  8735] By: jhi                                   on 2001/02/09  16:24:03
59103         Log: Integrate changes #8704,8710 from pureperl.
59104              
59105              Fixed UMRs and leak in Perl_pmtrans()
59106              
59107              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59108              associated UTFied tr/// code.  Also fixed scoping leak of
59109              PL_reg_start_tmp.
59110      Branch: perl
59111           !> op.c regcomp.c
59112 ____________________________________________________________________________
59113 [  8734] By: jhi                                   on 2001/02/09  15:40:21
59114         Log: Integrate change #8733 from maintperl.
59115              
59116              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59117      Branch: perl
59118           !> pod/perlre.pod
59119 ____________________________________________________________________________
59120 [  8733] By: jhi                                   on 2001/02/09  15:35:47
59121         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
59122              From: Prymmer/Kahn <pvhp@best.com>
59123              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
59124              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
59125      Branch: maint-5.6/perl
59126            ! pod/perlre.pod
59127 ____________________________________________________________________________
59128 [  8732] By: jhi                                   on 2001/02/09  15:26:17
59129         Log: Rename README.posix-bc to README.bs2000 (to avoid the
59130              confusion of a "perlposix-bc.pod"), add a few missing
59131              arch pods, regen toc.
59132      Branch: maint-5.6/perl
59133           +> README.bs2000
59134            - README.posix-bc
59135            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59136            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59137 ____________________________________________________________________________
59138 [  8731] By: jhi                                   on 2001/02/09  15:23:39
59139         Log: De-cut-and-pasto.
59140      Branch: perl
59141            ! pod/perl.pod
59142 ____________________________________________________________________________
59143 [  8730] By: jhi                                   on 2001/02/09  15:11:13
59144         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
59145              when people think that perlposix-bc.pod tells anything about
59146              Perl and POSIX.  Regen toc.
59147      Branch: perl
59148           +> README.bs2000
59149            - README.posix-bc
59150            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
59151            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
59152 ____________________________________________________________________________
59153 [  8729] By: jhi                                   on 2001/02/09  14:52:28
59154         Log: The README.vmesa part of #8712 from maintperl.
59155      Branch: perl
59156            ! README.vmesa
59157 ____________________________________________________________________________
59158 [  8728] By: jhi                                   on 2001/02/09  14:46:06
59159         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
59160              From: Peter Prymmer <pvhp@forte.com>
59161              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
59162              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
59163      Branch: maint-5.6/perl
59164            ! README.vmesa win32/Makefile win32/makefile.mk
59165 ____________________________________________________________________________
59166 [  8727] By: jhi                                   on 2001/02/09  14:33:25
59167         Log: Integrate change #8712 from mainline.
59168              
59169              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
59170      Branch: maint-5.6/perl
59171           !> lib/Pod/Find.pm
59172 ____________________________________________________________________________
59173 [  8726] By: jhi                                   on 2001/02/09  14:30:28
59174         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
59175              From: Peter Prymmer <pvhp@forte.com>
59176              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
59177              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
59178      Branch: perl
59179            + t/lib/cgi-esc.t
59180            ! MANIFEST lib/CGI/Util.pm
59181 ____________________________________________________________________________
59182 [  8725] By: jhi                                   on 2001/02/09  04:56:47
59183         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
59184      Branch: maint-5.6/perl
59185            ! pod/perlport.pod
59186 ____________________________________________________________________________
59187 [  8724] By: jhi                                   on 2001/02/09  04:40:59
59188         Log: Integrate changes 7819,7820 from vmsperl into mainline.
59189              
59190              Add header for LIB$ prototypes (C. Berry)
59191              
59192              Convert fwrite()s to sockets to write()s, since some socket stacks
59193              don't take kindly to stdio.
59194              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59195              (for often optional LNMs)
59196              Correct a few typos
59197              (C. Bailey)
59198      Branch: perl
59199           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
59200 ____________________________________________________________________________
59201 [  8723] By: jhi                                   on 2001/02/09  03:29:29
59202         Log: Integrate change #8722 from mainline.
59203              
59204              The Im() function wasn't returning zero for non-Math::Complex
59205              arguments.  The bug reported by John Gamble.
59206      Branch: maint-5.6/perl
59207           !> lib/Math/Complex.pm
59208 ____________________________________________________________________________
59209 [  8722] By: jhi                                   on 2001/02/09  03:28:33
59210         Log: The Im() function wasn't returning zero for non-Math::Complex
59211              arguments.  The bug reported by John Gamble.
59212      Branch: perl
59213            ! lib/Math/Complex.pm
59214 ____________________________________________________________________________
59215 [  8721] By: nick                                  on 2001/02/08  22:11:35
59216         Log: Correct the correction :-(
59217      Branch: perl
59218            ! perl.c
59219 ____________________________________________________________________________
59220 [  8720] By: bailey                                on 2001/02/08  20:59:22
59221         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
59222              don't take kindly to stdio.
59223              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
59224              (for often optional LNMs)
59225              Correct a few typos
59226              (C. Bailey)
59227      Branch: vmsperl
59228            ! vms/vms.c vms/vmsish.h
59229 ____________________________________________________________________________
59230 [  8719] By: bailey                                on 2001/02/08  20:51:02
59231         Log: Add header for LIB$ prototypes (C. Berry)
59232      Branch: vmsperl
59233            ! ext/Devel/DProf/DProf.xs
59234 ____________________________________________________________________________
59235 [  8718] By: bailey                                on 2001/02/08  20:49:00
59236         Log: SYN SYN
59237      Branch: vmsperl
59238           +> pod/perliol.pod t/lib/sample-tests/bailout
59239           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
59240           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
59241           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
59242           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
59243           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
59244           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
59245            - lib/unicode/Is/DCinital.pl
59246           !> (integrate 101 files)
59247 ____________________________________________________________________________
59248 [  8717] By: nick                                  on 2001/02/08  19:38:48
59249         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
59250              From: Robin Barker <rmb1@cise.npl.co.uk>
59251              Date: Thu, 8 Feb 2001 14:38:07 GMT
59252              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
59253      Branch: perl
59254            ! lib/CPAN.pm
59255 ____________________________________________________________________________
59256 [  8716] By: nick                                  on 2001/02/08  19:29:07
59257         Log: Generated files form 8713 etc.
59258      Branch: perl
59259            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59260 ____________________________________________________________________________
59261 [  8715] By: nick                                  on 2001/02/08  19:26:08
59262         Log: Fixup non-ithread build after 8713
59263      Branch: perl
59264            ! perl.c
59265 ____________________________________________________________________________
59266 [  8714] By: nick                                  on 2001/02/08  19:17:45
59267         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
59268              From: nick@ccl4.org
59269              Date: Wed, 7 Feb 2001 00:27:47 +0000
59270              Message-Id: <20010207002747.B63724@plum.flirble.org>
59271      Branch: perl
59272            ! sv.c toke.c
59273 ____________________________________________________________________________
59274 [  8713] By: nick                                  on 2001/02/08  19:15:58
59275         Log: Subject: Re: [patch] Re: PL_ptr_table
59276              From: Doug Maceachern <dougm@covalent.net>
59277              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
59278              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
59279      Branch: perl
59280            ! embed.pl perl.c sv.c sv.h
59281 ____________________________________________________________________________
59282 [  8712] By: nick                                  on 2001/02/08  19:12:47
59283         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
59284              From: Peter Prymmer <pvhp@forte.com>
59285              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
59286              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
59287      Branch: perl
59288            ! lib/Pod/Find.pm
59289 ____________________________________________________________________________
59290 [  8711] By: nick                                  on 2001/02/07  21:06:11
59291         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
59292              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
59293              From: Alan Burlison <Alan.Burlison@uk.sun.com>
59294              Date: Tue, 06 Feb 2001 23:37:01 +0000
59295              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
59296      Branch: perl
59297            ! regcomp.c
59298 ____________________________________________________________________________
59299 [  8710] By: alanbur                               on 2001/02/07  00:22:04
59300         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
59301              associated UTFied tr/// code.  Also fixed scoping leak of
59302              PL_reg_start_tmp.
59303      Branch: maint-5.6/pureperl
59304            ! op.c regcomp.c
59305 ____________________________________________________________________________
59306 [  8709] By: nick                                  on 2001/02/06  21:16:49
59307         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
59308              From: Michael G Schwern <schwern@pobox.com>
59309              Date: Sun, 4 Feb 2001 19:47:14 -0500
59310              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
59311      Branch: perl
59312            ! pod/perlapi.pod pod/perlmodlib.PL
59313 ____________________________________________________________________________
59314 [  8708] By: nick                                  on 2001/02/06  20:41:20
59315         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
59316              From: Michael G Schwern <schwern@pobox.com>
59317              Date: Sun, 4 Feb 2001 21:17:49 -0500
59318              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
59319      Branch: perl
59320            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
59321            ! pod/perltootc.pod
59322 ____________________________________________________________________________
59323 [  8707] By: nick                                  on 2001/02/06  20:29:11
59324         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
59325              From: Michael G Schwern <schwern@pobox.com>
59326              Date: Tue, 6 Feb 2001 05:54:30 -0500
59327              Message-Id: <20010206055430.A951@blackrider.aocn.com>
59328      Branch: perl
59329            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
59330 ____________________________________________________________________________
59331 [  8706] By: nick                                  on 2001/02/06  20:21:40
59332         Log: Subject: RE: some win32 fixes
59333              Date: Tue, 6 Feb 2001 09:23:20 +0300
59334              From: Vadim Konovalov <vkonovalov@lucent.com>
59335              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
59336      Branch: perl
59337            ! toke.c win32/Makefile win32/config.bc win32/config.gc
59338            ! win32/config.vc win32/config_H.bc win32/makefile.mk
59339 ____________________________________________________________________________
59340 [  8705] By: alanbur                               on 2001/02/06  15:00:03
59341         Log: Synchronised with parent
59342      Branch: maint-5.6/pureperl
59343            ! regexec.c
59344           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59345           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
59346 ____________________________________________________________________________
59347 [  8704] By: alanbur                               on 2001/02/06  14:55:24
59348         Log: Fixed UMRs and leak in Perl_pmtrans()
59349      Branch: maint-5.6/pureperl
59350            ! op.c
59351 ____________________________________________________________________________
59352 [  8703] By: gsar                                  on 2001/02/06  02:29:37
59353         Log: $(MAKE) distclean doesn't clean up properly on windows
59354      Branch: maint-5.6/perl
59355            ! win32/Makefile win32/makefile.mk
59356 ____________________________________________________________________________
59357 [  8702] By: gsar                                  on 2001/02/06  01:00:46
59358         Log: tweak change#8659 to keep it simple
59359      Branch: maint-5.6/perl
59360            ! utils/perldoc.PL
59361 ____________________________________________________________________________
59362 [  8701] By: gsar                                  on 2001/02/05  22:45:41
59363         Log: change#8693 was missing testsuite changes
59364      Branch: maint-5.6/perl
59365           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
59366 ____________________________________________________________________________
59367 [  8700] By: nick                                  on 2001/02/05  20:32:52
59368         Log: Integrate mainline
59369      Branch: perlio
59370           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
59371           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59372           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59373           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59374           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59375           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59376           +> t/lib/test-harness.t
59377           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
59378           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
59379           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
59380           !> pod/perlutil.pod t/TEST utils/h2xs.PL
59381 ____________________________________________________________________________
59382 [  8699] By: nick                                  on 2001/02/05  19:41:07
59383         Log: Subject: perlfaq2, re: perlmongers
59384              From: David H. Adler <dha@panix.com>
59385              Date: Sun, 4 Feb 2001 23:48:23 -0500
59386              Message-Id: <20010204234823.A13429@panix.com>
59387      Branch: perl
59388            ! pod/perlfaq2.pod
59389 ____________________________________________________________________________
59390 [  8698] By: nick                                  on 2001/02/05  19:39:31
59391         Log: Missed file f#rom the testharness mess.
59392      Branch: perl
59393            + t/lib/test-harness.t
59394 ____________________________________________________________________________
59395 [  8697] By: nick                                  on 2001/02/05  19:37:21
59396         Log: Subject: [DOC PATCH] overload.pm nits
59397              From: John Tobey <jtobey@john-edwin-tobey.org>
59398              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
59399              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
59400      Branch: perl
59401            ! lib/overload.pm
59402 ____________________________________________________________________________
59403 [  8696] By: alanbur                               on 2001/02/05  11:56:00
59404         Log: Sync with parent
59405      Branch: maint-5.6/pureperl
59406           !> thread.h
59407 ____________________________________________________________________________
59408 [  8695] By: gsar                                  on 2001/02/05  03:27:34
59409         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
59410      Branch: maint-5.6/perl
59411            ! thread.h
59412 ____________________________________________________________________________
59413 [  8694] By: alanbur                               on 2001/02/05  00:07:47
59414         Log: Initial branch creation from //depot/maint-5.6/perl
59415      Branch: maint-5.6/pureperl
59416           +> (branch 1719 files)
59417 ____________________________________________________________________________
59418 [  8693] By: gsar                                  on 2001/02/04  22:38:49
59419         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
59420              changes)
59421      Branch: maint-5.6/perl
59422           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
59423           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
59424           !> ext/DB_File/version.c
59425 ____________________________________________________________________________
59426 [  8692] By: nick                                  on 2001/02/04  18:15:57
59427         Log: The missed t/TEST part of the grand testharness upgrade.
59428      Branch: perl
59429            ! t/TEST
59430 ____________________________________________________________________________
59431 [  8691] By: nick                                  on 2001/02/04  18:05:17
59432         Log: New improved test harness
59433              Subject: Re: [PATCH Test::Harness] Third time's a charm?
59434              From: Michael G Schwern <schwern@pobox.com>
59435              Date: Sun, 4 Feb 2001 08:01:20 -0500
59436              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
59437      Branch: perl
59438            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
59439            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
59440            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
59441            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
59442            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
59443            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
59444            ! MANIFEST lib/Test/Harness.pm
59445 ____________________________________________________________________________
59446 [  8690] By: nick                                  on 2001/02/04  17:57:51
59447         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
59448              From: Jonathan Stowe <gellyfish@gellyfish.com>
59449              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
59450              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
59451      Branch: perl
59452            ! utils/h2xs.PL
59453 ____________________________________________________________________________
59454 [  8689] By: nick                                  on 2001/02/04  17:55:24
59455         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
59456              From: Michael G Schwern <schwern@pobox.com>
59457              Date: Sat, 3 Feb 2001 22:46:38 -0500
59458              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
59459      Branch: perl
59460            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
59461            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
59462 ____________________________________________________________________________
59463 [  8688] By: nick                                  on 2001/02/04  17:43:55
59464         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
59465              length byfailing to spot lack of closing )
59466              From: nick@talking.bollo.cx
59467              Date: Sat, 03 Feb 2001 23:53:16 +0000
59468              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
59469      Branch: perl
59470            ! perlio.c pod/perldiag.pod
59471 ____________________________________________________________________________
59472 [  8687] By: jhi                                   on 2001/02/03  17:11:42
59473         Log: HP-UX thread patches from Merijn H. Brand.
59474      Branch: maint-5.6/perl
59475            ! README.hpux hints/hpux.sh
59476 ____________________________________________________________________________
59477 [  8686] By: jhi                                   on 2001/02/03  16:40:12
59478         Log: Metaconfig changes for #8685.
59479      Branch: metaconfig
59480            ! U/installdirs/instubperl.U
59481      Branch: metaconfig/U/perl
59482            ! Devel.U versiononly.U
59483 ____________________________________________________________________________
59484 [  8685] By: jhi                                   on 2001/02/03  16:39:49
59485         Log: For -Dusedevel builds turn off installusrbinperl and turn on
59486              versiononly, a combined idea of Richard Soderberg and Merijn
59487              H. Brand.  You can still override both of these from the command
59488              line if you need to, -Dinstallusrbinperl and -Uversiononly.
59489      Branch: perl
59490            ! Configure
59491 ____________________________________________________________________________
59492 [  8684] By: jhi                                   on 2001/02/03  16:16:34
59493         Log: Metaconfig unit fix for #8683.
59494      Branch: metaconfig
59495            ! U/compline/nblock_io.U
59496 ____________________________________________________________________________
59497 [  8683] By: jhi                                   on 2001/02/03  16:16:12
59498         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
59499              reported by Peter Prymmer for 5.6-TRIAL1.
59500      Branch: perl
59501            ! Configure
59502 ____________________________________________________________________________
59503 [  8682] By: jhi                                   on 2001/02/03  05:52:11
59504         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
59505              to work correctly.
59506      Branch: maint-5.6/perl
59507            ! hints/irix_6.sh
59508 ____________________________________________________________________________
59509 [  8681] By: jhi                                   on 2001/02/03  05:47:33
59510         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
59511      Branch: maint-5.6/perl
59512            ! pod/perlport.pod
59513 ____________________________________________________________________________
59514 [  8680] By: jhi                                   on 2001/02/02  21:39:49
59515         Log: perlport update from Peter Prymmer.
59516      Branch: maint-5.6/perl
59517            ! pod/perlport.pod
59518 ____________________________________________________________________________
59519 [  8679] By: nick                                  on 2001/02/02  20:50:48
59520         Log: Integrate mainline
59521      Branch: perlio
59522           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59523           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
59524           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59525 ____________________________________________________________________________
59526 [  8678] By: gsar                                  on 2001/02/02  16:02:12
59527         Log: note about bincompat, slightly modified (from Lupe Christoph)
59528      Branch: maint-5.6/perl
59529            ! README.solaris
59530 ____________________________________________________________________________
59531 [  8677] By: jhi                                   on 2001/02/02  15:46:20
59532         Log: Supported platforms updates.
59533      Branch: maint-5.6/perl
59534            ! pod/perlport.pod
59535 ____________________________________________________________________________
59536 [  8676] By: jhi                                   on 2001/02/02  03:41:26
59537         Log: A couple more perlfaq2 tweaks.
59538      Branch: maint-5.6/perl
59539            ! pod/perlfaq2.pod
59540 ____________________________________________________________________________
59541 [  8675] By: jhi                                   on 2001/02/02  03:17:44
59542         Log: Misedit in #8661.
59543      Branch: maint-5.6/perl
59544            ! Configure
59545 ____________________________________________________________________________
59546 [  8674] By: jhi                                   on 2001/02/02  03:14:38
59547         Log: Damien again.
59548      Branch: maint-5.6/perl
59549            ! pod/perlfaq2.pod
59550 ____________________________________________________________________________
59551 [  8673] By: jhi                                   on 2001/02/02  03:12:40
59552         Log: perlfaq update from Elaine Ashton.
59553      Branch: maint-5.6/perl
59554            ! pod/perlfaq2.pod
59555 ____________________________________________________________________________
59556 [  8672] By: jhi                                   on 2001/02/02  03:07:08
59557         Log: UTF-8 s/// patch from Inaba Hiroto.
59558      Branch: maint-5.6/perl
59559            ! pp_ctl.c pp_hot.c
59560 ____________________________________________________________________________
59561 [  8671] By: jhi                                   on 2001/02/01  22:34:31
59562         Log: Update Changes.
59563      Branch: perl
59564            ! Changes patchlevel.h
59565 ____________________________________________________________________________
59566 [  8670] By: jhi                                   on 2001/02/01  22:15:29
59567         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
59568              from maintperl.
59569              
59570              Upgrade to Getopt::Long 2.25, from Johan Vromans.
59571              
59572              more files need to be writable in the source distribution
59573              
59574              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59575              
59576              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59577              
59578              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59579              
59580              Allow the float to be fuzzier.
59581              
59582              need to use INT2PTR instead of a straight cast or ia64 fails
59583              
59584              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59585              
59586              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59587      Branch: perl
59588           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
59589           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
59590           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
59591 ____________________________________________________________________________
59592 [  8669] By: jhi                                   on 2001/02/01  21:57:02
59593         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59594              From: Robin Barker <rmb1@cise.npl.co.uk>
59595              Date: Thu, 1 Feb 2001 16:59:05 GMT
59596              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
59597      Branch: maint-5.6/perl
59598            ! pod/perlmodlib.PL
59599 ____________________________________________________________________________
59600 [  8668] By: nick                                  on 2001/02/01  19:41:40
59601         Log: Integrate mainline
59602      Branch: perlio
59603           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
59604           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
59605           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
59606 ____________________________________________________________________________
59607 [  8667] By: gsar                                  on 2001/02/01  16:59:11
59608         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59609      Branch: maint-5.6/perl
59610            ! embed.pl embedvar.h
59611 ____________________________________________________________________________
59612 [  8666] By: gsar                                  on 2001/02/01  16:34:51
59613         Log: add missing entries to win32/config.?c
59614      Branch: maint-5.6/perl
59615            ! win32/config.bc win32/config.gc win32/config.vc
59616            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59617 ____________________________________________________________________________
59618 [  8665] By: jhi                                   on 2001/02/01  14:58:51
59619         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59620              From: "Stephen P. Potter" <spp@spotter.yi.org>
59621              Date: Thu, 01 Feb 2001 10:45:46 -0500
59622              Message-Id: <200102011545.KAA31479@spotter.yi.org>
59623      Branch: maint-5.6/perl
59624            ! pod/perlfunc.pod
59625 ____________________________________________________________________________
59626 [  8664] By: gsar                                  on 2001/02/01  14:52:37
59627         Log: need to use INT2PTR instead of a straight cast or ia64 fails
59628              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
59629      Branch: maint-5.6/perl
59630            ! ext/POSIX/POSIX.xs
59631 ____________________________________________________________________________
59632 [  8663] By: jhi                                   on 2001/02/01  14:09:13
59633         Log: Allow the float to be fuzzier.
59634      Branch: maint-5.6/perl
59635            ! t/lib/peek.t
59636 ____________________________________________________________________________
59637 [  8662] By: jhi                                   on 2001/02/01  13:59:00
59638         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59639              From: Robin Barker <rmb1@cise.npl.co.uk>
59640              Date: Thu, 1 Feb 2001 13:05:39 GMT
59641              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
59642      Branch: maint-5.6/perl
59643            ! pod/perlmodlib.pod
59644 ____________________________________________________________________________
59645 [  8661] By: jhi                                   on 2001/02/01  13:57:38
59646         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
59647              Date: Thu, 01 Feb 2001 14:15:41 +0100
59648              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59649              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
59650              
59651              Have the $ccflags in the gcc version test (strange, this change
59652              is claimed to be have been integrated already)
59653      Branch: maint-5.6/perl
59654            ! Configure
59655 ____________________________________________________________________________
59656 [  8660] By: jhi                                   on 2001/02/01  13:44:10
59657         Log: Integrate changes #7950,7964,7962 from mainline.
59658              
59659              Find the stdchar signedness using cpp, should fix some of
59660              the Solaris compiler warnings reported by Alan Burlison.
59661      Branch: maint-5.6/perl
59662           !> Configure config_h.SH
59663 ____________________________________________________________________________
59664 [  8659] By: jhi                                   on 2001/02/01  05:35:32
59665         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
59666              From: Jan Dubois <JanD@ActiveState.com>
59667              Date: Wed, 31 Jan 2001 21:17:03 -0800
59668              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
59669      Branch: maint-5.6/perl
59670            ! utils/perldoc.PL
59671 ____________________________________________________________________________
59672 [  8658] By: jhi                                   on 2001/02/01  04:33:17
59673         Log: Integrate the README.os390 and README.posix-bc parts of mainline
59674              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
59675              installperl parts were taken care of by #8657.)
59676      Branch: maint-5.6/perl
59677           !> README.os390 README.posix-bc
59678 ____________________________________________________________________________
59679 [  8657] By: jhi                                   on 2001/02/01  04:29:21
59680         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59681              From: Peter Prymmer <pvhp@forte.com>
59682              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
59683              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
59684      Branch: maint-5.6/perl
59685            + ext/DynaLoader/dl_dllload.xs
59686            ! MANIFEST Makefile.SH hints/os390.sh installperl
59687 ____________________________________________________________________________
59688 [  8656] By: jhi                                   on 2001/02/01  04:25:45
59689         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
59690              From: Peter Prymmer <pvhp@forte.com>
59691              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
59692              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
59693      Branch: maint-5.6/perl
59694            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
59695 ____________________________________________________________________________
59696 [  8655] By: jhi                                   on 2001/02/01  04:14:47
59697         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
59698              From: troc@netrus.net
59699              Date: Wed, 31 Jan 2001 22:31:26 -0500
59700              Message-Id: <200102010331.WAA117.85@rocco.homenet>
59701      Branch: maint-5.6/perl
59702            ! os2/os2.c
59703 ____________________________________________________________________________
59704 [  8654] By: jhi                                   on 2001/02/01  04:12:52
59705         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59706              as reported by Alan Burlison.
59707      Branch: maint-5.6/perl
59708            ! pp.h
59709 ____________________________________________________________________________
59710 [  8653] By: jhi                                   on 2001/02/01  04:05:12
59711         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
59712              From: dsugalski@northernlight.com
59713              Date: Wed, 31 Jan 2001 18:54:11 -0500
59714              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
59715      Branch: maint-5.6/perl
59716            ! configure.com
59717 ____________________________________________________________________________
59718 [  8652] By: jhi                                   on 2001/02/01  04:03:11
59719         Log: Misplaced #endif.
59720              
59721              Subject: [perl-5-6-1-trial2] patches for EPOC
59722              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59723              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59724              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59725      Branch: maint-5.6/perl
59726            ! epoc/epocish.c
59727 ____________________________________________________________________________
59728 [  8651] By: jhi                                   on 2001/02/01  04:00:25
59729         Log: Integrate changes #8647,8648,8650 from mainline.
59730              
59731              Macrofy a magic UTF-8 test.
59732              
59733              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
59734              
59735              Watch out for cross compiling for EPOC (usually done on linux).
59736      Branch: maint-5.6/perl
59737           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
59738 ____________________________________________________________________________
59739 [  8650] By: jhi                                   on 2001/02/01  03:56:20
59740         Log: Watch out for cross compiling for EPOC (usually done on linux)
59741              
59742              Subject: [perl-5-6-1-trial2] patches for EPOC
59743              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59744              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59745              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59746      Branch: perl
59747            ! ext/Errno/Errno_pm.PL
59748 ____________________________________________________________________________
59749 [  8649] By: gsar                                  on 2001/02/01  00:46:00
59750         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59751      Branch: maint-5.6/perl
59752            ! sv.c
59753 ____________________________________________________________________________
59754 [  8648] By: jhi                                   on 2001/01/31  23:35:36
59755         Log: All the uses of PL_numeric_radix must be protected by
59756              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
59757              
59758              Subject: [perl-5-6-1-trial2] patches for EPOC
59759              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59760              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59761              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59762      Branch: perl
59763            ! sv.c
59764 ____________________________________________________________________________
59765 [  8647] By: jhi                                   on 2001/01/31  22:56:16
59766         Log: Macrofy a magic UTF-8 test.
59767      Branch: perl
59768            ! utf8.c utf8.h
59769 ____________________________________________________________________________
59770 [  8646] By: gsar                                  on 2001/01/31  15:55:12
59771         Log: update Changes
59772      Branch: maint-5.6/perl
59773            ! Changes
59774 ____________________________________________________________________________
59775 [  8645] By: gsar                                  on 2001/01/31  15:10:14
59776         Log: Configure tweak suggested by Peter Prymmer
59777      Branch: maint-5.6/perl
59778            ! Configure
59779 ____________________________________________________________________________
59780 [  8644] By: gsar                                  on 2001/01/31  15:06:32
59781         Log: more files need to be writable in the source distribution
59782      Branch: maint-5.6/perl
59783            ! Porting/makerel
59784 ____________________________________________________________________________
59785 [  8643] By: jhi                                   on 2001/01/31  14:59:46
59786         Log: Integrate changes #8258,8278,8279 from mainline.
59787              
59788              Make the large file tests more robust/talkative.
59789      Branch: maint-5.6/perl
59790           !> t/lib/syslfs.t t/op/lfs.t
59791 ____________________________________________________________________________
59792 [  8642] By: gsar                                  on 2001/01/31  14:53:48
59793         Log: integrate changes#8311,8334 from mainline
59794              
59795              Add a new MakeMaker variable PM_FILTER that defines a Unix
59796              filter to be run on each .pm during the pm_to_blib() phase,
59797              a fixed version of
59798              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59799              
59800              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
59801              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
59802              accurate reading of the "atime".  
59803      Branch: maint-5.6/perl
59804           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59805           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59806           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
59807 ____________________________________________________________________________
59808 [  8641] By: jhi                                   on 2001/01/31  14:46:37
59809         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
59810      Branch: maint-5.6/perl
59811            ! lib/Getopt/Long.pm
59812 ____________________________________________________________________________
59813 [  8640] By: gsar                                  on 2001/01/31  14:40:24
59814         Log: make regen_all
59815      Branch: maint-5.6/perl
59816            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
59817 ____________________________________________________________________________
59818 [  8639] By: gsar                                  on 2001/01/31  14:37:25
59819         Log: refresh windows config files
59820      Branch: maint-5.6/perl
59821            ! win32/Makefile win32/config_H.bc win32/config_H.gc
59822            ! win32/config_H.vc win32/makefile.mk
59823 ____________________________________________________________________________
59824 [  8638] By: gsar                                  on 2001/01/31  14:28:10
59825         Log: makefile tweaks for windows: introduce a bulk-switch to enable
59826              same options as ActivePerl; sync changes with makefile.mk
59827      Branch: maint-5.6/perl
59828            ! win32/Makefile win32/makefile.mk
59829 ____________________________________________________________________________
59830 [  8637] By: jhi                                   on 2001/01/31  04:41:30
59831         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
59832              From: Nicholas Clark <nick@ccl4.org>
59833              Date: Tue, 30 Jan 2001 19:51:05 +0000
59834              Message-ID: <20010130195105.R76607@plum.flirble.org> 
59835              
59836              op/inc cure.
59837      Branch: perl
59838            ! pp.c pp.h pp_hot.c t/op/arith.t
59839 ____________________________________________________________________________
59840 [  8636] By: jhi                                   on 2001/01/31  02:38:32
59841         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
59842              no perlio],8257,8380,8479,8515 from mainline.
59843              
59844              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
59845              
59846              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
59847              Subject: [PATCH perl@8133] fix-up for VMS extensions
59848              
59849              In VMS embedded perls couldn't access the statically built Socket.
59850              
59851              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
59852              
59853              Further VMS piping fixes from Charles Lane.
59854              
59855              Subject:  [PATCH] make t/op/misc.t work on VMS
59856              
59857              Add tracing for debugging extensions builds in VMS.
59858              
59859              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
59860      Branch: maint-5.6/perl
59861           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
59862           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
59863           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
59864 ____________________________________________________________________________
59865 [  8635] By: jhi                                   on 2001/01/31  01:46:41
59866         Log: Integrate change #7732 from mainline.
59867              
59868              Sparc 64-bit pack() fix from Jens Hamisch.
59869      Branch: maint-5.6/perl
59870           !> pp.c
59871 ____________________________________________________________________________
59872 [  8634] By: jhi                                   on 2001/01/31  01:41:16
59873         Log: One spot missing from #8626.
59874      Branch: maint-5.6/perl
59875            ! sv.c
59876 ____________________________________________________________________________
59877 [  8633] By: jhi                                   on 2001/01/31  00:49:17
59878         Log: Integrate change #7495 from mainline.
59879              
59880              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
59881      Branch: maint-5.6/perl
59882           !> MANIFEST ext/re/Makefile.PL
59883 ____________________________________________________________________________
59884 [  8632] By: jhi                                   on 2001/01/30  23:38:49
59885         Log: Integrate change #8396 from mainline.
59886              
59887              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
59888              better multicast support (resend)
59889      Branch: maint-5.6/perl
59890           !> ext/Socket/Socket.pm
59891 ____________________________________________________________________________
59892 [  8631] By: jhi                                   on 2001/01/30  23:28:03
59893         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
59894              
59895              More AIX lore. (7514, ext/re/hints/aix.pl)
59896              
59897              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59898              
59899              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)
59900              
59901              Subject: [ID 20001214.002] Net::Ping patch
59902              
59903              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59904              
59905              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
59906              
59907              Add ReuseAddr as a (preferred) alias for Reuse as we now
59908              also have ReusePort.
59909              
59910              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
59911      Branch: maint-5.6/perl
59912           +> ext/re/hints/aix.pl
59913           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
59914           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
59915 ____________________________________________________________________________
59916 [  8630] By: jhi                                   on 2001/01/30  23:03:59
59917         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
59918              
59919              read() documentation tweak for 20001121.004.
59920              
59921              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
59922      Branch: maint-5.6/perl
59923           !> pod/perlfunc.pod pod/perlre.pod
59924 ____________________________________________________________________________
59925 [  8629] By: jhi                                   on 2001/01/30  22:41:57
59926         Log: Integrate change #8098 from mainline.
59927              
59928              fastgetcwd is defined using a glob alias on a $^O dependent basis
59929              and there was no default assignment or perl subroutine.
59930      Branch: maint-5.6/perl
59931           !> lib/Cwd.pm
59932 ____________________________________________________________________________
59933 [  8628] By: jhi                                   on 2001/01/30  21:58:52
59934         Log: Integrate change #7866 from mainline.
59935              
59936              File::Temp 0.11.
59937      Branch: maint-5.6/perl
59938           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
59939 ____________________________________________________________________________
59940 [  8627] By: jhi                                   on 2001/01/30  21:39:44
59941         Log: Integrate changes #8075,8086,8228 from mainline.  
59942              
59943              Darwin is not Windows. (8075,8086)
59944              
59945              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59946      Branch: maint-5.6/perl
59947           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
59948           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59949           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
59950           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
59951 ____________________________________________________________________________
59952 [  8626] By: jhi                                   on 2001/01/30  21:22:11
59953         Log: Integrate with tweakery the change #8625 from mainline,
59954              the multibyte decimal separator fix ("fa_IR locale failure").
59955      Branch: maint-5.6/perl
59956            ! embedvar.h perlapi.h
59957           !> intrpvar.h perl.c perl.h sv.c util.c
59958 ____________________________________________________________________________
59959 [  8625] By: jhi                                   on 2001/01/30  20:26:33
59960         Log: Fix for the fa_IR locale failure.  The reason for the failure
59961              was that Perl was assuming the decimal separator aka the radix
59962              separator is one character.  The Farsi-Iranian locale crushed
59963              that bad assumption since there the separator is 'Momayyez',
59964              glyphwise looking somewhat like a slash, and in Unicode UTF-8
59965              encoded in two bytes, 0xd9 0xab.
59966      Branch: perl
59967            ! intrpvar.h perl.c perl.h sv.c util.c
59968 ____________________________________________________________________________
59969 [  8624] By: gsar                                  on 2001/01/30  20:17:03
59970         Log: regen_headers
59971      Branch: maint-5.6/perl
59972            ! Makefile.SH pod/perlintern.pod
59973 ____________________________________________________________________________
59974 [  8623] By: gsar                                  on 2001/01/30  19:42:34
59975         Log: backout change#7431 and its dependents (causes spurious rebuilds
59976              of autogenerated files)
59977              
59978              fix benign b.t failure
59979      Branch: maint-5.6/perl
59980            ! Makefile.SH t/lib/b.t
59981 ____________________________________________________________________________
59982 [  8622] By: jhi                                   on 2001/01/30  19:41:41
59983         Log: Microperl sync.
59984      Branch: perl
59985            ! mg.c perl.h
59986 ____________________________________________________________________________
59987 [  8621] By: gsar                                  on 2001/01/30  19:24:47
59988         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
59989              from mainline
59990              
59991              Subject: podlators 1.06 released
59992              
59993              Subject: [PATCH @8436] Eliminate op_children
59994              
59995              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
59996              
59997              (Replaced by #8448)  More op_children traces (cleanup of #8442).
59998              
59999              Subject: [PATCH #3 @8436] Re: Eliminate op_children
60000              Replace #8444 and #8445.
60001              
60002              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
60003              at the setting of the ofs_sv in new_struct_thread() as the
60004              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
60005              uninitialized fields are, uh, initialized with),
60006              SvREFCNT_inc()ing that invited a core dump.
60007              
60008              podlators 1.07, from Russ Allbery.
60009              
60010              Subject: [PATCH] regcomp.c old feature removal
60011              From: mjd@plover.com
60012              Date: 16 Jan 2001 14:43:18 -0000 
60013              Message-ID: <20010116144318.7140.qmail@plover.com> 
60014      Branch: maint-5.6/perl
60015           +> lib/Pod/Text/Overstrike.pm
60016           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
60017           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
60018           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
60019           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
60020           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
60021           !> util.c
60022 ____________________________________________________________________________
60023 [  8620] By: gsar                                  on 2001/01/30  18:48:32
60024         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
60025              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
60026              now fails one test)
60027              
60028              Subject: [PATCH] lvalue AUTOLOAD. No, really.
60029              
60030              Subject: [PATCH] Interesting syntax idea
60031              Make opens + bareword assigns do typeglob assigns.
60032              
60033              Tests for #8254.
60034              
60035              Subject: [PATCH @8269] Continue blocks and B::Deparse
60036              Make the peephole optimizer to bypass more null ops and
60037              and rewrite the deparse handling of continue blocks.
60038              
60039              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
60040              Doc tweak on #8313.
60041              
60042              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
60043              
60044              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
60045              
60046              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
60047              
60048              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
60049              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
60050              according to the platform.
60051              
60052              Subject: [PATCH @8404] Consolidated lvalue sub changes
60053              
60054              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
60055              
60056              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
60057              
60058              Subject: B::Concise -- an improved replacement for B::Terse 
60059              
60060              The B::Terse drop-in replacement wasn't quite drop-in.
60061              
60062              The LVRET macro needed an aTHX.
60063              
60064              Use the /^Perl_/-less form of is_lvalue_sub().
60065              
60066              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60067      Branch: maint-5.6/perl
60068           +> ext/B/B/Concise.pm
60069           !> (integrate 27 files)
60070 ____________________________________________________________________________
60071 [  8619] By: nick                                  on 2001/01/30  18:40:28
60072         Log: Integrate mainline
60073      Branch: perlio
60074           !> (integrate 40 files)
60075 ____________________________________________________________________________
60076 [  8618] By: jhi                                   on 2001/01/30  18:37:18
60077         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
60078              Date: Mon, 29 Jan 2001 22:51:29 -0600
60079              From: "Craig A. Berry" <craigberry@mac.com>
60080              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
60081      Branch: perl
60082            ! vms/test.com
60083 ____________________________________________________________________________
60084 [  8617] By: jhi                                   on 2001/01/30  18:34:53
60085         Log: Subject: [PATCH] Add missing CV flags to dump.c
60086              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60087              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
60088              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
60089      Branch: perl
60090            ! dump.c
60091 ____________________________________________________________________________
60092 [  8616] By: jhi                                   on 2001/01/30  18:20:58
60093         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
60094              part isn't applicable to maintperl.
60095              
60096              UTF-8 nit from Inaba Hiroto.
60097      Branch: maint-5.6/perl
60098           !> pod/perlapi.pod utf8.c
60099 ____________________________________________________________________________
60100 [  8615] By: jhi                                   on 2001/01/30  18:18:51
60101         Log: UTF-8 nit from Inaba Hiroto.
60102      Branch: perl
60103            ! pod/perlapi.pod t/op/each.t utf8.c
60104 ____________________________________________________________________________
60105 [  8614] By: jhi                                   on 2001/01/30  18:13:38
60106         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
60107              
60108              perl's internal variables are not for public consumption,
60109              move their docs from perlapi.pod to perlintern.pod
60110              
60111              support for -Dusethreads build under HP-UX 10.20 and DCE threads
60112              library (11.0 and later have pthreads but 10.x don't)
60113              
60114              avoid uninitialized value warnings
60115              
60116              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60117              gets weird results)
60118              
60119              perldoc nit on windows
60120              
60121              make it possible to run the tests outside the source tree
60122              (there's still a dependency on ../lib being the library
60123              location)
60124      Branch: perl
60125           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
60126           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
60127           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
60128           !> win32/bin/search.pl win32/vdir.h
60129 ____________________________________________________________________________
60130 [  8613] By: gsar                                  on 2001/01/30  16:39:59
60131         Log: make it possible to run the tests outside the source tree
60132              (there's still a dependency on ../lib being the library
60133              location)
60134      Branch: maint-5.6/perl
60135            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
60136 ____________________________________________________________________________
60137 [  8612] By: gsar                                  on 2001/01/30  16:31:12
60138         Log: perldoc nit on windows
60139      Branch: maint-5.6/perl
60140            ! utils/perldoc.PL
60141 ____________________________________________________________________________
60142 [  8611] By: gsar                                  on 2001/01/30  16:22:54
60143         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
60144              gets weird results)
60145      Branch: maint-5.6/perl
60146            ! win32/vdir.h
60147 ____________________________________________________________________________
60148 [  8610] By: gsar                                  on 2001/01/30  16:12:45
60149         Log: avoid uninitialized value warnings
60150      Branch: maint-5.6/perl
60151            ! win32/bin/search.pl
60152 ____________________________________________________________________________
60153 [  8609] By: gsar                                  on 2001/01/30  16:08:01
60154         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
60155              library (11.0 and later have pthreads but 10.x don't)
60156      Branch: maint-5.6/perl
60157            ! hints/hpux.sh thread.h
60158 ____________________________________________________________________________
60159 [  8608] By: gsar                                  on 2001/01/30  15:48:55
60160         Log: perl's internal variables are not for public consumption,
60161              move their docs from perlapi.pod to perlintern.pod
60162      Branch: maint-5.6/perl
60163            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
60164            ! thrdvar.h
60165 ____________________________________________________________________________
60166 [  8607] By: gsar                                  on 2001/01/30  15:44:27
60167         Log: mistakenly branched perl56delta.pod, revert
60168      Branch: maint-5.6/perl
60169            - pod/perl56delta.pod
60170           !> pod/perldelta.pod
60171 ____________________________________________________________________________
60172 [  8606] By: gsar                                  on 2001/01/30  14:20:24
60173         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
60174              dTHR which has been a noop for a while now, except for the
60175              compatibility definition in thread.h)
60176      Branch: maint-5.6/perl
60177           !> (integrate 45 files)
60178 ____________________________________________________________________________
60179 [  8605] By: jhi                                   on 2001/01/30  05:43:58
60180         Log: Mark the UTF-8 APIs as experimental.
60181      Branch: maint-5.6/perl
60182            ! embed.pl pod/perlapi.pod
60183 ____________________________________________________________________________
60184 [  8604] By: jhi                                   on 2001/01/30  05:38:40
60185         Log: Nits from earlier integrates.
60186      Branch: maint-5.6/perl
60187            ! lib/Carp/Heavy.pm
60188           !> sv.c
60189 ____________________________________________________________________________
60190 [  8603] By: jhi                                   on 2001/01/30  05:27:26
60191         Log: Regenerate Porting files.
60192      Branch: maint-5.6/perl
60193            ! Porting/Glossary Porting/config.sh Porting/config_H
60194 ____________________________________________________________________________
60195 [  8602] By: jhi                                   on 2001/01/30  05:14:59
60196         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
60197              8310,8339,8447,8492,8493,8505,8525: documentation changes.
60198              
60199              Subject: Re: perlfaq style changes
60200              
60201              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
60202              
60203              Subject: [PATCH] docs on NaN
60204              
60205              Subject: [patch] perlfaq7
60206              
60207              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
60208              
60209              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
60210              
60211              Subject: [PATCH] open() example in perlfunc.pod
60212              
60213              Podify README.mpeix (a new version from the web)
60214              
60215              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
60216              
60217              Subject: [PATCH] format and rewording in perlfaq.pod
60218              
60219              Subject: [PATCH] API Variable documentation   
60220              
60221              Memory management calls documentation.
60222              
60223              Subject: [PATCH: perl@8482] README.vms URL updates
60224              
60225              Subject: Minor typos in perlfaq2.pod
60226              
60227              Subject: [PATCH] pod/perlvar.pod
60228      Branch: maint-5.6/perl
60229           +> pod/perl56delta.pod
60230            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
60231           !> README.amiga README.epoc README.mpeix README.vms
60232           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
60233           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
60234           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
60235           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
60236           !> pod/perlvar.pod thrdvar.h
60237 ____________________________________________________________________________
60238 [  8601] By: jhi                                   on 2001/01/30  04:38:35
60239         Log: Integrate changes #8036,8096,8253 from mainline:
60240              hints changes.
60241              
60242              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
60243              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
60244              
60245              Output the (apparent) version of gcc in Tru64.
60246      Branch: maint-5.6/perl
60247           +> ext/POSIX/hints/svr4.pl
60248           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
60249           !> hints/svr4.sh t/lib/bigfltpm.t
60250 ____________________________________________________________________________
60251 [  8600] By: jhi                                   on 2001/01/30  04:04:01
60252         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
60253              locale fixes.
60254              
60255              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
60256              
60257              Debian allows /usr/bin/locale to exist without any locales. (7868)
60258              
60259              Allow the locale test needing POSIX and the taint test
60260              needing IPC::SysV to run under 'minitest' (basically,
60261              bail out if loading the extension fails). (8384)
60262              
60263              Cleanup the locale.t output  (8480)
60264      Branch: maint-5.6/perl
60265           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
60266           !> t/pragma/locale.t
60267 ____________________________________________________________________________
60268 [  8599] By: jhi                                   on 2001/01/30  03:51:04
60269         Log: Missing generated files from #8598.
60270      Branch: maint-5.6/perl
60271            ! embed.h global.sym objXSUB.h perlapi.c proto.h
60272 ____________________________________________________________________________
60273 [  8598] By: jhi                                   on 2001/01/30  03:41:54
60274         Log: Integrate change #8555 from mainline, manually integrate parts
60275              of changes 8452 and 8583.
60276              
60277              Subject: [PATCH] utf8.c documentation (8452)
60278              
60279              No point in checking the length if the pointer is bogus. (8555)
60280              
60281              Introduce bytes_from_utf8() and implement sv_eq() using it,
60282              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
60283              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
60284              was malformed. (8583)
60285      Branch: maint-5.6/perl
60286            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
60287           !> pod/perlapi.pod sv.c utf8.c
60288 ____________________________________________________________________________
60289 [  8597] By: gsar                                  on 2001/01/30  02:37:26
60290         Log: get PERL_OBJECT build going again on windows
60291      Branch: maint-5.6/perl
60292            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
60293            ! pod/perlapi.pod proto.h sv.c
60294 ____________________________________________________________________________
60295 [  8596] By: jhi                                   on 2001/01/30  02:16:17
60296         Log: Signedness nit.
60297      Branch: perl
60298            ! sv.c
60299 ____________________________________________________________________________
60300 [  8595] By: jhi                                   on 2001/01/30  02:11:07
60301         Log: EBCDIC patch for Storable, from Peter Prymmer.
60302      Branch: perl
60303            ! t/lib/st-06compat.t
60304 ____________________________________________________________________________
60305 [  8594] By: jhi                                   on 2001/01/30  01:04:48
60306         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
60307              From: Peter Prymmer <pvhp@forte.com>
60308              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
60309              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
60310      Branch: perl
60311            ! t/lib/b.t
60312 ____________________________________________________________________________
60313 [  8593] By: jhi                                   on 2001/01/30  00:56:47
60314         Log: Subject: [PATCH: perl@8585] pod problems in io
60315              From: Peter Prymmer <pvhp@forte.com>
60316              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
60317              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
60318      Branch: perl
60319            ! pod/perlapio.pod pod/perliol.pod
60320 ____________________________________________________________________________
60321 [  8592] By: jhi                                   on 2001/01/30  00:48:20
60322         Log: Integrate perlio.
60323      Branch: perl
60324           !> pod/perlapio.pod pod/perliol.pod
60325 ____________________________________________________________________________
60326 [  8591] By: nick                                  on 2001/01/29  22:02:28
60327         Log: GNU 'merge' Simon's copy of perliol.pod with version
60328              patched by Craig's patch.
60329      Branch: perlio
60330            ! pod/perliol.pod
60331 ____________________________________________________________________________
60332 [  8590] By: nick                                  on 2001/01/29  21:55:10
60333         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
60334      Branch: perlio
60335            ! pod/perlapio.pod pod/perliol.pod
60336 ____________________________________________________________________________
60337 [  8589] By: jhi                                   on 2001/01/29  15:35:33
60338         Log: Integrate change #8586 from maint-5.6/perl.
60339              
60340              make the BOM detection code not call tell() until it has to
60341              (meant to fix esoteric compatibility issues where PL_rsfp
60342              is overridden)
60343      Branch: perl
60344           !> toke.c
60345 ____________________________________________________________________________
60346 [  8588] By: jhi                                   on 2001/01/29  15:29:11
60347         Log: Subject: MAking Solaris malloc() the default
60348              From: Lupe Christoph <lupe@lupe-christoph.de>
60349              Date: Mon, 29 Jan 2001 12:59:36 +0100
60350              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
60351              
60352              The README.solaris part slightly tweaked.
60353      Branch: perl
60354            ! README.solaris hints/solaris_2.sh
60355 ____________________________________________________________________________
60356 [  8587] By: jhi                                   on 2001/01/29  15:17:34
60357         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
60358              From: root@ak-75.mind.de
60359              Date: Sun, 28 Jan 2001 20:32:29 +0100
60360              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
60361      Branch: perl
60362            ! pod/perlre.pod
60363 ____________________________________________________________________________
60364 [  8586] By: gsar                                  on 2001/01/29  13:43:44
60365         Log: make the BOM detection code not call tell() until it has to
60366              (meant to fix esoteric compatibility issues where PL_rsfp
60367              is overridden)
60368      Branch: maint-5.6/perl
60369            ! toke.c
60370 ____________________________________________________________________________
60371 [  8585] By: jhi                                   on 2001/01/28  20:05:45
60372         Log: Update Changes.
60373      Branch: perl
60374            ! Changes patchlevel.h
60375 ____________________________________________________________________________
60376 [  8584] By: jhi                                   on 2001/01/28  19:30:02
60377         Log: Integrate perlio.
60378      Branch: perl
60379           +> pod/perliol.pod
60380           !> MANIFEST pod/perlapio.pod
60381 ____________________________________________________________________________
60382 [  8583] By: jhi                                   on 2001/01/28  19:28:40
60383         Log: Patch from Inaba Hiroto:
60384              - canonical UTF-8 hash keys: if a key string for a hash is
60385              UTF8-on, try downgrade the string and use it if
60386              unicode::distinct is not in effect.
60387              For the task, I added a function bytes_from_utf8() to utf8.c.
60388              It might resemble utf8_to_bytes() but it is not convenient
60389              to the task.
60390              Made a test for it and added to t/op/each.t
60391              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
60392              the mortal copy of the argument SV.
60393              And changed t/io/utf8.t test 18 which expects print() to
60394              upgrade its argument.
60395              - re-implement sv_eq with bytes_from_utf8()
60396              - some bug fixes
60397              - tr/// does not handle UTF8 range (\x{}-\x{})
60398              - \ before raw UTF8 character produced
60399              "Malformed UTF-8 character" warning.
60400              - "\x{100}\N{CENT SIGN}" is Malformed.
60401              Added tests for these 3.
60402              - and one silly bug (by me) with qu operator.
60403      Branch: perl
60404            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
60405            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
60406            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
60407 ____________________________________________________________________________
60408 [  8582] By: nick                                  on 2001/01/28  19:25:04
60409         Log: Add pod/perliol.pod to MANIFEST :-(
60410      Branch: perlio
60411            ! MANIFEST
60412 ____________________________________________________________________________
60413 [  8581] By: nick                                  on 2001/01/28  19:22:40
60414         Log: PerlIO documentation. Proofing and sub-editing requested.
60415      Branch: perlio
60416            + pod/perliol.pod
60417            ! pod/perlapio.pod
60418 ____________________________________________________________________________
60419 [  8580] By: jhi                                   on 2001/01/28  05:16:25
60420         Log: Revert the change to sv_2pv() done by #8054: Someone who
60421              did SvNV_set() on a scalar that also happened to be POK,
60422              followed by sv_2pv() won't get the right coercion anymore.
60423              [Sarathy]
60424      Branch: maint-5.6/perl
60425            ! sv.c
60426 ____________________________________________________________________________
60427 [  8579] By: jhi                                   on 2001/01/28  05:15:04
60428         Log: Remove the #8084 effect: do not allow -Q to be interpreted
60429              as -&Q(), this is too much wiggle room.
60430      Branch: maint-5.6/perl
60431            ! toke.c
60432 ____________________________________________________________________________
60433 [  8578] By: jhi                                   on 2001/01/28  05:12:45
60434         Log: Needed bits of #8439 (should have been in #8576),
60435              mainly for lval substr().
60436      Branch: maint-5.6/perl
60437            ! mg.c pp.c pp_hot.c
60438 ____________________________________________________________________________
60439 [  8577] By: jhi                                   on 2001/01/28  05:02:46
60440         Log: A missing check-in.
60441      Branch: maint-5.6/perl
60442            ! utf8.c
60443 ____________________________________________________________________________
60444 [  8576] By: jhi                                   on 2001/01/28  04:26:18
60445         Log: Integrate changes #8425,8436,8439,8517 from mainline.
60446              The 8439 was not truly integrated because it had too many
60447              dependencies on the development branch and because it introduced
60448              concepts too bold for a maintenance branch (such as the qu operator).
60449              
60450              Subject: [PATCH perl@8342] -Wformat
60451              
60452              Tighten some of the UTF-8 tests a bit.
60453              
60454              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
60455              - The substr lval was still not okay.
60456              - Now pp_stringify and sv_setsv copies source's UTF8 flag
60457              even if IN_BYTE.  pp_stringify is called from fold_constants
60458              at optimization phase and "\x{100}" was made SvUTF8_off under
60459              use bytes (the bytes pragma is for "byte semantics" and not
60460              for "do not produce UTF8 data")
60461      Branch: maint-5.6/perl
60462            ! t/lib/charnames.t t/op/substr.t toke.c
60463           !> sv.c t/pragma/utf8.t
60464 ____________________________________________________________________________
60465 [  8575] By: jhi                                   on 2001/01/28  04:01:51
60466         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
60467              
60468              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
60469              
60470              Subject: [ID 20001230.003] UTF-8 tr still hurts
60471              
60472              Test cases for #8385 (from Simon's "torture.pl")
60473              
60474              Start fixing UTF-8 lval substr() (8405)
60475      Branch: maint-5.6/perl
60476           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
60477           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
60478 ____________________________________________________________________________
60479 [  8574] By: jhi                                   on 2001/01/28  03:09:06
60480         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
60481              from mainline.
60482              
60483              UTF-8 cleanup.
60484              
60485              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
60486              
60487              "\x{FF}\xFF" was broken.
60488              
60489              Tests for #8329 and #8330.
60490              
60491              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
60492              
60493              IRIX compiler noticed that the bof initialization might be
60494              bypassed by control flow.
60495              
60496              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
60497      Branch: maint-5.6/perl
60498           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
60499           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
60500 ____________________________________________________________________________
60501 [  8573] By: jhi                                   on 2001/01/28  02:06:12
60502         Log: Retract #8552.
60503      Branch: perl
60504            ! lib/Text/Wrap.pm t/lib/textwrap.t
60505 ____________________________________________________________________________
60506 [  8572] By: jhi                                   on 2001/01/28  02:04:49
60507         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
60508              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
60509              not really integrated but instead salvaged by hand
60510              (they had too many dependencies on the development release
60511              to be cleanly integratable).
60512              
60513              Subject: more UTF8 test suites and an UTF8 patch
60514              
60515              Tweak for MULTIPLICITY/USE_PERLIO
60516              
60517              Signedness nit.
60518              
60519              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
60520              
60521              Use the UTF8_XXX macros in is_utf8_char().
60522              
60523              Rewrite pp_concat() in terms of sv_catsv().  The . operator
60524              should now be UTF-8-proof.
60525              
60526              Subject: [PATCH perl@8269] scanning two hex-constants
60527              fails on EBCDIC environment (script length.t)
60528              
60529              Add some Unicode chop() tests.
60530      Branch: maint-5.6/perl
60531            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
60532           !> sv.c t/op/chop.t utf8.h
60533 ____________________________________________________________________________
60534 [  8571] By: jhi                                   on 2001/01/28  00:35:59
60535         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
60536              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
60537              
60538              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
60539              
60540              The maxiters upper limit sanity check (guarding against
60541              non-progress) assumed bytes instead of characters in s///
60542              and split().
60543              
60544              Signedness nit.
60545              
60546              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
60547              join() should now be UTF-8-proof.
60548              
60549              More split // UTF-8 tests. (8250)
60550      Branch: maint-5.6/perl
60551           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
60552           !> util.c
60553 ____________________________________________________________________________
60554 [  8570] By: jhi                                   on 2001/01/27  22:15:46
60555         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
60556              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
60557              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
60558              8084,8204,8244,8333 from mainline.
60559              
60560              For -Q where Q might be a one-letter sub name one does no more
60561              get a warning about an unknown filetest (7941,7943,7944,8084).
60562              
60563              Subject: Re: [ID 20001130.011] expression parsing bug ?
60564              
60565              Make uv_to_utf8() to zero-terminate its output buffer.
60566              
60567              Split off t/op/length.t (7995)
60568              
60569              Split off t/op/utf8decode.t (7996)
60570              
60571              Remove an unnecessary 'use utf8' from the utf8.t (7998)
60572              
60573              Split off t/op/concat.t (8004)
60574              
60575              Split off t/op/ver.t (8005)
60576              
60577              Document utf8_length(), utf8_distance(), and utf8_hop().
60578              
60579              Document utf8_to_uv() better.
60580              
60581              Introduce macros for UTF8 decoding (8028,8033).
60582              
60583              Add test for reverse() (8030,8031).
60584              
60585              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
60586              
60587              Do not return the Unicode replacement character    on UTF-8
60588              decoding failure.
60589              
60590              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
60591              not this_utf8 i.e. the output string has one, but don't mess
60592              with source assumption. (8052,8053)
60593              
60594              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
60595              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
60596              was not expecting to be called with something that was already
60597              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
60598              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
60599              (8054)
60600              
60601              Recode the naughty binary bytes in utf8decode.t using the \xHH.
60602              
60603              Make some panic messages a bit more logical.
60604      Branch: maint-5.6/perl
60605           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
60606           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
60607           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
60608           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
60609           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
60610           !> utf8.c utf8.h
60611 ____________________________________________________________________________
60612 [  8569] By: jhi                                   on 2001/01/27  19:16:43
60613         Log: Integrate changes #7750 from perlio and #8566 from mainline.
60614      Branch: maint-5.6/perl
60615           !> regexec.c sv.c
60616 ____________________________________________________________________________
60617 [  8568] By: jhi                                   on 2001/01/27  18:06:51
60618         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
60619              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
60620              7935[-perlio.c],7936,7959,7965 from mainline.
60621              
60622              Change the "big byte" error message to "Wide character".
60623              (7355, the croak-if-wide-chars-in-print part ignored)
60624              
60625              Use UINT64_C().
60626              
60627              Introduce Perl_utf8_length().
60628              
60629              diff -se shows these as different (7753, forgotten check-ins)
60630              
60631              Subject: [PATCH] doop.c - UTF8 tr///
60632              
60633              If we use (aTHX_ ...) then put Perl_ on the front.
60634              
60635              Make utf8_length() and utf8_distance() to be less forgiving
60636              about bad UTF-8.
60637              
60638              Test line numbers are different with utf8.
60639              
60640              No need to scan till infinity, 13 is enough. (7872,7911)
60641              
60642              Subject: [PATCH] Tokeniser debugging
60643              
60644              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60645              
60646              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
60647              
60648              Be more careful in Perl_sv_utf8_downgrade().
60649              
60650              Use DO_UTF8().
60651              
60652              Raw zero bytes in text files confuse at least GNU patch 2.1.
60653      Branch: maint-5.6/perl
60654           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
60655           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
60656           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
60657           !> t/pragma/utf8.t toke.c utf8.c utf8.h
60658 ____________________________________________________________________________
60659 [  8567] By: nick                                  on 2001/01/27  11:10:38
60660         Log: Integrate mainline
60661      Branch: perlio
60662           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
60663           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
60664           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
60665           !> toke.c
60666 ____________________________________________________________________________
60667 [  8566] By: jhi                                   on 2001/01/27  06:22:48
60668         Log: More documentation for the regexp context stack.
60669      Branch: perl
60670            ! regexec.c
60671 ____________________________________________________________________________
60672 [  8565] By: jhi                                   on 2001/01/27  05:21:57
60673         Log: Update Changes.
60674      Branch: perl
60675            ! Changes patchlevel.h
60676 ____________________________________________________________________________
60677 [  8564] By: jhi                                   on 2001/01/27  04:44:04
60678         Log: Threadedness patch for #8562 from Doug MacEachern.
60679      Branch: perl
60680            ! toke.c
60681 ____________________________________________________________________________
60682 [  8563] By: jhi                                   on 2001/01/27  04:26:24
60683         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60684              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60685              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
60686              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
60687      Branch: perl
60688            ! op.c
60689 ____________________________________________________________________________
60690 [  8562] By: jhi                                   on 2001/01/27  04:20:30
60691         Log: Subject: Re: Announce : Tokener reporting patch
60692              From: Simon Cozens <simon@cozens.net>
60693              Date: Mon, 22 Jan 2001 02:17:22 +0000
60694              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
60695      Branch: perl
60696            ! embed.h embed.pl proto.h toke.c
60697 ____________________________________________________________________________
60698 [  8561] By: jhi                                   on 2001/01/27  04:17:24
60699         Log: Forgot from #8545.  Oops.
60700      Branch: perl
60701            ! pp.c t/pragma/overload.t
60702 ____________________________________________________________________________
60703 [  8560] By: jhi                                   on 2001/01/27  03:01:47
60704         Log: A better module compilation test, use MANIFEST as suggested
60705              by Spider.
60706      Branch: perl
60707            ! t/lib/1_compile.t
60708 ____________________________________________________________________________
60709 [  8559] By: jhi                                   on 2001/01/27  02:50:48
60710         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
60711              From: Peter Prymmer <pvhp@forte.com>
60712              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
60713              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
60714      Branch: perl
60715            ! t/lib/b.t
60716 ____________________________________________________________________________
60717 [  8558] By: jhi                                   on 2001/01/27  02:27:05
60718         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
60719              From: Peter Prymmer <pvhp@forte.com>
60720              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
60721              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
60722      Branch: perl
60723            ! t/pragma/sub_lval.t
60724 ____________________________________________________________________________
60725 [  8557] By: jhi                                   on 2001/01/27  02:26:03
60726         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
60727              From: Peter Prymmer <pvhp@forte.com>
60728              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
60729              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
60730      Branch: perl
60731            ! t/lib/st-06compat.t
60732 ____________________________________________________________________________
60733 [  8556] By: jhi                                   on 2001/01/27  02:24:33
60734         Log: Subject: [PATCH: perl@8531] minor update to README.os390
60735              From: Peter Prymmer <pvhp@forte.com>
60736              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
60737              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
60738      Branch: perl
60739            ! README.os390
60740 ____________________________________________________________________________
60741 [  8555] By: jhi                                   on 2001/01/27  00:35:47
60742         Log: No point in checking the length before we know whether the pointer
60743              is bogus or not, fixes Abigail's odbm failures in Linux.
60744      Branch: perl
60745            ! sv.c
60746 ____________________________________________________________________________
60747 [  8554] By: nick                                  on 2001/01/26  19:01:31
60748         Log: Integrate mainline
60749      Branch: perlio
60750           !> lib/Text/Wrap.pm t/lib/textwrap.t
60751 ____________________________________________________________________________
60752 [  8553] By: jhi                                   on 2001/01/26  15:19:39
60753         Log: Integrate change #7792 from perlio (multiplicity fix),
60754              fix the AV leak in regex DEBUGGING (tiny part of the
60755              polymorphic regexp patch #8143).
60756      Branch: maint-5.6/perl
60757            ! regcomp.c
60758           !> scope.h
60759 ____________________________________________________________________________
60760 [  8552] By: jhi                                   on 2001/01/26  15:03:23
60761         Log: (Retracted by #8573)
60762              
60763              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
60764              From: Michael G Schwern <schwern@pobox.com>
60765              Date: Fri, 26 Jan 2001 09:28:31 -0500
60766              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
60767      Branch: perl
60768            ! lib/Text/Wrap.pm t/lib/textwrap.t
60769 ____________________________________________________________________________
60770 [  8551] By: jhi                                   on 2001/01/26  02:33:19
60771         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
60772              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
60773              
60774              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
60775              
60776              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
60777              
60778              Message nit.
60779              
60780              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
60781              
60782              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
60783              
60784              (the cleanup of unused submatches in regtry() and regcppop())
60785              
60786              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60787              stored and restored, and thusly was trounced by the utf8 swash
60788              routines.
60789              
60790              use utf8 not required to use \x{}.
60791              
60792              Removed two more tests that make no sense in UTF-8 since the test
60793              data is not in UTF-8.
60794              
60795              Get the three different space character classes right under utf8.
60796              
60797              Implement ANYOFUTF8 regprop() dumping.
60798              
60799              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
60800              
60801              Document the regex context pushing/popping a bit better.
60802      Branch: maint-5.6/perl
60803           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60804           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60805           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
60806           !> t/op/regmesg.t utf8.c
60807 ____________________________________________________________________________
60808 [  8550] By: nick                                  on 2001/01/25  19:42:30
60809         Log: Integrate mainline
60810      Branch: perlio
60811           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
60812           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
60813           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
60814           !> t/lib/bigint.t t/lib/bigintpm.t
60815 ____________________________________________________________________________
60816 [  8549] By: jhi                                   on 2001/01/25  15:22:28
60817         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
60818      Branch: maint-5.6/perl
60819            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60820 ____________________________________________________________________________
60821 [  8548] By: jhi                                   on 2001/01/25  15:02:55
60822         Log: Integrate changes #7997,8063,8492,8547 from mainline.
60823              
60824              Subject: Re: STRLEN - what?
60825              
60826              Subject: [PATCH] perlguts.pod
60827              
60828              Memory management calls documentation.
60829              
60830              Layout using tabulator is not a good idea in a pod.
60831      Branch: maint-5.6/perl
60832           !> pod/perlguts.pod
60833 ____________________________________________________________________________
60834 [  8547] By: jhi                                   on 2001/01/25  14:49:05
60835         Log: Layout using tabulator is not a good idea in a pod.
60836      Branch: perl
60837            ! pod/perlguts.pod
60838 ____________________________________________________________________________
60839 [  8546] By: jhi                                   on 2001/01/25  14:31:12
60840         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
60841              from mainline.
60842              
60843              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60844              
60845              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
60846              
60847              More Win32 editor/IDE/shell hints.
60848              
60849              More Win32 Perling.
60850              
60851              Yet another editor edit.
60852              
60853              Edit edit edit.
60854              
60855              IDE/editor section tweaking.
60856              
60857              Few more IDE/editor nits from p5p.
60858      Branch: maint-5.6/perl
60859           !> pod/perlfaq3.pod
60860 ____________________________________________________________________________
60861 [  8545] By: jhi                                   on 2001/01/25  04:16:32
60862         Log: Subject: [PATCH 5.7.0] overload int()
60863              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60864              Date: Wed, 24 Jan 2001 19:06:57 -0500
60865              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
60866      Branch: perl
60867            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
60868            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
60869            ! t/lib/bigintpm.t
60870 ____________________________________________________________________________
60871 [  8544] By: jhi                                   on 2001/01/25  04:15:11
60872         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
60873              From: Peter Prymmer <pvhp@forte.com>
60874              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
60875              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
60876      Branch: perl
60877            ! Makefile.SH README.os390 hints/os390.sh installperl
60878 ____________________________________________________________________________
60879 [  8543] By: jhi                                   on 2001/01/25  03:52:08
60880         Log: Integrate change #8462,8469 from mainline.
60881              
60882              In VMS Perl subversion (perl -V) is undef.
60883      Branch: maint-5.6/perl
60884           !> configure.com
60885 ____________________________________________________________________________
60886 [  8542] By: jhi                                   on 2001/01/25  03:44:55
60887         Log: Integrate changes #7835,7850,8315,8316 from mainline.
60888              
60889              Solaris hints.
60890      Branch: maint-5.6/perl
60891           !> hints/solaris_2.sh
60892 ____________________________________________________________________________
60893 [  8541] By: jhi                                   on 2001/01/25  03:39:28
60894         Log: Integrate #8336 from mainline.
60895      Branch: maint-5.6/perl
60896           !> hv.c
60897 ____________________________________________________________________________
60898 [  8540] By: jhi                                   on 2001/01/25  03:23:50
60899         Log: Retract #8539.
60900      Branch: maint-5.6/perl
60901            ! pod/perlfaq3.pod
60902 ____________________________________________________________________________
60903 [  8539] By: jhi                                   on 2001/01/25  03:21:55
60904         Log: (Retracted by #8540.)
60905      Branch: maint-5.6/perl
60906            ! pod/perlfaq3.pod
60907 ____________________________________________________________________________
60908 [  8538] By: jhi                                   on 2001/01/25  03:14:07
60909         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
60910              From: Peter Prymmer <pvhp@forte.com>
60911              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
60912              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
60913              
60914              The VMS bits.
60915      Branch: maint-5.6/perl
60916            ! configure.com vms/descrip_mms.template
60917 ____________________________________________________________________________
60918 [  8537] By: jhi                                   on 2001/01/25  03:06:09
60919         Log: Integrate #7710,7824,7973 from mainline.
60920      Branch: maint-5.6/perl
60921           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60922           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
60923           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
60924           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60925           !> win32/config.gc win32/config.vc
60926 ____________________________________________________________________________
60927 [  8536] By: jhi                                   on 2001/01/24  13:50:20
60928         Log: Revert the edits made by me so far to the 5.6 branch since
60929              the TRIAL1 since I did edits when I should have been using
60930              integrates.  Bad programmer.   (Will integrate them properly later.)
60931              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
60932              The #8353 will not be reapplied at least for now since
60933              the UTF-8 hash keys need more thinking.
60934              (The patches #8347, #8354, #8454, #8473 were okay since they
60935              were original edits made specifically for the 5.6.1-TRIAL1.)
60936      Branch: maint-5.6/perl
60937            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60938            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
60939            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
60940            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
60941            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
60942            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60943            ! win32/config.bc win32/config.gc win32/config.vc
60944 ____________________________________________________________________________
60945 [  8535] By: bailey                                on 2001/01/24  06:37:02
60946         Log: SYN SYN
60947      Branch: vmsperl
60948           +> (branch 26 files)
60949           !> (integrate 130 files)
60950 ____________________________________________________________________________
60951 [  8534] By: nick                                  on 2001/01/23  19:30:57
60952         Log: Integrate mainline.
60953      Branch: perlio
60954           !> Changes Configure Porting/Glossary Porting/config.sh
60955           !> Porting/config_H embed.h embed.pl ext/Encode/compile
60956           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
60957           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
60958           !> pod/perlvar.pod proto.h t/lib/1_compile.t
60959 ____________________________________________________________________________
60960 [  8533] By: jhi                                   on 2001/01/23  16:15:46
60961         Log: Forgotten from #8501.
60962      Branch: perl
60963            ! Porting/Glossary Porting/config.sh Porting/config_H
60964 ____________________________________________________________________________
60965 [  8532] By: jhi                                   on 2001/01/23  16:13:27
60966         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
60967              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60968              Date: Mon, 22 Jan 2001 17:51:58 +0100
60969              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
60970      Branch: perl
60971            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
60972 ____________________________________________________________________________
60973 [  8531] By: jhi                                   on 2001/01/23  15:46:01
60974         Log: Update Changes.
60975      Branch: perl
60976            ! Changes patchlevel.h
60977 ____________________________________________________________________________
60978 [  8530] By: jhi                                   on 2001/01/23  15:38:39
60979         Log: De-cut-and-pasto.
60980      Branch: perl
60981            ! t/lib/1_compile.t
60982 ____________________________________________________________________________
60983 [  8529] By: jhi                                   on 2001/01/23  15:11:04
60984         Log: Document the mkdir trailing slashes case.
60985      Branch: perl
60986            ! pod/perlfunc.pod
60987 ____________________________________________________________________________
60988 [  8528] By: jhi                                   on 2001/01/23  15:08:28
60989         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
60990              get installed:
60991              
60992              Subject: lib/lib.pm
60993              From: <abigail@foad.org>
60994              Date: Mon, 28 Aug 2000 20:35:08 -0400
60995              Message-ID: <20000829003508.21281.qmail@foad.org>
60996      Branch: perl
60997            ! installperl
60998 ____________________________________________________________________________
60999 [  8527] By: jhi                                   on 2001/01/23  14:44:04
61000         Log: Metaconfig unit change for #8526.
61001      Branch: metaconfig
61002            ! U/threads/archname.U
61003 ____________________________________________________________________________
61004 [  8526] By: jhi                                   on 2001/01/23  14:43:19
61005         Log: Attach -perlio to the archname if so selected.
61006      Branch: perl
61007            ! Configure
61008 ____________________________________________________________________________
61009 [  8525] By: jhi                                   on 2001/01/23  14:24:01
61010         Log: Subject: [PATCH] pod/perlvar.pod
61011              From: abigail@foad.org
61012              Date: Tue, 23 Jan 2001 01:41:10 +0100
61013              Message-ID: <20010123004110.22259.qmail@foad.org>
61014      Branch: perl
61015            ! pod/perlvar.pod
61016 ____________________________________________________________________________
61017 [  8524] By: jhi                                   on 2001/01/23  14:22:32
61018         Log: A bug introduced in #8217 (the undefined variable in the
61019              lib/safe1_t #3) fixed, by Charles Lane:
61020              
61021              The earlier patch made it so that stuff running in Safe
61022              compartments could do a "caller" and see "main".  That
61023              little change in name is done right before the code in
61024              the compartment is run, and apparantly the parser
61025              was picking up the stash name before it got changed.
61026              
61027              (why it was threaded vs. unthreaded Perl that was sensitive to this
61028              I still don't know...and it probably doesn't matter).
61029              
61030              I tryed removing the stash name-change and saw that threaded Perl
61031              did indeed pass the lib/safe1.t tests.
61032              
61033              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
61034              do the name change (and to connect _ in the compartment to the global
61035              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
61036              to call _safe_pkg_prep when creating a new compartment.
61037              
61038              Passes all tests with threaded perl on linux; passes all tests
61039              with unthreaded perl on VMS.
61040              
61041              At some point I'll probably want to revisit Safe and Opcode to
61042              provide more sensible handling of global variables...and to get
61043              formats working in Safe compartments, which they don't do currently.
61044      Branch: perl
61045            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
61046 ____________________________________________________________________________
61047 [  8523] By: jhi                                   on 2001/01/23  14:11:58
61048         Log: Also the lib/Thread.pm itself needs to be ignored if
61049              the Thread extension hasn't been built.
61050      Branch: perl
61051            ! t/lib/1_compile.t
61052 ____________________________________________________________________________
61053 [  8522] By: jhi                                   on 2001/01/23  13:51:28
61054         Log: print() instead of warn() so that stderr doesn't get
61055              unnecessarily polluted.
61056      Branch: perl
61057            ! ext/Encode/compile
61058 ____________________________________________________________________________
61059 [  8521] By: jhi                                   on 2001/01/23  13:49:48
61060         Log: Integrate perlio.
61061      Branch: perl
61062           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
61063           !> ext/Encode/encode.h
61064 ____________________________________________________________________________
61065 [  8520] By: nick                                  on 2001/01/22  21:44:00
61066         Log: More messing with Encode:
61067              Extra fields in header to allow multiple names and to record
61068              other things "compile" knows.
61069              Re-organise compile to factor out common output routines.
61070      Branch: perlio
61071            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
61072 ____________________________________________________________________________
61073 [  8519] By: nick                                  on 2001/01/22  20:33:50
61074         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
61075      Branch: perlio
61076            ! ext/Encode/Makefile.PL ext/Encode/compile
61077 ____________________________________________________________________________
61078 [  8518] By: nick                                  on 2001/01/22  20:28:13
61079         Log: Integrate mainline
61080      Branch: perlio
61081           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
61082           !> vos/config.alpha.def vos/config.alpha.h
61083 ____________________________________________________________________________
61084 [  8517] By: jhi                                   on 2001/01/22  15:37:17
61085         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
61086              by Inaba Hiroto.
61087      Branch: perl
61088            ! sv.c
61089 ____________________________________________________________________________
61090 [  8516] By: jhi                                   on 2001/01/22  14:55:15
61091         Log: More SIG_SIZE fixes.
61092      Branch: perl
61093            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
61094 ____________________________________________________________________________
61095 [  8515] By: jhi                                   on 2001/01/22  14:50:27
61096         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
61097              From: "Craig A. Berry" <craigberry@mac.com>
61098              Date: Mon, 22 Jan 2001 00:42:24 -0600
61099              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
61100      Branch: perl
61101            ! configure.com
61102 ____________________________________________________________________________
61103 [  8514] By: jhi                                   on 2001/01/22  14:31:17
61104         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
61105              From: "Craig A. Berry" <craigberry@mac.com>
61106              Date: Sun, 21 Jan 2001 23:03:25 -0600
61107              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
61108      Branch: perl
61109            ! configure.com
61110 ____________________________________________________________________________
61111 [  8513] By: jhi                                   on 2001/01/22  14:14:00
61112         Log: Add the .ucm encoding tables to the MANIFEST.
61113      Branch: perl
61114            ! MANIFEST
61115 ____________________________________________________________________________
61116 [  8512] By: jhi                                   on 2001/01/22  13:43:33
61117         Log: Integrate perlio.
61118      Branch: perl
61119           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61120           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61121           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61122           +> ext/Encode/Encode/iso8859-10.ucm
61123           +> ext/Encode/Encode/iso8859-13.ucm
61124           +> ext/Encode/Encode/iso8859-14.ucm
61125           +> ext/Encode/Encode/iso8859-15.ucm
61126           +> ext/Encode/Encode/iso8859-16.ucm
61127           +> ext/Encode/Encode/iso8859-2.ucm
61128           +> ext/Encode/Encode/iso8859-3.ucm
61129           +> ext/Encode/Encode/iso8859-4.ucm
61130           +> ext/Encode/Encode/iso8859-5.ucm
61131           +> ext/Encode/Encode/iso8859-6.ucm
61132           +> ext/Encode/Encode/iso8859-7.ucm
61133           +> ext/Encode/Encode/iso8859-8.ucm
61134           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61135           +> ext/Encode/Encode/symbol.ucm
61136           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
61137           !> perliol.h
61138 ____________________________________________________________________________
61139 [  8511] By: nick                                  on 2001/01/21  23:44:47
61140         Log: Make "real" layers of ":utf8" and ":raw".
61141              So now PERLIO=utf8 perl ...
61142              does what Andreas wanted.
61143              Fix arg passing in open.pm (still have a Carp issue).
61144      Branch: perlio
61145            ! lib/open.pm perlio.c perliol.h
61146 ____________________________________________________________________________
61147 [  8510] By: jhi                                   on 2001/01/21  22:56:53
61148         Log: Document the regex content pushing/popping a bit better.
61149      Branch: perl
61150            ! regexec.c
61151 ____________________________________________________________________________
61152 [  8509] By: jhi                                   on 2001/01/21  22:55:44
61153         Log: Tweak the mkdir trailing slash code some more.
61154              
61155              TO DO: the same handling should probably be done for
61156              all the other filesystem functions that can have directories
61157              as their arguments.
61158      Branch: perl
61159            ! pp_sys.c
61160 ____________________________________________________________________________
61161 [  8508] By: nick                                  on 2001/01/21  21:37:43
61162         Log: Switch "compiled in" encodings to .ucm format.
61163              (Leave others as .enc till we can run-time load .ucm,
61164              or find some other way to load them.)
61165      Branch: perlio
61166            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
61167            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
61168            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
61169            + ext/Encode/Encode/iso8859-10.ucm
61170            + ext/Encode/Encode/iso8859-13.ucm
61171            + ext/Encode/Encode/iso8859-14.ucm
61172            + ext/Encode/Encode/iso8859-15.ucm
61173            + ext/Encode/Encode/iso8859-16.ucm
61174            + ext/Encode/Encode/iso8859-2.ucm
61175            + ext/Encode/Encode/iso8859-3.ucm
61176            + ext/Encode/Encode/iso8859-4.ucm
61177            + ext/Encode/Encode/iso8859-5.ucm
61178            + ext/Encode/Encode/iso8859-6.ucm
61179            + ext/Encode/Encode/iso8859-7.ucm
61180            + ext/Encode/Encode/iso8859-8.ucm
61181            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
61182            + ext/Encode/Encode/symbol.ucm
61183            ! ext/Encode/Makefile.PL ext/Encode/compile
61184 ____________________________________________________________________________
61185 [  8507] By: nick                                  on 2001/01/21  21:02:03
61186         Log: Integrate (partial) mainline.
61187      Branch: perlio
61188           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
61189           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
61190           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61191 ____________________________________________________________________________
61192 [  8506] By: jhi                                   on 2001/01/21  20:09:30
61193         Log: Update Changes.
61194      Branch: perl
61195            ! Changes patchlevel.h
61196 ____________________________________________________________________________
61197 [  8505] By: jhi                                   on 2001/01/21  19:39:59
61198         Log: Subject: Minor typos in perlfaq2.pod
61199              From: "Stephen P. Potter" <spp@spotter.yi.org>
61200              Message-Id: <200101192101.QAA11911@spotter.yi.org>
61201              Date: Fri, 19 Jan 2001 16:01:13 -0500
61202              
61203              with a nit from Philip Newton.
61204      Branch: perl
61205            ! pod/perlfaq2.pod
61206 ____________________________________________________________________________
61207 [  8504] By: jhi                                   on 2001/01/21  19:33:05
61208         Log: Metaconfig change for #8503.
61209      Branch: metaconfig
61210            ! U/threads/usethreads.U
61211 ____________________________________________________________________________
61212 [  8503] By: jhi                                   on 2001/01/21  19:32:21
61213         Log: Sanity check for conflicting thread flavours.
61214      Branch: perl
61215            ! Configure config_h.SH
61216 ____________________________________________________________________________
61217 [  8502] By: jhi                                   on 2001/01/21  19:23:00
61218         Log: Metaconfig change for #8501.
61219      Branch: metaconfig
61220            ! U/modified/sig_name.U
61221 ____________________________________________________________________________
61222 [  8501] By: jhi                                   on 2001/01/21  19:22:26
61223         Log: The SIG_SIZE is the number of the elements *excluding*
61224              the terminating NULL.
61225      Branch: perl
61226            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
61227            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
61228            ! win32/config_H.vc
61229 ____________________________________________________________________________
61230 [  8500] By: jhi                                   on 2001/01/21  18:31:31
61231         Log: Integrate perlio.
61232      Branch: perl
61233           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
61234           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
61235           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
61236           !> pp_sys.c proto.h sv.c
61237 ____________________________________________________________________________
61238 [  8499] By: jhi                                   on 2001/01/21  17:43:57
61239         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
61240              From: Hugo <hv@crypt.compulink.co.uk>
61241              Date: Sun, 21 Jan 2001 13:34:05 +0000
61242              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
61243              
61244              In sprintf UTF8ize only if necessary.
61245      Branch: perl
61246            ! sv.c
61247 ____________________________________________________________________________
61248 [  8498] By: nick                                  on 2001/01/21  16:25:32
61249         Log: Encode cleanup.
61250              Add command line control over "compile" so that Makefile.PL
61251              needs can be combined with other uses.
61252              Use command line options in Makefile.PL.
61253              Fix multi-byte parsing in .ucm files.
61254      Branch: perlio
61255            ! ext/Encode/Makefile.PL ext/Encode/compile
61256 ____________________________________________________________________________
61257 [  8497] By: nick                                  on 2001/01/21  12:56:27
61258         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
61259      Branch: perlio
61260            ! ext/Encode/Encode.xs
61261 ____________________________________________________________________________
61262 [  8496] By: nick                                  on 2001/01/21  12:18:45
61263         Log: Fixup after integrate:
61264              missed the .sym files that are changed by regen_headers
61265              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
61266      Branch: perlio
61267            ! global.sym pp.sym sv.c
61268 ____________________________________________________________________________
61269 [  8495] By: nick                                  on 2001/01/21  11:51:07
61270         Log: Integrate mainline.
61271      Branch: perlio
61272           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
61273           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
61274           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
61275           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
61276           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
61277           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
61278           !> win32/Makefile win32/makefile.mk
61279 ____________________________________________________________________________
61280 [  8494] By: jhi                                   on 2001/01/20  23:12:11
61281         Log: Forgot the expect_number() prototype.
61282      Branch: perl
61283            ! embed.h embed.pl proto.h
61284 ____________________________________________________________________________
61285 [  8493] By: jhi                                   on 2001/01/20  22:56:39
61286         Log: Subject: [PATCH: perl@8482] README.vms URL updates
61287              From: Peter Prymmer <pvhp@forte.com>
61288              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
61289              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
61290              
61291              Plus Craig A. Berry's suggestion to use compaq.com instead
61292              of digital.com.
61293      Branch: perl
61294            ! README.vms
61295 ____________________________________________________________________________
61296 [  8492] By: jhi                                   on 2001/01/20  22:50:05
61297         Log: Memory management calls documentation.
61298      Branch: perl
61299            ! pod/perlguts.pod
61300 ____________________________________________________________________________
61301 [  8491] By: jhi                                   on 2001/01/20  22:38:33
61302         Log: Signedness nit plus few memcpy/Copy nits.
61303      Branch: perl
61304            ! sv.c
61305 ____________________________________________________________________________
61306 [  8490] By: jhi                                   on 2001/01/20  22:25:53
61307         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
61308              From: Peter Prymmer <pvhp@forte.com>
61309              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
61310              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
61311      Branch: perl
61312            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
61313 ____________________________________________________________________________
61314 [  8489] By: jhi                                   on 2001/01/20  22:24:41
61315         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
61316              From: Peter Prymmer <pvhp@forte.com>
61317              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
61318              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
61319      Branch: perl
61320            ! win32/Makefile win32/makefile.mk
61321 ____________________________________________________________________________
61322 [  8488] By: jhi                                   on 2001/01/20  22:22:27
61323         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
61324              From: Peter Prymmer <pvhp@forte.com>
61325              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
61326              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
61327      Branch: perl
61328            ! Makefile.SH
61329 ____________________________________________________________________________
61330 [  8487] By: jhi                                   on 2001/01/20  22:21:18
61331         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
61332              From: Peter Prymmer <pvhp@forte.com>
61333              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
61334              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
61335      Branch: perl
61336            + ext/DynaLoader/dl_dllload.xs
61337            ! MANIFEST Makefile.SH hints/os390.sh
61338 ____________________________________________________________________________
61339 [  8486] By: jhi                                   on 2001/01/20  22:17:53
61340         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
61341              From: Peter Prymmer <pvhp@forte.com>
61342              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
61343              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
61344      Branch: perl
61345            ! README.os390 README.posix-bc
61346 ____________________________________________________________________________
61347 [  8485] By: jhi                                   on 2001/01/20  20:15:30
61348         Log: Document and test the new qu operator.
61349      Branch: perl
61350            + t/op/qu.t
61351            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
61352            ! pod/perlretut.pod pod/perlunicode.pod
61353 ____________________________________________________________________________
61354 [  8484] By: nick                                  on 2001/01/20  19:42:30
61355         Log: Infrastructure to allow:
61356              open($fh,"|-",@array);
61357              to be implemented
61358              i.e. mark pp_open as needing a stack mark, and make pp_open
61359              process its args in that style (and pass them _all_ to tied handles OPEN).
61360              Invent do_openn() which takes SV ** at allow it to see multiple args.
61361              Note this does not _do_ anything yet.
61362      Branch: perlio
61363            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
61364            ! perlapi.c pp_proto.h pp_sys.c proto.h
61365 ____________________________________________________________________________
61366 [  8483] By: nick                                  on 2001/01/20  17:23:14
61367         Log: Integrate mainline.
61368      Branch: perlio
61369           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
61370           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
61371 ____________________________________________________________________________
61372 [  8482] By: jhi                                   on 2001/01/19  15:37:49
61373         Log: Update Changes.
61374      Branch: perl
61375            ! Changes patchlevel.h
61376 ____________________________________________________________________________
61377 [  8481] By: jhi                                   on 2001/01/19  14:41:24
61378         Log: Subject: Re: new feature: s?printf parameter reordering 
61379              From: Hugo <hv@crypt.compulink.co.uk>
61380              Date: Thu, 11 Jan 2001 17:09:03 +0000
61381              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
61382              
61383              - support reordering for all parameters: %, *v, *, .*
61384              - lay down that the reordering specification must immediately
61385              follow that parameter: %3$, *v3$, *3$, .*3$
61386              - fix vectorisation of a zero-length string
61387              - factor out the code choosing the argument to format
61388              
61389              Possibly unwanted side-effects:
61390              - the special format specifiers ' +-0' must now precede any
61391              vectorisation specifier. Tests in op/sprintf and op/ver
61392              have been changed to reflect this.
61393              - sprintf.t test #214 changed its expectations because in many
61394              cases, the next parameter has already been consumed when an
61395              invalid type letter is detected.
61396              
61397              Probably wanted side-effects:
61398              - attempts to format a non-existent parameter will warn as if C<undef>
61399              - attempt to write to non-existent parameter with '%n' will complain
61400              of "attempt to modify read-only value" instead of being silent
61401      Branch: perl
61402            ! sv.c t/op/sprintf.t t/op/ver.t
61403 ____________________________________________________________________________
61404 [  8480] By: jhi                                   on 2001/01/19  14:08:37
61405         Log: Subject: PATCH pragma/locale.t
61406              From: andreas.koenig@anima.de (Andreas J. Koenig)
61407              Date: 18 Jan 2001 09:45:37 +0100
61408              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
61409      Branch: perl
61410            ! t/pragma/locale.t
61411 ____________________________________________________________________________
61412 [  8479] By: jhi                                   on 2001/01/19  13:19:58
61413         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
61414      Branch: perl
61415            ! configure.com
61416 ____________________________________________________________________________
61417 [  8478] By: jhi                                   on 2001/01/19  02:12:35
61418         Log: Automate 1_compile.t.
61419      Branch: perl
61420            ! t/lib/1_compile.t
61421 ____________________________________________________________________________
61422 [  8477] By: jhi                                   on 2001/01/19  01:49:56
61423         Log: Integrate perlio.
61424      Branch: perl
61425           !> sv.c win32/config.bc win32/config.gc win32/config.vc
61426           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
61427 ____________________________________________________________________________
61428 [  8476] By: nick                                  on 2001/01/18  21:51:52
61429         Log: Integrate mainline
61430      Branch: perlio
61431           +> t/lib/1_compile.t t/lib/compmod.pl
61432           !> MANIFEST configure.com lib/unicode/distinct.pm
61433 ____________________________________________________________________________
61434 [  8475] By: nick                                  on 2001/01/18  21:48:02
61435         Log: Win32 "safe signals" co-existance fix.
61436              Fix SIG_SIZE value.
61437              Clear PL_sig_pending when cloning (fork).
61438      Branch: perlio
61439            ! sv.c win32/config.bc win32/config.gc win32/config.vc
61440            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61441 ____________________________________________________________________________
61442 [  8474] By: jhi                                   on 2001/01/18  14:40:57
61443         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
61444      Branch: perl
61445            ! t/lib/1_compile.t
61446 ____________________________________________________________________________
61447 [  8473] By: gsar                                  on 2001/01/18  11:42:31
61448         Log: unsubmitted trial1 change
61449      Branch: maint-5.6/perl
61450            ! Changes
61451 ____________________________________________________________________________
61452 [  8472] By: jhi                                   on 2001/01/18  04:30:24
61453         Log: The first bug found by 1_compile.t.
61454      Branch: perl
61455            ! lib/unicode/distinct.pm
61456 ____________________________________________________________________________
61457 [  8471] By: jhi                                   on 2001/01/18  04:29:42
61458         Log: Add Schwern's 1_compile test.  The compile_module script renamed
61459              to be a bit shorter for the 8.3 people.
61460      Branch: perl
61461            + t/lib/1_compile.t t/lib/compmod.pl
61462            ! MANIFEST
61463 ____________________________________________________________________________
61464 [  8470] By: jhi                                   on 2001/01/18  04:16:00
61465         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)
61466              From: Peter Prymmer <pvhp@forte.com>
61467              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61468              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61469              Replace #8463.
61470      Branch: maint-5.6/perl
61471            ! configure.com
61472 ____________________________________________________________________________
61473 [  8469] By: jhi                                   on 2001/01/18  04:13:02
61474         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)
61475              From: Peter Prymmer <pvhp@forte.com>
61476              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
61477              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
61478              Replace #8462.
61479      Branch: perl
61480            ! configure.com
61481 ____________________________________________________________________________
61482 [  8468] By: jhi                                   on 2001/01/18  03:42:08
61483         Log: Integrate perlio.
61484      Branch: perl
61485           !> gv.c mg.c perlio.c util.c
61486 ____________________________________________________________________________
61487 [  8467] By: nick                                  on 2001/01/17  22:41:10
61488         Log: "Safe" signals - trial implementation.
61489              gv.c tweaked to zero PL_sig_pend array
61490              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
61491              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
61492              Odd thing is that it "works" with PERLIO=stdio as well (linux).
61493      Branch: perlio
61494            ! gv.c mg.c perlio.c util.c
61495 ____________________________________________________________________________
61496 [  8466] By: nick                                  on 2001/01/17  20:40:20
61497         Log: Integrate mainline.
61498      Branch: perlio
61499           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
61500           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61501           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
61502           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61503           !> vos/config.ga.h win32/config.bc win32/config.gc
61504           !> win32/config.vc
61505 ____________________________________________________________________________
61506 [  8465] By: jhi                                   on 2001/01/17  18:37:13
61507         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61508              From: Nicholas Clark <nick@ccl4.org>
61509              Date: Wed, 17 Jan 2001 17:31:33 +0000
61510              Message-ID: <20010117173133.I2633@plum.flirble.org>
61511      Branch: perl
61512            ! t/op/int.t
61513 ____________________________________________________________________________
61514 [  8464] By: jhi                                   on 2001/01/17  14:43:17
61515         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
61516              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61517              Date: Wed, 17 Jan 2001 15:16:43 +0100
61518              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
61519              
61520              pp_int() was dropping an NV to the floor,
61521              int(279964589018079/59) either returned not an integer
61522              4745162525730.15, or one got "Attempt to free unreferenced scalar."
61523      Branch: perl
61524            ! pp.c
61525 ____________________________________________________________________________
61526 [  8463] By: jhi                                   on 2001/01/17  06:12:42
61527         Log: (Replaced by #8470)
61528              
61529              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)
61530              From: "Craig A. Berry" <craigberry@mac.com>
61531              Date: Tue, 16 Jan 2001 23:38:46 -0600
61532              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61533      Branch: maint-5.6/perl
61534            ! configure.com
61535 ____________________________________________________________________________
61536 [  8462] By: jhi                                   on 2001/01/17  06:11:31
61537         Log: (Replaced by #8469)
61538              
61539              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)
61540              From: "Craig A. Berry" <craigberry@mac.com>
61541              Date: Tue, 16 Jan 2001 23:38:46 -0600
61542              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
61543      Branch: perl
61544            ! configure.com
61545 ____________________________________________________________________________
61546 [  8461] By: jhi                                   on 2001/01/17  05:56:12
61547         Log: Allow for one trailing slash in the directory of mkdir().
61548      Branch: perl
61549            ! pp_sys.c
61550 ____________________________________________________________________________
61551 [  8460] By: jhi                                   on 2001/01/17  03:26:01
61552         Log: Metaconfig unit changes for #8459.
61553      Branch: metaconfig
61554            ! U/modified/Loc.U U/modified/sig_name.U
61555 ____________________________________________________________________________
61556 [  8459] By: jhi                                   on 2001/01/17  03:24:48
61557         Log: Define SIG_SIZE, the number of elements in the sig_name and
61558              sig_num arrays, including the final NULL entry.
61559      Branch: perl
61560            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61561            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
61562            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
61563            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61564            ! win32/config.bc win32/config.gc win32/config.vc
61565 ____________________________________________________________________________
61566 [  8458] By: jhi                                   on 2001/01/17  01:41:33
61567         Log: Integrate perlio.
61568      Branch: perl
61569           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61570           !> perlapi.h proto.h sv.c
61571 ____________________________________________________________________________
61572 [  8457] By: nick                                  on 2001/01/16  22:07:26
61573         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
61574              Provides all the "cost" but no benefit yet - it is to allow cost
61575              to be measured, and implementation experiments (just in mg.c?).
61576      Branch: perlio
61577            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
61578            ! perlapi.h proto.h sv.c
61579 ____________________________________________________________________________
61580 [  8456] By: nick                                  on 2001/01/16  21:07:07
61581         Log: Integrate mainline.
61582      Branch: perlio
61583           !> (integrate 51 files)
61584 ____________________________________________________________________________
61585 [  8455] By: jhi                                   on 2001/01/16  18:13:43
61586         Log: Subject: [PATCH] regcomp.c old feature removal
61587              From: mjd@plover.com
61588              Date: 16 Jan 2001 14:43:18 -0000 
61589              Message-ID: <20010116144318.7140.qmail@plover.com> 
61590      Branch: perl
61591            ! regcomp.c
61592 ____________________________________________________________________________
61593 [  8454] By: jhi                                   on 2001/01/16  16:12:39
61594         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
61595              From: "Indy Singh" <indy@nusphere.com>
61596              Date: Wed, 10 Jan 2001 20:17:49 -0500
61597              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
61598      Branch: maint-5.6/perl
61599            ! win32/Makefile
61600 ____________________________________________________________________________
61601 [  8453] By: jhi                                   on 2001/01/16  16:09:33
61602         Log: Update Changes.
61603      Branch: perl
61604            ! Changes patchlevel.h
61605 ____________________________________________________________________________
61606 [  8452] By: jhi                                   on 2001/01/16  15:42:04
61607         Log: Subject: Re: API Cleanup
61608              To: perl5-porters@perl.org
61609              Date: Tue, 16 Jan 2001 13:42:30 +0000
61610              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
61611              
61612              Subject: [PATCH] utf8.c documentation
61613              From: Simon Cozens <simon@cozens.net>
61614              Date: Tue, 16 Jan 2001 13:52:48 +0000
61615              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
61616              
61617              Subject: Re: API Cleanup
61618              From: Simon Cozens <simon@cozens.net>
61619              Date: Tue, 16 Jan 2001 14:58:55 +0000
61620              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
61621              
61622              UTF-8 doc patches.
61623      Branch: perl
61624            ! embed.pl pod/perlapi.pod utf8.c
61625 ____________________________________________________________________________
61626 [  8451] By: jhi                                   on 2001/01/16  14:41:39
61627         Log: podlators 1.07, from Russ Allbery.
61628      Branch: perl
61629            ! lib/Pod/Man.pm
61630 ____________________________________________________________________________
61631 [  8450] By: jhi                                   on 2001/01/16  14:24:19
61632         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
61633              From: "Indy Singh" <indy@nusphere.com>
61634              Date: Mon, 15 Jan 2001 20:59:40 -0500
61635              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
61636      Branch: perl
61637            ! win32/Makefile
61638 ____________________________________________________________________________
61639 [  8449] By: jhi                                   on 2001/01/16  03:42:55
61640         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
61641              at the setting of the ofs_sv in new_struct_thread() as the
61642              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
61643              uninitialized fields are, uh, initialized with),
61644              SvREFCNT_inc()ing that invited a core dump.
61645      Branch: perl
61646            ! util.c
61647 ____________________________________________________________________________
61648 [  8448] By: jhi                                   on 2001/01/16  01:49:07
61649         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
61650              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61651              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
61652              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
61653              
61654              Replace #8444 and #8445.
61655      Branch: perl
61656            ! ext/B/B.xs ext/B/B/Debug.pm
61657 ____________________________________________________________________________
61658 [  8447] By: jhi                                   on 2001/01/15  21:05:35
61659         Log: Subject: [PATCH] API Variable documentation   
61660              From: Simon Cozens <simon@cozens.net>
61661              Date: Mon, 15 Jan 2001 19:35:54 +0000
61662              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
61663      Branch: perl
61664            ! pod/perlapi.pod thrdvar.h
61665 ____________________________________________________________________________
61666 [  8446] By: jhi                                   on 2001/01/15  20:49:20
61667         Log: Signedness nit.
61668      Branch: perl
61669            ! pp_ctl.c
61670 ____________________________________________________________________________
61671 [  8445] By: jhi                                   on 2001/01/15  20:28:48
61672         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
61673      Branch: perl
61674            ! ext/B/B/Debug.pm
61675 ____________________________________________________________________________
61676 [  8444] By: jhi                                   on 2001/01/15  13:09:10
61677         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
61678      Branch: perl
61679            ! ext/B/B.xs
61680 ____________________________________________________________________________
61681 [  8443] By: jhi                                   on 2001/01/15  13:06:26
61682         Log: Missing from #8439.
61683      Branch: perl
61684            ! keywords.h mg.c
61685 ____________________________________________________________________________
61686 [  8442] By: jhi                                   on 2001/01/15  13:02:38
61687         Log: Subject: [PATCH @8436] Eliminate op_children
61688              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61689              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
61690              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
61691              
61692              Subject: [PATCH @8436] Re: Eliminate op_children
61693              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61694              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
61695              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
61696      Branch: perl
61697            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
61698            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
61699            ! op.c op.h
61700 ____________________________________________________________________________
61701 [  8441] By: jhi                                   on 2001/01/15  12:57:08
61702         Log: Use the /^Perl_/-less form of is_lvalue_sub().
61703      Branch: perl
61704            ! pp.h
61705 ____________________________________________________________________________
61706 [  8440] By: jhi                                   on 2001/01/15  05:13:09
61707         Log: Revert #8437 and #8438, the Linux large files story is more complex.
61708      Branch: metaconfig/U/perl
61709            ! d_fpos64_t.U d_off64_t.U
61710      Branch: perl
61711            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61712            ! config_h.SH configure.com epoc/config.sh perl.h
61713            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61714            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61715            ! win32/config.bc win32/config.gc win32/config.vc
61716 ____________________________________________________________________________
61717 [  8439] By: jhi                                   on 2001/01/15  05:02:24
61718         Log: More UTF-8 patches from Inaba Hiroto.
61719              - The substr lval was still not okay.
61720              - Now pp_stringify and sv_setsv copies source's UTF8 flag
61721              even if IN_BYTE.  pp_stringify is called from fold_constants
61722              at optimization phase and "\x{100}" was made SvUTF8_off under
61723              use bytes (the bytes pragma is for "byte semantics" and not
61724              for "do not produce UTF8 data")
61725              - New `qu' operator to generate UTF8 string explicitly.
61726              Though I agree with the policy "0x00-0xff always produce bytes",
61727              sometimes want to such a string to be coded in UTF8.
61728              I can use pack"U0a*" but it requires more typing and has
61729              runtime overhead.
61730              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
61731              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
61732              string is not UTF8_on and has char 0x80-0xff.
61733              
61734              TODO: document and test qu.
61735      Branch: perl
61736            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
61737            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
61738            ! toke.c
61739 ____________________________________________________________________________
61740 [  8438] By: jhi                                   on 2001/01/14  05:10:23
61741         Log: (Reverted by #8440)
61742              
61743              Metaconfig unit changes for #8437.
61744      Branch: metaconfig/U/perl
61745            ! d_fpos64_t.U d_off64_t.U
61746 ____________________________________________________________________________
61747 [  8437] By: jhi                                   on 2001/01/14  04:55:34
61748         Log: (Reverted by #8440)
61749              
61750              Add <features.h> probing, seems to be needed for (some?)
61751              Linux largefileness.
61752      Branch: perl
61753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61754            ! config_h.SH configure.com epoc/config.sh perl.h
61755            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61756            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61757            ! win32/config.bc win32/config.gc win32/config.vc
61758 ____________________________________________________________________________
61759 [  8436] By: jhi                                   on 2001/01/13  17:47:21
61760         Log: Tighten some of the tests a bit.
61761      Branch: perl
61762            ! t/pragma/utf8.t
61763 ____________________________________________________________________________
61764 [  8435] By: jhi                                   on 2001/01/13  17:31:54
61765         Log: Integrate perlio.
61766      Branch: perl
61767           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
61768           !> win32/config_H.gc win32/config_H.vc
61769 ____________________________________________________________________________
61770 [  8434] By: nick                                  on 2001/01/13  11:36:53
61771         Log: Run dmake regen_config_h for Win32
61772      Branch: perlio
61773            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61774 ____________________________________________________________________________
61775 [  8433] By: nick                                  on 2001/01/13  11:31:55
61776         Log: VMS friendly patch to Encode compile process
61777      Branch: perlio
61778            ! ext/Encode/Makefile.PL ext/Encode/compile
61779 ____________________________________________________________________________
61780 [  8432] By: nick                                  on 2001/01/13  11:06:44
61781         Log: Integrate mainline
61782      Branch: perlio
61783           +> ext/B/B/Concise.pm
61784           !> (integrate 52 files)
61785 ____________________________________________________________________________
61786 [  8431] By: jhi                                   on 2001/01/13  05:55:55
61787         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
61788              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61789              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
61790              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
61791      Branch: perl
61792            ! ext/B/B/Concise.pm
61793 ____________________________________________________________________________
61794 [  8430] By: jhi                                   on 2001/01/13  04:24:18
61795         Log: The LVRET macro needed an aTHX.
61796      Branch: perl
61797            ! pp.h
61798 ____________________________________________________________________________
61799 [  8429] By: jhi                                   on 2001/01/13  02:12:42
61800         Log: Update Changes.
61801      Branch: perl
61802            ! Changes patchlevel.h
61803 ____________________________________________________________________________
61804 [  8428] By: jhi                                   on 2001/01/13  02:08:50
61805         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
61806              From: Peter Prymmer <pvhp@forte.com>
61807              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
61808              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
61809              
61810              Add a BEGIN guard for sloppy floating point division.
61811      Branch: perl
61812            ! lib/Math/BigInt.pm lib/bigint.pl
61813 ____________________________________________________________________________
61814 [  8427] By: jhi                                   on 2001/01/13  01:47:16
61815         Log: The B::Terse drop-in replacement wasn't quite drop-in.
61816      Branch: perl
61817            ! ext/B/B/Terse.pm
61818 ____________________________________________________________________________
61819 [  8426] By: jhi                                   on 2001/01/12  21:20:43
61820         Log: Use UVXf.
61821      Branch: perl
61822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61823            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
61824            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61825            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61826            ! win32/config.gc win32/config.vc
61827 ____________________________________________________________________________
61828 [  8425] By: jhi                                   on 2001/01/12  20:20:14
61829         Log: Subject: [PATCH perl@8342] -Wformat
61830              From: Robin Barker <rmb1@cise.npl.co.uk>
61831              Date: Fri, 12 Jan 2001 20:03:14 GMT
61832              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
61833      Branch: perl
61834            ! ext/Encode/Encode.xs mg.c sv.c toke.c
61835 ____________________________________________________________________________
61836 [  8424] By: jhi                                   on 2001/01/12  20:01:48
61837         Log: Subject: B::Concise -- an improved replacement for B::Terse 
61838              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61839              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
61840              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
61841      Branch: perl
61842            + ext/B/B/Concise.pm
61843            ! MANIFEST ext/B/B/Terse.pm
61844 ____________________________________________________________________________
61845 [  8423] By: jhi                                   on 2001/01/12  19:24:02
61846         Log: The new metaconfig unit from the #8421.
61847      Branch: metaconfig/U/perl
61848            + d_sigprocmask.U
61849 ____________________________________________________________________________
61850 [  8422] By: jhi                                   on 2001/01/12  19:23:43
61851         Log: Forgot the microperl config from the #8421.
61852      Branch: perl
61853            ! uconfig.h uconfig.sh
61854 ____________________________________________________________________________
61855 [  8421] By: jhi                                   on 2001/01/12  19:05:27
61856         Log: Add sigprocmask() probe, regen Configure, regen toc.
61857      Branch: perl
61858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61859            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
61860            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61861            ! vos/config.ga.h win32/config.bc win32/config.gc
61862            ! win32/config.vc
61863 ____________________________________________________________________________
61864 [  8420] By: jhi                                   on 2001/01/12  18:34:31
61865         Log: Add sockatmark() to the todo list.
61866      Branch: perl
61867            ! Todo-5.6
61868 ____________________________________________________________________________
61869 [  8419] By: jhi                                   on 2001/01/12  18:09:46
61870         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
61871      Branch: perl
61872            ! op.c
61873 ____________________________________________________________________________
61874 [  8418] By: jhi                                   on 2001/01/12  18:05:30
61875         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
61876              From: Radu Greab <radu@netsoft.ro>
61877              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
61878              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
61879      Branch: perl
61880            ! op.c t/pragma/sub_lval.t
61881 ____________________________________________________________________________
61882 [  8417] By: jhi                                   on 2001/01/12  16:09:09
61883         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
61884              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
61885              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
61886              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
61887      Branch: perl
61888            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
61889            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
61890            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
61891            ! t/pragma/sub_lval.t toke.c
61892 ____________________________________________________________________________
61893 [  8416] By: jhi                                   on 2001/01/12  15:42:06
61894         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
61895              From: "Richard Soderberg" <rs@crystalflame.net>
61896              Date: Fri, 12 Jan 2001 04:49:35 -0800
61897              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
61898              
61899              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
61900              according to the platform.
61901      Branch: perl
61902            ! op.c
61903 ____________________________________________________________________________
61904 [  8415] By: jhi                                   on 2001/01/12  15:33:41
61905         Log: One more UTF-8 fix from Inaba Hiroto.
61906      Branch: perl
61907            ! pp.c regexec.c t/pragma/utf8.t
61908 ____________________________________________________________________________
61909 [  8414] By: jhi                                   on 2001/01/12  15:30:18
61910         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
61911      Branch: perl
61912            ! regexec.c
61913 ____________________________________________________________________________
61914 [  8413] By: jhi                                   on 2001/01/12  15:22:10
61915         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
61916              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61917              Date: Thu, 11 Jan 2001 12:53:36 +0100
61918              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
61919      Branch: perl
61920            ! toke.c
61921 ____________________________________________________________________________
61922 [  8412] By: jhi                                   on 2001/01/12  15:20:25
61923         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
61924              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61925              Date: Fri, 12 Jan 2001 14:37:55 +0100
61926              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
61927      Branch: perl
61928            ! hints/posix-bc.sh
61929 ____________________________________________________________________________
61930 [  8411] By: jhi                                   on 2001/01/12  15:14:14
61931         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
61932              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61933              Date: Fri, 12 Jan 2001 10:42:21 +0100
61934              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
61935      Branch: perl
61936            ! t/op/regmesg.t
61937 ____________________________________________________________________________
61938 [  8410] By: jhi                                   on 2001/01/12  05:48:55
61939         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
61940              From: Nicholas Clark <nick@ccl4.org> 
61941              Date: Sun, 7 Jan 2001 19:47:14 +0000
61942              Message-ID: <20010107194714.B1048@plum.flirble.org>
61943      Branch: perl
61944            ! t/op/numconvert.t
61945 ____________________________________________________________________________
61946 [  8409] By: jhi                                   on 2001/01/12  05:41:28
61947         Log: Integrate perlio.
61948      Branch: perl
61949           !> mg.c scope.h
61950 ____________________________________________________________________________
61951 [  8408] By: nick                                  on 2001/01/11  22:43:28
61952         Log: Remove variables that were used in experiments.
61953      Branch: perlio
61954            ! mg.c
61955 ____________________________________________________________________________
61956 [  8407] By: nick                                  on 2001/01/11  20:57:44
61957         Log: Catch die in %SIG handler and unblock the signal before re-dying.
61958              This make Linux work _without_ sigsetjmp().
61959              Turn off sigsetjmp() to see what else it does.
61960              May need Configure probe for sigprocmask() if anything has sigaction()
61961              but not sigprocmask().
61962      Branch: perlio
61963            ! mg.c scope.h
61964 ____________________________________________________________________________
61965 [  8406] By: nick                                  on 2001/01/11  19:32:07
61966         Log: Integrate mainline
61967      Branch: perlio
61968           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
61969           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
61970           !> t/op/substr.t
61971 ____________________________________________________________________________
61972 [  8405] By: jhi                                   on 2001/01/11  17:11:01
61973         Log: Fix UTF-8 lval substr().
61974      Branch: perl
61975            ! mg.c t/op/substr.t
61976 ____________________________________________________________________________
61977 [  8404] By: jhi                                   on 2001/01/11  05:13:58
61978         Log: Update Changes.
61979      Branch: perl
61980            ! Changes patchlevel.h
61981 ____________________________________________________________________________
61982 [  8403] By: jhi                                   on 2001/01/11  04:38:24
61983         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
61984              From: Hugo <hv@crypt.compulink.co.uk>
61985              Date: Mon, 30 Oct 2000 01:33:26 +0000
61986              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
61987      Branch: perl
61988            ! regexec.c t/op/re_tests
61989 ____________________________________________________________________________
61990 [  8402] By: jhi                                   on 2001/01/11  04:26:12
61991         Log: Integrate perlio.
61992      Branch: perl
61993           !> scope.h util.c
61994 ____________________________________________________________________________
61995 [  8401] By: nick                                  on 2001/01/10  22:52:55
61996         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
61997              (So Alan and Ilya can try setting via hints.)
61998              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
61999              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
62000              doing the save everywhere seems to restart read() correctly, but just
62001              doing it once "round" the handler does not.
62002      Branch: perlio
62003            ! scope.h
62004 ____________________________________________________________________________
62005 [  8400] By: jhi                                   on 2001/01/10  21:57:54
62006         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
62007              of IRIX, HP-UX is unaffected.
62008      Branch: perl
62009            ! perl.h
62010 ____________________________________________________________________________
62011 [  8399] By: nick                                  on 2001/01/10  21:29:19
62012         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
62013      Branch: perlio
62014            ! util.c
62015 ____________________________________________________________________________
62016 [  8398] By: jhi                                   on 2001/01/10  20:55:31
62017         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
62018              also have ReusePort.
62019      Branch: perl
62020            ! ext/IO/lib/IO/Socket/INET.pm
62021 ____________________________________________________________________________
62022 [  8397] By: jhi                                   on 2001/01/10  20:50:57
62023         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
62024              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62025              Date: Wed, 10 Jan 2001 01:38:13 -0800
62026              Message-ID: <20010110013813.B41744@yahoo-inc.com>
62027      Branch: perl
62028            ! ext/IO/lib/IO/Socket/INET.pm
62029 ____________________________________________________________________________
62030 [  8396] By: jhi                                   on 2001/01/10  20:49:30
62031         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
62032              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
62033              Date: Wed, 10 Jan 2001 01:37:32 -0800
62034              Message-ID: <20010110013732.A41744@yahoo-inc.com>
62035      Branch: perl
62036            ! ext/Socket/Socket.pm
62037 ____________________________________________________________________________
62038 [  8395] By: jhi                                   on 2001/01/10  20:41:37
62039         Log: Test for bug id 20010105.016 (fixed by #8378).
62040      Branch: perl
62041            ! t/op/split.t
62042 ____________________________________________________________________________
62043 [  8394] By: jhi                                   on 2001/01/10  20:26:32
62044         Log: Integrate perlio.
62045      Branch: perl
62046            ! util.c
62047 ____________________________________________________________________________
62048 [  8393] By: nick                                  on 2001/01/10  19:34:30
62049         Log: Back out Simon's pid hackery for now.
62050      Branch: perlio
62051            ! util.c
62052 ____________________________________________________________________________
62053 [  8392] By: nick                                  on 2001/01/10  19:23:13
62054         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
62055      Branch: perlio
62056           !> (integrate 29 files)
62057 ____________________________________________________________________________
62058 [  8391] By: jhi                                   on 2001/01/10  18:43:15
62059         Log: Subject: [PATCH] Fix my_pclose segfault
62060              From: Simon Cozens <simon@cozens.net>
62061              Date: Wed, 10 Jan 2001 18:39:35 +0000
62062              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
62063      Branch: perl
62064            ! util.c
62065 ____________________________________________________________________________
62066 [  8390] By: jhi                                   on 2001/01/10  18:42:08
62067         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
62068              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62069              Date:     Wed, 10 Jan 2001 13:23:02 EST
62070              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
62071      Branch: perl
62072            ! ext/Opcode/Opcode.xs
62073 ____________________________________________________________________________
62074 [  8389] By: jhi                                   on 2001/01/10  15:16:07
62075         Log: Turn off the integer preservation for now.
62076      Branch: perl
62077            ! perl.h
62078 ____________________________________________________________________________
62079 [  8388] By: jhi                                   on 2001/01/10  15:01:25
62080         Log: Few more IDE/editor nits from p5p.
62081      Branch: perl
62082            ! pod/perlfaq3.pod
62083 ____________________________________________________________________________
62084 [  8387] By: jhi                                   on 2001/01/10  06:53:16
62085         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
62086              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
62087              Date: Tue, 9 Jan 2001 23:16:02 +0000
62088              Message-ID: <20010109231602.A81101@plum.flirble.org>
62089      Branch: perl
62090            ! sv.c
62091 ____________________________________________________________________________
62092 [  8386] By: jhi                                   on 2001/01/10  03:17:54
62093         Log: Test cases for #8385 (from Simon's "torture.pl")
62094      Branch: perl
62095            ! t/op/tr.t
62096 ____________________________________________________________________________
62097 [  8385] By: jhi                                   on 2001/01/10  03:17:11
62098         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
62099              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
62100              Date: Wed, 10 Jan 2001 11:39:39 +0900
62101              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
62102              
62103              Some more UTF-8 tr cases fixed.
62104      Branch: perl
62105            ! doop.c
62106 ____________________________________________________________________________
62107 [  8384] By: jhi                                   on 2001/01/09  22:45:40
62108         Log: Allow the locale test needing POSIX and the taint test
62109              needing IPC::SysV to run under 'minitest' (basically,
62110              bail out if loading the extension fails)
62111      Branch: perl
62112            ! t/op/misc.t t/op/taint.t
62113 ____________________________________________________________________________
62114 [  8383] By: jhi                                   on 2001/01/09  21:36:04
62115         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
62116              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62117              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
62118              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
62119      Branch: perl
62120            ! t/io/openpid.t
62121 ____________________________________________________________________________
62122 [  8382] By: jhi                                   on 2001/01/09  21:06:08
62123         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
62124              Should finish up the bug id 20001205.022.
62125      Branch: perl
62126            ! pp.c pp_hot.c scope.c
62127 ____________________________________________________________________________
62128 [  8381] By: jhi                                   on 2001/01/09  18:27:43
62129         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
62130              From: Andy Dougherty <doughera@lafayette.edu>
62131              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
62132              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
62133              
62134              More robust yacc/bison error detection.
62135      Branch: perl
62136            ! t/comp/proto.t
62137 ____________________________________________________________________________
62138 [  8380] By: jhi                                   on 2001/01/09  15:21:38
62139         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
62140              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
62141              Date:     Tue, 9 Jan 2001 07:53:55 EST
62142              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
62143      Branch: perl
62144            ! t/op/misc.t vms/test.com
62145 ____________________________________________________________________________
62146 [  8379] By: jhi                                   on 2001/01/09  15:20:38
62147         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
62148              From: jhi@cc.hut.fi
62149              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
62150              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
62151              
62152              The #8378 fixed this.
62153      Branch: perl
62154            ! t/op/tr.t
62155 ____________________________________________________________________________
62156 [  8378] By: jhi                                   on 2001/01/09  15:05:32
62157         Log: Subject: One more patch for UTF8 
62158              From: Inaba Hiroto <inaba@st.rim.or.jp>
62159              Date: Tue, 09 Jan 2001 01:04:32 +0900
62160              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
62161              
62162              UTF-8 fixes for 'x' and tr///.
62163      Branch: perl
62164            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
62165            ! regcomp.c regexec.c toke.c utf8.c
62166 ____________________________________________________________________________
62167 [  8377] By: jhi                                   on 2001/01/09  14:32:17
62168         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
62169      Branch: perl
62170            ! t/op/length.t
62171 ____________________________________________________________________________
62172 [  8376] By: jhi                                   on 2001/01/09  04:32:32
62173         Log: integrate changes #7775, #8316, #8316 from mainline
62174      Branch: maint-5.6/perl
62175            ! hints/solaris_2.sh
62176 ____________________________________________________________________________
62177 [  8375] By: jhi                                   on 2001/01/09  04:26:43
62178         Log: Update Changes.
62179      Branch: perl
62180            ! Changes patchlevel.h
62181 ____________________________________________________________________________
62182 [  8374] By: jhi                                   on 2001/01/09  04:14:32
62183         Log: IDE/editor section tweaking.
62184      Branch: perl
62185            ! pod/perlfaq3.pod
62186 ____________________________________________________________________________
62187 [  8373] By: jhi                                   on 2001/01/09  02:38:26
62188         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
62189              From: Peter Prymmer <pvhp@forte.com>
62190              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
62191              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
62192              
62193              In preparation os OS/390 dynamic loading.
62194      Branch: perl
62195            ! README.os390 hints/os390.sh
62196 ____________________________________________________________________________
62197 [  8372] By: jhi                                   on 2001/01/09  00:24:30
62198         Log: Integrate with perlio.
62199      Branch: perl
62200           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62201 ____________________________________________________________________________
62202 [  8371] By: nick                                  on 2001/01/08  23:54:33
62203         Log: Fix "scalars leaked" bugs caused by overload magic
62204              (Highlighted by Ilya's DESTROY optimization.)
62205      Branch: perlio
62206            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
62207 ____________________________________________________________________________
62208 [  8370] By: nick                                  on 2001/01/08  20:19:41
62209         Log: Integrate mainline
62210      Branch: perlio
62211           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
62212           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
62213           !> t/op/64bitint.t
62214 ____________________________________________________________________________
62215 [  8369] By: jhi                                   on 2001/01/08  17:30:52
62216         Log: save_delete() Safefree() doesn't (anymore?) work with shared
62217              strings, one test failure in op/misc and almost all of lib/b.
62218              (Outcomments #8369.)
62219      Branch: perl
62220            ! scope.c
62221 ____________________________________________________________________________
62222 [  8368] By: jhi                                   on 2001/01/08  14:47:10
62223         Log: (Outcommented by #8369.)
62224              
62225              Subject: Re: Perl BugID 20001205.022 ---- save_delete
62226              From: Simon Cozens <simon@cozens.net>
62227              Date: Sat, 6 Jan 2001 11:48:40 +0000
62228              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
62229              
62230              The save_delete() does need the Safefree.
62231      Branch: perl
62232            ! scope.c
62233 ____________________________________________________________________________
62234 [  8367] By: bailey                                on 2001/01/08  08:53:52
62235         Log: Once again syncing after too long an absence
62236      Branch: vmsperl
62237           +> (branch 55 files)
62238            - MAINTAIN fix_pl vos/config.def vos/config.h
62239            - vos/config_h.SH_orig
62240           !> (integrate 498 files)
62241 ____________________________________________________________________________
62242 [  8366] By: jhi                                   on 2001/01/08  02:42:59
62243         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
62244              From: nick@ccl4.org
62245              Date: Sun, 7 Jan 2001 21:07:18 +0000
62246              Message-Id: <20010107210717.D1048@plum.flirble.org>
62247      Branch: perl
62248            ! sv.c t/op/64bitint.t
62249 ____________________________________________________________________________
62250 [  8365] By: jhi                                   on 2001/01/08  02:35:16
62251         Log: Subject: [PATCH] environ nit
62252              From: Simon Cozens <simon@cozens.net>
62253              Date: Sun, 7 Jan 2001 17:57:07 +0000
62254              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
62255              
62256              Use environ only if we have it.
62257      Branch: perl
62258            ! mg.c
62259 ____________________________________________________________________________
62260 [  8364] By: jhi                                   on 2001/01/08  02:24:51
62261         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
62262      Branch: perl
62263            ! ext/GDBM_File/GDBM_File.xs
62264 ____________________________________________________________________________
62265 [  8363] By: jhi                                   on 2001/01/08  02:19:24
62266         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
62267              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62268              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
62269              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
62270      Branch: perl
62271            ! dump.c op.c
62272 ____________________________________________________________________________
62273 [  8362] By: jhi                                   on 2001/01/08  02:17:43
62274         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
62275              From: Doug MacEachern <dougm@covalent.net>
62276              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
62277              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
62278              
62279              Allow AUTOLOAD to be an xsub and allow such xsubs
62280              to avoid use of $AUTOLOAD.
62281      Branch: perl
62282            ! gv.c
62283 ____________________________________________________________________________
62284 [  8361] By: jhi                                   on 2001/01/08  02:16:07
62285         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62286              From: Radu Greab <radu@netsoft.ro>
62287              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
62288              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
62289              
62290              No need for the potentially nonportable $SIG{CHLD}.
62291      Branch: perl
62292            ! t/io/pipe.t
62293 ____________________________________________________________________________
62294 [  8360] By: jhi                                   on 2001/01/08  01:58:23
62295         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
62296      Branch: perl
62297            ! lib/Getopt/Long.pm
62298 ____________________________________________________________________________
62299 [  8359] By: jhi                                   on 2001/01/08  01:55:44
62300         Log: Integrate perlio.
62301      Branch: perl
62302           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
62303           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
62304           !> utf8.c win32/Makefile
62305 ____________________________________________________________________________
62306 [  8358] By: jhi                                   on 2001/01/07  21:16:50
62307         Log: Update the EPOC cross SDK URL.
62308      Branch: perl
62309            ! README.epoc
62310 ____________________________________________________________________________
62311 [  8357] By: jhi                                   on 2001/01/07  21:16:09
62312         Log: Update the EPOC cross SDK URL.
62313      Branch: maint-5.6/perl
62314            ! README.epoc
62315 ____________________________________________________________________________
62316 [  8356] By: nick                                  on 2001/01/06  21:47:52
62317         Log: FILE * in XS code for PerlIO world:
62318              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
62319              - Add FILE * T_STDIO typemap.
62320              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
62321      Branch: perlio
62322            ! lib/ExtUtils/typemap perlio.c perlio.h
62323 ____________________________________________________________________________
62324 [  8355] By: jhi                                   on 2001/01/06  20:27:15
62325         Log: integrate change #8336 from mainline
62326              
62327              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
62328      Branch: maint-5.6/perl
62329            ! hv.c
62330 ____________________________________________________________________________
62331 [  8354] By: jhi                                   on 2001/01/06  20:24:29
62332         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62333              From: Robin Barker <rmb1@cise.npl.co.uk>
62334              Date: Fri, 22 Dec 2000 12:17:38 GMT
62335              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
62336              
62337              The patch reformats some long =item lines so they give
62338              correct output via pod2man | nroff -man
62339              
62340              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62341              From: Robin Barker <rmb1@cise.npl.co.uk>
62342              Date: Tue, 2 Jan 2001 15:35:03 GMT
62343              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62344              
62345              Here is a _further_ patch which corrects a few more errors:
62346              * an empty C<=item> in CPAN.pm
62347              * patching the wrong file (pod/perlamiga.pod not README.amiga)
62348              * leaving empty C<=item>s which formatted incorrectly
62349              * over long C<=item>s revealed by latest patch to Pod::Man
62350      Branch: maint-5.6/perl
62351            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62352            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62353            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
62354            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
62355            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
62356            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
62357 ____________________________________________________________________________
62358 [  8353] By: jhi                                   on 2001/01/06  20:21:10
62359         Log: integrate changes #7980, 8056, 8057 from mainline
62360              
62361              UTF-8 hash keys.
62362      Branch: maint-5.6/perl
62363            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
62364 ____________________________________________________________________________
62365 [  8352] By: jhi                                   on 2001/01/06  20:18:44
62366         Log: Forgotten from #8438.
62367      Branch: maint-5.6/perl
62368            ! epoc/epocish.h
62369 ____________________________________________________________________________
62370 [  8351] By: jhi                                   on 2001/01/06  20:18:12
62371         Log: Forgotten from #8347.
62372      Branch: maint-5.6/perl
62373            ! config_h.SH
62374 ____________________________________________________________________________
62375 [  8350] By: jhi                                   on 2001/01/06  20:00:19
62376         Log: Thinko in #8347.
62377      Branch: maint-5.6/perl
62378            ! regcomp.c
62379 ____________________________________________________________________________
62380 [  8349] By: jhi                                   on 2001/01/06  18:05:30
62381         Log: Copy the FAQ3 IDE section from the development branch,
62382              changes originally by Peter Prymmer.
62383      Branch: maint-5.6/perl
62384            ! pod/perlfaq3.pod
62385 ____________________________________________________________________________
62386 [  8348] By: jhi                                   on 2001/01/06  18:03:02
62387         Log: EPOC updates for TRIAL1.
62388              
62389              Subject: [5.6.1 trial1] EPOC update
62390              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62391              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
62392              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
62393              
62394              Subject: epoc patch2 for perl-5.6.1-trial1
62395              From: Olaf Flebbe <O.Flebbe@science-computing.de>
62396              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
62397              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
62398      Branch: maint-5.6/perl
62399            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
62400            ! epoc/epocish.c
62401 ____________________________________________________________________________
62402 [  8347] By: jhi                                   on 2001/01/06  17:29:10
62403         Log: integrate changes #7710,7824,7973 from mainline,
62404              plus VMS nits from Peter Prymmer and Dan Sugalski.
62405              
62406              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
62407              library (getprotobyname and getprotobynumber are outversioned by
62408              the same calls in libc, at least for xlc version 3.
62409              
62410              Add HAS_SBRK_PROTO.
62411              
62412              Fixes for signedness warnings noticed by VMSperlers.
62413      Branch: maint-5.6/perl
62414            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62415            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
62416            ! sv.c vms/descrip_mms.template vos/config.alpha.def
62417            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
62418            ! win32/config.bc win32/config.gc win32/config.vc
62419 ____________________________________________________________________________
62420 [  8346] By: nick                                  on 2001/01/06  14:36:01
62421         Log: Fixup accumulated integrate muddles (perlio == devperl again)
62422      Branch: perlio
62423            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
62424 ____________________________________________________________________________
62425 [  8345] By: nick                                  on 2001/01/06  14:24:58
62426         Log: Integrate mainline
62427      Branch: perlio
62428           !> (integrate 55 files)
62429 ____________________________________________________________________________
62430 [  8344] By: jhi                                   on 2001/01/06  02:24:02
62431         Log: Subject: [patch] PerlIO_cleanup() prototype
62432              From: Doug MacEachern <dougm@covalent.net>
62433              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
62434              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
62435      Branch: perl
62436            ! perlio.h
62437 ____________________________________________________________________________
62438 [  8343] By: jhi                                   on 2001/01/06  01:04:09
62439         Log: IRIX compiler noticed that the bof initialization might be
62440              bypassed by control flow.
62441      Branch: perl
62442            ! toke.c
62443 ____________________________________________________________________________
62444 [  8342] By: jhi                                   on 2001/01/06  00:10:48
62445         Log: Update Changes.
62446      Branch: perl
62447            ! Changes patchlevel.h
62448 ____________________________________________________________________________
62449 [  8341] By: jhi                                   on 2001/01/05  23:52:33
62450         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
62451      Branch: perl
62452            ! toke.c
62453 ____________________________________________________________________________
62454 [  8340] By: jhi                                   on 2001/01/05  22:44:08
62455         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
62456              From: Radu Greab <radu@netsoft.ro>
62457              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
62458              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
62459      Branch: perl
62460            ! t/io/pipe.t util.c
62461 ____________________________________________________________________________
62462 [  8339] By: jhi                                   on 2001/01/05  22:35:17
62463         Log: Subject: [PATCH] format and rewording in perlfaq.pod
62464              From: Robin Barker <rmb1@cise.npl.co.uk>
62465              Date: Fri, 5 Jan 2001 18:51:20 GMT
62466              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
62467      Branch: perl
62468            ! pod/perlfaq.pod
62469 ____________________________________________________________________________
62470 [  8338] By: jhi                                   on 2001/01/05  22:31:17
62471         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
62472              From: Peter Prymmer <pvhp@forte.com>
62473              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
62474              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
62475      Branch: perl
62476            ! utils/perlbug.PL
62477 ____________________________________________________________________________
62478 [  8337] By: jhi                                   on 2001/01/05  18:15:11
62479         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
62480              From: Robin Barker <rmb1@cise.npl.co.uk>
62481              Date: Tue, 2 Jan 2001 15:24:07 GMT
62482              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
62483              
62484              If you call configure as C<./Configure> or C<sh ./Configure>,
62485              $src is set to the absolute path name, not '.'.
62486              
62487              This, in turn, means -Dmksymlink tries to do its stuff because
62488              it does not think it is in the src directory.
62489              
62490              (plus a metaconfig nitfix)
62491      Branch: metaconfig
62492            ! U/compline/ccflags.U U/modified/src.U
62493      Branch: perl
62494            ! Configure config_h.SH
62495 ____________________________________________________________________________
62496 [  8336] By: jhi                                   on 2001/01/05  17:48:32
62497         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
62498              From: Alan Burlison <Alan.Burlison@uk.sun.com>
62499              Message-ID: <3A5606C4.473D2226@uk.sun.com>
62500              Date: Fri, 05 Jan 2001 17:39:16 +0000
62501      Branch: perl
62502            ! hv.c
62503 ____________________________________________________________________________
62504 [  8335] By: jhi                                   on 2001/01/05  16:05:44
62505         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
62506      Branch: perl
62507            ! lib/Getopt/Long.pm
62508 ____________________________________________________________________________
62509 [  8334] By: jhi                                   on 2001/01/05  16:00:51
62510         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
62511              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62512              Date: Fri, 05 Jan 2001 13:46:51 +0100
62513              Message-ID: <13693.978698811@nice.ram.loc>
62514              
62515              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
62516              accurate reading of the "atime".  
62517      Branch: perl
62518            ! t/io/fs.t
62519 ____________________________________________________________________________
62520 [  8333] By: jhi                                   on 2001/01/05  15:57:37
62521         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
62522              From: Simon Cozens <simon@cozens.net>
62523              Date: Fri, 8 Dec 2000 13:33:31 +0000
62524              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
62525              
62526              A lost patch fragment.
62527      Branch: perl
62528            ! doop.c
62529 ____________________________________________________________________________
62530 [  8332] By: jhi                                   on 2001/01/05  15:40:42
62531         Log: Do away with strncpy() and a fixed length buffer.
62532      Branch: perl
62533            ! utf8.c
62534 ____________________________________________________________________________
62535 [  8331] By: jhi                                   on 2001/01/05  15:03:07
62536         Log: Tests for #8329 and #8330.
62537      Branch: perl
62538            ! t/op/bop.t
62539 ____________________________________________________________________________
62540 [  8330] By: jhi                                   on 2001/01/05  15:02:38
62541         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
62542              raw 8-bit form to the UTF-8 string.
62543      Branch: perl
62544            ! toke.c
62545 ____________________________________________________________________________
62546 [  8329] By: jhi                                   on 2001/01/05  14:55:13
62547         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
62548              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62549              Date: Fri, 5 Jan 2001 12:28:52 +0100
62550              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
62551              
62552              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
62553              no effect.  (changed the strncpy() to Copy())
62554      Branch: perl
62555            ! toke.c
62556 ____________________________________________________________________________
62557 [  8328] By: jhi                                   on 2001/01/05  06:44:27
62558         Log: UTF-8 cleanup.
62559      Branch: perl
62560            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
62561            ! regexec.c sv.c toke.c
62562 ____________________________________________________________________________
62563 [  8327] By: jhi                                   on 2001/01/05  01:11:29
62564         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')
62565              From: Radu Greab <radu@netsoft.ro>
62566              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
62567              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
62568              
62569              Cleans up Harness to not use FileHandle, which uses IO.
62570      Branch: perl
62571            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62572 ____________________________________________________________________________
62573 [  8326] By: jhi                                   on 2001/01/05  00:56:37
62574         Log: Update Changes.
62575      Branch: perl
62576            ! Changes patchlevel.h
62577 ____________________________________________________________________________
62578 [  8325] By: jhi                                   on 2001/01/05  00:53:18
62579         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
62580              From: Peter Prymmer <pvhp@forte.com>
62581              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
62582              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
62583              
62584              plus a couple more tailing whitespace removals.
62585      Branch: perl
62586            ! win32/Makefile
62587 ____________________________________________________________________________
62588 [  8324] By: jhi                                   on 2001/01/05  00:47:39
62589         Log: Add some Unicode chop() tests.
62590      Branch: perl
62591            ! t/op/chop.t
62592 ____________________________________________________________________________
62593 [  8323] By: jhi                                   on 2001/01/05  00:47:23
62594         Log: Unify UTF-8 malformedness handling.
62595      Branch: perl
62596            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
62597 ____________________________________________________________________________
62598 [  8322] By: jhi                                   on 2001/01/04  22:21:54
62599         Log: The new $issymlink was unknown to Mksymlinks.
62600      Branch: metaconfig/U/perl
62601            ! Mksymlinks.U issymlink.U
62602      Branch: perl
62603            ! Configure config_h.SH
62604 ____________________________________________________________________________
62605 [  8321] By: jhi                                   on 2001/01/04  21:51:05
62606         Log: The test didn't work under the core test framework.
62607      Branch: perl
62608            ! t/lib/st-lock.t
62609 ____________________________________________________________________________
62610 [  8320] By: jhi                                   on 2001/01/04  21:14:22
62611         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62612      Branch: perl
62613            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
62614 ____________________________________________________________________________
62615 [  8319] By: jhi                                   on 2001/01/04  20:46:17
62616         Log: Typo in #8312 when manually applying a problematic patch fragment.
62617      Branch: perl
62618            ! ext/Storable/Storable.xs
62619 ____________________________________________________________________________
62620 [  8318] By: jhi                                   on 2001/01/04  20:43:01
62621         Log: The $sh_c didn't fly.
62622      Branch: metaconfig
62623            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62624            ! U/modified/Loc.U U/modified/myhostname.U
62625            ! U/modified/spitshell.U
62626      Branch: metaconfig/U/perl
62627            ! issymlink.U
62628      Branch: perl
62629            ! Configure config_h.SH
62630 ____________________________________________________________________________
62631 [  8317] By: jhi                                   on 2001/01/04  19:58:01
62632         Log: AIX builtin test -h is broken, changes based on
62633              
62634              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
62635              Date: Tue, 02 Jan 2001 11:24:39 +0100
62636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62637              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
62638      Branch: metaconfig
62639            + U/modified/spitshell.U
62640            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62641            ! U/modified/Loc.U U/modified/myhostname.U
62642      Branch: metaconfig/U/perl
62643            ! Mksymlinks.U issymlink.U
62644      Branch: perl
62645            ! Configure
62646 ____________________________________________________________________________
62647 [  8316] By: jhi                                   on 2001/01/04  19:02:22
62648         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
62649              From: Andy Dougherty <doughera@lafayette.edu>
62650              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
62651              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
62652              
62653              Beware of GNU ld.
62654      Branch: perl
62655            ! hints/solaris_2.sh
62656 ____________________________________________________________________________
62657 [  8315] By: jhi                                   on 2001/01/04  18:56:48
62658         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
62659              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
62660              Date: Wed, 3 Jan 2001 07:58:51 +0100
62661              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
62662      Branch: perl
62663            ! hints/solaris_2.sh
62664 ____________________________________________________________________________
62665 [  8314] By: jhi                                   on 2001/01/04  18:54:07
62666         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
62667              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62668              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
62669              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
62670              
62671              Doc tweak on #8313.
62672      Branch: perl
62673            ! ext/B/B/Deparse.pm
62674 ____________________________________________________________________________
62675 [  8313] By: jhi                                   on 2001/01/04  18:52:27
62676         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
62677              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
62678              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62679              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
62680              
62681              Make the peephole optimizer to bypass more null ops and
62682              and rewrite the deparse handling of continue blocks.
62683      Branch: perl
62684            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
62685 ____________________________________________________________________________
62686 [  8312] By: jhi                                   on 2001/01/04  18:47:39
62687         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
62688      Branch: perl
62689            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
62690            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62691            ! t/lib/st-lock.t
62692 ____________________________________________________________________________
62693 [  8311] By: jhi                                   on 2001/01/04  18:36:08
62694         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
62695              filter to be run on each .pm during the pm_to_blib() phase,
62696              a fixed version of
62697              
62698              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
62699              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62700              Date: Wed, 03 Jan 2001 22:01:30 +0100
62701              Message-ID: <5296.978555690@nice.ram.loc>
62702      Branch: perl
62703            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
62704            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
62705            ! lib/ExtUtils/MakeMaker.pm
62706 ____________________________________________________________________________
62707 [  8310] By: jhi                                   on 2001/01/04  18:32:54
62708         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62709              From: Robin Barker <rmb1@cise.npl.co.uk>
62710              Date: Tue, 2 Jan 2001 15:35:03 GMT
62711              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62712      Branch: perl
62713            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
62714            ! pod/perlrequick.pod
62715 ____________________________________________________________________________
62716 [  8309] By: jhi                                   on 2001/01/04  18:29:07
62717         Log: Subject: Re: [patch] static-ize XS()
62718              From: Doug MacEachern <dougm@covalent.net>
62719              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
62720              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
62721              
62722              Provide prototypes for the XS functions.
62723      Branch: perl
62724            ! lib/ExtUtils/xsubpp
62725 ____________________________________________________________________________
62726 [  8308] By: jhi                                   on 2001/01/04  18:27:44
62727         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
62728              From: Doug MacEachern <dougm@covalent.net>
62729              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
62730              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
62731      Branch: perl
62732            ! lib/ExtUtils/typemap
62733 ____________________________________________________________________________
62734 [  8307] By: jhi                                   on 2001/01/04  18:25:25
62735         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
62736              From: Doug MacEachern <dougm@covalent.net>
62737              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
62738              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
62739              
62740              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
62741      Branch: perl
62742            ! lib/ExtUtils/MM_Unix.pm
62743 ____________________________________________________________________________
62744 [  8306] By: jhi                                   on 2001/01/04  18:23:00
62745         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
62746              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62747              Date: Thu, 4 Jan 2001 12:47:10 +0100 
62748              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
62749              
62750              The toke.c part only, patching embed.h and proto.h is futile.
62751      Branch: perl
62752            ! toke.c
62753 ____________________________________________________________________________
62754 [  8305] By: jhi                                   on 2001/01/04  18:05:51
62755         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
62756              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62757              Date: Thu, 4 Jan 2001 17:50:12 +0100 
62758              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
62759      Branch: perl
62760            ! toke.c
62761 ____________________________________________________________________________
62762 [  8304] By: jhi                                   on 2001/01/04  18:03:26
62763         Log: Subject: [PATCH perl@8269]
62764              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62765              Date: Thu, 4 Jan 2001 12:53:39 +0100 
62766              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
62767              
62768              If running byacc write-enable also perly.h.
62769      Branch: perl
62770            ! Makefile.SH
62771 ____________________________________________________________________________
62772 [  8303] By: jhi                                   on 2001/01/04  15:40:49
62773         Log: Rewrite pp_concat() in terms of sv_catsv().
62774      Branch: perl
62775            ! pp_hot.c
62776 ____________________________________________________________________________
62777 [  8302] By: nick                                  on 2001/01/03  22:43:22
62778         Log: Integrate mainline.
62779      Branch: perlio
62780           !> ext/Encode/Encode.xs sv.c utf8.c
62781 ____________________________________________________________________________
62782 [  8301] By: jhi                                   on 2001/01/02  23:40:26
62783         Log: Variable naming tweak.
62784      Branch: perl
62785            ! sv.c
62786 ____________________________________________________________________________
62787 [  8300] By: jhi                                   on 2001/01/02  23:40:02
62788         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
62789              in is_utf8_string().
62790      Branch: perl
62791            ! utf8.c
62792 ____________________________________________________________________________
62793 [  8299] By: jhi                                   on 2001/01/02  22:14:40
62794         Log: Integrate perlio.
62795      Branch: perl
62796           !> pp.c pp_hot.c win32/Makefile
62797 ____________________________________________________________________________
62798 [  8298] By: nick                                  on 2001/01/02  22:03:06
62799         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
62800      Branch: perlio
62801            ! pp.c pp_hot.c
62802 ____________________________________________________________________________
62803 [  8297] By: jhi                                   on 2001/01/02  04:26:28
62804         Log: Signedness nit.
62805      Branch: perl
62806            ! ext/Encode/Encode.xs
62807 ____________________________________________________________________________
62808 [  8296] By: nick                                  on 2001/01/01  23:49:36
62809         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
62810      Branch: perlio
62811            ! win32/Makefile
62812 ____________________________________________________________________________
62813 [  8295] By: jhi                                   on 2001/01/01  23:05:48
62814         Log: Integrate perlio.
62815      Branch: perl
62816           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62817           !> t/lib/encode.t
62818 ____________________________________________________________________________
62819 [  8294] By: nick                                  on 2001/01/01  22:48:34
62820         Log: Integrate mainline
62821      Branch: perlio
62822            ! pp_hot.c t/lib/encode.t
62823           !> (integrate 65 files)
62824 ____________________________________________________________________________
62825 [  8293] By: nick                                  on 2001/01/01  21:58:50
62826         Log: More rigor in UTF-8-ness of Encode's toUnicode
62827              XS export some of the utf8 internal functions.
62828              Test some of the functions.
62829              Fix pp_concat() bug shown by said tests.
62830      Branch: perlio
62831            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62832            ! t/lib/encode.t
62833 ____________________________________________________________________________
62834 [  8292] By: jhi                                   on 2001/01/01  18:11:44
62835         Log: Integrate perlio.
62836      Branch: perl
62837           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62838           !> ext/Encode/encengine.c ext/Encode/encode.h
62839 ____________________________________________________________________________
62840 [  8291] By: jhi                                   on 2001/01/01  18:10:58
62841         Log: Podify README.mpeix (a new version from the web),
62842              add a dummy NAME to Carp::Heavy, regen toc.
62843      Branch: perl
62844            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
62845            ! pod/perltoc.pod
62846 ____________________________________________________________________________
62847 [  8290] By: nick                                  on 2001/01/01  17:43:47
62848         Log: Loose the "Loading..." warning.
62849              Another bug in fallback support
62850      Branch: perlio
62851            ! ext/Encode/Encode.pm ext/Encode/encengine.c
62852 ____________________________________________________________________________
62853 [  8289] By: jhi                                   on 2001/01/01  00:01:57
62854         Log: Bump up Larry's copyright.
62855      Branch: perl
62856            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
62857            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
62858            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
62859            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
62860            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
62861            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
62862            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
62863            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
62864 ____________________________________________________________________________
62865 [  8288] By: nick                                  on 2000/12/31  21:27:53
62866         Log: Fix .ucm reading - forgot a chr()
62867              Start of .ucm write (for .enc to .ucm)
62868      Branch: perlio
62869            ! ext/Encode/compile
62870 ____________________________________________________________________________
62871 [  8287] By: jhi                                   on 2000/12/31  18:15:56
62872         Log: Comment away a diagnostic message as noted by Craig A. Berry
62873              (the unexpected message was confusing testing)
62874      Branch: perl
62875            ! ext/Encode/Encode.pm
62876 ____________________________________________________________________________
62877 [  8286] By: jhi                                   on 2000/12/31  18:14:51
62878         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
62879              Date: Sun, 31 Dec 2000 11:17:37 -0600
62880              From: "Craig A. Berry" <craigberry@mac.com>
62881              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
62882      Branch: perl
62883            ! ext/Encode/Makefile.PL
62884 ____________________________________________________________________________
62885 [  8285] By: nick                                  on 2000/12/31  18:11:54
62886         Log: Start of support of ICU-style .ucm files:
62887              - teach compile how to read a .ucm file
62888              - first guess at how to represent fallbacks in "tries".
62889              - use fallbacks if check == 0
62890              - new return code to indicate we used one.
62891      Branch: perlio
62892            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62893            ! ext/Encode/encengine.c ext/Encode/encode.h
62894 ____________________________________________________________________________
62895 [  8284] By: jhi                                   on 2000/12/31  18:04:41
62896         Log: Pacify picky VMS compiler.
62897              
62898              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
62899              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62900              Date: Sat, 30 Dec 2000 18:10:02 -0600
62901              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
62902      Branch: perl
62903            ! sv.c
62904 ____________________________________________________________________________
62905 [  8283] By: jhi                                   on 2000/12/31  16:11:47
62906         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
62907      Branch: perl
62908            ! t/lib/glob-basic.t
62909 ____________________________________________________________________________
62910 [  8282] By: jhi                                   on 2000/12/31  15:26:11
62911         Log: Integrate perlio.
62912      Branch: perl
62913           !> makedef.pl opcode.pl os2/os2.c perlio.c
62914 ____________________________________________________________________________
62915 [  8281] By: nick                                  on 2000/12/31  10:06:15
62916         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
62917              is available to be exported
62918      Branch: perlio
62919            ! makedef.pl perlio.c
62920 ____________________________________________________________________________
62921 [  8280] By: nick                                  on 2000/12/31  09:41:26
62922         Log: Ilya's OS2 patch (testing for damage on Win32)
62923      Branch: perlio
62924            ! makedef.pl opcode.pl os2/os2.c
62925 ____________________________________________________________________________
62926 [  8279] By: jhi                                   on 2000/12/30  21:52:07
62927         Log: Test nits.
62928      Branch: perl
62929            ! t/lib/syslfs.t t/op/lfs.t
62930 ____________________________________________________________________________
62931 [  8278] By: jhi                                   on 2000/12/30  21:47:49
62932         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62933              From: andreas.koenig@anima.de (Andreas J. Koenig)
62934              Date: 30 Dec 2000 22:35:37 +0100
62935              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
62936              
62937              The 32-bit wraparound test wasn't quite right.
62938      Branch: perl
62939            ! t/lib/syslfs.t t/op/lfs.t
62940 ____________________________________________________________________________
62941 [  8277] By: jhi                                   on 2000/12/30  21:33:44
62942         Log: Subject: [PATCH] open() example in perlfunc.pod 
62943              From: Karsten Sperling <s_sperli@ira.uka.de>
62944              Date: Sat, 30 Dec 2000 22:27:09 +0100
62945              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
62946      Branch: perl
62947            ! pod/perlfunc.pod
62948 ____________________________________________________________________________
62949 [  8276] By: jhi                                   on 2000/12/30  20:32:40
62950         Log: Not quite that many tests yet.
62951      Branch: perl
62952            ! t/op/pat.t
62953 ____________________________________________________________________________
62954 [  8275] By: jhi                                   on 2000/12/30  20:26:58
62955         Log: Integrate perlio.
62956      Branch: perl
62957           !> toke.c
62958 ____________________________________________________________________________
62959 [  8274] By: jhi                                   on 2000/12/30  20:24:56
62960         Log: Signedness nit.
62961      Branch: perl
62962            ! utf8.c
62963 ____________________________________________________________________________
62964 [  8273] By: jhi                                   on 2000/12/30  20:15:46
62965         Log: Add a test case for 20000731.001 which was fixed by the #8267.
62966      Branch: perl
62967            ! t/op/pat.t
62968 ____________________________________________________________________________
62969 [  8272] By: nick                                  on 2000/12/30  19:47:51
62970         Log: Tweak for MULTIPLICITY/USE_PERLIO
62971      Branch: perlio
62972            ! toke.c
62973 ____________________________________________________________________________
62974 [  8271] By: nick                                  on 2000/12/30  19:46:45
62975         Log: Integrate mainline
62976      Branch: perlio
62977           +> lib/unicode/distinct.pm
62978           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
62979           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
62980           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
62981 ____________________________________________________________________________
62982 [  8270] By: jhi                                   on 2000/12/30  19:39:50
62983         Log: Subject: RE: perl@8269
62984              From: "Richard Soderberg" <rs@crystalflame.net>
62985              Date: Sat, 30 Dec 2000 11:36:27 -0800
62986              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
62987              
62988              A missing aTHX_.
62989      Branch: perl
62990            ! toke.c
62991 ____________________________________________________________________________
62992 [  8269] By: jhi                                   on 2000/12/30  18:55:48
62993         Log: Update Changes.
62994      Branch: perl
62995            ! Changes patchlevel.h
62996 ____________________________________________________________________________
62997 [  8268] By: jhi                                   on 2000/12/30  17:18:40
62998         Log: Add a test for Unicode split //.  The #8267 was the cure.
62999      Branch: perl
63000            ! t/op/split.t
63001 ____________________________________________________________________________
63002 [  8267] By: jhi                                   on 2000/12/30  17:14:19
63003         Log: Subject: more UTF8 test suites and an UTF8 patch
63004              From: Inaba Hiroto <inaba@st.rim.or.jp>
63005              Date: Sat, 30 Dec 2000 14:27:10 +0900
63006              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
63007              
63008              Just the patch part for now, and the pragma renamed
63009              as unicode::distinct.
63010      Branch: perl
63011            + lib/unicode/distinct.pm
63012            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
63013            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
63014            ! regcomp.h regexec.c sv.c toke.c utf8.c
63015 ____________________________________________________________________________
63016 [  8266] By: nick                                  on 2000/12/30  16:40:49
63017         Log: Integrate mainline
63018      Branch: perlio
63019           +> lib/Pod/Text/Overstrike.pm
63020           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
63021           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
63022           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
63023           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
63024           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
63025 ____________________________________________________________________________
63026 [  8265] By: jhi                                   on 2000/12/30  07:28:55
63027         Log: The sv_catsv() fix, take two.
63028      Branch: perl
63029            ! sv.c t/op/join.t
63030 ____________________________________________________________________________
63031 [  8264] By: jhi                                   on 2000/12/30  06:19:18
63032         Log: Undo all the join-related changes since #8248: relevant
63033              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
63034              The new sv_catsv() doesn't fly so it must go back to
63035              the drawing board.
63036      Branch: perl
63037            ! sv.c t/op/join.t t/pragma/utf8.t
63038 ____________________________________________________________________________
63039 [  8263] By: jhi                                   on 2000/12/30  01:08:32
63040         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
63041      Branch: perl
63042            ! sv.c
63043 ____________________________________________________________________________
63044 [  8262] By: jhi                                   on 2000/12/30  00:45:14
63045         Log: Retract #8261.
63046      Branch: perl
63047            ! hv.c util.c
63048 ____________________________________________________________________________
63049 [  8261] By: jhi                                   on 2000/12/30  00:38:32
63050         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
63051      Branch: perl
63052            ! hv.c util.c
63053 ____________________________________________________________________________
63054 [  8260] By: jhi                                   on 2000/12/29  22:51:33
63055         Log: (Retracted by #8264)  More fixing for #8251.
63056      Branch: perl
63057            ! sv.c
63058 ____________________________________________________________________________
63059 [  8259] By: jhi                                   on 2000/12/29  18:27:30
63060         Log: Subject: podlators 1.06 released
63061              From: Russ Allbery <rra@stanford.edu>
63062              Date: 25 Dec 2000 05:09:30 -0800
63063              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
63064      Branch: perl
63065            + lib/Pod/Text/Overstrike.pm
63066            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
63067            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
63068 ____________________________________________________________________________
63069 [  8258] By: jhi                                   on 2000/12/29  18:20:45
63070         Log: Make the large file tests more robust/talkative as suggested by
63071              
63072              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
63073              From: andreas.koenig@anima.de (Andreas J. Koenig)
63074              Date: 29 Dec 2000 14:23:01 +0100
63075              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
63076      Branch: perl
63077            ! t/lib/syslfs.t t/op/lfs.t
63078 ____________________________________________________________________________
63079 [  8257] By: jhi                                   on 2000/12/29  17:48:04
63080         Log: Further VMS piping fixes from Charles Lane:
63081              
63082              In summary, error messages produced when a subprocess terminated
63083              abnormally were being sent not just to the parent process, but to
63084              grandparents, because of default values for error output that were
63085              not completely overridden when the subprocess was started.
63086              
63087              This patch fixes this behavior by defining user-mode (i.e., temporary
63088              for the duration of the program) logical names for SYS$OUTPUT and
63089              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
63090              changes to make it so that the user-mode logicals are the ones that
63091              control where Perl's error messages go if it terminates abnormally.
63092              
63093              I also added some gratuitous fixes to the indentation of braces in
63094              the piping code.  It just looked ugly, before.
63095      Branch: perl
63096            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
63097 ____________________________________________________________________________
63098 [  8256] By: jhi                                   on 2000/12/29  17:45:12
63099         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
63100              From: "Casey R. Tweten" <crt@kiski.net>
63101              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
63102              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
63103              
63104              Tests for for #8240.
63105      Branch: perl
63106            ! t/pragma/constant.t
63107 ____________________________________________________________________________
63108 [  8255] By: jhi                                   on 2000/12/29  17:43:07
63109         Log: Subject: Re: [PATCH] Interesting syntax idea
63110              From: Simon Cozens <simon@cozens.net>
63111              Date: Fri, 29 Dec 2000 14:34:04 +0000
63112              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
63113              
63114              Tests for #8254.
63115      Branch: perl
63116            ! t/pragma/sub_lval.t
63117 ____________________________________________________________________________
63118 [  8254] By: jhi                                   on 2000/12/29  17:42:11
63119         Log: Subject: [PATCH] Interesting syntax idea
63120              From: Simon Cozens <simon@cozens.net>
63121              Date: Wed, 27 Dec 2000 05:08:57 +0000
63122              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
63123              
63124              Make opens + bareword assigns do typeglob assigns.
63125      Branch: perl
63126            ! op.c
63127 ____________________________________________________________________________
63128 [  8253] By: jhi                                   on 2000/12/29  17:36:45
63129         Log: Output the (apparent) version of gcc, as suggested by
63130              
63131              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
63132              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
63133              Date: 26 Dec 2000 04:29:17 -0500
63134              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
63135              
63136              (The patch as such didn't any more apply as the misparsing had
63137              already been addressed in #6474.)  Also change the wording about
63138              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
63139      Branch: perl
63140            ! hints/dec_osf.sh
63141 ____________________________________________________________________________
63142 [  8252] By: nick                                  on 2000/12/29  12:14:31
63143         Log: Integrate mainline
63144      Branch: perlio
63145           !> (integrate 27 files)
63146 ____________________________________________________________________________
63147 [  8251] By: jhi                                   on 2000/12/29  08:45:46
63148         Log: (Retracted by #8264)
63149              
63150              (Fixed by #8260.)
63151              
63152              sv_catsv() needs one more byte space than seems reasonable.
63153              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
63154              Curiouser and curiouser.
63155      Branch: perl
63156            ! sv.c
63157 ____________________________________________________________________________
63158 [  8250] By: jhi                                   on 2000/12/29  07:57:52
63159         Log: More split // UTF-8 tests.
63160      Branch: perl
63161            ! t/pragma/utf8.t
63162 ____________________________________________________________________________
63163 [  8249] By: jhi                                   on 2000/12/29  07:54:51
63164         Log: (Retracted by #8264)  More join() testing which was good because
63165              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
63166      Branch: perl
63167            ! pp.c t/op/join.t utf8.c utf8.h
63168 ____________________________________________________________________________
63169 [  8248] By: jhi                                   on 2000/12/29  07:08:32
63170         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
63171              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
63172              that the only cases to care about are byte+byte and byte+character.
63173              
63174              TODO: See how well pp_concat() could be implemented in terms
63175              of sv_catsv().
63176      Branch: perl
63177            ! doop.c sv.c t/op/join.t utf8.h
63178 ____________________________________________________________________________
63179 [  8247] By: jhi                                   on 2000/12/29  06:35:23
63180         Log: Signedness nit.
63181      Branch: perl
63182            ! pp_hot.c
63183 ____________________________________________________________________________
63184 [  8246] By: jhi                                   on 2000/12/29  01:23:31
63185         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
63186              From: Lupe Christoph <lupe@lupe-christoph.de>
63187              Date: Thu, 28 Dec 2000 23:00:00 +0100
63188              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
63189              
63190              Suggest rsync --delete --dry-run.
63191      Branch: perl
63192            ! pod/perlhack.pod
63193 ____________________________________________________________________________
63194 [  8245] By: jhi                                   on 2000/12/28  23:57:05
63195         Log: The maxiters upper limit sanity check (guarding against
63196              non-progress) assumed bytes instead of characters in s///
63197              and split().
63198      Branch: perl
63199            ! pp.c pp_hot.c
63200 ____________________________________________________________________________
63201 [  8244] By: jhi                                   on 2000/12/28  23:34:08
63202         Log: Make some panic messages a bit more logical.
63203      Branch: perl
63204            ! doop.c pod/perldiag.pod pp.c pp_hot.c
63205 ____________________________________________________________________________
63206 [  8243] By: jhi                                   on 2000/12/28  22:59:16
63207         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
63208              From: Simon Cozens <simon@cozens.net>
63209              Date: Wed, 27 Dec 2000 02:30:03 +0000
63210              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
63211      Branch: perl
63212            ! pp.c t/pragma/sub_lval.t
63213 ____________________________________________________________________________
63214 [  8242] By: jhi                                   on 2000/12/28  22:56:53
63215         Log: Subject: [PATCH blead] Fix B::Terse indentation
63216              From: Daniel Chetlin <daniel@chetlin.com>
63217              Date: Wed, 27 Dec 2000 06:43:30 -0800
63218              Message-ID: <20001227064329.B9573@darkstar>
63219      Branch: perl
63220            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
63221 ____________________________________________________________________________
63222 [  8241] By: jhi                                   on 2000/12/28  22:48:59
63223         Log: The latter patch from the
63224              
63225              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
63226              From: Peter Prymmer <pvhp@forte.com> 
63227              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
63228              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
63229              
63230              (the former patch from the above should have been
63231              taken care of by Nick I-S)
63232      Branch: perl
63233            ! win32/Makefile
63234 ____________________________________________________________________________
63235 [  8240] By: jhi                                   on 2000/12/28  22:45:22
63236         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
63237              From: "Casey R. Tweten" <crt@kiski.net>
63238              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
63239              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
63240      Branch: perl
63241            ! lib/constant.pm
63242 ____________________________________________________________________________
63243 [  8239] By: jhi                                   on 2000/12/28  22:37:45
63244         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
63245              From: Simon Cozens <simon@cozens.net>
63246              Date: Wed, 27 Dec 2000 14:12:44 +0000
63247              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
63248      Branch: perl
63249            ! t/op/method.t t/op/sort.t toke.c
63250 ____________________________________________________________________________
63251 [  8238] By: jhi                                   on 2000/12/28  22:30:32
63252         Log: Subject: [PATCH perl@8229] Call.pm
63253              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63254              Date: Mon, 25 Dec 2000 10:47:15 -0000
63255              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
63256      Branch: perl
63257            ! ext/Filter/Util/Call/Call.pm
63258 ____________________________________________________________________________
63259 [  8237] By: jhi                                   on 2000/12/28  22:19:21
63260         Log: Subject: [PATCH blead] Fix problem with `&' prototype
63261              From: Daniel Chetlin <daniel@chetlin.com>
63262              Date: Wed, 27 Dec 2000 15:55:32 -0800
63263              Message-ID: <20001227155532.D9573@darkstar>
63264      Branch: perl
63265            ! op.c t/comp/proto.t
63266 ____________________________________________________________________________
63267 [  8236] By: jhi                                   on 2000/12/28  22:09:25
63268         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
63269              From: Daniel Chetlin <daniel@chetlin.com>
63270              Date: Sun, 24 Dec 2000 04:09:49 -0800
63271              Message-ID: <20001224040949.B3090@darkstar>
63272      Branch: perl
63273            ! gv.c mg.c t/op/attrs.t
63274 ____________________________________________________________________________
63275 [  8235] By: jhi                                   on 2000/12/28  22:07:11
63276         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
63277              From: Jan Dubois <jand@ActiveState.com>
63278              Date: Tue, 26 Dec 2000 20:57:31 -0800
63279              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
63280      Branch: perl
63281            ! win32/win32.c
63282 ____________________________________________________________________________
63283 [  8234] By: jhi                                   on 2000/12/28  21:52:42
63284         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
63285              From: Simon Cozens <simon@cozens.net>
63286              Date: Thu, 28 Dec 2000 20:33:13 +0000
63287              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
63288      Branch: perl
63289            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
63290 ____________________________________________________________________________
63291 [  8233] By: jhi                                   on 2000/12/28  19:40:49
63292         Log: Integrate perlio.
63293      Branch: perl
63294           !> ext/Encode/Makefile.PL ext/Encode/compile
63295 ____________________________________________________________________________
63296 [  8232] By: nick                                  on 2000/12/23  16:06:00
63297         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
63298              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
63299      Branch: perlio
63300            ! ext/Encode/Makefile.PL
63301 ____________________________________________________________________________
63302 [  8231] By: nick                                  on 2000/12/23  14:30:34
63303         Log: "Compiled" encode build cleanup
63304              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
63305              - .c files do not export sub-tables
63306      Branch: perlio
63307            ! ext/Encode/Makefile.PL ext/Encode/compile
63308 ____________________________________________________________________________
63309 [  8230] By: nick                                  on 2000/12/23  12:50:37
63310         Log: Integrate mainline
63311      Branch: perlio
63312           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63313           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63314           !> pod/perl5004delta.pod pod/perl5005delta.pod
63315           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63316           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63317           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63318           !> pod/perlsub.pod
63319 ____________________________________________________________________________
63320 [  8229] By: jhi                                   on 2000/12/22  15:32:12
63321         Log: Integrate perlio.
63322      Branch: perl
63323           +> win32/distclean.bat
63324           !> MANIFEST t/io/utf8.t
63325 ____________________________________________________________________________
63326 [  8228] By: jhi                                   on 2000/12/22  15:29:40
63327         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
63328              From: Robin Barker <rmb1@cise.npl.co.uk>
63329              Date: Fri, 22 Dec 2000 12:17:38 GMT
63330              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
63331      Branch: perl
63332            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
63333            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
63334            ! pod/perl5004delta.pod pod/perl5005delta.pod
63335            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
63336            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
63337            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
63338            ! pod/perlsub.pod
63339 ____________________________________________________________________________
63340 [  8227] By: jhi                                   on 2000/12/22  15:24:28
63341         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
63342              From: "John L. Allen" <allen@grumman.com>
63343              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
63344              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
63345              
63346              Document APPLLIB_EXP.
63347      Branch: perl
63348            ! INSTALL
63349 ____________________________________________________________________________
63350 [  8226] By: nick                                  on 2000/12/21  22:11:50
63351         Log: Handy script for when one forgets to "dmake clean" 
63352      Branch: perlio
63353            + win32/distclean.bat
63354            ! MANIFEST
63355 ____________________________________________________________________________
63356 [  8225] By: nick                                  on 2000/12/21  21:54:04
63357         Log: CRLF platform issue with io/utf8 fix.
63358      Branch: perlio
63359            ! t/io/utf8.t
63360 ____________________________________________________________________________
63361 [  8224] By: nick                                  on 2000/12/21  21:02:20
63362         Log: Integrate mainline
63363      Branch: perlio
63364           !> Changes Configure Makefile.SH Porting/Glossary
63365           !> Porting/config.sh Porting/config_H configure.com
63366           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
63367           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
63368           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
63369           !> win32/config.bc win32/config.gc win32/config.vc
63370 ____________________________________________________________________________
63371 [  8223] By: jhi                                   on 2000/12/21  17:09:16
63372         Log: Update Changes.
63373      Branch: perl
63374            ! Changes patchlevel.h
63375 ____________________________________________________________________________
63376 [  8222] By: jhi                                   on 2000/12/21  16:24:01
63377         Log: Metaconfig unit changes for #8221.
63378      Branch: metaconfig/U/perl
63379           +> issymlink.U
63380            - testsyml.U
63381            ! Mksymlinks.U
63382 ____________________________________________________________________________
63383 [  8221] By: jhi                                   on 2000/12/21  16:23:48
63384         Log: Rename testsyml to issymlink.
63385      Branch: perl
63386            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63387            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
63388            ! win32/config.vc
63389 ____________________________________________________________________________
63390 [  8220] By: jhi                                   on 2000/12/21  15:47:26
63391         Log: Robustness support for #8218 (symlink forest) since the GNU
63392              tools seem to be overly picky about symlinkage depths.
63393      Branch: perl
63394            ! Makefile.SH t/io/fs.t
63395 ____________________________________________________________________________
63396 [  8219] By: jhi                                   on 2000/12/21  15:38:27
63397         Log: Metaconfig changes for #8218.
63398      Branch: metaconfig
63399            ! U/modified/Oldconfig.U
63400      Branch: metaconfig/U/perl
63401            + Mksymlinks.U
63402            ! testsyml.U
63403 ____________________________________________________________________________
63404 [  8218] By: jhi                                   on 2000/12/21  15:37:57
63405         Log: Add Configure option -Dmksymlinks which will create a symlink
63406              forest if the current/build differs from the source directory.
63407              TODO: mkdir -p is not portable.
63408      Branch: perl
63409            ! Configure
63410 ____________________________________________________________________________
63411 [  8217] By: jhi                                   on 2000/12/21  14:39:12
63412         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
63413              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
63414              Date: Thu, 21 Dec 2000 09:38:18 GMT
63415              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
63416              
63417              The ofs became an SV.
63418      Branch: perl
63419            ! ext/Thread/Thread.xs
63420 ____________________________________________________________________________
63421 [  8216] By: jhi                                   on 2000/12/21  05:40:21
63422         Log: The polymorphism seems to have fixed 20000517.001.
63423      Branch: perl
63424            ! t/pragma/utf8.t
63425 ____________________________________________________________________________
63426 [  8215] By: jhi                                   on 2000/12/21  04:44:52
63427         Log: read() documentation tweak for 20001121.004.
63428      Branch: perl
63429            ! pod/perlfunc.pod
63430 ____________________________________________________________________________
63431 [  8214] By: jhi                                   on 2000/12/21  03:54:11
63432         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
63433      Branch: perl
63434            ! pp_sys.c t/op/misc.t
63435 ____________________________________________________________________________
63436 [  8213] By: jhi                                   on 2000/12/21  00:28:10
63437         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
63438              From: Peter Prymmer <pvhp@forte.com>
63439              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
63440              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
63441      Branch: perl
63442            ! configure.com
63443 ____________________________________________________________________________
63444 [  8212] By: jhi                                   on 2000/12/21  00:26:21
63445         Log: Edit edit edit.
63446      Branch: perl
63447            ! pod/perlfaq3.pod
63448 ____________________________________________________________________________
63449 [  8211] By: jhi                                   on 2000/12/20  18:52:46
63450         Log: Update Changes.
63451      Branch: perl
63452            ! Changes patchlevel.h
63453 ____________________________________________________________________________
63454 [  8210] By: jhi                                   on 2000/12/20  18:34:47
63455         Log: Yet another editor edit.
63456      Branch: perl
63457            ! pod/perlfaq3.pod
63458 ____________________________________________________________________________
63459 [  8209] By: jhi                                   on 2000/12/20  15:33:28
63460         Log: More Win32 Perling.
63461      Branch: perl
63462            ! pod/perlfaq3.pod
63463 ____________________________________________________________________________
63464 [  8208] By: jhi                                   on 2000/12/20  15:07:46
63465         Log: More Win32 editor/IDE/shell hints.
63466      Branch: perl
63467            ! pod/perlfaq3.pod
63468 ____________________________________________________________________________
63469 [  8207] By: jhi                                   on 2000/12/20  03:54:08
63470         Log: Subject: [PATCH] obscure timing knowledge
63471              From: Nicholas Clark <nick@ccl4.org>
63472              Date: Tue, 19 Dec 2000 19:22:31 +0000
63473              Message-ID: <20001219192231.F2827@plum.flirble.org>
63474      Branch: perl
63475            ! sv.c
63476 ____________________________________________________________________________
63477 [  8206] By: jhi                                   on 2000/12/20  03:45:57
63478         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
63479              From: Spider Boardman <spider@leggy.zk3.dec.com>
63480              Date: Tue, 19 Dec 2000 21:30:16 -0500
63481              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
63482      Branch: perl
63483            ! sv.c
63484 ____________________________________________________________________________
63485 [  8205] By: jhi                                   on 2000/12/19  23:02:01
63486         Log: Update Changes.
63487      Branch: perl
63488            ! Changes patchlevel.h
63489 ____________________________________________________________________________
63490 [  8204] By: jhi                                   on 2000/12/19  22:58:18
63491         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
63492              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
63493              on editors and diffing/patching.
63494      Branch: perl
63495            ! t/op/utf8decode.t
63496 ____________________________________________________________________________
63497 [  8203] By: nick                                  on 2000/12/19  21:36:16
63498         Log: Integrate mainline (forgot my own change...)
63499      Branch: perlio
63500           !> ext/Encode/compile
63501 ____________________________________________________________________________
63502 [  8202] By: nick                                  on 2000/12/19  21:34:42
63503         Log: Integrate mainline.
63504      Branch: perlio
63505           !> (integrate 61 files)
63506 ____________________________________________________________________________
63507 [  8201] By: nick                                  on 2000/12/19  21:34:06
63508         Log: Avoid looking for File::Glob when we don't need it.
63509      Branch: perl
63510            ! ext/Encode/compile
63511 ____________________________________________________________________________
63512 [  8200] By: jhi                                   on 2000/12/19  18:35:49
63513         Log: Update Changes.
63514      Branch: perl
63515            ! Changes patchlevel.h
63516 ____________________________________________________________________________
63517 [  8199] By: jhi                                   on 2000/12/19  18:35:07
63518         Log: Microperl tweaks.
63519      Branch: perl
63520            ! sv.c uconfig.h uconfig.sh
63521 ____________________________________________________________________________
63522 [  8198] By: jhi                                   on 2000/12/19  18:29:59
63523         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
63524      Branch: perl
63525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63526            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
63527 ____________________________________________________________________________
63528 [  8197] By: jhi                                   on 2000/12/19  17:55:29
63529         Log: In VMS embedded perls couldn't access the statically built Socket,
63530              from Charles Lane.
63531      Branch: perl
63532            ! configure.com
63533 ____________________________________________________________________________
63534 [  8196] By: jhi                                   on 2000/12/19  17:49:50
63535         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
63536              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
63537              Date: Sun, 17 Dec 2000 19:11:44 -0000
63538              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
63539      Branch: perl
63540            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63541            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63542 ____________________________________________________________________________
63543 [  8195] By: jhi                                   on 2000/12/19  17:47:53
63544         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
63545              From: Jonathan Stowe <gellyfish@gellyfish.com>
63546              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
63547              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
63548      Branch: perl
63549            ! utils/h2xs.PL
63550 ____________________________________________________________________________
63551 [  8194] By: jhi                                   on 2000/12/19  17:46:28
63552         Log: Subject: Re: useless use of void context work-around
63553              From: andreas.koenig@anima.de (Andreas J. Koenig)
63554              Date: 16 Dec 2000 15:13:36 +0100
63555              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
63556              
63557              Document (comment) the q(di ds ig) trick in the code.
63558      Branch: perl
63559            ! op.c
63560 ____________________________________________________________________________
63561 [  8193] By: jhi                                   on 2000/12/19  17:10:57
63562         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
63563              From: "Mark J. Reed" <mreed@strange.turner.com>
63564              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
63565              Message-Id: <200012160222.VAA13986@strange.turner.com>
63566      Branch: perl
63567            ! ext/Sys/Syslog/Syslog.pm
63568 ____________________________________________________________________________
63569 [  8192] By: jhi                                   on 2000/12/19  17:07:45
63570         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
63571              From: Nicholas Clark <nick@ccl4.org>
63572              Date: Sat, 16 Dec 2000 19:03:13 +0000
63573              Message-ID: <20001216190313.D68304@plum.flirble.org>
63574      Branch: perl
63575            ! t/op/64bitint.t
63576 ____________________________________________________________________________
63577 [  8191] By: jhi                                   on 2000/12/19  17:06:13
63578         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
63579              From: Dominic Dunlop <domo@computer.org>
63580              Date: Mon, 18 Dec 2000 12:00:15 +0100
63581              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
63582              
63583              This patchlet is needed in order that perl can be statically linked.  
63584      Branch: perl
63585            ! regexec.c
63586 ____________________________________________________________________________
63587 [  8190] By: jhi                                   on 2000/12/19  17:03:08
63588         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
63589              From: "Craig A. Berry" <craig.berry@psinetcs.com>
63590              Date: Sun, 17 Dec 2000 00:18:35 -0600
63591              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
63592      Branch: perl
63593            ! perlio.h vms/gen_shrfls.pl
63594 ____________________________________________________________________________
63595 [  8189] By: jhi                                   on 2000/12/19  16:20:28
63596         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
63597              From: Prymmer/Kahn <pvhp@best.com>
63598              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
63599              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
63600              
63601              A better version of #8188.
63602      Branch: perl
63603            ! pod/perlfaq3.pod
63604 ____________________________________________________________________________
63605 [  8188] By: jhi                                   on 2000/12/19  15:57:06
63606         Log: (Replaced by #8189)
63607              
63608              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63609              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
63610              From: Prymmer/Kahn <pvhp@best.com>
63611              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
63612              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63613              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
63614              Date: Mon, 18 Dec 2000 11:10:45 -0500
63615              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
63616      Branch: perl
63617            ! pod/perlfaq3.pod
63618 ____________________________________________________________________________
63619 [  8187] By: jhi                                   on 2000/12/19  15:54:19
63620         Log: Email address fix for Anton Berezin.
63621      Branch: perl
63622            ! AUTHORS
63623 ____________________________________________________________________________
63624 [  8186] By: jhi                                   on 2000/12/19  15:38:54
63625         Log: Subject: [PATCH perl@8102] cygwin port
63626              From: "Eric Fifer" <efifer@dircon.co.uk> 
63627              Date: Thu, 14 Dec 2000 13:41:29 -0000
63628              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
63629              
63630              When compiling modules the data item that is being imported
63631              from libperl.dll needs to be tagged as imported/shared data:
63632              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
63633      Branch: perl
63634            ! perliol.h
63635 ____________________________________________________________________________
63636 [  8185] By: jhi                                   on 2000/12/19  14:53:24
63637         Log: Regen uconfig.h and uconfig.sh.
63638      Branch: perl
63639            ! uconfig.h uconfig.sh
63640 ____________________________________________________________________________
63641 [  8184] By: jhi                                   on 2000/12/18  20:43:49
63642         Log: Comments work so much better when they are closed.
63643      Branch: perl
63644            ! regcomp.c
63645 ____________________________________________________________________________
63646 [  8183] By: jhi                                   on 2000/12/18  18:04:02
63647         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
63648              Fixes the bug 20001218.016.
63649      Branch: perl
63650            ! regcomp.c
63651 ____________________________________________________________________________
63652 [  8182] By: gsar                                  on 2000/12/18  09:53:47
63653         Log: delete spurious files
63654      Branch: maint-5.6/perl
63655            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
63656            - vos/config.h vos/config_h.SH_orig
63657 ____________________________________________________________________________
63658 [  8181] By: gsar                                  on 2000/12/18  09:46:08
63659         Log: regen perltoc
63660      Branch: maint-5.6/perl
63661            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
63662 ____________________________________________________________________________
63663 [  8180] By: gsar                                  on 2000/12/18  09:20:27
63664         Log: integrate changes#7924..7926,7946,7952 from mainline
63665              
63666              A test works better if it has the right 1..$n output.
63667              
63668              All the core library users of Class::Struct seem to be
63669              using "use Class::Struct 'struct';" instead of the bare
63670              "use Class::Struct;", which isn't documented in Class::Struct.
63671              This can't be right.
63672              
63673              Make the Class::Struct import() wiser.
63674              
63675              Upgrade to CPAN 1.59_51, from Andreas König.
63676              
63677              Subject: Re: long shell lines
63678              Split overly long shell command lines.
63679      Branch: maint-5.6/perl
63680           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
63681           !> lib/File/stat.pm t/lib/class-struct.t
63682 ____________________________________________________________________________
63683 [  8179] By: gsar                                  on 2000/12/18  08:55:54
63684         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
63685              7918,7919,7988,8907 from mainline (various)
63686              
63687              Subject: [ID 20001127.004] White space problem in perlamiga.pod
63688              
63689              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
63690              
63691              Subject: [PATCH] perlcc.PL cleanups
63692              
63693              Subject: [PATCH] Updating perltie.pod for arrays
63694              
63695              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63696              Subject: Re: [PATCH] Updating perltie.pod for arrays
63697              Subject: Re: [PATCH] Updating perltie.pod for arrays
63698              
63699              One more perltie.pod nit from Casey R. Tweten.
63700              
63701              Subject: [PATCH] $^O  win32 -> MSWin32
63702              plus similar nits for vms, err, VMS, and UNICOS.
63703              
63704              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63705              More checking in case someone has broken their services or
63706              protocol databases.
63707              
63708              Make "use Class::Struct 'struct';" work again (broken by #7617);
63709              add a test for Class::Struct.
63710              
63711              Integrate the "skip" messages to explain().
63712              
63713              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63714      Branch: maint-5.6/perl
63715           +> t/lib/class-struct.t
63716           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
63717           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
63718           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
63719 ____________________________________________________________________________
63720 [  8178] By: gsar                                  on 2000/12/18  08:16:30
63721         Log: avoid redefinition warnings on windows due to sys/socket.h getting
63722              #included before win32.h
63723      Branch: maint-5.6/perl
63724            ! win32/include/sys/socket.h
63725 ____________________________________________________________________________
63726 [  8177] By: gsar                                  on 2000/12/18  05:24:04
63727         Log: make regen_headers; fix POSIX.xs problems; remove outdated
63728              code from sys/socket.h that makes build fail now
63729      Branch: maint-5.6/perl
63730            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
63731            ! pod/perlapi.pod
63732           !> win32/include/sys/socket.h
63733 ____________________________________________________________________________
63734 [  8176] By: gsar                                  on 2000/12/18  05:20:17
63735         Log: update Changes
63736      Branch: maint-5.6/perl
63737            ! Changes patchlevel.h
63738 ____________________________________________________________________________
63739 [  8175] By: gsar                                  on 2000/12/18  04:57:48
63740         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
63741              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
63742              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
63743              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
63744              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
63745              7823,7825,7838
63746              
63747              Subject: Re: [PATCH] README.solaris
63748              
63749              Add getpagesize() probing, on non-UNIX guess 'undef'.
63750              
63751              Simplify the getpagesize() unit by dropping the
63752              pagesize probe since it's nowadays slightly more
63753              complicated because of sysconf(). (Note: if some
63754              platform really needs the -lPW for getpagesize,
63755              I just broke it.)
63756              TODO: a new pagesize unit.
63757              
63758              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63759              
63760              MachTen doesn't really do mmap() and munmap().
63761              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63762              
63763              More README.solaris updates from Andy Dougherty.
63764              
63765              Copy the s// information of README.hpux also to the perlrun.
63766              
63767              Add HAS_FSYNC, lack noticed by Nicholas Clark.
63768              
63769              Add a metaconfig unit for fsync.
63770              
63771              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63772              
63773              Many subdocumented return values of the IO extension now documented.
63774              ungetc and write still left subdocumented.
63775              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63776              
63777              Document tell() on special streams.
63778              
63779              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63780              
63781              Subject: [ID 20001112.007] sfio's sftell isn't ftell
63782              
63783              Couple of tests from #7660 salvaged.
63784              
63785              Tweak the definition of the bit complement on UTF-8 data:
63786              if none of the characters in the string are > 0xff,
63787              the result is a complemented byte string, not a (UTF-8)
63788              char string.  Based on the summary in
63789              Subject: Re: [ID 20000918.005] ~ on wide chars
63790              This should give us the maximum backward (pre-char string)
63791              compatibility and utf8 compatibility.  The other alternative
63792              would be to limit the bit complement to be always byte only,
63793              taking the least significant byte of the chars.
63794              
63795              Cleanup messy #ifdef.
63796              
63797              Typos in #7667.
63798              
63799              Declare reg_data like reg_substr_data.
63800              
63801              Placate nervous compilers that see longer than ints switch()ing.
63802              
63803              Remove the new two tests of lib/io_xs for now, they seem to
63804              fail under perlio on some platforms.
63805              
63806              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63807              
63808              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63809              
63810              Subject: tiny typo in perl5db.pl
63811              
63812              Subject: some additions for makefiles for win32 (for perl@7674)
63813              
63814              Hoist the duplicated socket/netdb include logic to perl.h;
63815              undef SETERRNO in case SOCKS has defined it.  Based on:
63816              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63817              
63818              Regen Configure.
63819              
63820              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63821              (a macro to define signed and unsigned integer constants).
63822              
63823              Use UINT64_C().
63824              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63825              
63826              Use u_int32_t for the size of hash_cb(), not size_t.
63827              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63828              
63829              Quit utf8_to_uv() instantly if curlen == 0.
63830              
63831              Subject: [PATCH: perl@7674] updates to README.os390
63832              
63833              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63834              
63835              EBCDIC tweaks.
63836              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63837              
63838              Linenumber fix.
63839              
63840              SOCKS has its own USE_THREADS, based on
63841              Subject: [ID 20001114.002] et. al. bugfix followup
63842              
63843              UINT64_C() work continues.
63844              
63845              Detypo.
63846              
63847              The type of the hash_cb() size argument is tricky.
63848              
63849              Add fwalk() probe to the configuration files and regen perltoc.
63850              
63851              Subject: perllocale.pod changes
63852              
63853              Avoid an infinite loop in VMS when utils scripts are run
63854              with no arguments, from Charles Lane.
63855              
63856              Subject: Re: Bug in Carp::Heavy/5.6.0?
63857              
63858              For Solaris use64bitall the stdchar needs a little bit of help.
63859              
63860              The long double hints can be here or there.
63861              
63862              Test tweak for the open pragma.
63863              
63864              Also the 64bitall hints can be either here or there.
63865              
63866              As surmised the #7719 wasn't a good move.
63867              
63868              Subject: Fix for 20000409.001
63869              
63870              Subject: Fix for 20000815.006
63871              It's really 20000518.006.
63872              
63873              Subject: [PATCH 5.6.0 README.win32] very minor typos
63874              
63875              Subject: Fix for README.amiga (20000323.033)
63876              
63877              Explain in more detail the {} syntax ambiguousity.
63878              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63879              
63880              Sparc 64-bit pack() fix from Jens Hamisch.
63881              
63882              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63883              
63884              Subject: podlators 1.05 available        
63885              
63886              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63887              
63888              Subject: [perl 7711: EPOC] updates
63889              
63890              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63891              
63892              Miraculous typo.
63893              
63894              sysseek() instead of seek().
63895              
63896              Solaris hints tweaks.
63897              
63898              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
63899              This may be overly harsh but until proven otherwise, we think this
63900              way, or until we have a simple test for Configure (having to start
63901              up servers is does not count as simple) to check for the problems.
63902              
63903              Remove the shared object before attempting to create
63904              (by linking) a new one.  E.g. in AIX not removing
63905              becomes quite painful if one tries to do more than one
63906              build in the same tree (an interrupted build, for example),
63907              since the AIX' shared dynaloader seemingly keeps the shared
63908              objects open and therefore 'busy' for quite a while, even when
63909              nobody is using the objects, leading into link failures.
63910              
63911              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
63912              
63913              Subject: DOC PATCH 5.6.0 perlreftut
63914              
63915              Subject: [PATCH: perl@7777] add system locale testing for VMS
63916              
63917              Subject: [PATCH] Test.pm POD peculiarity
63918              
63919              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
63920              
63921              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
63922              
63923              Subject: Re: perl@7777 
63924              Detypoing.
63925              
63926              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
63927              
63928              Go ahead and #include <unistd.h> in perl.h.
63929              
63930              Subject: [PATCH perl@7795] small cleanup task for test suite
63931              
63932              Subject: Re: av.c patch (having slight problems)
63933              unshift() speedup.
63934              
63935              Reach back one higher up when searching for PERL_SRC.
63936      Branch: maint-5.6/perl
63937           +> lib/File/Spec/Epoc.pm
63938           !> (integrate 88 files)
63939 ____________________________________________________________________________
63940 [  8174] By: gsar                                  on 2000/12/18  03:53:09
63941         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
63942              7625..7629,7631..7634,7637,7639,7642 from mainline
63943              
63944              Fix for the tie-refhash string table leaks.
63945              
63946              Subject: [patch perl@7595] VMS configure.com tweak
63947              
63948              More careful detection of how well NVs and UVs mix.
63949              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))
63950              Added some SIGFPE paranoia.
63951              
63952              Forgot to bump the line numbers in #7601.
63953              
63954              Subject: PATCH std stdio for (Free)BSD
63955              
63956              Deleting $ENV{PATH} in VMS is not recommendable.
63957              
63958              Locale buglets.
63959              Subject: RE: Locales support (setlocale) fixes
63960              
63961              Do not test UTF-8 locales since that the tests would require
63962              polymorphic regexen.
63963              
63964              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
63965              
63966              A missing aTHX_.
63967              
63968              Subject: [ID 20001108.013] spelling
63969              
63970              Subject: [PATCH] Class::Struct at compile time
63971              
63972              Make deleting for %ENV work for (newer versions of) VMS,
63973              from Craig A. Berry.
63974              
63975              Forgot from #7618.
63976              
63977              More VMS moves on environment handling, from Charles Lane.
63978              
63979              Remove unused extra arguments.
63980              
63981              Typo in an ifndef.
63982              Subject: Re: [PATCH 5.7.0] better messages from malloc()
63983              
63984              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
63985              All except the "cow orker" change.
63986              
63987              The generated boot_* headers are wrong.  Pickier compiler,
63988              such as KAI C++ will refuse to compile the resulting perlmain.
63989              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63990              
63991              There's no =head3.
63992              
63993              Disable only the tests 99 and 166 for UTF-8 locales.
63994              
63995              Missing dTHXs.
63996              Subject: RE: perl@7595 builds not on cygwin
63997              
63998              Subject: Re: bash -c exit and linux hints 
63999              
64000              Various doc oddball characters.
64001              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64002              
64003              Subject: [PATCH] IO::Seekable pod
64004              
64005              Amdahl UTS hints updates.
64006              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
64007              
64008              Explain better why certain regex tests are skipped.
64009              Subject: Re: tests skipped: unknown reason
64010              
64011              Subject: [PATCH] README.solaris
64012              
64013              Subject: [PATCH perl@7638] cygwin port
64014      Branch: maint-5.6/perl
64015           +> README.solaris
64016           !> (integrate 26 files)
64017 ____________________________________________________________________________
64018 [  8173] By: gsar                                  on 2000/12/18  03:37:02
64019         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
64020              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
64021              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
64022              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
64023              
64024              Better create a true mailing list for the repository keepers.
64025              
64026              Subject: [ID 20001027.007] uniq array in perlfaq
64027              
64028              De-quoted-unreadable to ISO Latin 1.
64029              (There's one ISO-2022-JP name in Changes5.004.)
64030              
64031              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
64032              
64033              The #7476 needs a MANIFEST change, too.
64034              
64035              Add also emailless people.
64036              
64037              UTF-8 decoder tweak.
64038              
64039              Make \x{...} consistently produce UTF-8.
64040              Subject: Re: \x{...} is confused 
64041              
64042              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
64043              
64044              Add a perlbug flag, -A, to avoid acknowledgement messages.
64045              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
64046              
64047              Use Errno magic.
64048              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
64049              
64050              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
64051              
64052              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
64053              
64054              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
64055              
64056              Be more lenient on bad UTF-8 when doing bit arithmetics.
64057              Subject: Re: [ID 20000918.005] ~ on wide chars
64058              (The ord() part of the patch skipped.)
64059              
64060              Subject: perlfaq style changes
64061              
64062              AUTHORS tweaks.
64063              
64064              Whitespace style tweak.  Was originally going to see to
64065              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64066              but that had already been taken care of.
64067              
64068              The compiler is either gcc or cc, from Tom Bates.
64069              
64070              The osname has been lowercased by now, from Tom Bates.
64071              
64072              The NonStop-UX libraries have a novel way to say NaN.
64073              
64074              printf UVs the correct way, noticed by Robin Barker.
64075              
64076              Subject: [PATCH] startperl to respect versiononly
64077              
64078              AUTHORS updates.
64079              
64080              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64081              
64082              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
64083              
64084              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
64085              
64086              Generalize the Camel wording.
64087              Subject: Re: perlfaq style changes
64088              
64089              Subject: [ID 20001005.006] Documentation -- description of qr//
64090              
64091              C.pm part of
64092              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
64093              
64094              Locale warning explanation tweak.
64095              
64096              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
64097              
64098              Make the POSIX::setuid and POSIX::setgid to really call setuid()
64099              and setgid() because they were just changing $< and $( which means
64100              only changing the real uid/gid, as opposed to changing both
64101              real and effective ids.  (The alternative way could have been
64102              in POSIX.pm to change $> and $), too, but making a direct call
64103              to the C API feels cleaner.)  Fixes the bug
64104              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
64105              
64106              Expand %Config variables and %ENV variables only if
64107              so requested during build time using the
64108              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
64109              Not expanding makes relocating distributions easier.
64110              
64111              More tweaking on the #7522 theme.
64112              
64113              Test::Harness revealed buglets in the new DynaLoader.
64114              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
64115              
64116              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
64117              fix a autovivification bug in Tie::RefHash, add tests for both.
64118              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
64119              
64120              Detpyo.
64121              
64122              recv() can fail and return undef.
64123              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
64124              
64125              Fix the problem discussed in
64126              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
64127              originally from Linc Madison.  Also Andreas König's comments
64128              taken into account.  Some other problems with Tie::SubstrHash
64129              fixed: didn't croak when the table exceeded the requested number
64130              of entries (as documented) but instead when the number of entries
64131              exceeded the size of the table, a croak() had an unnecessary \n,
64132              didn't have a CLEAR method, documented that there is no exists().
64133              Didn't fix to be strict-proof because the module uses &foo; and
64134              dynamic scope.  Added a test script exercizing both first tamely 
64135              the basic functionality, and then the failure cases reported by
64136              Linc Madison.
64137              
64138              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
64139              
64140              The #7521 touched things it shouldn't have.
64141              
64142              Subject: [PATCH 5.7.0] better messages from malloc()
64143              
64144              Subject: Re: README.aix
64145              
64146              Add FCNTL_CAN_LOCK.
64147              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64148              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
64149              
64150              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
64151              create a "fast path" for locale name probing using "locale -a"
64152              if available, squash finally hopefully the s?printf resetting
64153              the numeric locale (since, IIUC perllocale, it never shouldn't). 
64154              
64155              More Changes tweakery.
64156              
64157              Dying is too strict here, better just skip.
64158              
64159              Subject: Locales support (setlocale) fixes
64160              Modified quite a bit to be more portable.
64161              
64162              Configure would use a bad $myuname from an old config.sh.
64163              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
64164              
64165              Fix for
64166              Subject: [ID 20001004.006] undef is never tainted
64167              An undef read from a slurped file was not tainted.
64168              
64169              Fix for
64170              Subject: [ID 20001004.007] taint propogation is inconsistent
64171              The culprit was sv_setsv() which was rather blindly
64172              propagating taint, which lead to behaviour where if
64173              a tainted anon hash value was seen all the hash values
64174              from then on at that level became tainted, or at any
64175              upper levels in the case of nested anon hashes.
64176              
64177              Test tweak: show also the failed locales.
64178              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
64179              
64180              A fix of sorts for 20000329.026, a better error message
64181              for a missing "use charnames" when using the \N{...}. 
64182              
64183              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
64184              
64185              Add =pod to be tidy.
64186              
64187              Fix for bug id 19990615.008, pos() unset during s///ge.
64188              
64189              Add a note for future generations about bug id 20000229.006.
64190              
64191              Use -dM for gcc (the suggested patch did it only for Linux,
64192              but I think it can be generalized).
64193              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
64194              
64195              opmini.o can linger from Configures past.
64196              
64197              Document that the evaled syntax errors cause scalar leaks.
64198              
64199              Fix for
64200              Subject: [ID 20000728.005] perl -P broken
64201              (hopefully).  The fix is also not complete, it seems to break
64202              BOM swallowing for libc5 systems, but until someone figures
64203              out a way to do this without ftell(), this will do.
64204              
64205              AUTHORS updates.
64206              
64207              Subject: Re: rsync'ed patches vs. rsync'ed source
64208              
64209              Admit that the test leaks scalars.
64210              
64211              Sanitize the environment further.
64212              
64213              VOS updates from Paul Green.
64214              
64215              Document %ENV = () portability issues.
64216              
64217              Make the stdio test program of 7427 less noisy while being 
64218              compiled so that Digital UNIX wouldn't get both
64219              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
64220              undefined.  This makes perlio happy.
64221              
64222              glibc5 detection by __GNU_LIBRARY__.
64223              
64224              %ENV note tweaks from Dan Sugalski.
64225              
64226              Varargs don't always work too well if one puts an unsigned
64227              char on the stack and pop an unsigned quad off the stack.
64228              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
64229              
64230              Subject: Pod updates
64231              
64232              Fake support of holey files in win/dosish platforms.
64233              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
64234              
64235              A doc addition for bug id 20001105.019, beware \p.
64236              
64237              Tweak #7587.
64238              
64239              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
64240              
64241              perlhack updates from H.Merijn Brand.
64242              
64243              Subject: [PATCH perl@7573] cygwin port
64244              Synchronize with Cygwin 1.1.5.
64245              
64246              Bad thinko in #7581 (I used the test program with the expanded
64247              values as-is).
64248              
64249              Make perlbug not insist on dumping to a file when stdout isn't a tty.
64250              Subject: [PATCH] perlbug.PL
64251              
64252              Overrideable keys, each, pop, push, shift, splice, unshift.
64253              Subject: [PATCH] prototyped functions that should be overrideable
64254              
64255              Try to avoid flockless and emulationless places.
64256      Branch: maint-5.6/perl
64257           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
64258            - MAINTAIN
64259           !> (integrate 111 files)
64260 ____________________________________________________________________________
64261 [  8172] By: jhi                                   on 2000/12/18  02:49:27
64262         Log: Regen pods.
64263      Branch: perl
64264            ! pod/perlmodlib.pod pod/perltoc.pod
64265 ____________________________________________________________________________
64266 [  8171] By: gsar                                  on 2000/12/18  02:49:24
64267         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
64268              7465..7471 from mainline
64269              
64270              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
64271              in platforms that strictly require all the symbols being present
64272              at link time.
64273              
64274              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
64275              
64276              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
64277              
64278              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
64279              
64280              Subject: [PATCH] todo
64281              
64282              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
64283              
64284              Use $sort, $uniq (and $tr) consistently as wondered
64285              by Nicholas Clark.
64286              
64287              Too enthusiastic editing in #7460.
64288              
64289              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
64290              
64291              Upgrade to CPAN 1.58_55.
64292              Subject: CPAN.pm status
64293              
64294              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
64295              
64296              Make target reordering to avoid pointless re-makes.
64297              Subject: Re: Total re-make of 'make okfile' after 7451 ?
64298              
64299              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
64300              
64301              Subject: DOC PATCH 5.6.0
64302              
64303              Add the repository doc by Malcolm, Sarathy, and by Simon,
64304              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
64305      Branch: maint-5.6/perl
64306           +> Porting/repository.pod
64307           !> Configure MANIFEST Makefile.SH README.dos README.os2
64308           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
64309           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
64310           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
64311 ____________________________________________________________________________
64312 [  8169] By: gsar                                  on 2000/12/18  02:33:34
64313         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
64314              7435..7441,7445 from mainline
64315              
64316              Make the UTF-8 decoding stricter and more verbose when
64317              malformation happens.  This involved adding an argument
64318              to utf8_to_uv_chk(), which involved changing its prototype,
64319              and prefer STRLEN over I32 for the UTF-8 length, which as
64320              a domino effect necessitated changing the prototypes of
64321              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
64322              The stricter UTF-8 decoding checking uses Markus Kuhn's
64323              UTF-8 Decode Stress Tester from
64324              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
64325              
64326              Run vms/vms_yfix.pl, should have done that after changing
64327              perly.c in #7382.
64328              
64329              Subject: [PATCH 5.7.0] static linking with uninstalled perl
64330              
64331              (Replaced by #7440.)
64332              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64333              
64334              Fix the bug ID 20001024.005, the bug introduced by #7416.
64335              
64336              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
64337              
64338              Fix the bug reported in
64339              From: andreas.koenig@anima.de (Andreas J. Koenig)
64340              Also make is_utf8_char() stricter.
64341              
64342              Missed the header file changes from #7425.
64343              
64344              Check if stdio supports tweaking lval and cnt simultaneously.
64345              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
64346              
64347              Stratus VOS updates from Paul Green.
64348              
64349              Podify README.epoc and README.vos.
64350              
64351              Add targets to Makefile.SH, most importantly
64352              'regen_all' which also remembers to update vms/perly*.
64353              
64354              Subject: Minor update to find2perl, for portability
64355              
64356              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
64357              
64358              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
64359              
64360              Rename UTF8LEN() to be UNISKIP(), too confusing to have
64361              UTF8LEN() and UTF8SKIP(). 
64362              
64363              Allow poking holes at the UTF-8 decoding strictness.
64364              
64365              Continue the internal UTF-8 API tweaking.
64366              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
64367              used much more than the simpler API, now called utf8_to_uv_simple().
64368              Still not quite happy with API, too much partial duplication
64369              of functionality.
64370              
64371              A new version of making the syslog test more robust.
64372              (Replaces #7421.)
64373              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
64374              
64375              buildtoc target tweaks.
64376              
64377              Integrate with vmsperl #7430 by Charles Bailey:
64378              
64379              Cleanup from prior patch (Charles Lane?):
64380              - improve handling of MFDs in Basename and Path
64381              - default to no xsubpp line # munging when building debug images
64382      Branch: maint-5.6/perl
64383           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64384           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
64385           !> (integrate 67 files)
64386 ____________________________________________________________________________
64387 [  8168] By: gsar                                  on 2000/12/18  02:05:49
64388         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
64389              
64390              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
64391              From: Martin Husemann <martin@duskware.de>
64392              
64393              Subject: [PATCH 5.7.0] restore match data on backtracing
64394              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64395      Branch: maint-5.6/perl
64396           !> regcomp.c regexec.c t/op/re_tests
64397 ____________________________________________________________________________
64398 [  8167] By: gsar                                  on 2000/12/18  01:55:22
64399         Log: integrate changes#7858,7986 from mainline
64400              
64401              C<foreach my $x ...> in pseudo-fork()ed process may diddle
64402              parent's memory; fix it by keeping track of the actual pad
64403              offset rather than a raw pointer (this change is probably also
64404              relevant to non-ithreads case to avoid fallout from reallocs of
64405              the pad array, but is currently only enabled for the ithreads
64406              case in the interests of minimal disruption to existing "well
64407              tested" code)
64408              
64409              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
64410              due to the notorious GetFileType() bug in Windows 9x, which fstat()
64411              tickles)
64412      Branch: maint-5.6/perl
64413           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
64414           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
64415           !> win32/win32.c win32/win32.h win32/win32sck.c
64416 ____________________________________________________________________________
64417 [  8166] By: gsar                                  on 2000/12/18  01:52:59
64418         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
64419              from mainline (xsubpp and ExtUtils::LibList fixups, various
64420              other small items)
64421              
64422              The generated boot_* headers are wrong.  Pickier compiler,
64423              such as KAI C++ will refuse to compile the resulting perlmain.
64424              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
64425              
64426              Various doc oddball characters.
64427              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
64428              
64429              Subject: [PATCH] Re: 20001101.003 PDL
64430              
64431              Subject: [PATCH 5.7.0] etags broken again
64432              
64433              Subject: [PATCH 5.7.0] Liblist finally works
64434              
64435              Subject: [PATCH 5.7.0] Liblist returns found libraries
64436              
64437              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
64438              
64439              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
64440              
64441              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64442              OUT keyword nits.
64443              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
64444              OUT and IN_OUT documentation.
64445      Branch: maint-5.6/perl
64446           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
64447           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
64448           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
64449           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
64450           !> win32/bin/search.pl
64451 ____________________________________________________________________________
64452 [  8165] By: gsar                                  on 2000/12/18  01:28:45
64453         Log: integrate changes#7533,7563,7611,7623 from mainline (various
64454              malloc.c embellishments)
64455      Branch: maint-5.6/perl
64456           !> malloc.c pod/perldiag.pod
64457 ____________________________________________________________________________
64458 [  8164] By: gsar                                  on 2000/12/18  01:23:33
64459         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
64460              fixups)
64461      Branch: maint-5.6/perl
64462           !> utils/h2xs.PL
64463 ____________________________________________________________________________
64464 [  8163] By: gsar                                  on 2000/12/18  01:17:50
64465         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
64466              fixups)
64467      Branch: maint-5.6/perl
64468           !> Makefile.SH utils/perlbug.PL
64469 ____________________________________________________________________________
64470 [  8162] By: gsar                                  on 2000/12/18  00:25:43
64471         Log: always export Perl_deb() (it is required by re.xs whether
64472              Perl is built with or without -DDEBUGGING)
64473      Branch: maint-5.6/perl
64474            ! makedef.pl
64475 ____________________________________________________________________________
64476 [  8161] By: gsar                                  on 2000/12/18  00:23:38
64477         Log: integrate change#7414 from mainline
64478              
64479              Undo the basename() part of #7412 since the lib/basename
64480              tests would need upgrading too.
64481              
64482              squelch two tests in tr.t that rely on tr/// paranoia change
64483              that's not in 5.6.x
64484      Branch: maint-5.6/perl
64485            ! t/op/tr.t
64486           !> lib/File/Basename.pm
64487 ____________________________________________________________________________
64488 [  8160] By: gsar                                  on 2000/12/18  00:05:30
64489         Log: missing change in previous integrate
64490      Branch: maint-5.6/perl
64491           !> README.aix
64492 ____________________________________________________________________________
64493 [  8159] By: gsar                                  on 2000/12/18  00:03:38
64494         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
64495              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
64496              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
64497              7410..7413 from mainline
64498              
64499              Introduce the man[24-8] variables, from Andy Dougherty.
64500              
64501              Upgrade to CPAN 1.58, from Andreas König.
64502              
64503              An updated EBCDIC tr patch.
64504              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
64505              
64506              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
64507              
64508              Two thirds of
64509              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64510              The Install.pm changes will be submitted separately because
64511              they need some work and discussion still.
64512              
64513              The Install.pm third of
64514              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
64515              
64516              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
64517              
64518              Subject: [PATCH 5.7.0] IVs in mtats
64519              
64520              Subject: [PATCH 5.7.0] Perl API for mstats
64521              
64522              Ilya implemented the memory profiling API.
64523              
64524              In Amdahl UTS "struct sv" is defined by a system header,
64525              <ksync.h>.
64526              
64527              Slight tweak of the code to appease Amdahl UTS cc.
64528              
64529              Amdahl UTS doesn't seem to do dynaloading.
64530              
64531              Use UTF8SKIP(), from Simon Cozens.
64532              
64533              Thinko in #7222.
64534              
64535              op/sprintf.t patch for OS/390 (and any other host with limited
64536              floating-point exponent length)
64537              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
64538              
64539              Tweak #7225.
64540              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
64541              
64542              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
64543              
64544              Needs to be conditional on SunOS 4.
64545              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
64546              
64547              Test cases for bug id 20000323.056 (the bug seems to be fixed).
64548              
64549              Add test for bug id 20000427.003 (which seems to have
64550              been fixed) (also duplicate as 20000427.004, though
64551              with a higher severity).  Move one utf8 from op/append
64552              to pragma/utf8, tag the tests with bug ids.
64553              
64554              Document FNCASE=y as discussed in the bug 20000902.009.
64555              
64556              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
64557              The problem was that rx->minlen was in chars while pp_split()
64558              thought it would be in bytes. 
64559              
64560              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
64561              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
64562              
64563              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
64564              
64565              Fix a couple of compiler-noted nits in #7235.
64566              
64567              Tweak the test of #7235.
64568              
64569              One more ~utf8 tweak.
64570              
64571              -w cleanup.
64572              Subject: Re: Problems with bleadperl 
64573              
64574              Subject: small pod patch
64575              
64576              Subject: [PATCH perlguts.pod] Document offset hack
64577              
64578              Add Charles Lane.
64579              
64580              Add the capability to include/exclude branches.
64581              
64582              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
64583              
64584              Detect early whether the std streams have gone bad.
64585              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64586              
64587              More IoTYPE sprinkling.
64588              
64589              Workaround for a sfio bug where the stream error indicator
64590              is not cleared as documented.
64591              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
64592              
64593              Clarify documentation on 'use bytes'.
64594              Subject: Re: What does 'use bytes' "mean" ?
64595              
64596              Show the failed remote port, instead of the failing line number.
64597              Subject: [PATCH 5.6.1 Debugger] More diagnostics
64598              
64599              Make Cwd more bulletproof in chrooted environments.
64600              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
64601              
64602              Subject: Pod patch for Devel::Peek
64603              
64604              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
64605              
64606              Borland C fstat() never saw the fd as writable.
64607              Subject: fix for Borland's weak "stat" (perl@7211)
64608              
64609              Missing change from #7362.
64610              
64611              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
64612              
64613              Add the test case for the bug id 20000730.004 which seems
64614              to have been fixed by now.
64615              
64616              Fix of sorts for bug id 20000901.092.  There seems to be no trace
64617              of a 'pmshort' anywhere in the B, so the offending line was simply
64618              removed.
64619              
64620              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
64621              
64622              Subject: PATCH do_print has 2 PerlIO_error()s
64623              
64624              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
64625              
64626              Typo noted by Mark Lutz.
64627              
64628              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
64629              
64630              In the latest compiler builds cccdlflags must not become -fpic,
64631              from Wilfredo Sánchez.
64632              
64633              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
64634              
64635              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
64636              
64637              SOCKS function redefinitions need prototypes, too, otherwise
64638              for example 32 bit versus 64 bit differences cause a lot of
64639              problems.  Part of
64640              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64641              
64642              Portability tweak on #7377.
64643              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
64644              
64645              Don't write double values through long double pointers,
64646              based on a part of
64647              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64648              
64649              Reëntrancy fix.
64650              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64651              
64652              Make scan_num() reëntrant, as suggested in
64653              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64654              
64655              Fix for ID 20001020.006, concatenating an unset submatch
64656              with utf8 resulted in "Modification of a read-only value".
64657              
64658              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
64659              
64660              The #7383 was right only in the context of the original bug report,
64661              not in more general case.
64662              
64663              Update Changes.
64664              
64665              Testcases for a #7383,#7385 related bug.
64666              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
64667              
64668              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
64669              
64670              Tweak the Is* definitions of Unicode character classes
64671              to better match the official categorizations; embrace
64672              the official categorizations; add the combining marks
64673              as alpha (and -numeric); fix DCinital (a typo and edito)
64674              to be DCmedial.
64675              
64676              Hints tweak from Anton Berezin.
64677              
64678              Subject: installman go-faster stripes
64679              Subject: Re: installman go-faster stripes
64680              
64681              Subject: [ID 20001021.003] updated hints/openbsd.sh
64682              
64683              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
64684              
64685              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64686              
64687              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
64688              
64689              Doc patch.
64690              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
64691              
64692              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
64693              
64694              Subject: Re: [ID 20001021.005] SEGV with regex match 
64695              
64696              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
64697              
64698              The change #7187 was not so good on VMS.
64699              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
64700              
64701              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
64702              
64703              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
64704              
64705              Document PERL_INSTALL_ROOT of #7210.
64706      Branch: maint-5.6/perl
64707           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
64708           +> t/lib/tie-splice.t
64709            - lib/unicode/Is/DCinital.pl
64710           !> (integrate 112 files)
64711 ____________________________________________________________________________
64712 [  8158] By: jhi                                   on 2000/12/17  23:04:24
64713         Log: Subject: [PATCHES] RE: perl@8150 
64714              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
64715              Date: Sun, 17 Dec 2000 21:46:39 +0100
64716              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
64717              
64718              Neither cygwin has a getpwuid() one can trust on.
64719      Branch: perl
64720            ! t/lib/glob-basic.t
64721 ____________________________________________________________________________
64722 [  8157] By: jhi                                   on 2000/12/17  23:01:54
64723         Log: More MAN.PODS => {} fixes.
64724      Branch: perl
64725            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
64726            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
64727            ! os2/OS2/REXX/Makefile.PL
64728 ____________________________________________________________________________
64729 [  8156] By: gsar                                  on 2000/12/17  22:49:13
64730         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
64731              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
64732              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
64733              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
64734              7201,7204 from mainline
64735              
64736              Remove vestiges of tr//CU.
64737              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64738              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64739              
64740              The return value of setlocale must be copied away.
64741              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64742              
64743              Allow chop() and chomp() to be overridden.
64744              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64745              
64746              Hints optimization.
64747              Subject: Minor nit
64748              
64749              Subject: [PATCH] de-wall t/README
64750              
64751              Subject: Re: Two advertising clauses need to be removed
64752              
64753              Batch of UTF-8 patches from Simon Cozens.
64754              
64755              Fix for a parsing bug, not for the original bug.
64756              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64757              
64758              Compilation warnings and an error.
64759              
64760              Subject: File::Find 5.7.0 POD nits
64761              
64762              Subject: [PATCH perl-5.7.0] continued -Wformat support
64763              
64764              The one that got away.
64765              
64766              Subject: Re: perl@7078
64767              
64768              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64769              convertable to bytes by checking it doesn't go above 0xc3
64770              Subject: Re: perl@7078
64771              
64772              Replace #7084 with
64773              Subject: Re: perl@7078 
64774              
64775              We don't need to count the high bit bytes, a boolean is enough. 
64776              
64777              Subject: [PATCH] utf8.c apidoc
64778              
64779              Subject: Re: perl@7078 
64780              
64781              Botched the #7090 check-in.
64782              
64783              Fix for the charnames.t failures from Spider Boardman.
64784              
64785              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64786              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64787              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64788              0 to checking to get the warning.
64789              
64790              Subject: [PATCH] Nits in perlmod.pod
64791              
64792              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64793              
64794              Subject: Re: unicode support and perl [ID 20000901.097]
64795              
64796              Subject: Re: unicode support and perl [ID 20000901.097]
64797              
64798              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64799              
64800              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64801              
64802              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64803              
64804              Subject: [PATCH@blead] Fix some recursion in overload.pm
64805              
64806              s/Robin Parker/Robin Barker/
64807              
64808              Subject: [PATCH] Fix aliasing of tied filehandles
64809              
64810              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
64811              
64812              Subject: Re: [PATCH 5.005_64 missed]
64813              
64814              SOCK_DGRAM and listen() do not mix as reported in
64815              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
64816              The patch for 5.7.0+ had to be reengineered, though.
64817              
64818              Subject: DOC PATCH 5.6.0
64819              
64820              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
64821              
64822              Document the issue (is not a syntax error, kind of)
64823              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
64824              
64825              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
64826              Did not apply cleanly, manual intervention was needed.
64827              
64828              Subject: [PATCH] DLL not restartabke with threaded perl
64829              
64830              Inside require() $^S was always left undefined.
64831              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
64832              
64833              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
64834              
64835              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
64836              
64837              Regen headers.
64838              
64839              Subject: [PATCH 5.7.0] Epoc update
64840              
64841              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
64842              as suggested by Olaf Flebbe and Nick Clark.
64843              
64844              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
64845              
64846              Misplaced else.
64847              
64848              Scale down the VMS message boxes, by Charles Lane.
64849              Fix for ID 20000903.009, workaround at
64850              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
64851              
64852              Subject: [ID 20001003.006] B::Debug not -w clean
64853              
64854              Test harness update to sync with the new perlcc,
64855              from Simon Cozens.
64856              
64857              One remaining nit less at the VMS mailbox sizing.
64858              
64859              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64860              
64861              It is possible to have no hosts database at all.  Pointed out in
64862              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64863              
64864              Subject: [PATCH 5.7.0] h2xs not working
64865              Subject: [PATCH 5.7.0] h2xs not documenting the created module
64866              
64867              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
64868              
64869              Subject: perlhack.pod Patch for Externals Tools
64870              
64871              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
64872              
64873              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
64874              
64875              Enable disabling scripts installation by Configure -Uinstallscripts,
64876              suggested by H. Merijn Brand.
64877              
64878              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
64879              reported several times by Dominic Dunlop, for example in
64880              ID 20000315.008.  Patch from Dominic.  Patch affects at
64881              least MachTen, and possibly other oldish BSDs. Should not
64882              break non-broken platforms (tested on LinuxPPC). 
64883              
64884              Regen toc.
64885              
64886              Subject: Re: Questions about Tie::Array and perl modules
64887              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
64888              
64889              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
64890              
64891              Tweak #7153.
64892              
64893              IO::Handle->syswrite() did not handle length omission
64894              like CORE::syswrite() does.
64895              Subject: [Fwd] IO::Handle, syswrite and arguments
64896              The original patch from andrew@ugh.net.au.
64897              
64898              Also the $ccflags is needed for the C compiler check.
64899              Subject: Configure (check for C-compiler)
64900              
64901              Eliminate $Is_VMS code from the test.
64902              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64903              
64904              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64905              as the first option of cc/ld because of ultrapicky compilers
64906              (e.g. OS/390 R2.5)
64907              
64908              Change the version number of Tie::Handle in the core to 4.0,
64909              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64910              Subject: Note on Tie::Handle
64911              
64912              UTF8ize split() so that the cloned substrings get the UTF8
64913              flag of the original scalar.  Problem reported by Simon Cozens.
64914              
64915              save_re_context() could reset PL_curcop to freed memory, causing core
64916              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64917              
64918              Subject: PATCH 5.6 perldebguts grammar cleanup
64919              
64920              Add a todo note about overloadable assertions.
64921              
64922              on Windows, LoadLibrary() could load an extension DLL multiple
64923              times if forward slashes are used in the path
64924              
64925              on Windows, cwd strings in the environment should be of the
64926              form =X:=X:\foo instead of =X=X:\foo\
64927              
64928              on Windows, avoid potential exception (could happen if MSVCRT isn't
64929              being used) when closing a socket handle
64930              
64931              avoid nonportable example code
64932              
64933              Windows9x doesn't support link(), despite what Config.pm
64934              might think
64935              
64936              pod nit
64937              
64938              Change #7160 had a nasty typo.
64939              
64940              Warn about unknown scripts.
64941              Subject: Re: ideas? patches? [PATCH bleadperl]
64942              
64943              on Windows, clean targets might not work under some flavors of the shell
64944              
64945              tweak for change#7173
64946              
64947              Make eq work again with utf8 (disabling the upgrading
64948              should no more be necessary since the copies of the
64949              scalars are upgraded, not the scalars themselves).
64950              Takes care of ID 20001009.001.  (The claimed length()
64951              bug in 20001009.001 seems bogus to me.)
64952              
64953              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64954              
64955              Upgrade to CGI.pm 2.74, from Lincoln Stein.
64956              
64957              Upgrade to podlators 1.04, from Russ Allbery.
64958              
64959              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64960              
64961              Quote the temp file name, needed in Win32 because the
64962              default name unfortunately contains spaces, shouldn't
64963              hurt elsewhere.
64964              Subject: FW: perldoc fails if $TEMP contains spaces
64965              
64966              Subject: RE: [ID 19990803.001] README.win32 suggestions 
64967              
64968              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64969              
64970              Subject: Re: utf8 concat, mg_get
64971              
64972              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64973              
64974              Subject: [PATCH: perl@7181] op/tr tests on OS/390
64975              
64976              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64977              
64978              Use the versiononly instead of the installscripts,
64979              retract the changes 7146 and 7147.
64980              
64981              Reapply Andy's patch and regen Configure.
64982              
64983              Add the test case for #7190, from the original bug report
64984              by Andreas König.
64985              
64986              Remove duplicated code.
64987              
64988              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64989              
64990              restore change#7202
64991      Branch: maint-5.6/perl
64992           !> (integrate 121 files)
64993 ____________________________________________________________________________
64994 [  8155] By: jhi                                   on 2000/12/17  22:30:58
64995         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
64996              From: "Craig A. Berry" <craigberry@mac.com>
64997              Date: Sun, 17 Dec 2000 13:09:28 -0600
64998              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
64999              
65000              MAN.PODS => ' ' is naughty.
65001      Branch: perl
65002            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
65003 ____________________________________________________________________________
65004 [  8154] By: nick                                  on 2000/12/17  22:07:13
65005         Log: MULTIPLICITY nit.
65006      Branch: perl
65007            ! mg.c
65008 ____________________________________________________________________________
65009 [  8153] By: gsar                                  on 2000/12/17  21:23:05
65010         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
65011              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
65012              from mainline
65013              
65014              Document the SvIOK_.*UV().
65015              
65016              Update Unicode todo list.
65017              
65018              Guard against bad string->int conversion for quads.
65019              
65020              Subject: small apidoc fix
65021              
65022              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
65023              
65024              Subject: [PATCH] Tied filehandle documentation
65025              
65026              Subject: [PATCH] Modernize Opcode.pm documentation
65027              
65028              Make Data::Dumper (non-XS) to work with changed semantics of ref().
65029              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
65030              [applied even though said semantics didn't change in 5.6.x]
65031              
65032              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
65033              
65034              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
65035              
65036              Fix the URL, but the server is still missing in action.
65037              Subject: [ID 20000905.002] perlfaq1.pod URL error
65038              
65039              Subject: [ID 20000903.001] \w in utf8-strings
65040              
65041              Fix the ccversion detection for 5.1 and beyond.
65042              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65043              
65044              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
65045              
65046              Subject: [ID 20000904.008] Tiny fix for perldiag
65047              
65048              Subject: Re: [ID 20000906.004] segfault with bad perl statement
65049              
65050              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
65051              
65052              Subject: [ID 20000908.002] perlipc documentation bug.
65053              
65054              Subject: [PATCH lib/Benchmark.pm]
65055              
65056              Re-allow vec() for characters > 255.
65057              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
65058              
65059              Do away with memory models cruft.  Sorry, PDP users.
65060              
65061              Continue #7041.
65062              
65063              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
65064              
65065              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
65066              
65067              Upgrade to CPAN 1.57_65, from Andreas König.
65068              
65069              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
65070              by Russ Allbery.
65071              
65072              Silence t/pod/*.t about alternate quote-mappings now implemented
65073              by Pod::Text, from Brad Appleton.
65074              
65075              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
65076              Subject: borland C++ win32.c tweak
65077              
65078              C<@a = @b = split(...)> optimization coredumps under ithreads
65079              (missed a spot when fixing up op_pmreplroot hack for ithreads)
65080              
65081              Document the SvUTF8*().
65082              
65083              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
65084              
65085              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
65086              
65087              Do in VMS as the #7054 does.
65088              
65089              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
65090              
65091              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
65092              
65093              Subject: [patch: perl@7045] vms updates
65094              
65095              Test for the #7049.
65096              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
65097              
65098              Break up the myconfig lines a bit.
65099              Subject: perlbug/perl -V output format
65100              
65101              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
65102              
65103              The #7054 truncated Configure badly.
65104              
65105              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
65106              initialization in all the threads on Windows
65107              
65108              Allow for whitespace between "#" and "line" in cpp output.
65109              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
65110              
65111              Remove vestiges of tr//CU.
65112              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
65113              
65114              The return value of setlocale must be copied away.
65115              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
65116              
65117              Allow chop() and chomp() to be overridden.
65118              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
65119              
65120              Hints optimization.
65121              Subject: Minor nit
65122              
65123              Subject: [PATCH] de-wall t/README
65124              
65125              Subject: Re: Two advertising clauses need to be removed
65126      Branch: maint-5.6/perl
65127           !> (integrate 75 files)
65128 ____________________________________________________________________________
65129 [  8152] By: gsar                                  on 2000/12/17  20:30:11
65130         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
65131              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
65132              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
65133              
65134              Don't attach -ld to the archname if pointless.
65135              
65136              Document UNTIE in a very minimalistic way.
65137              
65138              POSIX doesn't report long double values under -Duselongdouble
65139              when the long doubles are "real" (bigger than doubles).
65140              
65141              More author updates.
65142              
65143              Try to deduce NV_MAX.  Really should be Configure fodder.
65144              
65145              :: not allowed in pathnames, change to .
65146              Subject: [PATCH perl@6938] cygwin port
65147              
65148              Forget about NV_MAX (#6951).  Various floating point tweaks,
65149              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
65150              
65151              Move the Solaris 7 scan to use64bitall, make the
65152              failure to find 64-bot sparc libc to mention the
65153              possibility of being in an intel, from Lupe and Alan.
65154              
65155              Regen perltoc.
65156              
65157              AUTHORS tweaks, from Peter Prymmer.
65158              
65159              More address tweaking.
65160              
65161              Small tweaks all over.
65162              
65163              File::Temp patches from Andreas König,
65164              
65165              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
65166              
65167              Subject: CPAN.pm beta 1.57_57 for the core
65168              
65169              Part of the solution.
65170              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
65171              
65172              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
65173              
65174              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65175              
65176              Add the overload warnings to perldiag.
65177              
65178              Drop unused argument.
65179              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
65180              
65181              Subject: Nit in Configure (bleadperl@6961)
65182              
65183              Update to PodParser 1.18, from Brad Appleton.
65184              
65185              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
65186              
65187              Subject: [PATCH: 6948] add SCNfldbl to configure.com
65188              
65189              Document UNTIE. Also tweak implementation to suppress the 'inner references'
65190              warning when UNTIE exists and instead pass the cound of extra references to
65191              the UNTIE method.
65192              
65193              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
65194              so that case-ignoring systems like DCL can tell them from
65195              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
65196              
65197              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
65198              
65199              Feature ordering tweak.
65200              
65201              Regen perltoc.
65202              
65203              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
65204              
65205              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
65206              
65207              Subject: http:// in L<>
65208              
65209              Detypo.
65210              
65211              change#6791 accidentally clobbered change#6710, put it back
65212              
65213              Only the first line, thank you very much.
65214              
65215              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
65216              plus rework the http: spots as suggested by Tom Christiansen,
65217              plus regen perltoc.
65218              
65219              Undo part of change 6489 which looks like a bulk edit which
65220              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
65221              The supressing of main:: on return from select() is undesirable.
65222              
65223              Apparently avoiding the swapping is too costly.
65224              
65225              Various Configure nits by Philip Newton,
65226              plus the ebcdic one by me.
65227              
65228              Make certain cc is set before trying to run it.
65229              
65230              If overloaded %{} etc. return the object do not loop.
65231              Thus  sub deref { $_[0] } functions if object is wanted type.
65232              
65233              Update perlhist.
65234              
65235              More %{} and other deref special casing - do not pass to 'nomethod'.
65236      Branch: maint-5.6/perl
65237           !> (integrate 59 files)
65238 ____________________________________________________________________________
65239 [  8151] By: gsar                                  on 2000/12/17  19:14:38
65240         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
65241              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
65242              
65243              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
65244              
65245              Make the epsilon to be relative, not absolute.
65246              
65247              Put back the flags dump as reasoned in
65248              Subject: Re: [PATCH] Glob dumping
65249              
65250              Introduce ccname to keep track of what compiler kind of we have.
65251              
65252              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
65253              
65254              Put back the slice accidentally removed by #6907.
65255              
65256              Reset archname and archname64 always, forcing them be
65257              recomputed at each Configure run, make Configure and
65258              the hints files agree on the naming of largefiles variables.
65259              
65260              Don't say "Perl 5.0 source kit".
65261              
65262              Subject: [PATCH] fix misc cast warnings
65263              
65264              Subject: typos in pods
65265              
65266              NVs not necessarily doubles, as pointed out by Yitzchak.
65267              
65268              Subject: [PATCH 6889] add a few ldbl formats to configure.com
65269              
65270              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
65271              
65272              Better options for rsync.
65273              
65274              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
65275              
65276              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
65277              
65278              Subject: [PATCH] Re: UNTIE method 
65279              
65280              A better fix for the Socket building problem from Craig Berry.
65281              
65282              Retract the dummy test, skip the security tests (instead of failing),
65283              explain what the warnings mean.
65284              
65285              Heap decorruption.
65286              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
65287              
65288              Update to Unicode 3.0.1.
65289              
65290              Missed one Unicode file.
65291              
65292              Subject: Re: typos in pods
65293              
65294              The #6929 was too skimpy.
65295              
65296              sscanf() may be the only way to read long doubles from strings.
65297              
65298              Reveal Borland's isnan.
65299              Subject: build with BC++ tweak
65300              
65301              Issue useful diagnostic on unknown pod commands.
65302              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
65303              
65304              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
65305              
65306              Clarify the third case of ftmp-security warnings.
65307              
65308              Make -Dusemorebits find long doubles in Solaris.
65309              
65310              Wrap the test in eval.
65311      Branch: maint-5.6/perl
65312           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
65313           +> lib/unicode/PropList.txt lib/unicode/README.perl
65314           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
65315           +> lib/unicode/Unicode.301 vms/vmspipe.com
65316            - lib/unicode/Props.txt lib/unicode/UCD300.html
65317            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
65318           !> (integrate 305 files)
65319 ____________________________________________________________________________
65320 [  8150] By: jhi                                   on 2000/12/17  18:47:57
65321         Log: Uncheckedin generated files.
65322      Branch: perl
65323            ! global.sym perlapi.c pod/perlapi.pod
65324 ____________________________________________________________________________
65325 [  8149] By: jhi                                   on 2000/12/17  18:41:22
65326         Log: Update Changes.
65327      Branch: perl
65328            ! Changes patchlevel.h
65329 ____________________________________________________________________________
65330 [  8148] By: jhi                                   on 2000/12/17  18:39:16
65331         Log: Subject: [PATCH] Fcntl constants speedup
65332              From: Nicholas Clark <nick@ccl4.org>
65333              Date: Sun, 17 Dec 2000 16:29:24 +0000
65334              Message-ID: <20001217162924.E97668@plum.flirble.org>
65335              
65336              Use IVs for the Fcntl constants instead of NVs.
65337      Branch: perl
65338            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
65339 ____________________________________________________________________________
65340 [  8147] By: jhi                                   on 2000/12/17  18:33:41
65341         Log: Add test for #8145 (binmode() warning), add warning for
65342              ioctl() and sockpair(), document them. (fileno() cannot
65343              be tripwired with the same kind of warning because
65344              'defined fileno($foo)' seems to be an idiom.)
65345      Branch: perl
65346            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
65347 ____________________________________________________________________________
65348 [  8146] By: gsar                                  on 2000/12/17  18:09:08
65349         Log: update Changes
65350      Branch: maint-5.6/perl
65351            ! Changes
65352 ____________________________________________________________________________
65353 [  8145] By: jhi                                   on 2000/12/17  17:39:35
65354         Log: Subject: [PATCH] Re: The long awaited feature ...
65355              From: Simon Cozens <simon@cozens.net>
65356              Date: Sun, 17 Dec 2000 12:31:56 +0000
65357              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
65358              
65359              Add a warning to binmode() about using bad filehandles
65360              (can happen e.g. if someone forgets the filehandle argument)
65361      Branch: perl
65362            ! pp_sys.c
65363 ____________________________________________________________________________
65364 [  8144] By: jhi                                   on 2000/12/17  17:33:48
65365         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
65366              From: Jonathan Stowe <gellyfish@gellyfish.com>
65367              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
65368              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
65369      Branch: perl
65370            ! lib/Net/Ping.pm
65371 ____________________________________________________________________________
65372 [  8143] By: jhi                                   on 2000/12/17  05:31:37
65373         Log: Polymorphic regexps.
65374              
65375              Fixes at least the bugs 20001028.003 (both of them...) and
65376              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
65377              also to be fixed by now, probably already before this patch.
65378      Branch: perl
65379            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
65380            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
65381            ! t/op/utf8decode.t t/pragma/utf8.t
65382 ____________________________________________________________________________
65383 [  8142] By: jhi                                   on 2000/12/16  17:16:05
65384         Log: Subject: [patch perl@8102] dos/djgpp update
65385              From: Laszlo Molnar <ml1050@freemail.hu>
65386              Date: Sat, 16 Dec 2000 01:40:52 +0100
65387              Message-ID: <20001216014052.A335@freemail.hu>
65388      Branch: perl
65389            ! djgpp/config.over t/base/commonsense.t
65390 ____________________________________________________________________________
65391 [  8141] By: jhi                                   on 2000/12/16  17:09:27
65392         Log: Few uncheckedin files.
65393      Branch: perl
65394            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
65395 ____________________________________________________________________________
65396 [  8140] By: nick                                  on 2000/12/15  22:14:31
65397         Log: Integrate mainline
65398      Branch: perlio
65399           !> (integrate 53 files)
65400 ____________________________________________________________________________
65401 [  8139] By: jhi                                   on 2000/12/15  19:49:49
65402         Log: One more IVUV tweak from Nicholas Clark.
65403      Branch: perl
65404            ! sv.c
65405 ____________________________________________________________________________
65406 [  8138] By: jhi                                   on 2000/12/15  19:17:06
65407         Log: Return of the IVUV-preservation, now seems to be happy even
65408              in Digital UNIX (the broken strtoul brokenness detection
65409              seems to have been the fly in the ointment).
65410      Branch: perl
65411            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65412            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
65413            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
65414            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
65415            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
65416            ! vos/config.ga.h win32/config.bc win32/config.gc
65417            ! win32/config.vc
65418 ____________________________________________________________________________
65419 [  8137] By: jhi                                   on 2000/12/15  18:12:14
65420         Log: Metaconfig unit change for #8136.
65421      Branch: metaconfig
65422            ! U/modified/d_strtoul.U
65423      Branch: metaconfig/U/perl
65424            ! d_strtoull.U d_strtouq.U
65425 ____________________________________________________________________________
65426 [  8136] By: jhi                                   on 2000/12/15  18:11:35
65427         Log: I don't think it's sensible or portable to test the strtou*
65428              on /^-/ strings.
65429      Branch: perl
65430            ! Configure
65431 ____________________________________________________________________________
65432 [  8135] By: jhi                                   on 2000/12/15  17:18:49
65433         Log: Metaconfig unit change for #8134.
65434      Branch: metaconfig
65435            ! U/modified/d_strtoul.U
65436 ____________________________________________________________________________
65437 [  8134] By: jhi                                   on 2000/12/15  17:14:13
65438         Log: If longsize is 8 we don't need a LL suffix for integer constants.
65439      Branch: perl
65440            ! Configure config_h.SH
65441 ____________________________________________________________________________
65442 [  8133] By: jhi                                   on 2000/12/15  16:00:23
65443         Log: Update Changes.
65444      Branch: perl
65445            ! Changes patchlevel.h
65446 ____________________________________________________________________________
65447 [  8132] By: jhi                                   on 2000/12/15  15:44:16
65448         Log: Some compilers get huffy if you do not cast a const pointer
65449              to a non-const when assigning.
65450      Branch: perl
65451            ! gv.c
65452 ____________________________________________________________________________
65453 [  8131] By: jhi                                   on 2000/12/15  15:38:30
65454         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
65455              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65456              Date: Fri, 15 Dec 2000 05:26:57 -0500
65457              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
65458      Branch: perl
65459            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
65460            ! t/pragma/overload.t
65461 ____________________________________________________________________________
65462 [  8130] By: jhi                                   on 2000/12/15  15:36:08
65463         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
65464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65465              Date: Thu, 14 Dec 2000 22:02:43 -0500
65466              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
65467      Branch: perl
65468            ! gv.c perl.h
65469 ____________________________________________________________________________
65470 [  8129] By: jhi                                   on 2000/12/15  15:34:16
65471         Log: Subject: PATCH: h2xs nit
65472              From: Tim Jenness <t.jenness@jach.hawaii.edu>
65473              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
65474              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
65475              
65476              Add a template README.
65477      Branch: perl
65478            ! utils/h2xs.PL
65479 ____________________________________________________________________________
65480 [  8128] By: jhi                                   on 2000/12/15  15:32:22
65481         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
65482      Branch: perl
65483            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
65484 ____________________________________________________________________________
65485 [  8127] By: jhi                                   on 2000/12/15  15:19:34
65486         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
65487              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
65488              Date:     Thu, 14 Dec 2000 20:04:42 EST
65489              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
65490      Branch: perl
65491            ! ext/Opcode/Opcode.xs
65492 ____________________________________________________________________________
65493 [  8126] By: jhi                                   on 2000/12/15  15:17:49
65494         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
65495              From: Peter Prymmer <pvhp@forte.com>
65496              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
65497              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
65498      Branch: perl
65499            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
65500            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
65501            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
65502 ____________________________________________________________________________
65503 [  8125] By: jhi                                   on 2000/12/15  15:11:05
65504         Log: This seems to be a stage sane and stable enough to checkin.
65505              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
65506      Branch: perl
65507            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
65508            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
65509            ! t/op/cmp.t t/op/numconvert.t
65510 ____________________________________________________________________________
65511 [  8124] By: jhi                                   on 2000/12/15  04:20:26
65512         Log: Something is really wonky.
65513      Branch: perl
65514            ! sv.c
65515 ____________________________________________________________________________
65516 [  8123] By: jhi                                   on 2000/12/15  04:00:50
65517         Log: Fixes for the IV UV patches to compile in Digital UNIX.
65518      Branch: perl
65519            ! sv.c
65520 ____________________________________________________________________________
65521 [  8122] By: jhi                                   on 2000/12/15  02:53:40
65522         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
65523              From: "Craig A. Berry" <craigberry@mac.com>
65524              Date: Thu, 14 Dec 2000 19:10:49 -0600
65525              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
65526      Branch: perl
65527            ! vms/vms.c
65528 ____________________________________________________________________________
65529 [  8121] By: jhi                                   on 2000/12/15  02:50:00
65530         Log: Metaconfig changes for #8120.
65531      Branch: metaconfig
65532            + U/modified/d_strtoul.U
65533      Branch: metaconfig/U/perl
65534            ! d_strtoull.U d_strtouq.U
65535 ____________________________________________________________________________
65536 [  8120] By: jhi                                   on 2000/12/15  02:49:42
65537         Log: From: Nicholas Clark <nick@ccl4.org> 
65538              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
65539              Date: Thu, 14 Dec 2000 18:38:57 +0000
65540              Message-ID: <20001214183857.B97909@plum.flirble.org>
65541      Branch: perl
65542            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
65543            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
65544            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
65545            ! vos/config.ga.def vos/config.ga.h win32/config.bc
65546            ! win32/config.gc win32/config.vc
65547 ____________________________________________________________________________
65548 [  8119] By: jhi                                   on 2000/12/14  23:40:58
65549         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
65550              From: Nicholas Clark <nick@ccl4.org>
65551              Date: Wed, 13 Dec 2000 20:08:50 +0000
65552              Message-ID: <20001213200849.B71166@plum.flirble.org>
65553      Branch: perl
65554            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
65555            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
65556 ____________________________________________________________________________
65557 [  8118] By: jhi                                   on 2000/12/14  22:46:26
65558         Log: Integrate perlio.
65559      Branch: perl
65560           !> MANIFEST ext/Encode/compile makedef.pl
65561 ____________________________________________________________________________
65562 [  8117] By: nick                                  on 2000/12/14  22:38:53
65563         Log: Win32 tweaks to get Encode to build
65564              - temp hack to makedef.pl till PerlIO is properly "exported".
65565              - MSVC dislikes  
65566              static encpage_t foo[];
65567              so make 'em extern for now.
65568      Branch: perlio
65569            ! ext/Encode/compile makedef.pl
65570 ____________________________________________________________________________
65571 [  8116] By: nick                                  on 2000/12/14  22:00:53
65572         Log: Document the new files
65573      Branch: perlio
65574            ! MANIFEST
65575 ____________________________________________________________________________
65576 [  8115] By: jhi                                   on 2000/12/14  21:58:01
65577         Log: MANIFEST new files of #8114.
65578      Branch: perl
65579            ! MANIFEST
65580 ____________________________________________________________________________
65581 [  8114] By: jhi                                   on 2000/12/14  21:50:49
65582         Log: Integrate perlio.
65583      Branch: perl
65584           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65585           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
65586           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65587           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65588           !> ext/Encode/Makefile.PL
65589 ____________________________________________________________________________
65590 [  8113] By: jhi                                   on 2000/12/14  21:48:49
65591         Log: The documentation part of the
65592              
65593              Subject: [ID 20001214.002] Net::Ping patch
65594              From: Jonathan Stowe <gellyfish@gellyfish.com>
65595              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
65596              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
65597              since the #7529 had already addressed the same problem.
65598      Branch: perl
65599            ! lib/Net/Ping.pm
65600 ____________________________________________________________________________
65601 [  8112] By: jhi                                   on 2000/12/14  21:42:57
65602         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
65603              From: Dominic Dunlop <domo@computer.org>
65604              Date: Tue, 12 Dec 2000 10:47:10 +0100
65605              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
65606              
65607              Document how elusive subroutines can be.
65608      Branch: perl
65609            ! pod/perlfunc.pod
65610 ____________________________________________________________________________
65611 [  8111] By: jhi                                   on 2000/12/14  21:38:05
65612         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65613              From: Dominic Dunlop <domo@computer.org>
65614              Date: Thu, 14 Dec 2000 10:13:51 +0100
65615              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
65616      Branch: perl
65617            ! ext/POSIX/POSIX.pod
65618 ____________________________________________________________________________
65619 [  8110] By: jhi                                   on 2000/12/14  21:36:32
65620         Log: Subject: [patch] perlfaq7
65621              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
65622              Date: Thu, 14 Dec 2000 15:31:07 +0100
65623              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
65624      Branch: perl
65625            ! pod/perlfaq7.pod
65626 ____________________________________________________________________________
65627 [  8109] By: jhi                                   on 2000/12/14  21:29:20
65628         Log: Subject: [8104] Encode
65629              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65630              Date: Thu, 14 Dec 2000 14:49:34 +0100
65631              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
65632              
65633              Type casting for nervous compilers.
65634      Branch: perl
65635            ! ext/Encode/Encode.xs
65636 ____________________________________________________________________________
65637 [  8108] By: jhi                                   on 2000/12/14  21:26:17
65638         Log: Subject: [8104] DB_File
65639              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65640              Date: Thu, 14 Dec 2000 14:49:35 +0100
65641              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
65642              
65643              Type definition incorrect for DB 2.7.7.  Not known when it
65644              changed, so only changed it for a known revision.
65645      Branch: perl
65646            ! ext/DB_File/DB_File.xs
65647 ____________________________________________________________________________
65648 [  8107] By: jhi                                   on 2000/12/14  21:23:41
65649         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
65650              From: Peter Prymmer <pvhp@forte.com>
65651              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
65652              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
65653              
65654              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
65655      Branch: perl
65656            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65657            ! ext/Encode/Encode/posix-bc.enc
65658 ____________________________________________________________________________
65659 [  8106] By: nick                                  on 2000/12/14  20:36:13
65660         Log: "Cold" build correction to Encode's Makefile.PL
65661      Branch: perlio
65662            ! ext/Encode/Makefile.PL
65663 ____________________________________________________________________________
65664 [  8105] By: nick                                  on 2000/12/14  20:09:37
65665         Log: "Compiled" encodings.
65666              Correct replacement character in EBCDIC .enc files
65667              Add 0x7F to ASCII repertoire.
65668      Branch: perlio
65669            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
65670            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65671            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65672            ! ext/Encode/Makefile.PL ext/Encode/compile
65673            ! ext/Encode/encengine.c ext/Encode/encode.h
65674 ____________________________________________________________________________
65675 [  8104] By: nick                                  on 2000/12/14  00:38:20
65676         Log: Integrate mainline
65677      Branch: perlio
65678           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
65679           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
65680           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
65681           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
65682           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
65683           !> t/lib/db-hash.t t/lib/db-recno.t
65684 ____________________________________________________________________________
65685 [  8103] By: nick                                  on 2000/12/13  23:16:13
65686         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
65687              so far and so it does not get lost.
65688      Branch: perlio
65689            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65690 ____________________________________________________________________________
65691 [  8102] By: jhi                                   on 2000/12/13  17:14:22
65692         Log: Update Changes.
65693      Branch: perl
65694            ! Changes patchlevel.h
65695 ____________________________________________________________________________
65696 [  8101] By: jhi                                   on 2000/12/13  16:53:41
65697         Log: Move the proto of start_glob() to a better place; regen api files.
65698      Branch: perl
65699            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
65700 ____________________________________________________________________________
65701 [  8100] By: jhi                                   on 2000/12/13  16:47:11
65702         Log: Metaconfig change for #8099.
65703      Branch: metaconfig
65704            ! U/modified/Head.U
65705 ____________________________________________________________________________
65706 [  8099] By: jhi                                   on 2000/12/13  16:46:48
65707         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
65708              From: Andy Dougherty <doughera@lafayette.edu>
65709              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
65710              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
65711      Branch: perl
65712            ! Configure
65713 ____________________________________________________________________________
65714 [  8098] By: jhi                                   on 2000/12/13  16:39:02
65715         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
65716              From: rspier@pobox.com (Robert Spier)
65717              Date: Tue, 12 Dec 2000 21:12:39 -0500
65718              Message-ID: <14902.56087.678086.725773@rls.cx>
65719              
65720              fastgetcwd is defined using a glob alias on a $^O dependent basis -
65721              and there was no default assignment or perl subroutine.
65722      Branch: perl
65723            ! lib/Cwd.pm
65724 ____________________________________________________________________________
65725 [  8097] By: jhi                                   on 2000/12/13  16:16:01
65726         Log: Subject: [PATCH] move startglob out of pp_hot.c
65727              From: Nicholas Clark <nick@ccl4.org>
65728              Date: Mon, 11 Dec 2000 23:16:39 +0000
65729              Message-ID: <20001211231638.A55550@plum.flirble.org>
65730      Branch: perl
65731            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
65732 ____________________________________________________________________________
65733 [  8096] By: jhi                                   on 2000/12/13  15:26:23
65734         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65735              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
65736              Date: Wed, 13 Dec 2000 14:01:37 +0100
65737              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
65738              
65739              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
65740              in turn requires libpthread in libswanted.
65741      Branch: perl
65742            ! hints/hpux.sh
65743 ____________________________________________________________________________
65744 [  8095] By: jhi                                   on 2000/12/12  19:51:05
65745         Log: The integration wars continue.
65746      Branch: perl
65747           !> sv.c
65748 ____________________________________________________________________________
65749 [  8094] By: jhi                                   on 2000/12/12  19:48:26
65750         Log: Subject: [PATCH perl@8070] DB_File-1.74  
65751              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
65752              Date: Mon, 11 Dec 2000 23:07:17 -0000
65753              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
65754      Branch: perl
65755            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65756            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65757            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
65758            ! t/lib/db-recno.t
65759 ____________________________________________________________________________
65760 [  8093] By: nick                                  on 2000/12/12  19:42:13
65761         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
65762      Branch: perlio
65763            ! sv.c
65764           !> lib/File/DosGlob.pm
65765 ____________________________________________________________________________
65766 [  8092] By: jhi                                   on 2000/12/12  19:28:11
65767         Log: Integrate perlio.
65768      Branch: perl
65769           !> sv.c
65770 ____________________________________________________________________________
65771 [  8091] By: nick                                  on 2000/12/12  18:49:45
65772         Log: Fix for Tk, and upgrading shared SVs.
65773      Branch: perlio
65774            ! sv.c
65775 ____________________________________________________________________________
65776 [  8090] By: jhi                                   on 2000/12/12  16:48:59
65777         Log: Subject: [PATCH] Re: Breadperl & Tk
65778              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65779              Date: Tue, 12 Dec 2000 14:48:27 GMT
65780              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
65781      Branch: perl
65782            ! sv.c
65783 ____________________________________________________________________________
65784 [  8089] By: jhi                                   on 2000/12/12  03:37:19
65785         Log: Subject: DosGlob.pm diff for bash style brace expansion.
65786              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
65787              Date: Fri, 8 Dec 2000 10:45:30 -0600
65788              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
65789      Branch: perl
65790            ! lib/File/DosGlob.pm
65791 ____________________________________________________________________________
65792 [  8088] By: nick                                  on 2000/12/11  23:59:59
65793         Log: Integrate mainline
65794      Branch: perlio
65795           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
65796           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65797           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
65798           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
65799           !> t/op/local.t t/pragma/warn/toke toke.c
65800 ____________________________________________________________________________
65801 [  8087] By: jhi                                   on 2000/12/11  23:20:23
65802         Log: Integrate perlio.
65803      Branch: perl
65804           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65805 ____________________________________________________________________________
65806 [  8086] By: jhi                                   on 2000/12/11  22:50:59
65807         Log: Tune further the OS detection of CGI.
65808      Branch: perl
65809            ! lib/CGI.pm
65810 ____________________________________________________________________________
65811 [  8085] By: nick                                  on 2000/12/11  22:50:46
65812         Log: Finish 1st pass of "encoding" layer e.g. :
65813              open($fh,"<encoding(iso8859-7)",$greek) || die;
65814      Branch: perlio
65815            ! ext/Encode/Encode.xs perlio.c perliol.h
65816 ____________________________________________________________________________
65817 [  8084] By: jhi                                   on 2000/12/11  22:32:06
65818         Log: Revert the -f ambiguousity patch, seems to cause
65819              too much hassle (the interpret -Q as a function
65820              where Q is not a known filetest part is left in).
65821      Branch: perl
65822            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
65823            ! toke.c
65824 ____________________________________________________________________________
65825 [  8083] By: jhi                                   on 2000/12/11  22:27:23
65826         Log: (accidentally empty check-in)
65827      Branch: perl
65828            ! lib/File/DosGlob.pm
65829 ____________________________________________________________________________
65830 [  8082] By: nick                                  on 2000/12/11  19:09:51
65831         Log: Restore mmap function (broken by tweaks to shared buffer
65832              layer for encode(xxxx)).
65833      Branch: perlio
65834            ! perlio.c
65835 ____________________________________________________________________________
65836 [  8081] By: jhi                                   on 2000/12/11  18:29:13
65837         Log: Subject: Re: The long awaited feature ...
65838              From: Simon Cozens <simon@cozens.net>
65839              Date: Mon, 11 Dec 2000 15:54:24 +0000
65840              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
65841              
65842              More io/utf8 tests.
65843      Branch: perl
65844            ! t/io/utf8.t
65845 ____________________________________________________________________________
65846 [  8080] By: jhi                                   on 2000/12/11  18:19:36
65847         Log: Subject: PATCH MakeMaker manpage clarification
65848              From: andreas.koenig@anima.de (Andreas J. Koenig)
65849              Date: 10 Dec 2000 20:46:13 +0100
65850              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
65851      Branch: perl
65852            ! lib/ExtUtils/MakeMaker.pm
65853 ____________________________________________________________________________
65854 [  8079] By: jhi                                   on 2000/12/11  15:35:07
65855         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
65856              From: Simon Cozens <simon@cozens.net>
65857              Date: Sun, 10 Dec 2000 19:06:19 +0000
65858              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
65859      Branch: perl
65860            ! ext/B/B/Deparse.pm t/lib/b.t
65861 ____________________________________________________________________________
65862 [  8078] By: jhi                                   on 2000/12/11  15:09:11
65863         Log: Subject: [PATCH] docs on NaN
65864              From: Nicholas Clark <nick@ccl4.org>
65865              Date: Mon, 11 Dec 2000 01:48:38 +0000
65866              Message-ID: <20001211014838.B99205@plum.flirble.org>
65867      Branch: perl
65868            ! pod/perlop.pod
65869 ____________________________________________________________________________
65870 [  8077] By: jhi                                   on 2000/12/11  15:02:21
65871         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
65872              From: Simon Cozens <simon@cozens.net>
65873              Date: Mon, 11 Dec 2000 01:21:45 +0000
65874              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
65875      Branch: perl
65876            ! pp.c pp_hot.c scope.c t/op/local.t
65877 ____________________________________________________________________________
65878 [  8076] By: nick                                  on 2000/12/10  20:43:32
65879         Log: Not merge worthy...
65880              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
65881              syntax is modelled on attributes.
65882              Untested fix for io/utf8 on Win32 etc.
65883              Very clumsy start to the encode layer.
65884      Branch: perlio
65885            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65886 ____________________________________________________________________________
65887 [  8075] By: jhi                                   on 2000/12/10  18:39:33
65888         Log: Darwin is not Windows.
65889      Branch: perl
65890            ! lib/CGI.pm
65891 ____________________________________________________________________________
65892 [  8074] By: jhi                                   on 2000/12/10  18:31:27
65893         Log: Subject: Ambiguous -%c() resolved as a file test
65894              From: "Paul Marquess" <Paul.Marquess@openwave.com>
65895              Date: Sun, 10 Dec 2000 15:35:07 -0000
65896              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
65897      Branch: perl
65898            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65899 ____________________________________________________________________________
65900 [  8073] By: jhi                                   on 2000/12/10  18:16:29
65901         Log: Subject: PATCH installperl misinformed 
65902              From: andreas.koenig@anima.de (Andreas J. Koenig)
65903              Date: 10 Dec 2000 13:01:32 +0100 
65904              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
65905      Branch: perl
65906            ! installperl
65907 ____________________________________________________________________________
65908 [  8072] By: jhi                                   on 2000/12/10  18:07:55
65909         Log: The walkoptree confusion rages; walkoptree() seems to be coming
65910              from B.xs, while walkoptree_slow() comes from B.pm.
65911      Branch: perl
65912            ! ext/B/B.pm
65913 ____________________________________________________________________________
65914 [  8071] By: nick                                  on 2000/12/10  11:45:47
65915         Log: Integrate mainline
65916      Branch: perlio
65917           +> t/base/commonsense.t
65918           !> (integrate 37 files)
65919 ____________________________________________________________________________
65920 [  8070] By: jhi                                   on 2000/12/10  04:46:21
65921         Log: Update Changes.
65922      Branch: perl
65923            ! Changes patchlevel.h
65924 ____________________________________________________________________________
65925 [  8069] By: jhi                                   on 2000/12/10  04:39:19
65926         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
65927              From: andreas.koenig@anima.de (Andreas J. Koenig)
65928              Date: 09 Dec 2000 17:14:25 +0100
65929              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
65930      Branch: perl
65931            + t/base/commonsense.t
65932            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
65933 ____________________________________________________________________________
65934 [  8068] By: jhi                                   on 2000/12/10  04:17:36
65935         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
65936              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65937              Date: Sat, 9 Dec 2000 16:47:22 -0000
65938              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
65939      Branch: perl
65940            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
65941            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
65942            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
65943            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
65944            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
65945            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65946            ! t/lib/sdbm.t
65947 ____________________________________________________________________________
65948 [  8067] By: jhi                                   on 2000/12/10  03:52:02
65949         Log: Test case for #8066.
65950      Branch: perl
65951            ! t/op/misc.t
65952 ____________________________________________________________________________
65953 [  8066] By: jhi                                   on 2000/12/10  03:50:30
65954         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
65955              From: Simon Cozens <simon@cozens.net>
65956              Date: Sun, 10 Dec 2000 00:55:37 +0000
65957              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
65958      Branch: perl
65959            ! pp_sys.c
65960 ____________________________________________________________________________
65961 [  8065] By: jhi                                   on 2000/12/10  03:44:52
65962         Log: Test case for #8064.
65963      Branch: perl
65964            ! t/comp/proto.t
65965 ____________________________________________________________________________
65966 [  8064] By: jhi                                   on 2000/12/10  03:42:32
65967         Log: Subject: Re: prototype of substr
65968              From: Simon Cozens <simon@cozens.net>
65969              Date: Sun, 10 Dec 2000 00:13:33 +0000
65970              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
65971              
65972              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
65973              In other words, make the returned prototypes for any function
65974              stop prepending the ';' optionality marker after the first one.
65975              If they start getting optional, all the rest are optional.
65976      Branch: perl
65977            ! pp.c
65978 ____________________________________________________________________________
65979 [  8063] By: jhi                                   on 2000/12/10  03:39:42
65980         Log: Subject: [PATCH] perlguts.pod
65981              From: Simon Cozens <simon@cozens.net>
65982              Date: Sun, 10 Dec 2000 00:06:47 +0000
65983              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
65984              
65985              Documentation of the different types of ops,
65986              plus the functions in dump.c
65987      Branch: perl
65988            ! pod/perlguts.pod
65989 ____________________________________________________________________________
65990 [  8062] By: jhi                                   on 2000/12/10  03:30:04
65991         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
65992              From: Nicholas Clark <nick@talking.bollo.cx>
65993              Date: Sat, 09 Dec 2000 18:57:25 +0000
65994              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
65995              
65996              Be more robust in weird hostname setups.
65997      Branch: perl
65998            ! t/lib/net-hostent.t
65999 ____________________________________________________________________________
66000 [  8061] By: jhi                                   on 2000/12/10  03:28:21
66001         Log: Pacify fussy compiler. 
66002      Branch: perl
66003            ! pp_sys.c
66004 ____________________________________________________________________________
66005 [  8060] By: jhi                                   on 2000/12/10  02:52:46
66006         Log: Integrate perlio.
66007      Branch: perl
66008           !> pp_sys.c t/io/utf8.t
66009 ____________________________________________________________________________
66010 [  8059] By: nick                                  on 2000/12/09  23:40:14
66011         Log: read/sysread/recv should now be utf8 aware.
66012              Basic test for utf8 read.
66013      Branch: perlio
66014            ! pp_sys.c t/io/utf8.t
66015 ____________________________________________________________________________
66016 [  8058] By: jhi                                   on 2000/12/09  21:56:02
66017         Log: Integrate perlio.
66018      Branch: perl
66019           +> t/io/utf8.t
66020           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
66021 ____________________________________________________________________________
66022 [  8057] By: jhi                                   on 2000/12/09  21:53:35
66023         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
66024              From: Inaba Hiroto <inaba@st.rim.or.jp>
66025              Date: Sun, 10 Dec 2000 05:53:21 +0900
66026              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
66027              
66028              Tests for #8056.
66029      Branch: perl
66030            ! t/op/each.t
66031 ____________________________________________________________________________
66032 [  8056] By: jhi                                   on 2000/12/09  21:51:16
66033         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
66034              From: Inaba Hiroto <inaba@st.rim.or.jp>
66035              Date: Sat, 09 Dec 2000 18:02:00 +0900
66036              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
66037              
66038              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
66039      Branch: perl
66040            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
66041 ____________________________________________________________________________
66042 [  8055] By: nick                                  on 2000/12/09  20:11:48
66043         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
66044              than raw PerlIO_write() - does not seem to break any tests.
66045      Branch: perlio
66046            ! pp_sys.c
66047 ____________________________________________________________________________
66048 [  8054] By: nick                                  on 2000/12/09  19:47:30
66049         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
66050              (sysread, recv and write i.e. formats still to do...)
66051              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
66052              open($fh,">:utf8","name")
66053              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
66054              so no extra overhead is involved.
66055              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
66056              to a non-utf8 stream.
66057              Add initial io/utf8.t
66058              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
66059              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
66060              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
66061      Branch: perlio
66062            + t/io/utf8.t
66063            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
66064 ____________________________________________________________________________
66065 [  8053] By: nick                                  on 2000/12/09  19:26:37
66066         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
66067              was only testing this_utf8.
66068      Branch: perlio
66069            ! toke.c
66070 ____________________________________________________________________________
66071 [  8052] By: nick                                  on 2000/12/09  19:09:41
66072         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
66073              i.e. the output string has one, but don't mess with source assumption.
66074      Branch: perlio
66075            ! toke.c
66076 ____________________________________________________________________________
66077 [  8051] By: jhi                                   on 2000/12/09  16:55:17
66078         Log: Integrate perlio.
66079      Branch: perl
66080           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
66081           !> sv.c thrdvar.h util.c
66082 ____________________________________________________________________________
66083 [  8050] By: jhi                                   on 2000/12/09  16:48:07
66084         Log: Nits noticed by Peter Prymmer.
66085      Branch: perl
66086            ! lib/ExtUtils/MM_VMS.pm
66087 ____________________________________________________________________________
66088 [  8049] By: nick                                  on 2000/12/09  13:49:40
66089         Log: UTF8 output prework.
66090              - Store $\ and $, as SVs so they can have SvUTF8 flag
66091              - use do_print() rather than raw PerlIO_write() to print them.
66092      Branch: perlio
66093            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
66094            ! thrdvar.h util.c
66095 ____________________________________________________________________________
66096 [  8048] By: nick                                  on 2000/12/09  12:30:43
66097         Log: Integrate mainline.
66098      Branch: perlio
66099           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
66100           +> t/op/reverse.t
66101           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
66102           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
66103           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
66104           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
66105           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
66106           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66107 ____________________________________________________________________________
66108 [  8047] By: jhi                                   on 2000/12/09  00:23:27
66109         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
66110              From: Michael G Schwern <schwern@pobox.com>
66111              Date: Fri, 8 Dec 2000 14:43:04 -0600
66112      Branch: perl
66113            ! lib/ExtUtils/MM_VMS.pm
66114 ____________________________________________________________________________
66115 [  8046] By: jhi                                   on 2000/12/08  23:10:27
66116         Log: A missed check-in.
66117      Branch: perl
66118            ! lib/ExtUtils/Manifest.pm
66119 ____________________________________________________________________________
66120 [  8045] By: jhi                                   on 2000/12/08  21:57:12
66121         Log: (null check-in)
66122      Branch: perl
66123            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
66124 ____________________________________________________________________________
66125 [  8044] By: jhi                                   on 2000/12/08  21:11:06
66126         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
66127              at the final draft stage.
66128      Branch: perl
66129            + ext/Encode/Encode/iso8859-16.enc
66130            ! MANIFEST
66131 ____________________________________________________________________________
66132 [  8043] By: jhi                                   on 2000/12/08  16:39:04
66133         Log: Update Changes.
66134      Branch: perl
66135            ! Changes patchlevel.h
66136 ____________________________________________________________________________
66137 [  8042] By: jhi                                   on 2000/12/08  16:33:39
66138         Log: Do not return the Unicode replacement character if UTF-8
66139              decoding goes awry, it should be up to the caller to decide.
66140      Branch: perl
66141            ! pod/perlapi.pod utf8.c
66142 ____________________________________________________________________________
66143 [  8041] By: jhi                                   on 2000/12/08  16:22:28
66144         Log: metaconfig maintenance.
66145      Branch: metaconfig
66146            ! U/modified/stdchar.U
66147      Branch: metaconfig/U/perl
66148            + testsyml.U
66149 ____________________________________________________________________________
66150 [  8040] By: jhi                                   on 2000/12/08  16:03:08
66151         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
66152              From: sthoenna@efn.org
66153              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
66154              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
66155      Branch: perl
66156            ! Changes lib/ExtUtils/MM_OS2.pm
66157 ____________________________________________________________________________
66158 [  8039] By: jhi                                   on 2000/12/08  15:57:11
66159         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
66160              From: Simon Cozens <simon@cozens.net>
66161              Date: Fri, 8 Dec 2000 13:33:31 +0000
66162              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
66163              
66164              (The pp_hot part needed a rewrite.)
66165      Branch: perl
66166            ! doop.c pp_hot.c utf8.c
66167 ____________________________________________________________________________
66168 [  8038] By: jhi                                   on 2000/12/08  15:25:08
66169         Log: Subject: djSP
66170              From: Michael Stevens <michael@etla.org>
66171              Date: Wed, 6 Dec 2000 23:24:01 +0000
66172              Message-ID: <20001206232400.A21381@firedrake.org>
66173              
66174              Plus a note from Nick Ing-Simmons.
66175      Branch: perl
66176            ! pp.h
66177 ____________________________________________________________________________
66178 [  8037] By: jhi                                   on 2000/12/08  15:18:35
66179         Log: Filetype is text.
66180      Branch: perl
66181            ! t/op/utf8decode.t
66182 ____________________________________________________________________________
66183 [  8036] By: jhi                                   on 2000/12/08  03:31:27
66184         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66185              From: Andy Dougherty <doughera@lafayette.edu>
66186              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
66187              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
66188              
66189              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
66190              From: Andy Dougherty <doughera@lafayette.edu>
66191              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
66192              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
66193      Branch: perl
66194            + ext/POSIX/hints/svr4.pl
66195            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
66196 ____________________________________________________________________________
66197 [  8035] By: jhi                                   on 2000/12/08  03:26:01
66198         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
66199              From: Andy Dougherty <doughera@lafayette.edu>
66200              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
66201              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
66202      Branch: perl
66203            ! t/README t/base/term.t
66204 ____________________________________________________________________________
66205 [  8034] By: jhi                                   on 2000/12/08  03:21:59
66206         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
66207              From: mjd@plover.com  
66208              Date: 7 Dec 2000 21:04:20 -0000
66209              Message-ID: <20001207210420.22282.qmail@plover.com>
66210              
66211              Plus -z doc.
66212      Branch: perl
66213            ! pod/perlfunc.pod
66214 ____________________________________________________________________________
66215 [  8033] By: jhi                                   on 2000/12/08  03:19:03
66216         Log: Use the UTF8 macros a bit.  They can't be used with abandon
66217              everywhere because we do generate illegal UTF-8 in some situations.
66218              This is of course naughty.
66219      Branch: perl
66220            ! pod/perlapi.pod utf8.c utf8.h
66221 ____________________________________________________________________________
66222 [  8032] By: jhi                                   on 2000/12/08  03:00:09
66223         Log: Out of sync?
66224      Branch: perl
66225            ! t/pragma/warn/utf8
66226 ____________________________________________________________________________
66227 [  8031] By: jhi                                   on 2000/12/08  02:22:39
66228         Log: Cnt spl.
66229      Branch: perl
66230            ! MANIFEST
66231 ____________________________________________________________________________
66232 [  8030] By: jhi                                   on 2000/12/08  01:23:54
66233         Log: Add test for reverse().
66234      Branch: perl
66235            + t/op/reverse.t
66236            ! MANIFEST
66237 ____________________________________________________________________________
66238 [  8029] By: jhi                                   on 2000/12/08  01:21:47
66239         Log: Integrate perlio.
66240      Branch: perl
66241           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
66242           !> perlio.c perlio.h perlsdio.h warnings.pl
66243 ____________________________________________________________________________
66244 [  8028] By: jhi                                   on 2000/12/08  01:19:08
66245         Log: Introduce macros for UTF8 decoding.
66246      Branch: perl
66247            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
66248 ____________________________________________________________________________
66249 [  8027] By: nick                                  on 2000/12/07  22:18:19
66250         Log: Integrate mainline
66251      Branch: perlio
66252           !> embed.pl pod/perlapi.pod utf8.c
66253 ____________________________________________________________________________
66254 [  8026] By: nick                                  on 2000/12/07  21:45:08
66255         Log: Various oddities p4 diff -se showed up
66256              Remove 'our' from warnings.pl
66257      Branch: perlio
66258            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
66259 ____________________________________________________________________________
66260 [  8025] By: nick                                  on 2000/12/07  21:43:32
66261         Log: Change PerlIO_(get|set)pos to take SV *
66262              Should fix, OS/2, VMS, (sfio??)
66263      Branch: perlio
66264            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
66265 ____________________________________________________________________________
66266 [  8024] By: jhi                                   on 2000/12/07  19:05:32
66267         Log: Document utf8_to_uv() better.
66268      Branch: perl
66269            ! pod/perlapi.pod utf8.c
66270 ____________________________________________________________________________
66271 [  8023] By: jhi                                   on 2000/12/07  18:23:47
66272         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
66273      Branch: perl
66274            ! embed.pl pod/perlapi.pod utf8.c
66275 ____________________________________________________________________________
66276 [  8022] By: jhi                                   on 2000/12/07  04:13:51
66277         Log: Integrate perlio.
66278      Branch: perl
66279           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
66280           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
66281           !> win32/makefile.mk
66282 ____________________________________________________________________________
66283 [  8021] By: nick                                  on 2000/12/07  00:28:14
66284         Log: Various attempts at MSVC debug - not sure what has
66285              changed but works now. 
66286              Seems atexit() _may_ work for DLLs built with MSVC so don't
66287              call cleanup that way.
66288      Branch: perlio
66289            ! perlio.c win32/makefile.mk
66290 ____________________________________________________________________________
66291 [  8020] By: nick                                  on 2000/12/06  19:57:20
66292         Log: Integrate mainline
66293      Branch: perlio
66294           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
66295           !> (integrate 75 files)
66296 ____________________________________________________________________________
66297 [  8019] By: nick                                  on 2000/12/06  19:28:21
66298         Log: Add useperlio to config.vc
66299              Turn off binmode in config_H.PL
66300              Regen all the config_H.xx
66301              Attempt to get debugging build with MSVC.
66302      Branch: perlio
66303            ! win32/config.vc win32/config_H.bc win32/config_H.gc
66304            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
66305 ____________________________________________________________________________
66306 [  8018] By: nick                                  on 2000/12/06  19:21:57
66307         Log: Test various dup/external program options on all platforms.
66308      Branch: perlio
66309            ! t/io/dup.t
66310 ____________________________________________________________________________
66311 [  8017] By: nick                                  on 2000/12/06  19:20:47
66312         Log: Fix harness to be less picky
66313      Branch: perlio
66314            ! lib/Test/Harness.pm
66315 ____________________________________________________________________________
66316 [  8016] By: jhi                                   on 2000/12/06  16:45:12
66317         Log: Update Changes.
66318      Branch: perl
66319            ! Changes patchlevel.h
66320 ____________________________________________________________________________
66321 [  8015] By: jhi                                   on 2000/12/06  16:41:03
66322         Log: Test \x{...} with ord().
66323      Branch: perl
66324            ! t/op/ord.t
66325 ____________________________________________________________________________
66326 [  8014] By: jhi                                   on 2000/12/06  16:20:33
66327         Log: Test tweak because of #8013.
66328      Branch: perl
66329            ! t/lib/b.t
66330 ____________________________________________________________________________
66331 [  8013] By: jhi                                   on 2000/12/06  16:09:09
66332         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
66333              From: Michael G Schwern <schwern@pobox.com>
66334              Date: Tue, 5 Dec 2000 21:23:28 -0500
66335              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
66336              
66337              Carp::Heavy parts not very applicable because of recent changes.
66338      Branch: perl
66339            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
66340            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
66341            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
66342            ! lib/Exporter.pm lib/Exporter/Heavy.pm
66343            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
66344            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
66345            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
66346            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
66347            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
66348            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
66349            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
66350            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
66351            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
66352            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
66353            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
66354            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
66355            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
66356            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
66357            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
66358            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
66359            ! warnings.pl
66360 ____________________________________________________________________________
66361 [  8012] By: jhi                                   on 2000/12/06  15:22:38
66362         Log: Subject: [PATCH] Re: New harness is failing things
66363              From: Nick Ing-Simmons <nik@tiuk.ti.com>
66364              Date: Wed, 6 Dec 2000 13:00:30 GMT
66365              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
66366      Branch: perl
66367            ! lib/Test/Harness.pm
66368 ____________________________________________________________________________
66369 [  8011] By: jhi                                   on 2000/12/06  15:12:08
66370         Log: Subject: installhtml changes
66371              From: Michael Stevens <michael@etla.org>
66372              Date: Wed, 6 Dec 2000 13:15:53 +0000
66373              Message-ID: <20001206131553.A27317@firedrake.org>
66374      Branch: perl
66375            ! installhtml
66376 ____________________________________________________________________________
66377 [  8010] By: jhi                                   on 2000/12/06  15:06:05
66378         Log: Subject: the dTHR hits
66379              From: Michael Stevens <michael@etla.org>
66380              Date: Wed, 6 Dec 2000 12:06:03 +0000
66381              Message-ID: <20001206120603.A24581@firedrake.org>
66382              
66383              More, errrm, less dTHRs.
66384      Branch: perl
66385            ! bytecode.pl ext/B/B/C.pm
66386 ____________________________________________________________________________
66387 [  8009] By: jhi                                   on 2000/12/06  15:04:25
66388         Log: Subject: MakeMaker mailing list gone?
66389              From: Michael G Schwern <schwern@pobox.com>
66390              Date: Tue, 5 Dec 2000 19:29:59 -0500
66391              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
66392              
66393              The MakeMaker mailing list is dead, perlbug is the right
66394              address to report bugs.
66395      Branch: perl
66396            ! lib/ExtUtils/MakeMaker.pm
66397 ____________________________________________________________________________
66398 [  8008] By: jhi                                   on 2000/12/06  15:00:32
66399         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
66400              From: Michael G Schwern <schwern@pobox.com>
66401              Date: Tue, 5 Dec 2000 19:21:21 -0500
66402              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
66403              
66404              Add a default MANIFEST skip that ignores things like
66405              version control files, editor temporary files, and the Makefile.
66406      Branch: perl
66407            + lib/ExtUtils/MANIFEST.SKIP
66408            ! MANIFEST lib/ExtUtils/Manifest.pm
66409 ____________________________________________________________________________
66410 [  8007] By: jhi                                   on 2000/12/06  14:57:20
66411         Log: In Amiga more manual hackery of the scripts seems to be needed,
66412              from Jan-Erik Karlsson.  Why Configure does not get this right
66413              is unknown, may be shell-induced.
66414      Branch: perl
66415            ! README.amiga
66416 ____________________________________________________________________________
66417 [  8006] By: jhi                                   on 2000/12/05  23:53:12
66418         Log: Add TOPm1s to peek at the second topmost stack item.
66419      Branch: perl
66420            ! pp.h
66421 ____________________________________________________________________________
66422 [  8005] By: jhi                                   on 2000/12/05  23:13:55
66423         Log: Avaunt, you foul UTF-8 tests.
66424      Branch: perl
66425            ! t/op/ver.t t/pragma/utf8.t
66426 ____________________________________________________________________________
66427 [  8004] By: jhi                                   on 2000/12/05  23:09:54
66428         Log: Continue utf8 dispersal. 
66429      Branch: perl
66430            + t/op/concat.t
66431            ! MANIFEST t/pragma/utf8.t
66432 ____________________________________________________________________________
66433 [  8003] By: nick                                  on 2000/12/05  23:02:39
66434         Log: Integrate mainline.
66435      Branch: perlio
66436           +> t/op/length.t t/op/utf8decode.t
66437           !> (integrate 69 files)
66438 ____________________________________________________________________________
66439 [  8002] By: jhi                                   on 2000/12/05  22:59:28
66440         Log: Integrate perlio.
66441      Branch: perl
66442           !> iperlsys.h perl.c perlio.c win32/perllib.c
66443 ____________________________________________________________________________
66444 [  8001] By: nick                                  on 2000/12/05  22:07:52
66445         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
66446              - calloc/free suffer from damage on TerminateThread()
66447              - use PerlMemShared (as originally planned) now fixed
66448              - avoid doing anything important on DLL "detach".
66449      Branch: perlio
66450            ! perl.c perlio.c win32/perllib.c
66451 ____________________________________________________________________________
66452 [  8000] By: nick                                  on 2000/12/05  21:05:09
66453         Log: Fix gross PerlMemShared issue.
66454      Branch: perlio
66455            ! iperlsys.h
66456 ____________________________________________________________________________
66457 [  7999] By: jhi                                   on 2000/12/05  20:46:58
66458         Log: Test for Unicode (UTF-8) hash keys.
66459      Branch: perl
66460            ! t/op/each.t
66461 ____________________________________________________________________________
66462 [  7998] By: jhi                                   on 2000/12/05  20:30:35
66463         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
66464              is now always UTF-8), empty line cosmetics.
66465      Branch: perl
66466            ! t/pragma/utf8.t
66467 ____________________________________________________________________________
66468 [  7997] By: jhi                                   on 2000/12/05  20:15:40
66469         Log: Subject: Re: STRLEN - what?
66470              From: Andy Dougherty <doughera@lafayette.edu>
66471              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
66472              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
66473              
66474              Explain STRLEN.
66475      Branch: perl
66476            ! pod/perlguts.pod
66477 ____________________________________________________________________________
66478 [  7996] By: jhi                                   on 2000/12/05  20:13:34
66479         Log: Split off the UTF-8 decoder tests, make them to check also
66480              the error message.
66481      Branch: perl
66482            + t/op/utf8decode.t
66483            ! MANIFEST t/pragma/utf8.t utf8.c
66484 ____________________________________________________________________________
66485 [  7995] By: jhi                                   on 2000/12/05  16:39:47
66486         Log: Start migrating bits of pragma/utf8 to elsewhere
66487              (since the long term plan is to obsolete 'use utf8').
66488      Branch: perl
66489            + t/op/length.t
66490            ! MANIFEST t/pragma/utf8.t
66491 ____________________________________________________________________________
66492 [  7994] By: jhi                                   on 2000/12/05  16:30:21
66493         Log: Fix a manual edit typo from #7993, fix the message formatting
66494              for Unicode, add few our declarations.
66495      Branch: perl
66496            ! lib/Carp/Heavy.pm
66497 ____________________________________________________________________________
66498 [  7993] By: jhi                                   on 2000/12/05  16:09:15
66499         Log: Subject: Need help with warnings :-(
66500              From: "Ben Tilly" <ben_tilly@hotmail.com>
66501              Date: Tue, 05 Dec 2000 01:35:54 -0500
66502              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
66503              
66504              Subject: UPDATE: Carp/Heavy now passes all tests
66505              From: "Ben Tilly" <ben_tilly@hotmail.com>
66506              Date: Tue, 05 Dec 2000 07:59:41 -0500
66507              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
66508              
66509              The Brave New Carp.
66510      Branch: perl
66511            ! lib/Carp.pm lib/Carp/Heavy.pm
66512 ____________________________________________________________________________
66513 [  7992] By: jhi                                   on 2000/12/05  15:55:08
66514         Log: Subject: [PATCH perl@7979] cygwin port
66515              From: "Eric Fifer" <efifer@dircon.co.uk>
66516              Date: Tue, 5 Dec 2000 14:04:09 -0000
66517              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
66518      Branch: perl
66519            ! t/lib/net-hostent.t
66520 ____________________________________________________________________________
66521 [  7991] By: jhi                                   on 2000/12/05  15:52:34
66522         Log: Subject: Re: [PATCH] The largest hoax of all times?
66523              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66524              Date: Tue, 5 Dec 2000 00:40:25 -0500
66525              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
66526              
66527              Subject: Re: [PATCH] The largest hoax of all times?
66528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66529              Date: Mon, 4 Dec 2000 23:55:53 -0500
66530              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
66531              
66532              Subject: Re: [PATCH] The largest hoax of all times?
66533              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66534              Date: Tue, 5 Dec 2000 01:28:45 -0500
66535              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
66536              
66537              Fix the unpredictable order of DESTROYs.
66538      Branch: perl
66539            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
66540            ! sv.c sv.h t/op/ref.t
66541 ____________________________________________________________________________
66542 [  7990] By: jhi                                   on 2000/12/05  14:38:53
66543         Log: Subject: [PATCH] shrink pp_hot fractionally
66544              From: Nicholas Clark <nick@ccl4.org>
66545              Date: Tue, 5 Dec 2000 12:44:31 +0000
66546              Message-ID: <20001205124431.E74518@plum.flirble.org>
66547              
66548              Use report_evil_fh().
66549      Branch: perl
66550            ! opcode.pl opnames.h pp_hot.c util.c
66551 ____________________________________________________________________________
66552 [  7989] By: jhi                                   on 2000/12/05  14:21:27
66553         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66554              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66555              Date: Mon, 04 Dec 2000 22:21:59 -0800
66556              Message-ID: <HmIL6gzkgepS092yn@efn.org>
66557              
66558              Harness shouldn't ignore responses like "ok 3\r\r\n".
66559      Branch: perl
66560            ! lib/Test/Harness.pm
66561 ____________________________________________________________________________
66562 [  7988] By: jhi                                   on 2000/12/05  13:51:28
66563         Log: Integrate the "skip" messages to explain().
66564      Branch: perl
66565            ! t/lib/syslfs.t t/op/lfs.t
66566 ____________________________________________________________________________
66567 [  7987] By: jhi                                   on 2000/12/05  12:34:54
66568         Log: The one that got away in #7984.
66569              
66570              Subject: Re: dTHR - what and why?
66571              From: Michael Stevens <michael@etla.org> 
66572              Date: Tue, 5 Dec 2000 11:15:52 +0000
66573              Message-ID: <20001205111552.A4647@firedrake.org>
66574      Branch: perl
66575            ! sv.h
66576 ____________________________________________________________________________
66577 [  7986] By: gsar                                  on 2000/12/05  09:14:44
66578         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
66579              due to the notorious GetFileType() bug in Windows 9x, which fstat()
66580              tickles)
66581      Branch: perl
66582            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
66583 ____________________________________________________________________________
66584 [  7985] By: jhi                                   on 2000/12/05  05:49:03
66585         Log: Integrate perlio.
66586      Branch: perl
66587           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66588           !> win32/perlhost.h win32/perllib.c
66589 ____________________________________________________________________________
66590 [  7984] By: jhi                                   on 2000/12/05  05:48:16
66591         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
66592      Branch: perl
66593            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
66594            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
66595            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
66596            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
66597            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
66598            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
66599            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
66600            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
66601            ! win32/win32.c
66602 ____________________________________________________________________________
66603 [  7983] By: nick                                  on 2000/12/04  23:27:43
66604         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
66605      Branch: perlio
66606            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66607            ! win32/perlhost.h win32/perllib.c
66608 ____________________________________________________________________________
66609 [  7982] By: jhi                                   on 2000/12/04  19:44:09
66610         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
66611              uncovered by #7980.
66612      Branch: perl
66613            ! op.c
66614 ____________________________________________________________________________
66615 [  7981] By: jhi                                   on 2000/12/04  19:42:07
66616         Log: Subject: [PATCH] Trivial dump.c feature
66617              From: Simon Cozens <simon@cozens.net>
66618              Date: Mon, 4 Dec 2000 18:08:38 +0000
66619              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
66620              
66621              Show whether a constant is UTF-8.
66622      Branch: perl
66623            ! dump.c
66624 ____________________________________________________________________________
66625 [  7980] By: jhi                                   on 2000/12/04  19:36:51
66626         Log: UTF-8 hash keys, patch from Inaba Hiroto.
66627      Branch: perl
66628            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
66629 ____________________________________________________________________________
66630 [  7979] By: jhi                                   on 2000/12/04  17:36:28
66631         Log: Update Changes.
66632      Branch: perl
66633            ! Changes patchlevel.h
66634 ____________________________________________________________________________
66635 [  7978] By: jhi                                   on 2000/12/04  16:42:17
66636         Log: Retract #7977, still too volatile (the euphemism of the day
66637              for unfinished and buggy :-)
66638      Branch: perl
66639            ! doop.c hv.c pp.c sv.h
66640 ____________________________________________________________________________
66641 [  7977] By: jhi                                   on 2000/12/04  16:25:15
66642         Log: (Retracted by #7978, too shaky yet.)
66643              
66644              Subject: Re: utf8 in hash keys, implementor missing
66645              From: Simon Cozens <simon@cozens.net>
66646              Date: Sat, 2 Dec 2000 19:49:35 +0000
66647              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
66648              
66649              The first step at UTF-8 hash keys.
66650      Branch: perl
66651            ! doop.c hv.c pp.c sv.h
66652 ____________________________________________________________________________
66653 [  7976] By: jhi                                   on 2000/12/04  16:13:53
66654         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66655              From: sthoenna@efn.org
66656              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
66657              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
66658      Branch: perl
66659            ! os2/os2.c perlio.c
66660 ____________________________________________________________________________
66661 [  7975] By: jhi                                   on 2000/12/04  16:05:25
66662         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
66663              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66664              Date: Thu, 30 Nov 2000 20:50:37 -0800
66665              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
66666      Branch: perl
66667            ! os2/os2.c
66668 ____________________________________________________________________________
66669 [  7974] By: jhi                                   on 2000/12/04  16:03:57
66670         Log: Subject: [PATCH] ++ 20% faster
66671              From: Nicholas Clark <nick@ccl4.org>
66672              Date: Mon, 4 Dec 2000 12:17:27 +0000
66673              Message-ID: <20001204121726.B52976@plum.flirble.org>
66674              
66675              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
66676      Branch: perl
66677            ! sv.c
66678 ____________________________________________________________________________
66679 [  7973] By: jhi                                   on 2000/12/04  16:00:48
66680         Log: 
66681              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
66682              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66683              Date: Mon, 04 Dec 2000 12:30:45 +0100
66684              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
66685              
66686              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
66687              library (getprotobyname and getprotobynumber are outversioned by
66688              the same calls in libc, at least for xlc version 3.
66689      Branch: perl
66690            ! hints/aix.sh
66691 ____________________________________________________________________________
66692 [  7972] By: jhi                                   on 2000/12/04  02:58:31
66693         Log: Integrate perlio.
66694      Branch: perl
66695           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
66696           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
66697           !> win32/win32.h win32/win32iop.h win32/win32thread.h
66698 ____________________________________________________________________________
66699 [  7971] By: nick                                  on 2000/12/04  00:24:33
66700         Log: Quieten some noise in Win32 builds:
66701              - win32.h is included after <sys/socket.h>, so need to 
66702              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
66703              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
66704      Branch: perlio
66705            ! doio.c perl.h toke.c win32/win32.h
66706 ____________________________________________________________________________
66707 [  7970] By: nick                                  on 2000/12/03  22:57:46
66708         Log: PERL_IMPLICIT_SYS compiles but does not work.
66709      Branch: perlio
66710            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
66711            ! win32/perlhost.h win32/perllib.c win32/win32.h
66712            ! win32/win32iop.h win32/win32thread.h
66713 ____________________________________________________________________________
66714 [  7969] By: jhi                                   on 2000/12/03  22:12:58
66715         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
66716              used to swash_init(), makes regprop() dumps more informative
66717              (+utf8::IsAlpha, -utf8::IsDigit, for example).
66718      Branch: perl
66719            ! regcomp.c regexec.c
66720 ____________________________________________________________________________
66721 [  7968] By: jhi                                   on 2000/12/03  21:39:56
66722         Log: Implement ANYOFUTF8 regprop() dumping.
66723      Branch: perl
66724            ! regcomp.c
66725 ____________________________________________________________________________
66726 [  7967] By: jhi                                   on 2000/12/03  20:57:19
66727         Log: Make uv_to_utf8() to zero-terminate its output buffer,
66728              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
66729      Branch: perl
66730            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
66731 ____________________________________________________________________________
66732 [  7966] By: nick                                  on 2000/12/03  18:41:21
66733         Log: Integrate mainline (STDCHAR)
66734      Branch: perlio
66735           !> Configure t/pragma/utf8.t
66736 ____________________________________________________________________________
66737 [  7965] By: jhi                                   on 2000/12/03  17:58:20
66738         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
66739      Branch: perl
66740            ! t/pragma/utf8.t
66741 ____________________________________________________________________________
66742 [  7964] By: jhi                                   on 2000/12/03  17:35:56
66743         Log: Integrate perlio.
66744      Branch: perl
66745           !> iperlsys.h perlio.c
66746 ____________________________________________________________________________
66747 [  7963] By: jhi                                   on 2000/12/03  17:33:55
66748         Log: Metaconfig unit change for #7962.
66749      Branch: metaconfig
66750            ! U/modified/stdchar.U
66751 ____________________________________________________________________________
66752 [  7962] By: jhi                                   on 2000/12/03  17:33:27
66753         Log: Untangle the <stdio.h> #include nest for the stdchar test,
66754              from Andy Dougherty.
66755      Branch: perl
66756            ! Configure
66757 ____________________________________________________________________________
66758 [  7961] By: nick                                  on 2000/12/03  16:53:00
66759         Log: Make iperlsys.h vector stdio not PerlIO.
66760      Branch: perlio
66761            ! iperlsys.h perlio.c
66762 ____________________________________________________________________________
66763 [  7960] By: nick                                  on 2000/12/03  14:43:01
66764         Log: Integrate mainline
66765      Branch: perlio
66766           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
66767           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
66768 ____________________________________________________________________________
66769 [  7959] By: jhi                                   on 2000/12/03  08:16:36
66770         Log: Use DO_UTF8().
66771      Branch: perl
66772            ! op.c
66773 ____________________________________________________________________________
66774 [  7958] By: jhi                                   on 2000/12/02  18:33:05
66775         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66776              From: Mike Guy <mjtg@cam.ac.uk>         
66777              Date: Sat, 02 Dec 2000 17:27:13 +0000
66778              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
66779              
66780              An extraneous argument.
66781      Branch: perl
66782            ! toke.c
66783 ____________________________________________________________________________
66784 [  7957] By: jhi                                   on 2000/12/02  18:22:32
66785         Log: A missing hunk.
66786      Branch: perl
66787            ! t/lib/net-hostent.t
66788 ____________________________________________________________________________
66789 [  7956] By: jhi                                   on 2000/12/02  18:06:20
66790         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
66791              From: Nicholas Clark <nick@ccl4.org>
66792              Date: Sat, 2 Dec 2000 14:28:27 +0000
66793              Message-ID: <20001202142827.A12308@plum.flirble.org>
66794              
66795              Test robustness.
66796      Branch: perl
66797            ! t/lib/net-hostent.t
66798 ____________________________________________________________________________
66799 [  7955] By: jhi                                   on 2000/12/02  17:58:06
66800         Log: Metaconfig unit change for #7954.
66801      Branch: metaconfig
66802            ! U/modified/stdchar.U
66803 ____________________________________________________________________________
66804 [  7954] By: jhi                                   on 2000/12/02  17:54:32
66805         Log: An inconvenient hang would happen if the stdio _ptr wasn't
66806              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
66807              would be grepping stdin for all eternity for the _ptr.)
66808      Branch: perl
66809            ! Configure
66810 ____________________________________________________________________________
66811 [  7953] By: jhi                                   on 2000/12/02  00:07:15
66812         Log: Update Changes.
66813      Branch: perl
66814            ! Changes patchlevel.h
66815 ____________________________________________________________________________
66816 [  7952] By: jhi                                   on 2000/12/01  23:54:47
66817         Log: Subject: Re: long shell lines
66818              From: Andy Dougherty <doughera@lafayette.edu>
66819              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
66820              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
66821              
66822              Split overly long shell command lines.
66823      Branch: perl
66824            ! lib/ExtUtils/MM_Unix.pm
66825 ____________________________________________________________________________
66826 [  7951] By: jhi                                   on 2000/12/01  23:48:02
66827         Log: The metaconfig unit change for #7950.
66828      Branch: metaconfig
66829            + U/modified/stdchar.U
66830 ____________________________________________________________________________
66831 [  7950] By: jhi                                   on 2000/12/01  23:47:39
66832         Log: Try to find stdchar also from <stdio_impl.h>.
66833      Branch: perl
66834            ! Configure config_h.SH
66835 ____________________________________________________________________________
66836 [  7949] By: jhi                                   on 2000/12/01  23:46:45
66837         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66838              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66839              Date: Fri, 1 Dec 2000 16:26:08 -0500
66840              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
66841              
66842              Reword the diagnostic message.
66843      Branch: perl
66844            ! pod/perldiag.pod
66845 ____________________________________________________________________________
66846 [  7948] By: nick                                  on 2000/12/01  22:49:43
66847         Log: Integrate mainline (for s/y/m as sub names stuff).
66848      Branch: perlio
66849           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
66850           !> t/pragma/warn/toke toke.c
66851 ____________________________________________________________________________
66852 [  7947] By: jhi                                   on 2000/12/01  20:55:41
66853         Log: Integrate perlio.
66854      Branch: perl
66855           !> perlio.c perliol.h t/io/pipe.t
66856 ____________________________________________________________________________
66857 [  7946] By: jhi                                   on 2000/12/01  20:36:51
66858         Log: Upgrade to CPAN 1.59_51, from Andreas König.
66859      Branch: perl
66860            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66861 ____________________________________________________________________________
66862 [  7945] By: nick                                  on 2000/12/01  20:31:32
66863         Log: Integrate mainline
66864      Branch: perlio
66865           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
66866           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
66867           +> t/lib/net-hostent.t
66868           !> (integrate 35 files)
66869 ____________________________________________________________________________
66870 [  7944] By: jhi                                   on 2000/12/01  20:23:29
66871         Log: Some help for 20001130.011.  Now one gets warnings like
66872              "Ambiguous -f() resolved as a file test ..."
66873      Branch: perl
66874            ! pod/perldiag.pod t/pragma/warn/toke toke.c
66875 ____________________________________________________________________________
66876 [  7943] By: jhi                                   on 2000/12/01  19:44:44
66877         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
66878              that also breaks using them as methods. 
66879      Branch: perl
66880            ! pod/perldiag.pod t/op/misc.t toke.c
66881 ____________________________________________________________________________
66882 [  7942] By: nick                                  on 2000/12/01  17:56:46
66883         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
66884              Make 'unix' pass most tests
66885              - do unread by temporary push of layer ("pending") holding unread chars
66886              - fast_gets is now based on per-handle flag
66887              - relax one of io/pipe.t tests to allow print to fail and close to
66888              succeed so that it passes on unbuffered "unix" layer.
66889              Remaining fail is sporadic and a genuine race condition between
66890              parent/child in fork test.
66891      Branch: perlio
66892            ! perlio.c perliol.h t/io/pipe.t
66893 ____________________________________________________________________________
66894 [  7941] By: jhi                                   on 2000/12/01  15:28:58
66895         Log: (Retracted by #7943.)
66896              
66897              Reserve the short named string operator names.
66898      Branch: perl
66899            ! pod/perldiag.pod t/op/misc.t toke.c
66900 ____________________________________________________________________________
66901 [  7940] By: jhi                                   on 2000/12/01  06:45:53
66902         Log: Get the three different space character classes right under utf8.
66903      Branch: perl
66904            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66905            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66906            ! regexec.c t/op/pat.t utf8.c
66907 ____________________________________________________________________________
66908 [  7939] By: jhi                                   on 2000/12/01  03:26:26
66909         Log: Two more tests that make no sense in UTF-8 since the test
66910              data is not in UTF-8.
66911      Branch: perl
66912            ! t/op/regexp.t
66913 ____________________________________________________________________________
66914 [  7938] By: jhi                                   on 2000/12/01  03:20:39
66915         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
66916              should it be required inside regexen?
66917      Branch: perl
66918            ! regcomp.c t/op/regmesg.t
66919 ____________________________________________________________________________
66920 [  7937] By: jhi                                   on 2000/12/01  02:58:53
66921         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66922              stored and restored, and thusly was trounced by the utf8 swash
66923              routines.
66924      Branch: perl
66925            ! regcomp.c
66926 ____________________________________________________________________________
66927 [  7936] By: jhi                                   on 2000/11/30  20:41:39
66928         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
66929              Why the different platforms behave so differently (core dump vs
66930              no core dump) on this bug is a but of a mystery, but if I had to
66931              guess I would mumble something like 'alignment'.
66932      Branch: perl
66933            ! sv.c
66934 ____________________________________________________________________________
66935 [  7935] By: jhi                                   on 2000/11/30  16:17:02
66936         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
66937              From: Robin Barker <rmb1@cise.npl.co.uk>
66938              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
66939              Date: Thu, 30 Nov 2000 14:27:12 GMT
66940      Branch: perl
66941            ! perlio.c toke.c
66942 ____________________________________________________________________________
66943 [  7934] By: jhi                                   on 2000/11/30  16:04:49
66944         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
66945      Branch: perl
66946            ! t/lib/net-hostent.t
66947 ____________________________________________________________________________
66948 [  7933] By: jhi                                   on 2000/11/30  06:07:26
66949         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
66950              From: Peter Prymmer <pvhp@forte.com>
66951              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
66952              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
66953              
66954              In VMS the localhost may be LOCALHOST.
66955      Branch: perl
66956            ! t/lib/net-hostent.t
66957 ____________________________________________________________________________
66958 [  7932] By: jhi                                   on 2000/11/30  01:11:11
66959         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66960              From: Peter Prymmer <pvhp@forte.com>
66961              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
66962              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
66963              
66964              plus regen perlapi.pod.
66965      Branch: perl
66966            ! pod/perlapi.pod utf8.c
66967 ____________________________________________________________________________
66968 [  7931] By: jhi                                   on 2000/11/30  01:06:19
66969         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
66970              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66971              Date:     Wed, 29 Nov 2000 17:15:11 EST
66972              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
66973      Branch: perl
66974            ! t/lib/filter-util.pl t/lib/filter-util.t
66975 ____________________________________________________________________________
66976 [  7930] By: jhi                                   on 2000/11/29  18:51:55
66977         Log: Update Changes.
66978      Branch: perl
66979            ! Changes patchlevel.h
66980 ____________________________________________________________________________
66981 [  7929] By: jhi                                   on 2000/11/29  18:50:55
66982         Log: Update the va_copy() metaconfig unit.
66983      Branch: metaconfig/U/perl
66984            ! need_va_copy.U
66985 ____________________________________________________________________________
66986 [  7928] By: jhi                                   on 2000/11/29  17:50:43
66987         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
66988              From: Dominic Dunlop <domo@computer.org>
66989              Date: Tue, 28 Nov 2000 16:41:57 +0100
66990              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
66991              
66992              Patch to catch a core dump in the Configure va_copy test.
66993      Branch: perl
66994            ! Configure config_h.SH
66995 ____________________________________________________________________________
66996 [  7927] By: jhi                                   on 2000/11/29  17:31:59
66997         Log: Retract #7921, the patch shouldn't be needed.
66998      Branch: perl
66999            ! sv.c
67000 ____________________________________________________________________________
67001 [  7926] By: jhi                                   on 2000/11/29  17:01:41
67002         Log: Make the Class::Struct import() wiser.
67003      Branch: perl
67004            ! lib/Class/Struct.pm t/lib/class-struct.t
67005 ____________________________________________________________________________
67006 [  7925] By: jhi                                   on 2000/11/29  16:36:33
67007         Log: All the core library users of Class::Struct seem to be
67008              using "use Class::Struct 'struct';" instead of the bare
67009              "use Class::Struct;", which isn't documented in Class::Struct.
67010              This can't be right.
67011      Branch: perl
67012            ! lib/File/stat.pm
67013 ____________________________________________________________________________
67014 [  7924] By: jhi                                   on 2000/11/29  16:32:15
67015         Log: A test works better if it has the right 1..$n output.
67016      Branch: perl
67017            ! t/lib/class-struct.t
67018 ____________________________________________________________________________
67019 [  7923] By: jhi                                   on 2000/11/29  16:29:11
67020         Log: Forgot to MANIFEST the new Net::hostent test.
67021      Branch: perl
67022            ! MANIFEST
67023 ____________________________________________________________________________
67024 [  7922] By: jhi                                   on 2000/11/29  16:27:49
67025         Log: Integrate perlio.
67026      Branch: perl
67027           !> iperlsys.h perlio.c
67028 ____________________________________________________________________________
67029 [  7921] By: jhi                                   on 2000/11/29  16:27:10
67030         Log: (Retracted by #7927.)
67031              
67032              Subject: [PATCH] Is infinity a number?
67033              From: Simon Cozens <simon@cozens.net>
67034              Date: Wed, 29 Nov 2000 14:48:20 +0000
67035              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
67036      Branch: perl
67037            ! sv.c
67038 ____________________________________________________________________________
67039 [  7920] By: jhi                                   on 2000/11/29  16:23:02
67040         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
67041              From: rspier@pobox.com (Robert Spier)
67042              Date: Wed, 29 Nov 2000 02:17:49 -0500
67043              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
67044              
67045              Add a test for Net::hostent.
67046      Branch: perl
67047            + t/lib/net-hostent.t
67048 ____________________________________________________________________________
67049 [  7919] By: jhi                                   on 2000/11/29  16:21:31
67050         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
67051              add a test for Class::Struct.
67052      Branch: perl
67053            + t/lib/class-struct.t
67054            ! MANIFEST lib/Class/Struct.pm
67055 ____________________________________________________________________________
67056 [  7918] By: jhi                                   on 2000/11/29  15:48:40
67057         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
67058              From: rspier@pobox.com (Robert Spier)
67059              Date: Wed, 29 Nov 2000 02:25:39 -0500
67060              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
67061              
67062              More checking in case someone has broken their services or
67063              protocol databases.
67064      Branch: perl
67065            ! ext/Sys/Syslog/Syslog.pm
67066 ____________________________________________________________________________
67067 [  7917] By: jhi                                   on 2000/11/29  15:46:25
67068         Log: Subject: [PATCH] $^O  win32 -> MSWin32
67069              From: rspier@pobox.com (Robert Spier)
67070              Date: Wed, 29 Nov 2000 02:17:38 -0500
67071              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
67072              
67073              plus similar nits for vms, err, VMS, and UNICOS.
67074      Branch: perl
67075            ! t/lib/syslfs.t t/op/lfs.t
67076 ____________________________________________________________________________
67077 [  7916] By: jhi                                   on 2000/11/29  15:42:51
67078         Log: Subject: [PATCH] Tokeniser debugging
67079              From: Simon Cozens <simon@cozens.net>
67080              Date: Wed, 29 Nov 2000 14:15:45 +0000
67081              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
67082      Branch: perl
67083            ! perl.c perl.h pod/perlrun.pod toke.c
67084 ____________________________________________________________________________
67085 [  7915] By: jhi                                   on 2000/11/29  15:41:36
67086         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67088              Date: Wed, 29 Nov 2000 02:13:14 -0500
67089              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
67090              
67091              OUT keyword nits.
67092              
67093              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
67094              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67095              Date: Wed, 29 Nov 2000 03:09:04 -0500
67096              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
67097              
67098              OUT and IN_OUT documentation.
67099      Branch: perl
67100            ! lib/ExtUtils/xsubpp pod/perlxs.pod
67101 ____________________________________________________________________________
67102 [  7914] By: jhi                                   on 2000/11/29  03:35:01
67103         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
67104              From: John Tobey <jtobey@john-edwin-tobey.org>
67105              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
67106              Message-Id: <m140e1N-000FOoC@feynman.localnet>
67107              
67108              plus a performance speedup noticed by Sarathy.
67109      Branch: perl
67110            ! op.c
67111 ____________________________________________________________________________
67112 [  7913] By: jhi                                   on 2000/11/29  03:16:59
67113         Log: Use "1 while unlink" so that VMS gets clean, too.
67114      Branch: perl
67115            ! t/lib/filter-util.t
67116 ____________________________________________________________________________
67117 [  7912] By: jhi                                   on 2000/11/29  03:09:08
67118         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
67119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
67120              Date: Tue, 28 Nov 2000 03:27:09 -0500
67121              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
67122      Branch: perl
67123            ! lib/ExtUtils/xsubpp
67124 ____________________________________________________________________________
67125 [  7911] By: jhi                                   on 2000/11/29  03:06:30
67126         Log: This should have been part of #7872: no need to scan UTF-8
67127              until eternity.
67128      Branch: perl
67129            ! utf8.c
67130 ____________________________________________________________________________
67131 [  7910] By: jhi                                   on 2000/11/29  02:50:04
67132         Log: One more perltie.pod nit from Casey R. Tweten.
67133      Branch: perl
67134            ! pod/perltie.pod
67135 ____________________________________________________________________________
67136 [  7909] By: jhi                                   on 2000/11/29  02:44:23
67137         Log: Document the known sprintf test failures, exact standard
67138              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
67139      Branch: perl
67140            ! pod/perldelta.pod t/op/sprintf.t
67141 ____________________________________________________________________________
67142 [  7908] By: jhi                                   on 2000/11/29  02:36:23
67143         Log: Add the Encoding table format documentation.
67144      Branch: perl
67145            + ext/Encode/Encode/EncodeFormat.pod
67146            ! MANIFEST
67147 ____________________________________________________________________________
67148 [  7907] By: jhi                                   on 2000/11/29  02:07:24
67149         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
67150              From: "Casey R. Tweten" <crt@kiski.net>
67151              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
67152              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
67153              
67154              Subject: Re: [PATCH] Updating perltie.pod for arrays
67155              From: "Casey R. Tweten" <crt@kiski.net>
67156              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
67157              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
67158      Branch: perl
67159            ! pod/perltie.pod
67160 ____________________________________________________________________________
67161 [  7906] By: nick                                  on 2000/11/28  22:40:59
67162         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
67163      Branch: perlio
67164            ! iperlsys.h perlio.c
67165 ____________________________________________________________________________
67166 [  7905] By: nick                                  on 2000/11/28  22:04:34
67167         Log: Integrate mainline
67168      Branch: perlio
67169           !> (integrate 39 files)
67170 ____________________________________________________________________________
67171 [  7904] By: jhi                                   on 2000/11/28  16:44:43
67172         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
67173              From: Nicholas Clark <nick@babyhippo.co.uk>
67174              Date: Tue, 28 Nov 2000 11:16:57 +0000
67175              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
67176      Branch: perl
67177            ! pod/perlipc.pod
67178 ____________________________________________________________________________
67179 [  7903] By: jhi                                   on 2000/11/28  16:40:31
67180         Log: Subject: [PATCH] Updating perltie.pod for arrays
67181              From: "Casey R. Tweten" <crt@kiski.net>
67182              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
67183              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
67184      Branch: perl
67185            ! pod/perltie.pod
67186 ____________________________________________________________________________
67187 [  7902] By: jhi                                   on 2000/11/28  16:39:37
67188         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
67189              From: Robin Barker <rmb1@cise.npl.co.uk>
67190              Date: Mon, 27 Nov 2000 17:56:44 GMT
67191              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
67192      Branch: perl
67193            ! pod/perlfunc.pod t/op/split.t
67194 ____________________________________________________________________________
67195 [  7901] By: jhi                                   on 2000/11/28  16:28:04
67196         Log: setmode() is a DOSish-only thing.
67197      Branch: perl
67198            ! perlio.c
67199 ____________________________________________________________________________
67200 [  7900] By: jhi                                   on 2000/11/28  16:21:46
67201         Log: Subject: [PATCH] perlcc.PL cleanups
67202              From: Simon Cozens <simon@cozens.net>
67203              Date: Tue, 28 Nov 2000 12:44:35 +0000
67204              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
67205      Branch: perl
67206            ! utils/perlcc.PL
67207 ____________________________________________________________________________
67208 [  7899] By: gsar                                  on 2000/11/28  06:32:55
67209         Log: reintegrate files missed by change#7895
67210      Branch: maint-5.6/perl
67211           +> ext/ByteLoader/bytecode.h utils/Makefile
67212            - utils/perlbc.PL
67213 ____________________________________________________________________________
67214 [  7897] By: gsar                                  on 2000/11/27  18:22:47
67215         Log: can't integrate these two files, for some reason
67216      Branch: maint-5.6/perl
67217            - ext/ByteLoader/bytecode.h utils/Makefile
67218 ____________________________________________________________________________
67219 [  7895] By: gsar                                  on 2000/11/27  18:11:21
67220         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
67221              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
67222              6757..6890,6892..6901 from mainline
67223              
67224              Bytecompiler patches from Benjamin Stuhl.
67225              
67226              More bytecompiler.
67227              
67228              Subject: [PATCH blead] B:: missing dependency
67229              
67230              Subject: [PATCH: 6757] configure.com updates and syslog build
67231              
67232              Long double Gconvert fixes from Yitzchak Scott-Thoennes
67233              and Spider Boardman.
67234              
67235              Subject: [PATCH blead] nextchar() abuse misses an optimisation
67236              
67237              Long double fixes from Spider Boardman.
67238              
67239              Make the selection of NVff et al stricter.
67240              
67241              cSVOPo_*v things index into the current PL_curpad
67242              under ithreads, which is different from the curpad
67243              used by the XSUB.  (In other words, the code as-is
67244              before this patch wouldn't work under ithreads.)
67245              
67246              Be portable.
67247              
67248              VMS MMS (make) wants null action.
67249              
67250              Mac and other portability updates from Chris Nandor.
67251              
67252              Storable support, v-version fixes.
67253              Subject: CPAN.pm beta for testing available
67254              
67255              Portability fix from Hugo van der Sanden.
67256              
67257              Bad makefile.
67258              
67259              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
67260              
67261              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
67262              
67263              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67264              
67265              Replace #6705 with a minimal doc patch.
67266              Subject: [PATCH 5.6.0] replace change #6705
67267              
67268              Drop the separate perlbc, perlcc -b should be enough.
67269              
67270              installperl couldn't tell whether it had run tests or not.
67271              Subject: [PATCH] Re: installperl and t/TEST
67272              
67273              Add silencer flags to installperl.
67274              Subject: [PATCH] Making installperl silent.
67275              
67276              Make "make install" by default silent.  A new "install-verbose"
67277              target is verbose.
67278              
67279              More liberal parsing of version numbers.
67280              Subject: Re: CPAN.pm beta for testing available
67281              
67282              Create directories in silence.
67283              Subject: [PATCH] Another silencer for MakeMaker
67284              
67285              DOS patches and portability/porting notes, from Tim Jenness.
67286              
67287              Make installman to recognize the silence flag -S.
67288              
67289              Actually do something with the silencer option.
67290              
67291              Continue silencing.
67292              
67293              Show the doc file, not the temp file.
67294              
67295              Regen perltoc.
67296              
67297              Subject: [PATCH] More silencing of installman.
67298              
67299              Better wording for the vec lvalue diagnostic.
67300              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
67301              
67302              Subject: [PATCH: 6805] several more tweaks to configure.com
67303              
67304              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
67305              
67306              Missing parts of 
67307              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
67308              
67309              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
67310              (applied slightly modified)
67311              
67312              installperl --verbose and --silent.
67313              Subject: Re: [PATCH] More silencing of installman.
67314              
67315              Add install-silent target.
67316              
67317              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
67318              the problem reported in
67319              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
67320              
67321              Tweak the sfio/useperlio logic, hopefully as wished in
67322              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
67323              
67324              One forgotten file from #6816.
67325              
67326              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
67327              
67328              Remove duplicately applied patch shards.
67329              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
67330              
67331              Support preserving extremely big/small angles.
67332              
67333              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
67334              
67335              Subject: [PATCH] installation not quite silent yet.
67336              
67337              Update the test count.
67338              
67339              Use UVxf, PTR2UV, NVff.
67340              
67341              Document PTR2XX and INT2PTR.
67342              
67343              no-install target a la make -n.
67344              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
67345              
67346              grep -e isn't portable.
67347              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
67348              
67349              Can't get the test to reliably work thanks to the
67350              inaccurateness of floating point.  "Resolves" bug ids
67351              20000826.003, 20000826.009, 20000826.010,
67352              
67353              Subject: installman buglet
67354              
67355              DJGPP update from Laszlo Molnar.
67356              
67357              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67358              
67359              Passing -R in ldflags makes now it to appear in the default
67360              for lddlflags, just like with -L.
67361              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
67362              
67363              Test nit.
67364              
67365              Use the actual thread type, not the pointer-to-struct.
67366              
67367              Provice virtual $Config{ccflags_nolargefiles} etc. 
67368              
67369              display_format used as a class method without arguments was broken,
67370              reported in
67371              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
67372              
67373              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
67374              
67375              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
67376              
67377              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
67378              
67379              opmini.o may be left around if a build is interrupted.
67380              
67381              Typo in #6858.
67382              
67383              Fix for ID 20000828.001, long doubles were not formatted
67384              correctly (showed up in $], which stopped installing perl).
67385              
67386              An attempt to fix the problem reported in
67387              Subject: Building perl@6856 using gcc/AIX 4.3.3 
67388              I can't test this properly since the gcc installation I have
67389              access to seems to be botched (gcc is calling the AIX cpp,
67390              a losing proposition...)
67391              
67392              Add -ld to archname on long tr...double platforms.
67393              
67394              Subject: hv.h Doc Patch
67395              
67396              Potential cruft.
67397              
67398              Subject: [PATCH bleedperl@6856] warnings fixes
67399              
67400              -S is the silent flag, -s is the strip flag.
67401              Subject: [PATCH] Re: [PATCH] make no-install          
67402              
67403              Take out the SUIDMAIL thing, that will not be
67404              a problem in 5.7.*.
67405              
67406              Subject: [PATCH bleedperl@6866] spellings
67407              
67408              Subject: [PATCH] Re: files not cleaned even by veryclean
67409              
67410              Use minimal @INC in tests, most of the time just '../lib',
67411              so that we simply can't pick up stuff from other Perls than
67412              the one we are testing.  Pointed out by
67413              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
67414              
67415              Update to Getopt::Long 2.24, from Johan Vromans.
67416              
67417              Fix for thinko in #6848.
67418              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
67419              
67420              Patches all over for people and the files they (hopefully) care about.
67421              
67422              Subject: Net::protoent does not export 'getproto'
67423              
67424              Missed a change in #6869.
67425              
67426              Subject: [PATCH] Warnings in B::Deparse
67427              
67428              Subject: [PATCH] Glob dumping
67429              
67430              Disable one of the tests for now.
67431              
67432              Disabling the one test is a bit tricky.
67433              
67434              Don't forget to tidy up.
67435              
67436              The #6881 removed one dump line.
67437              
67438              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
67439              
67440              Under usethreads the dumped variable is IN_PAD.
67441              Subject: Re: [PATCH] Glob dumping
67442              
67443              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
67444              
67445              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
67446              
67447              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
67448              
67449              Regen Configure for #6894.
67450              
67451              Subject: [PATCH: 6889] updates to perlebcdic.pod
67452              
67453              Undo namespace pollution of #6878.
67454              Subject: Re: Net::protoent does not export 'getproto'
67455              
67456              Admit that we are leaking scalars.
67457              
67458              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
67459      Branch: maint-5.6/perl
67460           !> (integrate 271 files)
67461 ____________________________________________________________________________
67462 [  7894] By: gsar                                  on 2000/11/27  16:00:34
67463         Log: a couple of nits
67464      Branch: maint-5.6/perl
67465            ! MANIFEST pp_sys.c
67466 ____________________________________________________________________________
67467 [  7893] By: gsar                                  on 2000/11/27  15:10:56
67468         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
67469              6740..6745,6747..6757,6760
67470              
67471              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
67472              
67473              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
67474              
67475              Doc nits spotted by Richard Soderberg.
67476              
67477              move WNOHANG definition to where other such things are
67478              
67479              Make $Config{byteorder} more magical so that it is
67480              dynamically computed: nice for 'fat binaries'.
67481              Subject: [PATCH]: default byteorder
67482              
67483              Subject: [PATCH] Cwd.pm now uses strict
67484              
67485              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
67486              
67487              Get -DLEAKTEST to compile (not necessarily to work, mind)
67488              Subject: [ID 20000724.006] -DLEAKTEST problem
67489              
67490              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
67491              
67492              Add perlebcdic from Peter Prymmer, regen toc.
67493              
67494              Don't propose using modules built for 5.005 if no binary
67495              compatibility with 5.005 is attempted.
67496              
67497              Do not use prototyping here.
67498              Subject: [ID 20000817.016] [PATCH] Peek.xs
67499              
67500              Document what the backtick returns if the command fails.
67501              
67502              Add byteorder to the myconfig output.
67503              
67504              Introduce NVef, NVff, and NVgf, use the middle one.
67505              (helps for lib/peek + Linux + long doubles)  Reported in
67506              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67507              Use NVs in POSIX math, not doubles.
67508              Subject: [ID 20000817.014] POSIX & modfl
67509              
67510              Subject: [PATCH 5.6.0+] newSVrv() memory leak
67511              
67512              The byteorder code in #6671 was wrong.
67513              
67514              Fix the lib/complex failure of
67515              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
67516              Linux long double accuracy issue: something that
67517              when printed with %g looks like "2" but int() of it is 1.
67518              
67519              Propagate new Configure vars.
67520              
67521              Unbuffer the output.
67522              
67523              Subject: [PATCH] perltrap.pod spring cleaning
67524              
67525              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
67526              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
67527              
67528              Tiny Getopt::Long patch from Johan Vromans.
67529              
67530              Document code point which makes if (defined %stash::) to work
67531              (noted by Spider Boardman).
67532              
67533              Subject: [PATCH perl@6698] cygwin port
67534              
67535              Document the NDBM_File and ODBM_File as SDBM_File
67536              was documented in #6417.
67537              
67538              The new tests were missing from #6415.
67539              
67540              Add [[:blank:]] as suggested in
67541              Subject: [ID 20000716.024] [=cc=] / [:blank:]
67542              (the [=cc=] has already been taken care of by #6439
67543              so the whole bug report can be closed)
67544              and make [[:space:]] to be equivalent to isspace(3)
67545              (as opposed to \s, which is isSPACE()).  The difference
67546              is that now [[:space:]] matches the mythical vertical tab,
67547              while \s doesn't.
67548              
67549              Don't eat leading os from index entries.
67550              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
67551              
67552              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
67553              
67554              Typo in pp_complement().
67555              Subject: [PATCH perl-current] Deparse
67556              
67557              Add warnif(), check warnings further up the stack,
67558              all the warnings functions now can take an optional object reference.
67559              Subject: [PATCH bleedperl@6691] warnings pragma update
67560              
67561              Fix a core dump in lib/selfloader under -DDEBUGGING.
67562              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
67563              
67564              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
67565              
67566              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
67567              
67568              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
67569              Put back the long double avoidance code to POSIX.xs
67570              because VMS seems to need it still.
67571              
67572              Introduce a 'veryclean' target that is like 'distclean'
67573              but also removes *~ and *.orig.
67574              
67575              Subject: [ID 20000817.023] endianness description in perlfunc.pod
67576              
67577              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
67578              
67579              Let's try #6717 again.
67580              
67581              UTF8 concat fixes.
67582              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
67583              
67584              pp_open() could pass an uninitialized filename down to do_open9().
67585              
67586              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
67587              
67588              Update to CGI 2.72, from Lincoln Stein.
67589              
67590              Subject: [PATCH] Silence MakeMaker (Was: installman)
67591              
67592              Use temporary directory instead of current directory.
67593              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
67594              
67595              Document odd vs even subreleases and -Dusedevel.
67596              
67597              The veryclean target needs to clobber.
67598              
67599              Use File::Spec->tmpdir().
67600              
67601              Document the number of exponent digits.
67602              
67603              Mention perlebcdic and perlposix-bc.
67604              
67605              s/this one/the 5.6.0 release/
67606              
67607              The #6724 is here.
67608              
67609              The correct cleaning order is an art.
67610              
67611              small tweaks for change#6705: avoid C++ style comments in C code;
67612              use Perl's malloc API rather than the low level system one
67613              
67614              Array context keeps slithering in.
67615              
67616              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
67617              
67618              Subject: [PATCH] os2.c fix for use64bitint
67619              
67620              Update to Pod::LaTeX 0.53.
67621              Subject: [PATCH] lib/Pod/LaTeX.pm updates
67622              
67623              Document the endianness of Alpha more precisely.
67624              
67625              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
67626              
67627              Rename the macro argument because some preprocessors
67628              can't tell the difference and expand arguments also inside
67629              double quoted strings.
67630              
67631              free TLS slot properly on Windows
67632              
67633              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
67634              
67635              Unicos/mk requires elaborate paranoia.
67636              
67637              Tweak the floating point output routine preferences.
67638              
67639              Also under djgpp the timestamps are funky.
67640              
67641              Apply some PodParser 1.18 patches; the Pod/Find.pm
67642              patches cannot be applied since #6712 conflicts.
67643              
67644              Use PodParser 1.18 new test.
67645              
67646              A pod nit.
67647              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
67648              
67649              Be verydeepclean.
67650      Branch: maint-5.6/perl
67651           +> pod/perlebcdic.pod
67652           !> (integrate 106 files)
67653 ____________________________________________________________________________
67654 [  7892] By: jhi                                   on 2000/11/27  15:02:32
67655         Log: Update Changes.
67656      Branch: perl
67657            ! Changes patchlevel.h
67658 ____________________________________________________________________________
67659 [  7891] By: jhi                                   on 2000/11/27  14:57:23
67660         Log: Subject: Re: perlfaq style changes
67661              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67662              Date: Sat, 25 Nov 2000 23:32:26 -0800
67663              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
67664              
67665              plus a note from Ronald Kimball.
67666      Branch: perl
67667            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
67668 ____________________________________________________________________________
67669 [  7890] By: jhi                                   on 2000/11/27  14:53:14
67670         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
67671              From: Benjamin Holzman <bah@ecnvantage.com>
67672              Date: Sun, 26 Nov 2000 16:27:33 -0500
67673              Message-ID: <20001126162733.J25040@ecnvantage.com>
67674      Branch: perl
67675            ! gv.c
67676 ____________________________________________________________________________
67677 [  7889] By: jhi                                   on 2000/11/27  14:43:11
67678         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
67679              From: lvirden@cas.org
67680              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
67681              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
67682      Branch: perl
67683            ! README.amiga
67684 ____________________________________________________________________________
67685 [  7888] By: jhi                                   on 2000/11/27  14:32:34
67686         Log: Restore also the locale test to no-sprintf-taint state.
67687              Fixes the bug 20001127.003.
67688      Branch: perl
67689            ! sv.c t/pragma/locale.t
67690 ____________________________________________________________________________
67691 [  7887] By: gsar                                  on 2000/11/27  14:13:05
67692         Log: integrate changes#6613..6616,6620..6665 from mainline
67693              
67694              VMS configure.com update continues.
67695              
67696              Subject: Test fails / warnings with perl-current #6612
67697              
67698              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67699              
67700              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67701              
67702              For now remove the mail code.
67703              
67704              Subject: Re: [PATCH] @+, @- readonly
67705              
67706              Subject: warning: storage class after type is obsolescent
67707              
67708              Subject: sfio2000
67709              
67710              Subject: Re: File::Temp problems on VMS in bleedperl
67711              
67712              README.os2 update.
67713              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
67714              
67715              Make the user to give up his firstborn, err, to knowingly
67716              verify installing an unstable developer release.  Also bump
67717              the release to 5.7.0, but leave a patch tag in the local
67718              patches saying that this is not yet the real thing.
67719              
67720              Update (kinda) to Test 1.14, from Joshua Pritikin.
67721              
67722              make ok etc also for win32.
67723              
67724              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
67725              
67726              Don't blow limited stacks, a lower number is enough to
67727              tickle the lookbehind limit.
67728              
67729              Use -Dusedevel; regen Configure and the respective Porting stuff.
67730              
67731              Subject: [PATCH] debugger exit code should reflect user exit code
67732              
67733              Subject: [PATCH perl@6620] cygwin port
67734              
67735              Missed a file from #6638.
67736              
67737              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)
67738              
67739              magic callbacks all need to have same type signature
67740              
67741              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
67742              
67743              Fix a dependency problem.
67744              Subject: [PATCH: 6640] VMS Makefile.SH update
67745              
67746              The numeric locale was reset to "C" by s?printf and never restored.
67747              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67748              No test since adding the failing example to locale.t
67749              does not fail -- probably because the locale settings are so
67750              thoroughly tweaked by that time.  Running the example standalone
67751              does fail, though.  UPDATE: test case added at change #7540.
67752              
67753              Subject: [ID 20000324.040] minor fix to perlhpux.pod
67754              
67755              Update to CPAN 1.57.
67756              
67757              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
67758              
67759              Change the perlbug address to perl.org since it's more forgiving.
67760              
67761              Change the regx compilation error markers to use = instead of <
67762              since pod makes using the latter quite messy.  Reported in
67763              ID 20000814.006 by Abigail and in
67764              Subject: Unknown escape E<> ?
67765              
67766              Update to perldebtut 1.9, from Richard Foley.
67767              
67768              check that the number pseudo children doesn't exceed
67769              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
67770              the WaitForMultipleObjects() limit that would cause wait()
67771              to crash)
67772              wait() and waitpid() could potentially be rewritten to use
67773              more than one thread to do the waiting to eliminate this
67774              limitation
67775              
67776              change#6328 could make close(SOCKET) return false on windows
67777              when it shouldn't
67778              
67779              pod nit seen in passing
67780              
67781              on windows, the return values from wait() and waitpid() don't
67782              match those of pseudo-pids
67783              
67784              waitpid() now handles externally spawned pids correctly;
67785              fixes for backtick/wait/waitpid failures on Windows 9x
67786              these changes make the pid returned by process functions on
67787              Windows 9x always positive by clearing the high bit (which
67788              is always set on Win9x); pseudo-process PIDs are likewise
67789              always negative now on Win9x (just as on NT/2000)
67790              
67791              trailing new %ENV entries weren't being pushed into the real
67792              environment of subprocesses on Windows
67793              
67794              Tweak the regex compilation errors once more.
67795              
67796              avoid warnings from dense compiler
67797              
67798              add "ok" targets from change#6632 in makefile.mk
67799      Branch: maint-5.6/perl
67800            - lib/Pod/PlainText.pm vms/configure.com
67801           !> (integrate 66 files)
67802 ____________________________________________________________________________
67803 [  7886] By: jhi                                   on 2000/11/27  13:54:18
67804         Log: __FUNCTION__ isn't portable and trying to emulate it leads
67805              into practically spelling out the name of the function.
67806              Takes care of the bug 20001127.001.
67807      Branch: perl
67808            ! perlio.c
67809 ____________________________________________________________________________
67810 [  7885] By: gsar                                  on 2000/11/27  13:53:18
67811         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
67812              6610..6611 from mainline
67813              
67814              Make regular expression parse error messages easier to understand.
67815              Subject: Re: enhanced(?) regex error messages
67816              
67817              Tiny tidying on report_evil_fh().
67818              
67819              Subject: Re: enhanced(?) regex error messages 
67820              plus Capitalize the error messages, plus perldiag them.
67821              
67822              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
67823              
67824              Document here-doc better.
67825              
67826              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67827              
67828              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
67829              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
67830              (either perlbug or p5p ate the original), plus regen
67831              perlapi and perltoc. 
67832              
67833              Regen global.sym.
67834              
67835              Double check that we have a dirhandle.
67836              
67837              Subject: Re: enhanced(?) regex error messages
67838              (plus two small patches sent privately)
67839              (this still seems to leave few test failures)
67840              
67841              warn is a macro, avoid using at a variable to avoid warnings
67842              in some configurations; readdir.t is too conservative in
67843              estimating number of *.t's
67844              
67845              Get back into sync with Jeffrey on the enhanced regex warnings.
67846              
67847              Subject: [PATCH 5.6.0] cygwin port
67848              
67849              Zero entries were skipped, fix from Adrian Goalby
67850              <argoalby@yahoo.co.uk>
67851              
67852              Subject: Remove dead entry in perldiag
67853              
67854              Amend the description of Perl6.
67855              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
67856              
67857              detypo
67858              
67859              It's the 2ndO'ROSSC.
67860              
67861              Revert the sv.c part of #6559, a better fix is needed.
67862              
67863              Iterating perl6 description.
67864              
67865              Update to Term::ANSIColor 1.03, from Russ Allbery.
67866              
67867              Update to Getopt::Long 2.23_05, from Johan Vromans.
67868              
67869              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67870              
67871              Update to Pod::Parser 1.17, from Brad Appleton.
67872              
67873              Update to CPAN 1.56, from Andreas König.
67874              
67875              Update to CGI 2.70, from Lincoln Stein.
67876              
67877              Put back the std @INC thing.
67878              
67879              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67880              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67881              
67882              Document the IO::Select timeout.
67883              
67884              sleep(1) does not necessarily return 1.
67885              Subject: [PATCH bleadperl] op/lex_assign.t  
67886              
67887              Subject: debugger "d" command doesnt check line number
67888              
67889              B::Deparse didn't do sub attributes.
67890              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67891              
67892              Preprocessing and postprocessing for File::Find.
67893              Subject: Patch to Find::File.pm to allow alphabetical results
67894              
67895              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67896              
67897              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67898              
67899              Subject: Re: [ID 20000730.003] utf8::length() bad
67900              
67901              Subject: Getting perlio and threads to compile
67902              (the Solaris version changes in Configure skipped)
67903              
67904              Tests for #6589.
67905              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67906              
67907              Add Perl debugging tutorial, regen toc. 
67908              Subject: perldebtut.pod
67909              
67910              Add a few missing files, update MANIFEST.
67911              
67912              Rewrite of vms/subconfigure.com as configure.com,
67913              from Peter Prymmer and the vmsperl crew.
67914              
67915              Should have deleted this in #6603.
67916              
67917              Fix the test for 5005threads.
67918              
67919              Fix-n-skip the tests under 5005threads.
67920              
67921              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67922              
67923              Upgrade to CGI 2.71, from Lincoln Stein.
67924      Branch: maint-5.6/perl
67925           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67926           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
67927           +> t/op/regmesg.t t/pod/find.t vms/configure.com
67928            - vms/subconfigure.com
67929            ! lib/lib.pm
67930           !> (integrate 115 files)
67931 ____________________________________________________________________________
67932 [  7884] By: jhi                                   on 2000/11/27  13:44:33
67933         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67934              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67935              Date:     Mon, 27 Nov 2000 08:23:54 EST
67936              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
67937      Branch: perl
67938            ! vms/descrip_mms.template vms/test.com
67939 ____________________________________________________________________________
67940 [  7883] By: gsar                                  on 2000/11/27  11:50:46
67941         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
67942              6511..6513,6515..6523,6525..6536
67943              
67944              The swallow_bom() saga continues.  The #23 of require.t
67945              (UTF16-LE) still fails (silently, no output) but the #22
67946              (UTF16-BE) seems to be working now.  The root of the
67947              failure may be in sv_gets(): is it UTF-16LE-aware,
67948              especially when it comes to line endings? 
67949              
67950              Document the problem with -P in HP-UX and its workaround.
67951              
67952              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
67953              (aka ID 20000730.002)
67954              
67955              Subject: fix and question re: waitpid() under win32
67956              
67957              Make the safety catch for buggy gccs work with triple version
67958              numbers like 2.95.2.  Reported in
67959              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
67960              
67961              In Digital UNIX warn if gcc explicitly chosen because even
67962              2.95.2 is known to cause problems.
67963              
67964              Make chr() for values >127 to create utf8 when under utf8.
67965              
67966              various syntax errors and such (not fixed: comp/require.t#22 coredump
67967              on Windows)
67968              
67969              Stash away the largefiles flags and libswanted.
67970              
67971              BOM patching from Simon Cozens.
67972              
67973              If gccosandvers is equal to osname, clear gccosandvers.
67974              
67975              Make p4desc to skip non-mainperl branches by default.
67976              
67977              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
67978              
67979              The test from this
67980              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
67981              
67982              In new BSDs changes to argv[] do not show up in ps(1) output,
67983              instead one must use setproctitle().  This was already addressed
67984              by change #6457, but the below has a new variant for FreeBSD 4.0
67985              or later, and the matter is also documented more.
67986              
67987              FreeBSD 3.* updates from
67988              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
67989              
67990              regen_headers, regen perltoc.
67991              
67992              Document in one place the memory abstractions used in Perl core.
67993              
67994              memcpy has n o in it, as pinted ut by Sarathy.
67995              
67996              Remove the extraneous "main::" prefix from all the
67997              "opened only for", "on closed", and "never opened" warnings.
67998              
67999              The name of a filehandle does not have <these>.
68000              
68001              The tr utf8 patching continues.
68002              
68003              The new setproctitle() feature is available only in 
68004              bleeding edge FreeBSD.  From Paul Saab.
68005              
68006              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
68007              
68008              Dump UVs as UVs in Data::Dumper.
68009              
68010              detypo #6494
68011              
68012              Document the IVdf UVuf UVof UVxf.
68013              
68014              require.t needs binmode() to work on windows
68015              
68016              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
68017              that are hopefully soon put into use.
68018              
68019              Allow "no Module;" even if there is no 'unimport'.
68020              
68021              Better skip message for the test; one of the two problems in
68022              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
68023              
68024              The subtest 4 may fail also on VOBS, as pointed out
68025              by Nick Ing-Simmons in November 1999, bug id 19991124.003
68026              (but the failure in that bug report isn't the subtest 4).
68027              
68028              Be more informative on what is skipped and why,
68029              also repeat the list at the end.
68030              
68031              Add a URL for FSF.
68032              
68033              Subject: [PATCH] sv.h documentation - SvLEN
68034              
68035              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
68036              
68037              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
68038              
68039              Subject: [PATCH] bad cppsymbols on os2 + Configure question
68040              
68041              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
68042              
68043              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
68044              mention the idea of @( and @)
68045              
68046              This is 6512.  Really.
68047              
68048              Subject: [ID 19990721.004] Documentation bug in perlfunc
68049              
68050              Subject: Minor tweak to perlvar.pod
68051              
68052              In the warnings call filehandles consistently so;
68053              add "unopened" warning for stat().
68054              
68055              After the #6519 a warning about stat() is just that,
68056              not about a filetest, which now have their own warning.
68057              
68058              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
68059              
68060              Subject: Re: Array vs. List context
68061              
68062              Subject: New perlcc, take 2
68063              
68064              Weed buglets pointed out by
68065              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
68066              
68067              gcc versions might have (parentheses) in them.
68068              
68069              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
68070              
68071              Essential prototype changes were missing from #6527.
68072              Also make report_evil_fh() more bomb-proof.
68073              
68074              Zap lib/Sys directory when cleaning up.
68075              
68076              Change the Policy policy: now -Dprefix= with an existing
68077              Policy.sh and prefix == siteprefix == vendorprefix, then all
68078              of them follow along the new prefix.
68079              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
68080              
68081              Continue fixing the io warnings.  This also
68082              sort of fixes bug ID 20000802.003: the core dump
68083              is no more.  Whether the current behaviour is correct
68084              (giving a warning: "Not a format reference"), is another matter.
68085              
68086              Have symbols for the IoTYPEs.
68087              
68088              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
68089              
68090              Document a bit that UDP is not what you might think.
68091              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
68092              tr memory corruption fix from Simon Cozens.
68093              
68094              Plug the security hole described in the Aug 05 2000 bugtraq message
68095              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
68096              The security hole exists only in suidperls, which isn't
68097              installed or even built by default.
68098      Branch: maint-5.6/perl
68099           !> (integrate 71 files)
68100 ____________________________________________________________________________
68101 [  7882] By: gsar                                  on 2000/11/27  10:25:36
68102         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
68103              from mainline
68104              
68105              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
68106              to be fatal errors (instead of by default ignoring them, and
68107              ignoring with a bug: even though -w gave an error, the opening [
68108              was left in)  Reported in:
68109              
68110              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
68111              
68112              Subject: [PATCH] split /^/
68113              
68114              MacOS nits from Matthias Neeracher.
68115              
68116              More split() doc and test patches from Mike Guy.
68117              
68118              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
68119              from Graham Barr in the module list.
68120              
68121              docfix from Peter Scott <Peter@PSDT.com>.
68122              
68123              File::Temp patches for VMS and OS/2 from Tim Jenness.
68124              
68125              open() wariness in perlbug.
68126              
68127              Subject: [PATCH] minor doc change - perlguts
68128              
68129              Subject: Minor doc patch: handy.h
68130              
68131              Be wary of close()s, too.
68132              
68133              Further File::Temp patches from Yitzchak Scott-Thoennes
68134              and Craig A. Berry.
68135              
68136              Subject: [PATCH] fixes bug 20000508.004
68137              
68138              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
68139              
68140              Allow "no AutoLoader;", based on change #6444,
68141              suggested by Graham Barr.
68142              
68143              Use setproctitle() if available to modify $0.
68144              
68145              Warn if the version of the operating system used to compile gcc
68146              differs from the current version of the operating system.
68147              Also display the gcc compilation os and version in myconfig.
68148              Inspiration from
68149              
68150              Tiny fixes for #6460.
68151              
68152              The problem described in this
68153              Subject: [ID 20000322.018] named chars aren't magical enough
68154              has been fixed in perl 5.6.0 but just in case added a test
68155              to keep it away.  (The report from Joseph Hall.)
68156              
68157              Tune the comments and hopefully stop a memory leak.
68158              
68159              Subject: UTF8 concat
68160              (with a memory leak fixed, plus a few casts added)
68161              This also seems to help for
68162              Subject: [ID 20000716.015] join UTF8 weirdness
68163              
68164              Do not upgrade SVs into utf8 just because they participate
68165              in eq or cmp.  Reported and fix suggested in
68166              Subject: [ID 20000720.009] sv_eq UTF8 bug
68167              
68168              Fix the HALF_UPGRADE() macro introduced in #6263.
68169              
68170              Find green threads before native threads.
68171              Subject: Re: Patch to jpl/JNI/Makefile.PL
68172      Branch: maint-5.6/perl
68173           !> (integrate 30 files)
68174 ____________________________________________________________________________
68175 [  7881] By: jhi                                   on 2000/11/27  05:48:41
68176         Log: It seems that *both* the unused submatch loop cleanup
68177              codes are needed.
68178      Branch: perl
68179            ! regexec.c
68180 ____________________________________________________________________________
68181 [  7880] By: jhi                                   on 2000/11/27  04:50:07
68182         Log: Clean .exists deeper.
68183      Branch: perl
68184            ! Makefile.SH
68185 ____________________________________________________________________________
68186 [  7879] By: jhi                                   on 2000/11/27  02:31:35
68187         Log: The code in regcppop() (see #7878) contains the correct lower
68188              limit for the unused submatch 'cleanup' loop so that under
68189              "use utf8" the following code wouldn't dump core:
68190              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
68191              the cleanup loop in regtry() stomped beyond allocated area
68192              in the startp[] array.  Therefore, copied the correct lower
68193              loop limit (*PL_reglastparen) to regtry().  Note: something
68194              may still not be quite right: why was the _higher_ loop limit
68195              (prog->nparens) different in the utf8 case?
68196              
68197              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
68198              without core dumps, there were about 17 of them before
68199              the patch (with us since Perl 5.7.0).  Two failures, still:
68200              496 and 505 (though these may not be severe).
68201              
68202              Patch #7881 is also needed since both the cleanup loops
68203              seem to be needed.
68204              
68205              Also, the t/op/pat#44 seems to core dump under utf8.
68206              Plus a couple of failures.  UGH-8.
68207      Branch: perl
68208            ! regexec.c
68209 ____________________________________________________________________________
68210 [  7878] By: jhi                                   on 2000/11/27  02:21:17
68211         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
68212              the code in regcppop() seems to be redundant for the test suite --
68213              but it contains a germ of truth, and it needed for the build
68214              process itself: see #7879 and #7881.
68215      Branch: perl
68216            ! regexec.c
68217 ____________________________________________________________________________
68218 [  7877] By: jhi                                   on 2000/11/27  01:53:09
68219         Log: Comment on comment.
68220      Branch: perl
68221            ! regexec.c
68222 ____________________________________________________________________________
68223 [  7876] By: jhi                                   on 2000/11/27  00:49:59
68224         Log: Adjust the docs to agree with #7875.
68225      Branch: perl
68226            ! pod/perllocale.pod
68227 ____________________________________________________________________________
68228 [  7875] By: jhi                                   on 2000/11/27  00:49:27
68229         Log: Retract #7863.  It makes more sense not to taint formatted output,
68230              not even by sprintf().
68231      Branch: perl
68232            ! sv.c
68233 ____________________________________________________________________________
68234 [  7874] By: jhi                                   on 2000/11/26  23:36:02
68235         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
68236              Not really fixed (should really dump the UTF-8 charclass),
68237              but stopped displaying the garbage.
68238              
68239              Also add a note on the (missing) Unicode PSXSPC and BLANK.
68240      Branch: perl
68241            ! regcomp.c
68242 ____________________________________________________________________________
68243 [  7873] By: jhi                                   on 2000/11/26  21:31:13
68244         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
68245      Branch: perl
68246            ! regexec.c
68247 ____________________________________________________________________________
68248 [  7872] By: jhi                                   on 2000/11/26  21:06:04
68249         Log: No need to scan till infinity, 13 is enough.
68250      Branch: perl
68251            ! handy.h utf8.c
68252 ____________________________________________________________________________
68253 [  7871] By: jhi                                   on 2000/11/26  20:20:32
68254         Log: Test line numbers are different with utf8.
68255      Branch: perl
68256            ! t/op/re_tests
68257 ____________________________________________________________________________
68258 [  7870] By: jhi                                   on 2000/11/26  20:10:12
68259         Log: Message nit.
68260      Branch: perl
68261            ! regcomp.c
68262 ____________________________________________________________________________
68263 [  7869] By: jhi                                   on 2000/11/26  19:01:05
68264         Log: Make utf8_length() and utf8_distance() (the latter of which
68265              is unused at the moment) to be less forgiving about bad UTF-8.
68266      Branch: perl
68267            ! embed.h embed.pl objXSUB.h proto.h utf8.c
68268 ____________________________________________________________________________
68269 [  7868] By: jhi                                   on 2000/11/26  18:45:56
68270         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
68271              From: Benjamin Holzman <bah@ecnvantage.com>
68272              Date: Sat, 25 Nov 2000 20:40:20 -0500       
68273              Message-ID: <20001125204020.A25040@ecnvantage.com>              
68274              
68275              Debian allows installing /usr/bin/locale without installing
68276              any locales, an error message will ensue.
68277      Branch: perl
68278            ! t/pragma/locale.t
68279 ____________________________________________________________________________
68280 [  7867] By: jhi                                   on 2000/11/26  18:31:12
68281         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
68282              From: Benjamin Holzman <bah@ecnvantage.com>
68283              Date: Sun, 26 Nov 2000 02:42:34 -0500
68284              Message-ID: <20001126024234.G25040@ecnvantage.com>
68285              
68286              Patch for the bug 20000212.002.
68287      Branch: perl
68288            ! sv.c t/op/array.t
68289 ____________________________________________________________________________
68290 [  7866] By: jhi                                   on 2000/11/26  18:28:09
68291         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
68292              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68293              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
68294              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
68295              
68296              File::Temp 0.11.
68297      Branch: perl
68298            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
68299 ____________________________________________________________________________
68300 [  7865] By: jhi                                   on 2000/11/26  18:24:22
68301         Log: The metaconfig unit change for #7864.
68302      Branch: metaconfig/U/perl
68303            ! need_va_copy.U
68304 ____________________________________________________________________________
68305 [  7864] By: jhi                                   on 2000/11/26  18:23:41
68306         Log: Make the va_copy() test not to be so talkative.
68307      Branch: perl
68308            ! Configure config_h.SH
68309 ____________________________________________________________________________
68310 [  7863] By: jhi                                   on 2000/11/26  18:11:02
68311         Log: Fix locale inconsistencies unearthed by Hugo's work.
68312              Now the floating point sprintf really does taint the result
68313              string as perllocale promises (has promised for a long time)
68314              if "use locale" is in the lexical scope.
68315      Branch: perl
68316            ! sv.c t/pragma/locale.t
68317 ____________________________________________________________________________
68318 [  7862] By: jhi                                   on 2000/11/26  00:35:15
68319         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
68320              From: Nicholas Clark <nick@ccl4.org>
68321              Date: Sun, 26 Nov 2000 00:07:50 +0000
68322              Message-ID: <20001126000750.A22446@plum.flirble.org>
68323              
68324              Infinit.
68325      Branch: perl
68326            ! sv.c
68327 ____________________________________________________________________________
68328 [  7861] By: jhi                                   on 2000/11/26  00:01:26
68329         Log: Integrate perlio.
68330      Branch: perl
68331           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
68332 ____________________________________________________________________________
68333 [  7860] By: nick                                  on 2000/11/25  22:04:17
68334         Log: Correct relative path from new ext\Filter\Util\Call location
68335              back to miniperl.
68336      Branch: perlio
68337            ! win32/makefile.mk
68338 ____________________________________________________________________________
68339 [  7859] By: nick                                  on 2000/11/25  21:26:54
68340         Log: Integrate mainline.
68341      Branch: perlio
68342           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68343           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68344           +> t/lib/filter-util.t
68345            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68346            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68347            - t/lib/filt-util.t
68348           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
68349           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68350           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
68351           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
68352           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
68353           !> win32/makefile.mk
68354 ____________________________________________________________________________
68355 [  7858] By: gsar                                  on 2000/11/25  20:52:17
68356         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
68357              parent's memory; fix it by keeping track of the actual pad
68358              offset rather than a raw pointer (this change is probably also
68359              relevant to non-ithreads case to avoid fallout from reallocs of
68360              the pad array, but is currently only enabled for the ithreads
68361              case in the interests of minimal disruption to existing "well
68362              tested" code)
68363      Branch: perl
68364            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
68365            ! proto.h scope.c scope.h sv.c t/op/fork.t
68366 ____________________________________________________________________________
68367 [  7857] By: nick                                  on 2000/11/25  20:01:28
68368         Log: All tests pass on Win32/gcc/USE_PERLIO.
68369              - when crlf layer is pushed make unix-level binary.
68370              - remove :crlf injection in pp_backtick in pp_sys.c
68371              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
68372      Branch: perlio
68373            ! doio.c perlio.c pp_sys.c win32/makefile.mk
68374 ____________________________________________________________________________
68375 [  7856] By: jhi                                   on 2000/11/25  18:38:30
68376         Log: Update the metaconfig units for #7855.
68377      Branch: metaconfig/U/perl
68378            ! useperlio.U usesocks.U
68379 ____________________________________________________________________________
68380 [  7855] By: jhi                                   on 2000/11/25  18:37:54
68381         Log: Undo the SOCKS workarounds, instead start using PerlIO
68382              if SOCKS is selected.
68383              
68384              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
68385              From: Jens Hamisch <jens@Strawberry.COM>
68386              Date: Fri, 24 Nov 2000 18:31:30 +0100
68387              Message-ID: <20001124183130.E28337@Strawberry.COM>
68388              
68389              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
68390              From: Jens Hamisch <jens@Strawberry.COM>
68391              Date: Fri, 24 Nov 2000 19:11:51 +0100
68392              Message-ID: <20001124191151.A28753@Strawberry.COM>
68393      Branch: perl
68394            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
68395            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
68396 ____________________________________________________________________________
68397 [  7854] By: jhi                                   on 2000/11/25  17:39:08
68398         Log: Undo #7848.  Some of the code seems to use walkoptree(),
68399              some walkoptree_slow().  An unfinished renaming?
68400              Now the sub is walkoptree() (which is @EXPORT_OK),
68401              the walkoptree_slow() is a typeglob alias to walkoptree.
68402              This makes the tests to pass, at least.
68403      Branch: perl
68404            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
68405 ____________________________________________________________________________
68406 [  7853] By: nick                                  on 2000/11/24  22:24:33
68407         Log: Re-arrange crlf vs binary for platforms that care.
68408              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
68409              Lip-service to making stdio layer work on such platforms (untested).
68410              Now fails 3 tests rather than one, checkin to see if I can debug 
68411              the issue under linux. (Do not merge.)
68412      Branch: perlio
68413            ! doio.c perlio.c perliol.h
68414 ____________________________________________________________________________
68415 [  7852] By: jhi                                   on 2000/11/24  18:57:39
68416         Log: AUTHORS edits.
68417      Branch: perl
68418            ! AUTHORS
68419 ____________________________________________________________________________
68420 [  7851] By: jhi                                   on 2000/11/24  17:34:56
68421         Log: Add Jan-Erik Karlsson.
68422      Branch: perl
68423            ! AUTHORS
68424 ____________________________________________________________________________
68425 [  7850] By: jhi                                   on 2000/11/24  17:27:56
68426         Log: Configure should find stdchar on its own.
68427      Branch: perl
68428            ! hints/solaris_2.sh
68429 ____________________________________________________________________________
68430 [  7849] By: jhi                                   on 2000/11/24  17:24:55
68431         Log: Subject: PATCH over 7848: Filter test flawed
68432              From: andreas.koenig@anima.de (Andreas J. Koenig)
68433              Date: 24 Nov 2000 10:28:29 +0100
68434              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
68435      Branch: perl
68436            ! t/lib/filter-util.t
68437 ____________________________________________________________________________
68438 [  7848] By: jhi                                   on 2000/11/24  17:22:15
68439         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
68440              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
68441              Date: Fri, 24 Nov 2000 16:12:58 +0000
68442              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
68443      Branch: perl
68444            ! ext/B/B.pm
68445 ____________________________________________________________________________
68446 [  7847] By: jhi                                   on 2000/11/24  03:07:01
68447         Log: Integrate perlio.
68448      Branch: perl
68449           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68450           !> win32/makefile.mk
68451 ____________________________________________________________________________
68452 [  7846] By: gsar                                  on 2000/11/24  00:55:57
68453         Log: integrate changes#6415..6418,6420..6438 from mainline
68454              
68455              Fix the bitvector ops for utf8 (tricky since past 7 bits
68456              the utf8 'characters' can be more than one octet).
68457              
68458              MPE/ix updates for perl 5.6.0 from Mark Bixby.
68459              
68460              Subject: SDBM_File documentation
68461              
68462              Detypo.
68463              
68464              Decutandpasto.
68465              
68466              Send all installperl messages to STDERR and be -w clean.
68467              
68468              Out-of-date note removed.
68469              
68470              Protect against "wild next"s, that is, callbacks doing "next"
68471              instead of "return".
68472              
68473              Use STDOUT consistently.
68474              
68475              The output might have been produced in the wrong order.
68476              
68477              A missing 'break' after the [[:space:]] switch case.
68478              
68479              Add tests for
68480              [ID 19991110.003] another matching finding by pcre author
68481              which has already been fixed by some patch, as verified in
68482              
68483              Documentation to explain the behaviour of map().
68484              
68485              Add an optimization for map-maps-a-list-element-to-more-list-elements
68486              case, but add also notes explaining the relationship of this
68487              patch and the earlier notes by Sarathy.
68488              
68489              Subject: [ID 20000716.023] syslog test fails without sockets
68490              
68491              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
68492              Test cases for #6431.
68493              
68494              File::Spec::VMS fixup for tmpdir from Craig Berry.
68495              
68496              Make the "uninit variable" warning to say "concat or string"
68497              or "join or string" when in concat or join .
68498              
68499              Get UTF16 BOMs working.  Patch from
68500              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
68501              
68502              Subject: [PATCH] Make large file tests deal with SIGXFSZ
68503              
68504              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
68505              
68506              Subject: [PATCH] av.c apidoc
68507      Branch: maint-5.6/perl
68508           !> (integrate 43 files)
68509 ____________________________________________________________________________
68510 [  7845] By: gsar                                  on 2000/11/24  00:20:45
68511         Log: integrate changes#6406..6414 from mainline
68512              
68513              Merge perlhacktut into perlhack, update perlguts.
68514              
68515              Fix AutoSplit to use File::Spec the right way in VMS,
68516              from Peter Prymmer.
68517              
68518              The bug report
68519              [ID 19991110.002] minimal matching discrepancy found by pcre author
68520              seems to have been fixed (though differently from what was suggested
68521              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
68522              
68523              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
68524              not in pod, from Peter Prymmer
68525              
68526              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
68527              From: Hugo <hv@crypt.compulink.co.uk>
68528              Date: Fri, 14 Jul 2000 23:05:20 +0100
68529              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
68530              
68531              Didn't anymore apply, but that point still could use another fix.
68532              
68533              lib/b test fixes from Peter Prymmer.
68534              
68535              More docs for sv functions.
68536              
68537              perlvms.pod whitespace cleanup to keep pod utils happy.
68538              
68539              another VMS build tweak from Peter Prymmer
68540      Branch: maint-5.6/perl
68541           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
68542           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
68543           !> vms/descrip_mms.template vms/perlvms.pod
68544 ____________________________________________________________________________
68545 [  7844] By: nick                                  on 2000/11/23  23:42:45
68546         Log: Win32/perlio Now just fails one io/argv.t test - lack 
68547              of default :crlf on standard streams.
68548      Branch: perlio
68549            ! doio.c perlio.c
68550 ____________________________________________________________________________
68551 [  7843] By: nick                                  on 2000/11/23  23:04:05
68552         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
68553              peek fail is showing a real problem (multiple crlf layers
68554              are getting pushed.)
68555      Branch: perlio
68556            ! doio.c perlio.c win32/makefile.mk
68557 ____________________________________________________________________________
68558 [  7842] By: nick                                  on 2000/11/23  19:46:23
68559         Log: Implement PerlIO_binmode()
68560              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
68561              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
68562              make binmode in t/lib/io_tell.t unconditional so that works.
68563              Checkin just so Win32 machine can see these changes.
68564      Branch: perlio
68565            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
68566 ____________________________________________________________________________
68567 [  7841] By: jhi                                   on 2000/11/23  19:30:00
68568         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
68569      Branch: perl
68570            ! README.amiga
68571 ____________________________________________________________________________
68572 [  7840] By: jhi                                   on 2000/11/23  17:18:02
68573         Log: SOCKS wrestling continues, patches from Jens Hamisch.
68574      Branch: perl
68575            ! doio.c embed.h embed.pl perlsdio.h proto.h
68576 ____________________________________________________________________________
68577 [  7839] By: jhi                                   on 2000/11/23  16:54:14
68578         Log: Push Filter::Util::Call one level deeper.
68579      Branch: perl
68580            + t/lib/filter-util.t
68581           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
68582           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
68583            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68584            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68585            - t/lib/filt-util.t
68586            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
68587            ! win32/Makefile win32/makefile.mk
68588 ____________________________________________________________________________
68589 [  7838] By: jhi                                   on 2000/11/23  16:52:40
68590         Log: Reach back one higher up when searching for PERL_SRC.
68591      Branch: perl
68592            ! lib/ExtUtils/MM_Unix.pm
68593 ____________________________________________________________________________
68594 [  7837] By: jhi                                   on 2000/11/23  16:05:41
68595         Log: Subject: Re: perl@7826
68596              Date: Thu, 23 Nov 2000 02:20:25 -0600
68597              From: "Craig A. Berry" <craigberry@mac.com>
68598              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
68599              
68600              Make VMS to like Filter::Util::Call. 
68601      Branch: perl
68602            ! configure.com ext/Filter/Util/Makefile.PL
68603 ____________________________________________________________________________
68604 [  7836] By: nick                                  on 2000/11/23  16:04:08
68605         Log: Implement crlf layer - not ready for merge.
68606      Branch: perlio
68607            ! perlio.c win32/makefile.mk
68608 ____________________________________________________________________________
68609 [  7835] By: jhi                                   on 2000/11/23  15:56:52
68610         Log: STDCHAR is different in Sparc v9 vs x86.
68611      Branch: perl
68612            ! hints/solaris_2.sh
68613 ____________________________________________________________________________
68614 [  7834] By: jhi                                   on 2000/11/23  15:50:47
68615         Log: The type needs to be visible to protos.
68616      Branch: perl
68617            ! perl.h
68618 ____________________________________________________________________________
68619 [  7833] By: jhi                                   on 2000/11/23  15:40:46
68620         Log: Finish unfinished SOCKS workaround changes.
68621      Branch: perl
68622            ! doio.c
68623 ____________________________________________________________________________
68624 [  7832] By: jhi                                   on 2000/11/23  15:33:30
68625         Log: Integrate perlio.
68626      Branch: perl
68627           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68628           !> win32/makefile.mk
68629 ____________________________________________________________________________
68630 [  7831] By: nick                                  on 2000/11/23  10:31:07
68631         Log: Correct makefile.mk dependancies for ext/Filter/Util
68632              Build ext/Encode
68633              Run dmake regen_config_h
68634      Branch: perlio
68635            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68636            ! win32/makefile.mk
68637 ____________________________________________________________________________
68638 [  7830] By: nick                                  on 2000/11/23  08:05:07
68639         Log: Integrate mainline
68640      Branch: perlio
68641           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68642           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
68643           +> t/lib/filt-util.pl t/lib/filt-util.t
68644           !> (integrate 41 files)
68645 ____________________________________________________________________________
68646 [  7829] By: gsar                                  on 2000/11/23  03:07:11
68647         Log: build the Filter extension on windows
68648      Branch: perl
68649            ! win32/Makefile win32/makefile.mk
68650 ____________________________________________________________________________
68651 [  7828] By: gsar                                  on 2000/11/23  02:46:35
68652         Log: regenerate win32/config* and fix some inconsistencies in the
68653              makefiles; always export Perl_deb() because it is needed
68654              by ext/re/* (whether perl itself is built with -DDEBUGGING
68655              or not)
68656      Branch: perl
68657            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
68658            ! win32/config_H.vc win32/makefile.mk
68659 ____________________________________________________________________________
68660 [  7827] By: gsar                                  on 2000/11/23  02:18:38
68661         Log: get sources building on windows+MSVC again (untested with other
68662              compilers)
68663      Branch: perl
68664            ! win32/include/sys/socket.h win32/perllib.c
68665 ____________________________________________________________________________
68666 [  7826] By: jhi                                   on 2000/11/23  01:18:26
68667         Log: Update Changes.
68668      Branch: perl
68669            ! Changes patchlevel.h
68670 ____________________________________________________________________________
68671 [  7825] By: jhi                                   on 2000/11/23  00:20:41
68672         Log: Subject: Re: av.c patch (having slight problems)
68673              From: "Ben Tilly" <ben_tilly@hotmail.com>
68674              Date: Tue, 21 Nov 2000 23:29:31 -0500
68675              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
68676              
68677              unshift() speedup.
68678      Branch: perl
68679            ! av.c
68680 ____________________________________________________________________________
68681 [  7824] By: jhi                                   on 2000/11/22  23:59:15
68682         Log: Fixes for signedness warnings noticed by VMSperlers.
68683      Branch: perl
68684            ! ext/Storable/Storable.xs regcomp.c sv.c
68685 ____________________________________________________________________________
68686 [  7823] By: jhi                                   on 2000/11/22  23:19:31
68687         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
68688              From: Peter Prymmer <pvhp@forte.com>
68689              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
68690              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
68691      Branch: perl
68692            ! t/pragma/warn/pp_hot
68693 ____________________________________________________________________________
68694 [  7822] By: jhi                                   on 2000/11/22  22:52:20
68695         Log: Be clean.
68696      Branch: perl
68697            ! Makefile.SH
68698 ____________________________________________________________________________
68699 [  7821] By: jhi                                   on 2000/11/22  22:46:39
68700         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
68701              by Damian Conway, as suggested by Paul Marquess.
68702      Branch: perl
68703            + lib/Filter/Simple.pm
68704 ____________________________________________________________________________
68705 [  7820] By: jhi                                   on 2000/11/22  22:45:51
68706         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
68707      Branch: perl
68708            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68709            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68710            + t/lib/filt-util.t
68711            ! MANIFEST
68712 ____________________________________________________________________________
68713 [  7819] By: jhi                                   on 2000/11/22  22:03:27
68714         Log: Integrate perlio.
68715      Branch: perl
68716           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68717           !> win32/makefile.mk
68718 ____________________________________________________________________________
68719 [  7818] By: jhi                                   on 2000/11/22  21:56:02
68720         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
68721      Branch: perl
68722            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
68723            ! t/lib/io_sock.t
68724 ____________________________________________________________________________
68725 [  7817] By: jhi                                   on 2000/11/22  21:39:49
68726         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
68727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68728              Date: Wed, 22 Nov 2000 16:08:12 -0500
68729              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
68730      Branch: perl
68731            ! lib/ExtUtils/Liblist.pm
68732 ____________________________________________________________________________
68733 [  7816] By: jhi                                   on 2000/11/22  21:38:25
68734         Log: Go ahead and #include <unistd.h> in perl.h.
68735      Branch: perl
68736            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
68737            ! util.c
68738 ____________________________________________________________________________
68739 [  7815] By: jhi                                   on 2000/11/22  21:22:52
68740         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68742              Date: Mon, 20 Nov 2000 18:30:52 -0500
68743              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
68744      Branch: perl
68745            ! pod/perlre.pod regcomp.c t/op/re_tests
68746 ____________________________________________________________________________
68747 [  7814] By: jhi                                   on 2000/11/22  21:21:46
68748         Log: Subject: [PATCH 5.7.0] Liblist finally works
68749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68750              Date: Tue, 21 Nov 2000 22:02:17 -0500
68751              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
68752      Branch: perl
68753            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
68754            ! lib/ExtUtils/MakeMaker.pm
68755 ____________________________________________________________________________
68756 [  7813] By: jhi                                   on 2000/11/22  21:20:23
68757         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
68758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68759              Date: Wed, 22 Nov 2000 17:53:15 +0100
68760              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
68761              
68762              AIX dynaloader and perlio patch.
68763      Branch: perl
68764            ! ext/DynaLoader/dl_aix.xs
68765 ____________________________________________________________________________
68766 [  7812] By: jhi                                   on 2000/11/22  21:17:52
68767         Log: (Accidentally empty patch.)
68768      Branch: perl
68769            ! av.c
68770 ____________________________________________________________________________
68771 [  7811] By: jhi                                   on 2000/11/22  21:16:31
68772         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
68773              From: Peter Prymmer <pvhp@forte.com>
68774              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
68775              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
68776      Branch: perl
68777            ! vms/test.com
68778 ____________________________________________________________________________
68779 [  7810] By: jhi                                   on 2000/11/22  21:15:36
68780         Log: Subject: Re: perl@7777 
68781              From: "John P. Linderman" <jpl@research.att.com>
68782              Date: Wed, 22 Nov 2000 13:11:11 -0500
68783              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
68784              
68785              Detypoing.
68786      Branch: perl
68787            ! lib/CPAN.pm
68788 ____________________________________________________________________________
68789 [  7809] By: jhi                                   on 2000/11/22  21:14:19
68790         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
68791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68792              Date:     Wed, 22 Nov 2000 13:51:37 EST
68793              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
68794      Branch: perl
68795            ! perlsdio.h
68796 ____________________________________________________________________________
68797 [  7808] By: jhi                                   on 2000/11/22  21:13:27
68798         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
68799              From: Casey Tweten <crt@kiski.net>
68800              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
68801              Message-Id: <200011201653.LAA10194@home.kiski.net>
68802      Branch: perl
68803            ! t/lib/io_udp.t
68804 ____________________________________________________________________________
68805 [  7807] By: jhi                                   on 2000/11/22  21:12:35
68806         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
68807              From: Casey Tweten <crt@kiski.net>
68808              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
68809              Message-Id: <200011201636.LAA07227@home.kiski.net>
68810      Branch: perl
68811            ! t/lib/io_sock.t
68812 ____________________________________________________________________________
68813 [  7806] By: jhi                                   on 2000/11/22  21:10:59
68814         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
68815              From: "Casey R. Tweten" <crt@kiski.net>
68816              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
68817              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
68818      Branch: perl
68819            ! utils/h2xs.PL
68820 ____________________________________________________________________________
68821 [  7805] By: nick                                  on 2000/11/22  21:05:06
68822         Log: Integrate mainline
68823      Branch: perlio
68824           !> Changes Porting/genlog ext/DB_File/DB_File.xs
68825           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
68826           !> utils/perlbug.PL
68827 ____________________________________________________________________________
68828 [  7804] By: jhi                                   on 2000/11/22  21:01:12
68829         Log: Subject: [PATCH] Test.pm POD peculiarity
68830              From: "Casey R. Tweten" <crt@kiski.net>
68831              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
68832              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
68833      Branch: perl
68834            ! lib/Test.pm
68835 ____________________________________________________________________________
68836 [  7803] By: jhi                                   on 2000/11/22  20:59:59
68837         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
68838              From: "Philip Newton" <pnewton@gmx.de>
68839              Date: Wed, 22 Nov 2000 14:25:53 +0100
68840              Message-Id: <3A1BD771.25462.1939FAD@localhost>
68841              
68842              Be case-understanding also on 's', and use the -oi of sendmail
68843              not to terminate the transmission on a lone '.'.
68844      Branch: perl
68845            ! utils/perlbug.PL
68846 ____________________________________________________________________________
68847 [  7802] By: nick                                  on 2000/11/22  20:51:42
68848         Log: Win32 PerlIO intermediate state now working as expected.
68849              - In current state we are still using C runtime in text/binary
68850              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
68851              - PERLIO=stdio and PERLIO=unix pass all expected tests.
68852              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
68853              and PerlIO_seek() and the dummy crlf layer is not making adjustments
68854              for CRLF translation happening in C runtime. All other tests pass.
68855              
68856              Added note to README.win32 to point out the snags of doing a perl build
68857              with Norton AntiVirus turned on.
68858              
68859              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
68860              which file a fail comes from.
68861              
68862              Updated "canned" config.h to match the one generated.
68863      Branch: perlio
68864            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68865            ! win32/makefile.mk
68866 ____________________________________________________________________________
68867 [  7801] By: jhi                                   on 2000/11/22  06:50:20
68868         Log: Nickety nits.
68869      Branch: perl
68870            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
68871 ____________________________________________________________________________
68872 [  7800] By: jhi                                   on 2000/11/22  01:29:55
68873         Log: Changes had accidentally gone too silent on non-main branches.
68874      Branch: perl
68875            ! Changes Porting/genlog patchlevel.h
68876 ____________________________________________________________________________
68877 [  7799] By: gsar                                  on 2000/11/22  01:02:56
68878         Log: some lib_pm.PL changes snuck in via change#7772
68879      Branch: maint-5.6/perl
68880            ! Makefile.SH
68881 ____________________________________________________________________________
68882 [  7798] By: nick                                  on 2000/11/21  21:59:40
68883         Log: Integrate mainline
68884      Branch: perlio
68885           !> (integrate 28 files)
68886 ____________________________________________________________________________
68887 [  7797] By: jhi                                   on 2000/11/21  21:01:45
68888         Log: Integrate perlio.
68889      Branch: perl
68890           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
68891 ____________________________________________________________________________
68892 [  7796] By: nick                                  on 2000/11/21  20:36:22
68893         Log: Win32 builds and runs (mostly) with USE_PERLIO.
68894              PERLIO=perlio passes all tests. 
68895              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
68896      Branch: perlio
68897            ! perlio.c win32/perllib.c win32/win32.c
68898 ____________________________________________________________________________
68899 [  7795] By: jhi                                   on 2000/11/21  19:03:44
68900         Log: Update Changes.
68901      Branch: perl
68902            ! Changes patchlevel.h
68903 ____________________________________________________________________________
68904 [  7794] By: jhi                                   on 2000/11/21  18:56:34
68905         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
68906              From: "Craig A. Berry" <craigberry@mac.com>
68907              Date: Mon, 20 Nov 2000 20:27:06 -0600
68908              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
68909              
68910              A cut-and-pasto.
68911      Branch: perl
68912            ! perlio.h
68913 ____________________________________________________________________________
68914 [  7793] By: jhi                                   on 2000/11/21  18:54:41
68915         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
68916              From: Dominic Dunlop <domo@computer.org> 
68917              Date: Mon, 20 Nov 2000 18:55:29 +0100
68918              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
68919              
68920              va_copy() and the need of it.
68921              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
68922      Branch: metaconfig/U/perl
68923            + need_va_copy.U
68924      Branch: perl
68925            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68926            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
68927            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68928            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68929            ! win32/config.bc win32/config.gc win32/config.vc
68930 ____________________________________________________________________________
68931 [  7792] By: jhi                                   on 2000/11/21  17:04:10
68932         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
68933      Branch: perl
68934           !> scope.h
68935 ____________________________________________________________________________
68936 [  7791] By: jhi                                   on 2000/11/21  17:01:16
68937         Log: Export the SOCKS workaround symbols only if necessary.
68938      Branch: perl
68939            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
68940 ____________________________________________________________________________
68941 [  7790] By: nick                                  on 2000/11/20  23:57:11
68942         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
68943      Branch: perlio
68944            ! scope.h
68945 ____________________________________________________________________________
68946 [  7789] By: nick                                  on 2000/11/20  23:38:33
68947         Log: Integrate mainline
68948      Branch: perlio
68949           +> lib/File/Spec/Epoc.pm
68950           !> (integrate 34 files)
68951 ____________________________________________________________________________
68952 [  7788] By: nick                                  on 2000/11/20  23:20:18
68953         Log: Make extra buffer layer work (dummy crlf layer)
68954      Branch: perlio
68955            ! doio.c perlio.c perlio.h
68956 ____________________________________________________________________________
68957 [  7787] By: jhi                                   on 2000/11/20  22:44:04
68958         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
68959              From: Peter Prymmer <pvhp@forte.com>
68960              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
68961              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
68962      Branch: perl
68963            ! t/pragma/locale.t
68964 ____________________________________________________________________________
68965 [  7786] By: jhi                                   on 2000/11/20  22:29:10
68966         Log: Subject: DOC PATCH 5.6.0 perlreftut
68967              From: mjd@plover.com
68968              Date: 20 Nov 2000 19:45:06 -0000
68969              Message-ID: <20001120194506.9505.qmail@plover.com>
68970      Branch: perl
68971            ! pod/perlreftut.pod
68972 ____________________________________________________________________________
68973 [  7785] By: jhi                                   on 2000/11/20  22:27:44
68974         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
68975              From: David Dyck <dcd@tc.fluke.com>
68976              Date: Mon, 20 Nov 2000 11:43:40 -0800
68977              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
68978      Branch: perl
68979            ! lib/Cwd.pm
68980 ____________________________________________________________________________
68981 [  7784] By: jhi                                   on 2000/11/20  22:23:21
68982         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
68983              Date: Mon, 20 Nov 2000 17:06:10 -0500
68984              To: Mailing list Perl5 <perl5-porters@perl.org>
68985              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
68986      Branch: perl
68987            ! pp_ctl.c t/op/pat.t
68988 ____________________________________________________________________________
68989 [  7783] By: jhi                                   on 2000/11/20  22:11:18
68990         Log: Subject: [PATCH] doop.c - UTF8 tr///               
68991              From: Simon Cozens <simon@cozens.net>
68992              Date: Sat, 18 Nov 2000 18:49:30 +0000
68993              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
68994              
68995              Subject: Re: [PATCH] doop.c - UTF8 tr///           
68996              From: Simon Cozens <simon@cozens.net>
68997              Date: Mon, 20 Nov 2000 20:45:22 +0000
68998              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
68999              
69000              Make tr on UTF-8 better but still not correct.
69001      Branch: perl
69002            ! doop.c
69003 ____________________________________________________________________________
69004 [  7782] By: jhi                                   on 2000/11/20  22:02:16
69005         Log: Remove the shared object before attempting to create
69006              (by linking) a new one.  E.g. in AIX not removing
69007              becomes quite painful if one tries to do more than one
69008              build in the same tree (an interrupted build, for example),
69009              since the AIX' shared dynaloader seemingly keeps the shared
69010              objects open and therefore 'busy' for quite a while, even when
69011              nobody is using the objects, leading into link failures.
69012      Branch: perl
69013            ! lib/ExtUtils/MM_Unix.pm
69014 ____________________________________________________________________________
69015 [  7781] By: gsar                                  on 2000/11/20  19:02:55
69016         Log: type mismatch due to faulty integration
69017      Branch: maint-5.6/perl
69018            ! toke.c win32/Makefile
69019 ____________________________________________________________________________
69020 [  7780] By: gsar                                  on 2000/11/20  17:31:55
69021         Log: integrate changes#6392,6394..6399,6401..6404
69022              
69023              The {multiplier} of a fixed substring was overlooked which
69024              caused a wrong initial search offset for that substring.
69025              
69026              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
69027              From: Hugo <hv@crypt.compulink.co.uk>
69028              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
69029              Date: Thu, 13 Jul 2000 19:27:13 +0100
69030              
69031              Fix the BOM bug: not a byteorder bug, a signedness bug.
69032              
69033              Replace change #6337 with a better one.
69034              
69035              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69036              From: Hugo <hv@crypt.compulink.co.uk>
69037              Date: Fri, 14 Jul 2000 04:16:20 +0100
69038              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
69039              
69040              MakeMaker should not remove editor backups (*~) on `make clean`
69041              by default (completes change#6383)
69042              
69043              move new variables to the end of the interpreter structure (for
69044              bincompat in code that doesn't #include XSUB.h)
69045              
69046              rename totally bletcherous SvLOCK() thingy (doesn't do what the
69047              name suggests anyway)
69048              
69049              various cleanups (typos, misformatted code, and small bugs)
69050              
69051              typecasts needed for change#6394
69052              
69053              typos in change#6399, regen headers
69054              
69055              inconsistent types needs casts
69056              
69057              PERL_OBJECT build tweaks
69058      Branch: maint-5.6/perl
69059           !> MANIFEST doop.c embed.h embed.pl embedvar.h
69060           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
69061           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
69062           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
69063           !> toke.c util.c
69064 ____________________________________________________________________________
69065 [  7779] By: gsar                                  on 2000/11/20  17:06:29
69066         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
69067              
69068              Cosmetics and perldelta.
69069              
69070              Fix nits noticed by Boston.pm.
69071              
69072              Do the cc sanity check both before the hints and
69073              after the cc selction.
69074              
69075              get sprintf.t to adjust properly for 3-digit exponents
69076              
69077              don't clobber *.orig files on *clean targets
69078              
69079              fix bugs in processing %v-*d and similar format specs (from
69080              Avi Finkel <avi@finkel.org>)
69081              
69082              sprintf test tweaks (from Dominic Dunlop)
69083              
69084              new selfloader.t in change#6183 doesn't close DATA handles,
69085              and thus fails to clean up tmp files on dosish platforms
69086              
69087              typos (spotted by Peter Prymmer)
69088              
69089              typo fix from Craig Berry
69090      Branch: maint-5.6/perl
69091           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
69092           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
69093           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
69094           !> x2p/Makefile.SH
69095 ____________________________________________________________________________
69096 [  7778] By: gsar                                  on 2000/11/20  16:46:51
69097         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
69098              
69099              Subject: Re: format bug report  [Patch]
69100              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69101              Date: Wed, 05 Jul 2000 13:12:52 +0200
69102              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
69103              
69104              Subject: Re: format bug report  [Patch]
69105              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69106              Date: Wed, 05 Jul 2000 14:10:01 +0200
69107              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
69108              
69109              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
69110              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69111              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
69112              Date: Fri, 07 Jul 2000 17:57:16 +0100
69113              
69114              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
69115              To: perl5-porters@perl.org
69116              From: Karsten Sperling <spiff@phreax.net>
69117              Date: Mon, 10 Jul 2000 15:12:52 +0200
69118              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
69119              
69120              README.posix-bc podified from Thomas Dorner.
69121              
69122              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
69123              From: Dominic Dunlop <domo@computer.org>
69124              Date: Tue, 11 Jul 2000 12:27:33 +0200
69125              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
69126              
69127              Typo in #6341.
69128              
69129              Fix for
69130              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
69131              From: Roderick Schertler <roderick@argon.org>
69132              Date: Tue, 11 Jul 2000 13:55:05 -0400
69133              Message-Id: <200007111755.NAA05077@jones.argon.org>
69134              
69135              Minor cleanups on the booklist.
69136              
69137              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
69138              regen perltoc.
69139              
69140              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
69141      Branch: maint-5.6/perl
69142           +> pod/perlbook.pod
69143           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
69144           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
69145           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
69146 ____________________________________________________________________________
69147 [  7777] By: jhi                                   on 2000/11/20  16:08:49
69148         Log: Update Changes.
69149      Branch: perl
69150            ! Changes patchlevel.h
69151 ____________________________________________________________________________
69152 [  7776] By: jhi                                   on 2000/11/20  15:27:56
69153         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
69154              This may be overly harsh but until proven otherwise, we think this
69155              way, or until we have a simple test for Configure (having to start
69156              up servers is does not count as simple) to check for the problems.
69157      Branch: perl
69158            ! perl.h
69159 ____________________________________________________________________________
69160 [  7775] By: jhi                                   on 2000/11/20  15:22:17
69161         Log: Solaris hints tweaks.
69162      Branch: perl
69163            ! hints/solaris_2.sh
69164 ____________________________________________________________________________
69165 [  7774] By: jhi                                   on 2000/11/20  15:01:20
69166         Log: Add a workaround to SOCKS 64-bit problems.
69167      Branch: perl
69168            ! doio.c embed.h embed.pl perlsdio.h proto.h
69169 ____________________________________________________________________________
69170 [  7773] By: jhi                                   on 2000/11/20  14:51:47
69171         Log: sysseek() instead of seek().
69172      Branch: perl
69173            ! t/lib/syslfs.t
69174 ____________________________________________________________________________
69175 [  7772] By: gsar                                  on 2000/11/20  13:06:23
69176         Log: integrate changes#6315..6319,6321..6331,6333..6338
69177              
69178              Integrate with Sarathy, preliminary fix for unicos
69179              alignment problems in [ID 20000612.002] Perl problem on Cray system.
69180              
69181              some debugger output does not go to the socket when RemotePort is set
69182              
69183              winsock cleanup never done on Windows (leads to handle leaks)
69184              
69185              fix UNC path handling on Windows under ithreads, and chdir()
69186              return value when given a non-existent directory
69187              
69188              Autogenerate pod/Makefile and pod/buildtoc.
69189              buildtoc also checks whether the existin pods are
69190              mentioned in MANIFEST and perl.pod, and vice versa.
69191              (None of the thusly found discrepancies fixed yet.)
69192              roffitall also needs to be autogenerated similarly but it
69193              seems so badly out of date that I didn't touch it yet.
69194              
69195              Config is being used.
69196              
69197              Add =head1 NAMEs so that buildtoc is happy.
69198              (The CGI::Util nit reported to Lincoln.)
69199              
69200              Fix complaints of buildtoc.
69201              
69202              Fix the alignment problem in Crays ([ID 20000612.002]).
69203              
69204              Remove perlbook, update perlfaq book listing,
69205              rearrange perl.pod, regenerate perltoc.
69206              
69207              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
69208              was cast to an unsigned (32-bit) integer with wild abandon.
69209              
69210              winsock options weren't being set in all threads under ithreads
69211              (caused send()s from second and subsequent threads to fail)
69212              
69213              accept() leaks memory on windows due to incorrect ordering of
69214              closesocket() and fclose() calls
69215              
69216              Reorder perl.pod once more.
69217              
69218              More POSIX.pod tweaks.
69219              
69220              Sprinkle ldlibpath.
69221              
69222              Precedence goof, fix based on
69223              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
69224              From: Hugo <hv@crypt.compulink.co.uk>
69225              Date: Tue, 11 Jul 2000 12:52:38 +0100
69226              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
69227              
69228              Subject: PATCH perlguts.pod: Document D and d magic types
69229              From: mjd@plover.com
69230              Date: 5 Jul 2000 18:01:51 -0000
69231              Message-ID: <20000705180151.29413.qmail@plover.com>
69232              
69233              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
69234              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
69235              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
69236              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
69237              
69238              Subject: [PATCH cfgperl] $& segfaults if you trick it
69239              From: simon@brecon.co.uk (Simon Cozens)
69240              Date: 7 Jul 2000 11:26:09 GMT
69241              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
69242              
69243              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
69244              From: Hugo <hv@crypt.compulink.co.uk>
69245              Date: Tue, 11 Jul 2000 12:44:50 +0100
69246              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
69247              
69248              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
69249              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69250              Date: Tue, 11 Jul 2000 13:50:51 +0100
69251              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
69252      Branch: maint-5.6/perl
69253           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
69254           +> pod/buildtoc.PL
69255            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
69256           !> (integrate 26 files)
69257 ____________________________________________________________________________
69258 [  7771] By: gsar                                  on 2000/11/20  12:31:42
69259         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
69260              6310,6311,6314
69261              
69262              Subject: [PATCH bleedperl] File::Spec 0.82 beta
69263              From: Barrie Slaymaker <barries@jester.slaysys.com>
69264              Date: Wed, 28 Jun 2000 11:35:29 -0400
69265              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
69266              
69267              tweak perlembed for multiplicity/usethreads sanity; correct notes
69268              about Windows
69269              
69270              localize %INC in a Safe compartment so that use/require work
69271              (many other magic globals probably need similar treatment)
69272              
69273              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
69274              when @_ is modified, causing coredumps
69275              
69276              slurp mode fix in change#4736 still not quite right
69277              
69278              Point to perlipc for more SysV IPC examples.
69279              
69280              Elaborate POSIX.pod.  Still needs work.
69281              
69282              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
69283              
69284              fix large memory leak that has been around for ever, masked by
69285              -DPURIFY (most of the arenas were never freed!)
69286              
69287              fix memory leak on Windows (PL_sys_intern contents were never
69288              freed)
69289              
69290              PERL_OBJECT build tweak
69291              
69292              adjust change#6299
69293              
69294              remove rel2abs prototypes (from Barrie Slaymaker)
69295              
69296              missing perldiag entry for unpack("w",...) diagnostic (from
69297              Andreas Koenig)
69298              
69299              better diagnostic on Frob->stuff() when Frob:: doesn't exist
69300              (from Richard Soderberg <rs@oregonnet.com>)
69301              
69302              Win32 patches for cfgperl from Sarathy.
69303              
69304              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
69305              
69306              More POSIX.pod embellishment.
69307              
69308              tyop in change#6306
69309      Branch: maint-5.6/perl
69310           !> (integrate 44 files)
69311 ____________________________________________________________________________
69312 [  7770] By: gsar                                  on 2000/11/20  11:51:00
69313         Log: integrate changes#6268..6282 from cfgperl branch
69314              
69315              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
69316              From: Dominic Dunlop <domo@computer.org>
69317              Date: Thu, 29 Jun 2000 12:32:39 +0200
69318              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
69319              
69320              Regen headers for #6261 (and update embed.pl for this) and #6267,
69321              silence few compiler warnings.
69322              
69323              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
69324              From: Nicholas Clark <nick@talking.bollo.cx>
69325              Date: Fri, 23 Jun 2000 16:21:15 +0100
69326              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
69327              
69328              Subject: PATCH pod/perltie.pod
69329              From: Ian Phillipps <Ian.Phillipps@iname.com>
69330              Date: Fri, 16 Jun 2000 00:17:19 +0100
69331              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
69332              (only the first hunk, the second hunk had already been done
69333              by some other patch)
69334              
69335              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
69336              From: Tom Phoenix <rootbeer@redcat.com>
69337              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
69338              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
69339              
69340              Subject: [PATCH] xsub attributes
69341              From: Doug MacEachern <dougm@covalent.net>
69342              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
69343              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
69344              
69345              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
69346              From: Andy Dougherty <doughera@lafayette.edu>
69347              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
69348              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
69349              
69350              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
69351              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69352              Date: Tue, 13 Jun 2000 02:43:48 -0500
69353              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
69354              
69355              Subject: [PATCH] Re: eval documentation: context
69356              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69357              Date: Mon, 12 Jun 2000 15:07:29 +0100
69358              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
69359              
69360              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
69361              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
69362              Date: Mon, 12 Jun 2000 14:55:59 +0100
69363              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
69364              
69365              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
69366              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
69367              Date: Fri, 09 Jun 2000 12:39:27 -0400
69368              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
69369              (plus update the version "number" of Text::Wrap)
69370              
69371              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
69372              From: Tim Ayers <tayers@bridge.com>
69373              Date: Thu, 08 Jun 2000 08:11:06 +0200
69374              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
69375              [resent by Richard Foley, Message-Id probably wrong]
69376              
69377              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
69378              From: rspier@pobox.com (Robert Spier)
69379              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
69380              Message-ID: <14654.31913.845602.610277@rls.cx>
69381              
69382              Subject: [PATCH 5.6.0] utils/h2xs.PL
69383              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
69384              Date: Wed, 7 Jun 2000 04:02:04 -0500
69385              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
69386              
69387              Subject: [PATCH 5.6.0]ITHREADs for VMS
69388              From: Dan Sugalski <dan@sidhe.org>
69389              Date: Tue, 06 Jun 2000 11:59:50 -0400
69390              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
69391      Branch: maint-5.6/perl
69392           !> (integrate 31 files)
69393 ____________________________________________________________________________
69394 [  7769] By: gsar                                  on 2000/11/20  11:29:06
69395         Log: integrate changes#6261..6266 from cfgperl
69396              
69397              Subject: Re: [PATCH cfgperl] BOMs away!
69398              From: simon@brecon.co.uk (Simon Cozens)
69399              Date: 17 Jun 2000 11:49:57 GMT
69400              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
69401              
69402              Subject: 5.6.0 Patch for EPOC
69403              From: Olaf Flebbe <o.flebbe@gmx.de>
69404              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
69405              Message-ID: <23449.960929969@www11.gmx.net>
69406              
69407              tr fixes from Simon Cozens
69408              
69409              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
69410              From: Marty Lucich <marty@netcom.com>
69411              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
69412              Message-Id: <200006282116.OAA11148@netcom.com>
69413              ccdlflags update (the BSD/OS 4.1 part had already been taken
69414              care of by #6141).
69415              
69416              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
69417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69418              Date: Wed, 28 Jun 2000 17:50:12 -0700
69419              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
69420              
69421              Subject: [PATCH 5.6.0] cygwin port
69422              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
69423              From: "Fifer, Eric" <EFifer@sanwaint.com>
69424              Date: Thu, 29 Jun 2000 12:58:29 +0100
69425      Branch: maint-5.6/perl
69426           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
69427           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
69428           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
69429           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
69430 ____________________________________________________________________________
69431 [  7768] By: gsar                                  on 2000/11/20  11:13:44
69432         Log: integrate changes#6252..6256,6259..6260
69433              
69434              Paranoia tweak on #6249.
69435              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69436              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
69437              Date: Sun, 25 Jun 2000 23:43:12 -0400
69438              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
69439              
69440              Subject: tr///, help wanted.
69441              From: simon@brecon.co.uk (Simon Cozens)
69442              Date: 28 Jun 2000 11:29:04 GMT
69443              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
69444              
69445              small thinko tweaks
69446              
69447              tweaks from Simon Conzes to further fix tr/// under utf8
69448              
69449              perlnewmod was missing from MANIFEST.
69450              
69451              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
69452              From: simon@brecon.co.uk (Simon Cozens)
69453              Date: 17 Jun 2000 11:56:44 GMT
69454              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
69455              pack U0, pack C0
69456      Branch: maint-5.6/perl
69457           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
69458           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
69459           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
69460           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
69461 ____________________________________________________________________________
69462 [  7767] By: gsar                                  on 2000/11/20  10:51:38
69463         Log: integrate change#6250 from cfgperl
69464              
69465              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
69466              From: Doug MacEachern <dougm@covalent.net>
69467              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
69468              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
69469      Branch: maint-5.6/perl
69470           +> t/op/my_stash.t
69471           !> MANIFEST embed.pl global.sym proto.h toke.c
69472 ____________________________________________________________________________
69473 [  7766] By: gsar                                  on 2000/11/20  10:48:34
69474         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
69475              
69476              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
69477              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69478              Date: Mon, 26 Jun 2000 18:40:14 +0100
69479              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
69480              
69481              Subject: [PATCH] bytes<->utf8 fixes
69482              From: simon@brecon.co.uk (Simon Cozens)
69483              Date: 26 Jun 2000 04:55:45 GMT
69484              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
69485              
69486              Subject: [PATCH] is_utf8_string
69487              From: simon@brecon.co.uk (Simon Cozens)
69488              Date: 26 Jun 2000 02:25:59 GMT
69489              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
69490              
69491              Subject: [PATCH] avoid mg_ptr in '*' magic
69492              From: Doug MacEachern <dougm@covalent.net>
69493              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
69494              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
69495              
69496              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
69497              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
69498              Date: Sat, 24 Jun 2000 13:06:20 +0100
69499              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
69500              
69501              Allow for standalone testing.
69502              
69503              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
69504              From: Mark-Jason Dominus <mjd@plover.com>
69505              Date: Tue, 27 Jun 2000 22:36:42 -0400
69506              Message-ID: <20000628023642.12166.qmail@plover.com>
69507              
69508              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
69509              From: Frank Tobin <ftobin@uiuc.edu>
69510              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
69511              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
69512      Branch: maint-5.6/perl
69513           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
69514           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
69515           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
69516           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
69517           !> utf8.c utils/h2xs.PL
69518 ____________________________________________________________________________
69519 [  7765] By: gsar                                  on 2000/11/20  10:29:13
69520         Log: integrate change#6239 from cfgperl
69521              
69522              Configure maintenance.  Sever some dependency cycles,
69523              separate gccversion from the cc unit,
69524              address [ID 20000623.006] Configure script patch for using gcc on AIX
69525              (but solve it a little bit differently),
69526              unduplex some accidentally duplicated units,
69527              suggest using gcc if no cc available
69528              (p5p thread: "Solaris configure: counterproposal", 1999-09)
69529      Branch: maint-5.6/perl
69530           !> Configure Todo-5.6 config_h.SH
69531 ____________________________________________________________________________
69532 [  7764] By: gsar                                  on 2000/11/20  10:25:55
69533         Log: integrate changes#6233..6238 from cfgperl
69534              
69535              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
69536              From: Mark-Jason Dominus <mjd@plover.com>
69537              Date: Fri, 16 Jun 2000 20:53:04 -0400
69538              Message-ID: <20000617005304.8008.qmail@plover.com>
69539              
69540              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
69541              because when run as services (Win32ese for daemons)
69542              no environment variables are set and tmpdir ends up as /tmp,
69543              which is ambiguous.
69544              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
69545              From: matt@sergeant.org
69546              Date: 16 Jun 2000 16:30:43 -0000
69547              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
69548              
69549              The thread begun by
69550              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
69551              From: Kevin.Ruscoe@ubsw.com
69552              Date: Fri, 16 Jun 2000 16:38:51 +0100
69553              Message-Id: <H000019b03c300d6@MHS>
69554              
69555              Tweak embed.pl, regen headers.
69556              
69557              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
69558              From: Dan Sugalski <dan@sidhe.org>
69559              Date: Fri, 23 Jun 2000 17:00:00 -0400
69560              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
69561      Branch: maint-5.6/perl
69562           !> (integrate 27 files)
69563 ____________________________________________________________________________
69564 [  7763] By: gsar                                  on 2000/11/20  10:08:08
69565         Log: s/perl56delta/perldelta/g
69566      Branch: maint-5.6/perl
69567            ! pod/Makefile
69568 ____________________________________________________________________________
69569 [  7762] By: gsar                                  on 2000/11/20  10:04:00
69570         Log: integrate changes#6225,6229,6231,6232 from cfgperl
69571              
69572              Add source code filenames to apidoc.
69573              From: simon@brecon.co.uk (Simon Cozens)
69574              Subject: [PATCH embed.pl] Source X-ref
69575              Date: 22 Jun 2000 02:18:49 GMT
69576              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
69577              
69578              Subject: README.hpux version 0.6.1
69579              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
69580              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
69581              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
69582              
69583              Subject: [PATCH 5.6.0] cygwin port
69584              From: "Fifer, Eric" <EFifer@sanwaint.com>
69585              Date: Tue, 20 Jun 2000 14:30:58 +0100
69586              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
69587              
69588              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
69589              From: simon@brecon.co.uk (Simon Cozens)
69590              Date: 19 Jun 2000 15:18:27 GMT
69591              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
69592              
69593              plus update pod/Makefile and regenerate perltoc
69594      Branch: maint-5.6/perl
69595           +> pod/perlutil.pod
69596           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
69597           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
69598 ____________________________________________________________________________
69599 [  7761] By: jhi                                   on 2000/11/20  04:09:55
69600         Log: Miraculous typo.
69601      Branch: perl
69602            ! t/op/pat.t
69603 ____________________________________________________________________________
69604 [  7760] By: jhi                                   on 2000/11/20  04:06:08
69605         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
69606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69607              Date: Sun, 19 Nov 2000 22:30:26 -0500
69608              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
69609      Branch: perl
69610            ! regexec.c scope.h t/op/pat.t
69611 ____________________________________________________________________________
69612 [  7759] By: jhi                                   on 2000/11/20  02:05:22
69613         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69614      Branch: perl
69615            ! perl.h
69616 ____________________________________________________________________________
69617 [  7758] By: jhi                                   on 2000/11/20  01:58:11
69618         Log: Subject: [perl 7711: EPOC] updates
69619              From: Olaf Flebbe <o.flebbe@gmx.de>
69620              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
69621              Message-ID: <25575.974658810@www23.gmx.net>               
69622      Branch: perl
69623            + lib/File/Spec/Epoc.pm
69624            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
69625            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
69626            ! lib/File/Spec.pm perl.c sv.c
69627 ____________________________________________________________________________
69628 [  7757] By: jhi                                   on 2000/11/20  01:53:11
69629         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
69630      Branch: perl
69631            ! MANIFEST
69632 ____________________________________________________________________________
69633 [  7756] By: jhi                                   on 2000/11/20  01:47:22
69634         Log: Integrate perlio.
69635      Branch: perl
69636            - ext/re/hints/MSWin32.pl
69637           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
69638           !> win32/config.gc win32/config_H.gc win32/win32sck.c
69639 ____________________________________________________________________________
69640 [  7755] By: nick                                  on 2000/11/19  20:57:17
69641         Log: Add dummy crlf layer (just as buffer)
69642              Correct 1st bug - one layer of indirection.
69643      Branch: perlio
69644            ! perlio.c perlio.h perliol.h
69645 ____________________________________________________________________________
69646 [  7754] By: nick                                  on 2000/11/19  20:56:12
69647         Log: Work-round to Perl_deb_nocontext is no longer required
69648      Branch: perlio
69649            - ext/re/hints/MSWin32.pl
69650 ____________________________________________________________________________
69651 [  7753] By: nick                                  on 2000/11/19  20:01:16
69652         Log: diff -se shows these as different
69653      Branch: perlio
69654            ! global.sym pod/perlapi.pod
69655 ____________________________________________________________________________
69656 [  7752] By: nick                                  on 2000/11/19  18:57:30
69657         Log: Configure GCC/Win32 build -Duseperlio
69658              Fix a couple of gross issues
69659              - double-include of ../deb.o in re.dll
69660              - win32sck.c needs PerlIO and FILE 
69661      Branch: perlio
69662            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
69663            ! win32/win32sck.c
69664 ____________________________________________________________________________
69665 [  7751] By: nick                                  on 2000/11/19  17:05:36
69666         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
69667      Branch: perlio
69668            ! perlio.c
69669 ____________________________________________________________________________
69670 [  7750] By: nick                                  on 2000/11/19  16:57:14
69671         Log: Missing aTHX_
69672      Branch: perlio
69673            ! sv.c
69674 ____________________________________________________________________________
69675 [  7749] By: jhi                                   on 2000/11/19  16:28:40
69676         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69677              From: "Peter J. Farley III" <pjfarley@banet.net>
69678              Date: Sun, 19 Nov 2000 01:42:58 -0500
69679              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
69680      Branch: perl
69681            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
69682 ____________________________________________________________________________
69683 [  7748] By: jhi                                   on 2000/11/19  16:08:10
69684         Log: Subject: podlators 1.05 available        
69685              From: Russ Allbery <rra@stanford.edu>   
69686              Date: 18 Nov 2000 22:04:28 -0800
69687              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
69688      Branch: perl
69689            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
69690 ____________________________________________________________________________
69691 [  7747] By: nick                                  on 2000/11/19  11:19:39
69692         Log: Integrate mainline
69693      Branch: perlio
69694           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69695           !> util.c
69696 ____________________________________________________________________________
69697 [  7746] By: jhi                                   on 2000/11/19  06:42:22
69698         Log: Make hex scanning warn on "\x{x}" and "\xx".
69699              "\x" and and hex("x") are still valid.
69700      Branch: perl
69701            ! util.c
69702 ____________________________________________________________________________
69703 [  7745] By: nick                                  on 2000/11/18  22:52:28
69704         Log: Integrate mainline
69705      Branch: perlio
69706           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
69707           !> perl.h perlio.c proto.h regcomp.c regcomp.h
69708 ____________________________________________________________________________
69709 [  7744] By: jhi                                   on 2000/11/18  22:50:28
69710         Log: Introduce Perl_utf8_length().  Use it.
69711      Branch: perl
69712            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69713 ____________________________________________________________________________
69714 [  7743] By: jhi                                   on 2000/11/18  22:38:51
69715         Log: Compiler denit.
69716      Branch: perl
69717            ! perlio.c
69718 ____________________________________________________________________________
69719 [  7742] By: jhi                                   on 2000/11/18  20:33:05
69720         Log: Integrate perlio.
69721      Branch: perl
69722           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69723           !> perlio.h pp_ctl.c pp_sys.c sv.c
69724 ____________________________________________________________________________
69725 [  7741] By: jhi                                   on 2000/11/18  20:31:27
69726         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
69727              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69728              Date: Fri, 17 Nov 2000 20:35:11 -0500
69729              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
69730              
69731              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
69732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69733              Date: Fri, 17 Nov 2000 21:03:47 -0500
69734              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
69735              
69736              Plus a little bit of tweaking in pregcomp().
69737      Branch: perl
69738            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
69739 ____________________________________________________________________________
69740 [  7740] By: nick                                  on 2000/11/18  20:17:22
69741         Log: Lexical use open ... support:
69742              add ->cop_io to COP structure in cop.h.
69743              Make mg.c and gv.c associate it with ${^OPEN}.
69744              Make lib/open.pm set it.
69745              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
69746              manner similar to ->cop_warnings.
69747              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
69748              call new PerlIO_apply_layers().
69749              Declare latter in perlio.h and define in perlio.c
69750      Branch: perlio
69751            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69752            ! perlio.h pp_ctl.c pp_sys.c sv.c
69753 ____________________________________________________________________________
69754 [  7739] By: jhi                                   on 2000/11/18  19:54:00
69755         Log: Integrate perlio.
69756      Branch: perl
69757           !> doio.c perlio.c pp.c
69758 ____________________________________________________________________________
69759 [  7738] By: jhi                                   on 2000/11/18  17:16:13
69760         Log: Subject: [PATCH 5.7.0] etags broken again
69761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69762              Date: Sat, 18 Nov 2000 02:41:36 -0500
69763              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
69764      Branch: perl
69765            ! emacs/ptags
69766 ____________________________________________________________________________
69767 [  7737] By: jhi                                   on 2000/11/18  17:12:18
69768         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69769      Branch: perl
69770            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69771 ____________________________________________________________________________
69772 [  7736] By: nick                                  on 2000/11/18  14:06:20
69773         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
69774              part to be isolated.
69775      Branch: perlio
69776            ! doio.c perlio.c
69777 ____________________________________________________________________________
69778 [  7735] By: nick                                  on 2000/11/18  11:03:32
69779         Log: Integrate mainline
69780      Branch: perlio
69781           !> Changes README.amiga README.win32 patchlevel.h
69782           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
69783 ____________________________________________________________________________
69784 [  7734] By: jhi                                   on 2000/11/18  01:18:56
69785         Log: Update Changes.
69786      Branch: perl
69787            ! Changes patchlevel.h
69788 ____________________________________________________________________________
69789 [  7733] By: jhi                                   on 2000/11/18  00:32:54
69790         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
69791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69792              Date: Fri, 17 Nov 2000 17:28:02 -0500
69793              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
69794      Branch: perl
69795            ! regcomp.c regexec.c t/op/re_tests
69796 ____________________________________________________________________________
69797 [  7732] By: jhi                                   on 2000/11/18  00:28:56
69798         Log: Sparc 64-bit pack() fix from Jens Hamisch.
69799      Branch: perl
69800            ! pp.c
69801 ____________________________________________________________________________
69802 [  7731] By: jhi                                   on 2000/11/18  00:18:39
69803         Log: Explain in more detail the {} syntax ambiguousity.
69804              
69805              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69806              From: Nicholas Clark <nick@ccl4.org>
69807              Date: Fri, 17 Nov 2000 22:10:28 +0000
69808              Message-ID: <20001117221028.A88930@plum.flirble.org>
69809      Branch: perl
69810            ! pod/perlfunc.pod
69811 ____________________________________________________________________________
69812 [  7730] By: jhi                                   on 2000/11/18  00:12:18
69813         Log: Subject: Fix for README.amiga (20000323.033)
69814              From: "Stephen P. Potter" <spp@spotter.yi.org>
69815              Date: Fri, 17 Nov 2000 12:25:51 -0500
69816              Message-Id: <200011171725.MAA05768@spotter.yi.org>
69817      Branch: perl
69818            ! README.amiga
69819 ____________________________________________________________________________
69820 [  7729] By: jhi                                   on 2000/11/18  00:08:34
69821         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
69822              From: "A. C. Yardley" <yardley@tanet.net>
69823              Date: Mon, 3 Apr 2000 11:35:33 -0700
69824              Message-ID: <3483.000403@tanet.net>
69825      Branch: perl
69826            ! README.win32
69827 ____________________________________________________________________________
69828 [  7728] By: nick                                  on 2000/11/17  21:59:47
69829         Log: Integrate mainline
69830      Branch: perlio
69831           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
69832           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
69833           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
69834           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
69835 ____________________________________________________________________________
69836 [  7727] By: nick                                  on 2000/11/17  21:56:31
69837         Log: Experiment on use of attributes.pm interface.
69838              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
69839              SVt_PVRV if not already something better (else vivify of say magic gets
69840              core dump).
69841      Branch: perlio
69842            ! perlio.c pp.c
69843 ____________________________________________________________________________
69844 [  7726] By: jhi                                   on 2000/11/17  14:15:49
69845         Log: Subject: Fix for 20000815.006
69846              From: "Stephen P. Potter" <spp@spotter.yi.org>
69847              Date: Fri, 17 Nov 2000 08:57:45 -0500
69848              Message-Id: <200011171357.IAA05122@spotter.yi.org>
69849              
69850              It's really 20000518.006.
69851      Branch: perl
69852            ! pod/perlmodlib.PL
69853 ____________________________________________________________________________
69854 [  7725] By: jhi                                   on 2000/11/17  14:12:31
69855         Log: Subject: Fix for 20000409.001
69856              From: "Stephen P. Potter" <spp@spotter.yi.org>
69857              Date: Fri, 17 Nov 2000 08:55:45 -0500
69858              Message-Id: <200011171355.IAA05104@spotter.yi.org>
69859      Branch: perl
69860            ! pod/perlfaq9.pod
69861 ____________________________________________________________________________
69862 [  7724] By: jhi                                   on 2000/11/17  14:08:58
69863         Log: Undo #7627 now that we have =head3.
69864      Branch: perl
69865            ! pod/perlhack.pod
69866 ____________________________________________________________________________
69867 [  7723] By: jhi                                   on 2000/11/17  14:04:09
69868         Log: As surmised the #7719 wasn't a good move.
69869      Branch: perl
69870            ! hints/solaris_2.sh
69871 ____________________________________________________________________________
69872 [  7722] By: jhi                                   on 2000/11/17  13:59:04
69873         Log: Also the 64bitall hints can be either here or there.
69874      Branch: perl
69875            ! hints/solaris_2.sh
69876 ____________________________________________________________________________
69877 [  7721] By: jhi                                   on 2000/11/17  02:26:23
69878         Log: Test tweak for the open pragma.
69879      Branch: perl
69880            ! t/lib/b.t
69881 ____________________________________________________________________________
69882 [  7720] By: jhi                                   on 2000/11/17  00:23:22
69883         Log: The long double hints can be here or there.
69884      Branch: perl
69885            ! hints/solaris_2.sh
69886 ____________________________________________________________________________
69887 [  7719] By: jhi                                   on 2000/11/17  00:14:06
69888         Log: For Solaris use64bitall the stdchar needs a little bit of help.
69889      Branch: perl
69890            ! hints/solaris_2.sh
69891 ____________________________________________________________________________
69892 [  7718] By: jhi                                   on 2000/11/16  23:27:34
69893         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
69894              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69895              Date: Wed, 15 Nov 2000 08:56:32 +0100
69896              Message-ID: <3A1241B0.64477E00@alcatel.at>
69897      Branch: perl
69898            ! lib/Carp/Heavy.pm
69899 ____________________________________________________________________________
69900 [  7717] By: jhi                                   on 2000/11/16  23:23:29
69901         Log: Subject: [PATCH] Re: 20001101.003 PDL
69902              From: Nicholas Clark <nick@ccl4.org>
69903              Date: Thu, 16 Nov 2000 16:48:25 +0000
69904              Message-ID: <20001116164825.B93487@plum.flirble.org>
69905      Branch: perl
69906            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
69907 ____________________________________________________________________________
69908 [  7716] By: jhi                                   on 2000/11/16  23:21:31
69909         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
69910              From: "Casey R. Tweten" <crt@kiski.net>
69911              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
69912              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
69913      Branch: perl
69914            ! lib/Pod/Checker.pm pod/perlpod.pod
69915 ____________________________________________________________________________
69916 [  7715] By: jhi                                   on 2000/11/16  23:19:40
69917         Log: Avoid an infinite loop in VMS when utils scripts are run
69918              with no arguments, from Charles Lane.
69919      Branch: perl
69920            ! configure.com
69921 ____________________________________________________________________________
69922 [  7714] By: jhi                                   on 2000/11/16  23:17:08
69923         Log: Subject: perllocale.pod changes
69924              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69925              Date: Mon, 13 Nov 2000 10:09:22 +0300
69926              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
69927      Branch: perl
69928            ! pod/perllocale.pod
69929 ____________________________________________________________________________
69930 [  7713] By: jhi                                   on 2000/11/16  23:14:06
69931         Log: Integrate perlio.
69932      Branch: perl
69933           !> doio.c perlio.c perlio.h util.c
69934 ____________________________________________________________________________
69935 [  7712] By: nick                                  on 2000/11/16  21:10:58
69936         Log: Integrate mainline
69937      Branch: perlio
69938           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69939           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69940           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
69941           !> vos/config.ga.def vos/config.ga.h win32/config.bc
69942           !> win32/config.gc win32/config.vc
69943 ____________________________________________________________________________
69944 [  7711] By: nick                                  on 2000/11/16  19:56:41
69945         Log: Minor tweaks:
69946              consistent way of getting 'rb', 'wb' etc. for binary opens
69947              move *perlio::layers to *open::layers
69948              a #define to show layers available
69949              DOSISH popen/PerlIO had export/import sense inverted.
69950      Branch: perlio
69951            ! doio.c perlio.c perlio.h util.c
69952 ____________________________________________________________________________
69953 [  7710] By: jhi                                   on 2000/11/16  15:46:05
69954         Log: Add HAS_SBRK_PROTO.
69955      Branch: metaconfig/U/perl
69956            + d_sbrkproto.U
69957      Branch: perl
69958            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69959            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69960            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69961            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69962            ! win32/config.gc win32/config.vc
69963 ____________________________________________________________________________
69964 [  7709] By: nick                                  on 2000/11/16  07:31:49
69965         Log: Integrate mainline
69966      Branch: perlio
69967           !> (integrate 35 files)
69968 ____________________________________________________________________________
69969 [  7708] By: jhi                                   on 2000/11/16  05:33:03
69970         Log: These files are text, not binary.
69971      Branch: perl
69972            ! ext/Encode/Encode/iso8859-10.enc
69973            ! ext/Encode/Encode/iso8859-13.enc
69974            ! ext/Encode/Encode/iso8859-14.enc
69975            ! ext/Encode/Encode/iso8859-15.enc
69976 ____________________________________________________________________________
69977 [  7707] By: jhi                                   on 2000/11/16  01:53:37
69978         Log: Update Changes.
69979      Branch: perl
69980            ! Changes patchlevel.h
69981 ____________________________________________________________________________
69982 [  7706] By: jhi                                   on 2000/11/16  01:35:59
69983         Log: More #undefing of stdio.
69984      Branch: perl
69985            ! fakesdio.h nostdio.h
69986 ____________________________________________________________________________
69987 [  7705] By: jhi                                   on 2000/11/16  01:34:18
69988         Log: Add fwalk() probe to the configuration files and regen perltoc.
69989      Branch: perl
69990            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69991            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
69992            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
69993            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69994            ! win32/config.bc win32/config.gc win32/config.vc
69995 ____________________________________________________________________________
69996 [  7704] By: jhi                                   on 2000/11/16  01:33:07
69997         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
69998              an optional third argument to Inlibc?)
69999      Branch: metaconfig/U/perl
70000            + d__fwalk.U
70001 ____________________________________________________________________________
70002 [  7703] By: jhi                                   on 2000/11/16  01:09:22
70003         Log: The type of the hash_cb() size argument is tricky.
70004      Branch: perl
70005            ! ext/DB_File/DB_File.xs
70006 ____________________________________________________________________________
70007 [  7702] By: jhi                                   on 2000/11/15  23:01:16
70008         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
70009      Branch: perl
70010            ! nostdio.h
70011 ____________________________________________________________________________
70012 [  7701] By: jhi                                   on 2000/11/15  22:52:32
70013         Log: Detypo.
70014      Branch: perl
70015            ! t/lib/bigfltpm.t
70016 ____________________________________________________________________________
70017 [  7700] By: jhi                                   on 2000/11/15  22:51:56
70018         Log: UINT64_C() work continues.
70019      Branch: perl
70020            ! handy.h perl.h utf8.h
70021 ____________________________________________________________________________
70022 [  7699] By: jhi                                   on 2000/11/15  14:13:04
70023         Log: SOCKS has its own USE_THREADS, based on
70024              
70025              Subject: [ID 20001114.002] et. al. bugfix followup
70026              From: Jens Hamisch <jens@Strawberry.COM> 
70027              Date: Wed, 15 Nov 2000 14:23:11 +0100
70028              Message-ID: <20001115142311.A21164@Strawberry.COM>
70029      Branch: perl
70030            ! perl.h
70031 ____________________________________________________________________________
70032 [  7698] By: jhi                                   on 2000/11/15  03:50:56
70033         Log: Add few missing #undefs and sort them.
70034      Branch: perl
70035            ! fakesdio.h
70036 ____________________________________________________________________________
70037 [  7697] By: jhi                                   on 2000/11/15  03:39:14
70038         Log: Linenumber fix.
70039      Branch: perl
70040            ! t/pragma/warn/utf8
70041 ____________________________________________________________________________
70042 [  7696] By: jhi                                   on 2000/11/15  02:55:26
70043         Log: EBCDIC tweaks.
70044              
70045              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
70046              From: Peter Prymmer <pvhp@forte.com>
70047              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
70048              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
70049      Branch: perl
70050            ! t/op/regmesg.t t/pragma/warn/utf8
70051 ____________________________________________________________________________
70052 [  7695] By: jhi                                   on 2000/11/15  02:53:58
70053         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
70054              From: Peter Prymmer <pvhp@forte.com>
70055              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
70056              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
70057      Branch: perl
70058            ! utf8.c
70059 ____________________________________________________________________________
70060 [  7694] By: jhi                                   on 2000/11/15  02:50:55
70061         Log: Subject: [PATCH: perl@7674] updates to README.os390
70062              From: Prymmer/Kahn <pvhp@best.com>
70063              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
70064              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
70065      Branch: perl
70066            ! README.os390
70067 ____________________________________________________________________________
70068 [  7693] By: jhi                                   on 2000/11/15  02:48:37
70069         Log: Quit utf8_to_uv() instantly if curlen == 0.
70070      Branch: perl
70071            ! utf8.c
70072 ____________________________________________________________________________
70073 [  7692] By: jhi                                   on 2000/11/15  02:24:29
70074         Log: Use u_int32_t for the size of hash_cb(), not size_t.
70075              
70076              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
70077              From: Jens Hamisch <jens@Strawberry.COM>     
70078              Date: Tue, 14 Nov 2000 19:03:55 +0100
70079              Message-Id: <20001114190355.A20559@Strawberry.COM>
70080      Branch: perl
70081            ! ext/DB_File/DB_File.xs
70082 ____________________________________________________________________________
70083 [  7691] By: jhi                                   on 2000/11/15  02:20:12
70084         Log: Use UINT64_C().
70085              
70086              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
70087              From: Jens Hamisch <jens@Strawberry.COM>
70088              Date: Tue, 14 Nov 2000 19:16:23 +0100
70089              Message-Id: <20001114191623.G20559@Strawberry.COM>
70090      Branch: perl
70091            ! utf8.c utf8.h
70092 ____________________________________________________________________________
70093 [  7690] By: jhi                                   on 2000/11/15  02:17:06
70094         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
70095              (a macro to define signed and unsigned integer constants).
70096      Branch: perl
70097            ! handy.h
70098 ____________________________________________________________________________
70099 [  7689] By: jhi                                   on 2000/11/15  01:56:51
70100         Log: Regen Configure.
70101      Branch: perl
70102            ! Configure
70103 ____________________________________________________________________________
70104 [  7688] By: jhi                                   on 2000/11/15  01:56:32
70105         Log: Make the unit know about SOCKS.
70106      Branch: metaconfig
70107            ! U/protos/socksizetype.U
70108 ____________________________________________________________________________
70109 [  7687] By: jhi                                   on 2000/11/15  01:54:47
70110         Log: Remove unused dependencies.
70111      Branch: metaconfig
70112            ! U/compline/d_getpagsz.U
70113 ____________________________________________________________________________
70114 [  7686] By: nick                                  on 2000/11/14  21:25:13
70115         Log: Integrate mainline.
70116      Branch: perlio
70117           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
70118           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
70119           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
70120           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
70121           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
70122           !> win32/config.bc win32/config.gc win32/config.vc
70123           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
70124 ____________________________________________________________________________
70125 [  7685] By: jhi                                   on 2000/11/14  17:54:56
70126         Log: Integrate perlio.
70127      Branch: perl
70128           +> fakesdio.h perliol.h
70129           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70130           !> perlsdio.h perlsfio.h pod/perlfunc.pod
70131 ____________________________________________________________________________
70132 [  7684] By: nick                                  on 2000/11/14  17:43:04
70133         Log: PerlIO #include and #ifdef re-work.
70134      Branch: perlio
70135            + fakesdio.h perliol.h
70136            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
70137            ! perlsdio.h perlsfio.h
70138 ____________________________________________________________________________
70139 [  7683] By: jhi                                   on 2000/11/14  15:42:40
70140         Log: Hoist the duplicated socket/netdb include logic to perl.h;
70141              undef SETERRNO in case SOCKS has defined it.  Based on:
70142              
70143              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
70144              From: Jens Hamisch <jens@Strawberry.COM> 
70145              Date: Tue, 14 Nov 2000 11:34:40 +0100
70146              Message-Id: <20001114113440.A20005@Strawberry.COM>
70147      Branch: perl
70148            ! doio.c perl.h pp_sys.c
70149 ____________________________________________________________________________
70150 [  7682] By: jhi                                   on 2000/11/14  14:07:28
70151         Log: Subject: some additions for makefiles for win32 (for perl@7674)
70152              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70153              Date: Tue, 14 Nov 2000 09:31:13 +0300
70154              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
70155      Branch: perl
70156            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
70157            ! win32/makefile.mk
70158 ____________________________________________________________________________
70159 [  7681] By: jhi                                   on 2000/11/14  14:01:41
70160         Log: Subject: tiny typo in perl5db.pl
70161              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70162              Date: Tue, 14 Nov 2000 09:29:28 +0300
70163              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
70164      Branch: perl
70165            ! lib/perl5db.pl
70166 ____________________________________________________________________________
70167 [  7680] By: jhi                                   on 2000/11/14  04:13:50
70168         Log: Redo #7679 with LFs instead of CRLFs.
70169      Branch: perl
70170            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
70171            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
70172            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70173 ____________________________________________________________________________
70174 [  7679] By: jhi                                   on 2000/11/14  01:21:09
70175         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
70176              From: Benjamin Stuhl <tiriath@yahoo.com> 
70177              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70178              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70179      Branch: perl
70180            + win32/bin/mdelete.bat
70181            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
70182            ! makedef.pl perlio.c win32/Makefile win32/config.gc
70183            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
70184 ____________________________________________________________________________
70185 [  7678] By: jhi                                   on 2000/11/14  01:19:20
70186         Log: Fix the re extension building for Win32.
70187              
70188              Subject: [PATCH perl@7638] Get PerlIO building on Win32
70189              From: Benjamin Stuhl <tiriath@yahoo.com> 
70190              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
70191              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
70192      Branch: perl
70193            + ext/re/hints/MSWin32.pl
70194            ! MANIFEST
70195 ____________________________________________________________________________
70196 [  7677] By: jhi                                   on 2000/11/14  01:13:54
70197         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
70198              From: sthoenna@efn.org
70199              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
70200              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
70201      Branch: perl
70202            ! doop.c pp.c toke.c utf8.c utf8.h
70203 ____________________________________________________________________________
70204 [  7676] By: jhi                                   on 2000/11/13  20:23:15
70205         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70206              From: Nicholas Clark <nick@ccl4.org>
70207              Date: Mon, 13 Nov 2000 18:55:04 +0000
70208              Message-ID: <20001113185504.J29183@plum.flirble.org>
70209      Branch: perl
70210            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
70211 ____________________________________________________________________________
70212 [  7675] By: nick                                  on 2000/11/13  20:21:57
70213         Log: Integrate mainline ...
70214      Branch: perlio
70215           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
70216           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
70217           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
70218           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
70219 ____________________________________________________________________________
70220 [  7674] By: jhi                                   on 2000/11/13  15:07:56
70221         Log: Update Changes.
70222      Branch: perl
70223            ! Changes patchlevel.h
70224 ____________________________________________________________________________
70225 [  7673] By: jhi                                   on 2000/11/13  14:42:42
70226         Log: Remove the new two tests of lib/io_xs for now, they seem to
70227              fail under perlio on some platforms.
70228      Branch: perl
70229            ! t/lib/io_xs.t
70230 ____________________________________________________________________________
70231 [  7672] By: jhi                                   on 2000/11/13  13:57:53
70232         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
70233      Branch: perl
70234            ! perlio.c
70235 ____________________________________________________________________________
70236 [  7671] By: jhi                                   on 2000/11/13  05:30:48
70237         Log: Placate nervous compilers that see longer than ints switch()ing.
70238      Branch: perl
70239            ! utf8.c
70240 ____________________________________________________________________________
70241 [  7670] By: jhi                                   on 2000/11/13  05:14:21
70242         Log: fputs() does return EOF on error but here we don't care.
70243      Branch: perl
70244            ! perlio.c
70245 ____________________________________________________________________________
70246 [  7669] By: jhi                                   on 2000/11/13  05:02:45
70247         Log: Declare reg_data like reg_substr_data.
70248      Branch: perl
70249            ! regexp.h
70250 ____________________________________________________________________________
70251 [  7668] By: jhi                                   on 2000/11/13  04:54:34
70252         Log: Typos in #7667.
70253      Branch: perl
70254            ! perl.h
70255 ____________________________________________________________________________
70256 [  7667] By: jhi                                   on 2000/11/13  04:49:49
70257         Log: Cleanup messy #ifdef.
70258      Branch: perl
70259            ! perl.h
70260 ____________________________________________________________________________
70261 [  7666] By: jhi                                   on 2000/11/13  04:17:34
70262         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
70263              From: Nicholas Clark <nick@talking.bollo.cx>
70264              Date: Sun, 12 Nov 2000 21:14:11 +0000
70265              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
70266              
70267              Note: only one breakage of the two reported is fixed by this patch.
70268      Branch: perl
70269            ! perlio.c
70270 ____________________________________________________________________________
70271 [  7665] By: jhi                                   on 2000/11/13  04:05:07
70272         Log: Tweak the definition of the bit complement on UTF-8 data:
70273              if none of the characters in the string are > 0xff,
70274              the result is a complemented byte string, not a (UTF-8)
70275              char string.  Based on the summary in
70276              
70277              Subject: Re: [ID 20000918.005] ~ on wide chars
70278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
70279              Date: Fri, 10 Nov 2000 09:47:15 -0800
70280              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
70281              
70282              This should give us the maximum backward (pre-char string)
70283              compatibility and utf8 compatibility.  The other alternative
70284              would be to limit the bit complement to be always byte only,
70285              taking the least significant byte of the chars.
70286      Branch: perl
70287            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
70288 ____________________________________________________________________________
70289 [  7664] By: jhi                                   on 2000/11/13  00:23:44
70290         Log: Couple of tests from #7660 salvaged.
70291      Branch: perl
70292            - t/op/tell.t
70293            ! MANIFEST t/io/tell.t
70294 ____________________________________________________________________________
70295 [  7663] By: jhi                                   on 2000/11/13  00:02:48
70296         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
70297              From: Nicholas Clark <nick@talking.bollo.cx>
70298              Date: Sun, 12 Nov 2000 21:23:43 +0000
70299              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
70300      Branch: perl
70301            ! perlsfio.h
70302 ____________________________________________________________________________
70303 [  7662] By: jhi                                   on 2000/11/13  00:01:39
70304         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
70305              From: Nicholas Clark <nick@talking.bollo.cx>
70306              Date: Sun, 12 Nov 2000 21:30:04 +0000
70307              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
70308      Branch: perl
70309            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
70310 ____________________________________________________________________________
70311 [  7661] By: jhi                                   on 2000/11/12  23:57:29
70312         Log: Document tell() on special streams.
70313      Branch: perl
70314            ! pod/perlfunc.pod
70315 ____________________________________________________________________________
70316 [  7660] By: jhi                                   on 2000/11/12  23:54:22
70317         Log: (Subsumed by #7664)
70318      Branch: perl
70319            + t/op/tell.t
70320            ! MANIFEST
70321 ____________________________________________________________________________
70322 [  7659] By: jhi                                   on 2000/11/12  22:55:25
70323         Log: Many subdocumented return values of the IO extension now documented.
70324              ungetc and write still left subdocumented.
70325              
70326              Subject: [PATCH] (was Re: IO::Handle::ungetc)
70327              From: Nicholas Clark <nick@talking.bollo.cx>
70328              Date: Sun, 12 Nov 2000 21:35:53 +0000
70329              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
70330      Branch: perl
70331            ! ext/IO/lib/IO/Handle.pm
70332 ____________________________________________________________________________
70333 [  7658] By: jhi                                   on 2000/11/12  21:37:06
70334         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
70335              From: Nicholas Clark <nick@talking.bollo.cx>
70336              Date: Sun, 12 Nov 2000 20:03:22 +0000
70337              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
70338      Branch: perl
70339            ! pod/perlfunc.pod
70340 ____________________________________________________________________________
70341 [  7657] By: jhi                                   on 2000/11/12  20:34:55
70342         Log: Integrate perlio.
70343      Branch: perl
70344           !> perlio.c
70345 ____________________________________________________________________________
70346 [  7656] By: nick                                  on 2000/11/12  19:25:06
70347         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
70348      Branch: perlio
70349            ! perlio.c
70350 ____________________________________________________________________________
70351 [  7655] By: nick                                  on 2000/11/12  19:09:41
70352         Log: Integrate mainline
70353      Branch: perlio
70354           +> README.solaris ext/Encode/Encode/cp1006.enc
70355           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
70356           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
70357           +> ext/Encode/Encode/iso8859-13.enc
70358           +> ext/Encode/Encode/iso8859-14.enc
70359           +> ext/Encode/Encode/iso8859-15.enc
70360           !> (integrate 34 files)
70361 ____________________________________________________________________________
70362 [  7654] By: jhi                                   on 2000/11/12  19:00:22
70363         Log: Add a metaconfig unit for fsync.
70364      Branch: metaconfig/U/perl
70365            + d_fsync.U
70366 ____________________________________________________________________________
70367 [  7653] By: jhi                                   on 2000/11/12  19:00:01
70368         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
70369      Branch: perl
70370            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70371            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70372            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70373            ! vos/config.ga.h win32/config.bc win32/config.gc
70374            ! win32/config.vc
70375 ____________________________________________________________________________
70376 [  7652] By: jhi                                   on 2000/11/11  21:12:01
70377         Log: Copy the s// information of README.hpux also to the perlrun.
70378      Branch: perl
70379            ! README.hpux pod/perlrun.pod
70380 ____________________________________________________________________________
70381 [  7651] By: jhi                                   on 2000/11/11  21:03:13
70382         Log: More README.solaris updates from Andy Dougherty.
70383      Branch: perl
70384            ! README.solaris
70385 ____________________________________________________________________________
70386 [  7650] By: jhi                                   on 2000/11/11  18:38:57
70387         Log: More descriptive error for unknown perlio layers.
70388              
70389              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70390              From: Dominic Dunlop <domo@computer.org> 
70391              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70392              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70393      Branch: perl
70394            ! perlio.c pod/perldiag.pod
70395 ____________________________________________________________________________
70396 [  7649] By: jhi                                   on 2000/11/11  18:37:52
70397         Log: MachTen doesn't really do mmap() and munmap().
70398              
70399              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
70400              From: Dominic Dunlop <domo@computer.org> 
70401              Date: Sat, 11 Nov 2000 18:20:32 +0100             
70402              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
70403      Branch: perl
70404            ! hints/machten.sh
70405 ____________________________________________________________________________
70406 [  7648] By: jhi                                   on 2000/11/11  18:36:46
70407         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
70408              From: rspier@pobox.com (Robert Spier)
70409              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
70410              Message-ID: <14861.32839.491271.985797@rls.cx>
70411      Branch: perl
70412            ! Porting/Contract pod/perltoot.pod
70413 ____________________________________________________________________________
70414 [  7647] By: jhi                                   on 2000/11/11  18:35:30
70415         Log: Simplify the getpagesize() unit by dropping the
70416              pagesize probe since it's nowadays slightly more
70417              complicated because of sysconf(). (Note: if some
70418              platform really needs the -lPW for getpagesize,
70419              I just broke it.)
70420              
70421              TODO: a new pagesize unit.
70422      Branch: metaconfig
70423            ! U/compline/d_getpagsz.U
70424 ____________________________________________________________________________
70425 [  7646] By: jhi                                   on 2000/11/11  18:33:23
70426         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
70427      Branch: perl
70428            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70429            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
70430            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70431            ! vos/config.ga.h win32/config.bc win32/config.gc
70432            ! win32/config.vc
70433 ____________________________________________________________________________
70434 [  7645] By: jhi                                   on 2000/11/11  16:45:15
70435         Log: Use sysconf() or getpagesize() to find out the pagesize.
70436      Branch: perl
70437            ! perlio.c
70438 ____________________________________________________________________________
70439 [  7644] By: jhi                                   on 2000/11/11  15:46:08
70440         Log: Integrate perlio.
70441      Branch: perl
70442           !> perlio.c
70443 ____________________________________________________________________________
70444 [  7643] By: jhi                                   on 2000/11/11  15:33:36
70445         Log: Subject: Re: [PATCH] README.solaris
70446              From: Lupe Christoph <lupe@lupe-christoph.de>
70447              Date: Sat, 11 Nov 2000 14:08:10 +0100
70448              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
70449      Branch: perl
70450            ! README.solaris
70451 ____________________________________________________________________________
70452 [  7642] By: jhi                                   on 2000/11/11  15:22:12
70453         Log: Subject: [PATCH perl@7638] cygwin port
70454              From: "Eric Fifer" <egf7@columbia.edu>            
70455              Date: Fri, 10 Nov 2000 19:30:30 -0000
70456              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
70457      Branch: perl
70458            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
70459 ____________________________________________________________________________
70460 [  7641] By: nick                                  on 2000/11/11  14:50:36
70461         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
70462              Also call "Buf" layer directly when unread'ing non-read chars.
70463      Branch: perlio
70464            ! perlio.c
70465 ____________________________________________________________________________
70466 [  7640] By: jhi                                   on 2000/11/11  02:05:02
70467         Log: Add more encoding tables.
70468      Branch: perl
70469            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
70470            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
70471            + ext/Encode/Encode/iso8859-10.enc
70472            + ext/Encode/Encode/iso8859-13.enc
70473            + ext/Encode/Encode/iso8859-14.enc
70474            + ext/Encode/Encode/iso8859-15.enc
70475            ! MANIFEST
70476 ____________________________________________________________________________
70477 [  7639] By: jhi                                   on 2000/11/10  18:49:25
70478         Log: Subject: [PATCH] README.solaris
70479              From: Andy Dougherty <doughera@lafayette.edu>
70480              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
70481              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
70482      Branch: perl
70483            + README.solaris
70484            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
70485            ! pod/perl.pod pod/perltoc.pod
70486 ____________________________________________________________________________
70487 [  7638] By: jhi                                   on 2000/11/10  15:04:15
70488         Log: Update Changes.
70489      Branch: perl
70490            ! Changes patchlevel.h
70491 ____________________________________________________________________________
70492 [  7637] By: jhi                                   on 2000/11/10  14:14:28
70493         Log: Explain better why certain regex tests are skipped.
70494              
70495              Subject: Re: tests skipped: unknown reason
70496              From: Lupe Christoph <lupe@lupe-christoph.de>
70497              Date: Fri, 10 Nov 2000 09:08:56 +0100
70498              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
70499      Branch: perl
70500            ! t/op/regexp.t
70501 ____________________________________________________________________________
70502 [  7636] By: nick                                  on 2000/11/10  13:40:00
70503         Log: Integrate mainline.
70504      Branch: perlio
70505           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
70506           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
70507           !> win32/bin/search.pl
70508 ____________________________________________________________________________
70509 [  7635] By: nick                                  on 2000/11/10  13:25:52
70510         Log: Re-instate stdio large file support via perlio.
70511      Branch: perl
70512            ! perlio.c
70513 ____________________________________________________________________________
70514 [  7634] By: jhi                                   on 2000/11/10  04:49:55
70515         Log: Amdahl UTS hints updates.
70516              
70517              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
70518              From: hom00@utsglobal.com (Harold O Morris)
70519              Date: Thu, 9 Nov 2000 20:02 PST
70520              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
70521      Branch: perl
70522            ! hints/uts.sh
70523 ____________________________________________________________________________
70524 [  7633] By: jhi                                   on 2000/11/09  23:33:28
70525         Log: Subject: [PATCH] IO::Seekable pod
70526              From: Nicholas Clark <nick@talking.bollo.cx>
70527              Date: Thu, 9 Nov 2000 20:29:45 +0000
70528              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
70529      Branch: perl
70530            ! ext/IO/lib/IO/Handle.pm
70531 ____________________________________________________________________________
70532 [  7632] By: jhi                                   on 2000/11/09  21:55:41
70533         Log: Various doc oddball characters.
70534              
70535              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
70536              From: Michael Somos <somos@grail.cba.csuohio.edu>
70537              Date: Mon, 6 Nov 2000 17:44:20 -0500
70538              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
70539      Branch: perl
70540            ! emacs/cperl-mode.el lib/unicode/syllables.txt
70541            ! win32/bin/search.pl
70542 ____________________________________________________________________________
70543 [  7631] By: jhi                                   on 2000/11/09  21:12:29
70544         Log: Subject: Re: bash -c exit and linux hints 
70545              From: "John P. Linderman" <jpl@research.att.com>
70546              Date: Thu, 02 Nov 2000 09:37:25 -0500
70547              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
70548      Branch: perl
70549            ! hints/linux.sh
70550 ____________________________________________________________________________
70551 [  7630] By: nick                                  on 2000/11/09  20:34:11
70552         Log: Integrate mainline.
70553      Branch: perlio
70554           !> (integrate 91 files)
70555 ____________________________________________________________________________
70556 [  7629] By: jhi                                   on 2000/11/09  19:46:31
70557         Log: Missing dTHXs.
70558              
70559              Subject: RE: perl@7595 builds not on cygwin
70560              From: "Eric Fifer" <egf7@columbia.edu>
70561              Date: Thu, 9 Nov 2000 19:26:50 -0000
70562              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
70563      Branch: perl
70564            ! ext/Devel/Peek/Peek.xs
70565 ____________________________________________________________________________
70566 [  7628] By: jhi                                   on 2000/11/09  14:48:27
70567         Log: Disable only the tests 99 and 166 for UTF-8 locales.
70568      Branch: perl
70569            ! t/pragma/locale.t
70570 ____________________________________________________________________________
70571 [  7627] By: jhi                                   on 2000/11/09  14:40:27
70572         Log: There's no =head3.
70573      Branch: perl
70574            ! pod/perlhack.pod
70575 ____________________________________________________________________________
70576 [  7626] By: jhi                                   on 2000/11/09  13:54:26
70577         Log: The generated boot_* headers are wrong.  Pickier compiler,
70578              such as KAI C++ will refuse to compile the resulting perlmain.
70579              
70580              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
70581              From: Harri Pasanen <harri.pasanen@trema.com>
70582              Date: Thu, 09 Nov 2000 14:23:28 +0100
70583              Message-Id: <3A0AA550.26D548A3@trema.com>
70584      Branch: perl
70585            ! minimod.pl
70586 ____________________________________________________________________________
70587 [  7625] By: jhi                                   on 2000/11/09  13:50:44
70588         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
70589              From: Prymmer/Kahn <pvhp@best.com>
70590              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
70591              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
70592              
70593              All except the "cow orker" change.
70594      Branch: perl
70595            ! Porting/pumpkin.pod
70596 ____________________________________________________________________________
70597 [  7624] By: jhi                                   on 2000/11/09  13:45:33
70598         Log: Fix for
70599              
70600              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
70601              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
70602              Date: Thu, 09 Nov 2000 11:05:52 +0100
70603              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
70604      Branch: perl
70605            ! pod/perldiag.pod t/pragma/warn/pp_sys
70606 ____________________________________________________________________________
70607 [  7623] By: jhi                                   on 2000/11/09  13:37:16
70608         Log: Typo in an ifndef.
70609              
70610              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70611              From: Joe Smith <jms@inwap.com>         
70612              Date: Thu, 09 Nov 2000 01:33:14 -0800
70613              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
70614      Branch: perl
70615            ! malloc.c
70616 ____________________________________________________________________________
70617 [  7622] By: jhi                                   on 2000/11/09  13:31:18
70618         Log: Remove unused extra arguments.
70619      Branch: metaconfig/U/perl
70620            ! perlxv.U
70621      Branch: perl
70622            ! Configure config_h.SH
70623 ____________________________________________________________________________
70624 [  7621] By: jhi                                   on 2000/11/09  13:16:36
70625         Log: More VMS moves on environment handling, from Charles Lane.
70626      Branch: perl
70627            ! t/pragma/locale.t
70628 ____________________________________________________________________________
70629 [  7620] By: jhi                                   on 2000/11/09  04:42:38
70630         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70631              From: David Dyck <dcd@tc.fluke.com>
70632              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
70633              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
70634      Branch: perl
70635            ! pp_sys.c
70636 ____________________________________________________________________________
70637 [  7619] By: jhi                                   on 2000/11/09  04:36:21
70638         Log: Forgot from #7618.
70639      Branch: perl
70640            ! lib/File/stat.pm
70641 ____________________________________________________________________________
70642 [  7618] By: jhi                                   on 2000/11/09  04:28:44
70643         Log: Make deleting for %ENV work for (newer versions of) VMS,
70644              from Craig A. Berry.
70645      Branch: perl
70646            ! vms/vms.c
70647 ____________________________________________________________________________
70648 [  7617] By: jhi                                   on 2000/11/09  04:25:05
70649         Log: Subject: [PATCH] Class::Struct at compile time
70650              From: "Casey R. Tweten" <crt@kiski.net>
70651              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
70652              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
70653      Branch: perl
70654            ! lib/Class/Struct.pm
70655 ____________________________________________________________________________
70656 [  7616] By: jhi                                   on 2000/11/09  04:15:17
70657         Log: Subject: [ID 20001108.013] spelling
70658              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
70659              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
70660              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
70661      Branch: perl
70662            ! lib/ftp.pl
70663 ____________________________________________________________________________
70664 [  7615] By: jhi                                   on 2000/11/09  04:12:42
70665         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
70666              From: Peter Prymmer <pvhp@forte.com>
70667              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
70668              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
70669      Branch: perl
70670            ! configure.com
70671 ____________________________________________________________________________
70672 [  7614] By: jhi                                   on 2000/11/08  22:42:55
70673         Log: A missing aTHX_.
70674      Branch: perl
70675            ! ext/IPC/SysV/SysV.xs
70676 ____________________________________________________________________________
70677 [  7613] By: jhi                                   on 2000/11/08  19:30:21
70678         Log: Update Changes.
70679      Branch: perl
70680            ! Changes patchlevel.h
70681 ____________________________________________________________________________
70682 [  7612] By: jhi                                   on 2000/11/08  18:35:25
70683         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70684              From: David Dyck <dcd@tc.fluke.com>
70685              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
70686              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
70687      Branch: perl
70688            ! pp_sys.c
70689 ____________________________________________________________________________
70690 [  7611] By: jhi                                   on 2000/11/08  18:30:26
70691         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70692              From: Dominic Dunlop <domo@computer.org>
70693              Date: Tue, 7 Nov 2000 12:05:25 +0100
70694              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
70695      Branch: perl
70696            ! malloc.c
70697 ____________________________________________________________________________
70698 [  7610] By: jhi                                   on 2000/11/08  18:25:14
70699         Log: Do not test UTF-8 locales since that the tests would require
70700              polymorphic regexen.
70701      Branch: perl
70702            ! t/pragma/locale.t
70703 ____________________________________________________________________________
70704 [  7609] By: jhi                                   on 2000/11/08  17:12:51
70705         Log: Locale buglets.
70706              
70707              Subject: RE: Locales support (setlocale) fixes
70708              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70709              Date: Wed, 8 Nov 2000 20:01:39 +0300
70710              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
70711      Branch: perl
70712            ! t/pragma/locale.t util.c
70713 ____________________________________________________________________________
70714 [  7608] By: jhi                                   on 2000/11/08  17:00:16
70715         Log: Deleting $ENV{PATH} in VMS is not recommendable.
70716      Branch: perl
70717            ! t/pragma/locale.t
70718 ____________________________________________________________________________
70719 [  7607] By: jhi                                   on 2000/11/08  16:58:26
70720         Log: Subject: PATCH std stdio for (Free)BSD
70721              From: Nicholas Clark <nick@ccl4.org>
70722              Date: Wed, 8 Nov 2000 15:36:29 +0000
70723              Message-ID: <20001108153629.D98736@plum.flirble.org>
70724      Branch: metaconfig
70725            ! U/compline/d_stdstdio.U
70726      Branch: perl
70727            ! Configure config_h.SH
70728 ____________________________________________________________________________
70729 [  7606] By: jhi                                   on 2000/11/08  16:43:31
70730         Log: Forgot to bump the line numbers in #7601.
70731      Branch: perl
70732            ! t/pragma/warn/pp_sys
70733 ____________________________________________________________________________
70734 [  7605] By: jhi                                   on 2000/11/08  16:39:12
70735         Log: More careful detection of how well NVs and UVs mix.
70736              
70737              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))
70738              From: Nicholas Clark <nick@ccl4.org>
70739              Date: Wed, 8 Nov 2000 15:14:12 +0000
70740              Message-ID: <20001108151412.B98736@plum.flirble.org>
70741              
70742              Added some SIGFPE paranoia.
70743      Branch: metaconfig/U/perl
70744            ! perlxv.U
70745      Branch: perl
70746            ! Configure config_h.SH
70747 ____________________________________________________________________________
70748 [  7604] By: jhi                                   on 2000/11/08  14:39:10
70749         Log: Subject: [patch perl@7595] VMS configure.com tweak
70750              From: "Craig A. Berry" <craigberry@mac.com>
70751              Date: Wed, 8 Nov 2000 00:24:12 -0600
70752              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
70753      Branch: perl
70754            ! configure.com
70755 ____________________________________________________________________________
70756 [  7603] By: jhi                                   on 2000/11/08  14:27:11
70757         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
70758              From: Robin Barker <rmb1@cise.npl.co.uk>
70759              Date: Wed, 8 Nov 2000 11:11:39 GMT
70760              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
70761      Branch: perl
70762            ! perlio.c
70763 ____________________________________________________________________________
70764 [  7602] By: jhi                                   on 2000/11/08  14:25:03
70765         Log: Fix for the tie-refhash string table leaks.
70766              
70767              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70768              Date: Wed, 8 Nov 2000 13:03:04 GMT
70769              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
70770      Branch: perl
70771            ! t/lib/tie-refhash.t
70772 ____________________________________________________________________________
70773 [  7601] By: jhi                                   on 2000/11/08  14:21:08
70774         Log: Try to avoid flockless and emulationless places.
70775      Branch: perl
70776            ! t/pragma/warn/pp_sys
70777 ____________________________________________________________________________
70778 [  7600] By: jhi                                   on 2000/11/08  02:28:54
70779         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
70780              
70781              Subject: [PATCH] prototyped functions that should be overrideable
70782              From: "Casey R. Tweten" <crt@kiski.net>
70783              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
70784              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
70785      Branch: perl
70786            ! toke.c
70787 ____________________________________________________________________________
70788 [  7599] By: jhi                                   on 2000/11/08  01:12:05
70789         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
70790              
70791              Subject: [PATCH] perlbug.PL
70792              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70793              Date: Mon, 6 Nov 2000 21:39:01 -0500
70794              Message-ID: <20001106213901.B20955@O2.chapin.edu>
70795      Branch: perl
70796            ! utils/perlbug.PL
70797 ____________________________________________________________________________
70798 [  7598] By: jhi                                   on 2000/11/07  23:42:00
70799         Log: Bad thinko in #7581 (I used the test program with the expanded
70800              values as-is).
70801      Branch: metaconfig
70802            ! U/compline/d_stdstdio.U
70803      Branch: perl
70804            ! Configure
70805 ____________________________________________________________________________
70806 [  7597] By: jhi                                   on 2000/11/07  21:43:29
70807         Log: Subject: [PATCH perl@7573] cygwin port
70808              From: "Fifer, Eric" <EFifer@sanwaint.com>
70809              Date: Tue, 7 Nov 2000 18:08:51 -0000 
70810              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
70811              
70812              Synchronize with Cygwin 1.1.5.
70813      Branch: perl
70814            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
70815            ! pod/perlport.pod unixish.h util.c
70816 ____________________________________________________________________________
70817 [  7596] By: jhi                                   on 2000/11/07  21:39:25
70818         Log: perlhack updates from H.Merijn Brand.
70819      Branch: perl
70820            ! pod/perlhack.pod
70821 ____________________________________________________________________________
70822 [  7595] By: jhi                                   on 2000/11/07  20:21:41
70823         Log: Update Changes.
70824      Branch: perl
70825            ! Changes patchlevel.h
70826 ____________________________________________________________________________
70827 [  7594] By: jhi                                   on 2000/11/07  19:18:58
70828         Log: Be more robust in Dynaloader.pm.
70829      Branch: perl
70830            ! ext/DynaLoader/DynaLoader_pm.PL
70831 ____________________________________________________________________________
70832 [  7593] By: jhi                                   on 2000/11/07  16:49:31
70833         Log: AUTHORS update.
70834      Branch: perl
70835            ! AUTHORS
70836 ____________________________________________________________________________
70837 [  7592] By: gsar                                  on 2000/11/07  16:39:51
70838         Log: normalize relative paths in virtualized current directory on windows,
70839              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
70840              returns)
70841      Branch: perl
70842            ! win32/vdir.h
70843 ____________________________________________________________________________
70844 [  7591] By: jhi                                   on 2000/11/07  16:04:26
70845         Log: Too profiler-happy: with optimization the #7590 actually makes
70846              the test to run 0.5% _slower_.  Requires much more instrumentation.
70847              Retract #7590.
70848      Branch: perl
70849            ! regcomp.c regcomp.h
70850 ____________________________________________________________________________
70851 [  7590] By: jhi                                   on 2000/11/07  15:51:13
70852         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
70853              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
70854              by using memset() and testing bytewise (as opposed to bitwise).
70855      Branch: perl
70856            ! regcomp.c regcomp.h
70857 ____________________________________________________________________________
70858 [  7589] By: jhi                                   on 2000/11/07  12:56:39
70859         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70860              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70861              Date: Mon, 06 Nov 2000 23:45:30 -0500
70862              Message-Id: <0011079735.AA973576259@univpress.com>
70863      Branch: perl
70864            ! configure.com t/lib/st-lock.t
70865 ____________________________________________________________________________
70866 [  7588] By: jhi                                   on 2000/11/07  01:03:28
70867         Log: Tweak #7587.
70868      Branch: perl
70869            ! pod/perldiag.pod
70870 ____________________________________________________________________________
70871 [  7587] By: jhi                                   on 2000/11/07  01:00:27
70872         Log: A doc addition for bug id 20001105.019, beware \p.
70873      Branch: perl
70874            ! pod/perldiag.pod
70875 ____________________________________________________________________________
70876 [  7586] By: jhi                                   on 2000/11/07  00:32:22
70877         Log: Fake support of holey files in win/dosish platforms.
70878              
70879              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70880              From: kipp@shonanblue.ne.jp
70881              Date: Mon, 6 Nov 2000 13:30:55 -0800
70882              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
70883      Branch: perl
70884            ! ext/SDBM_File/sdbm/sdbm.c
70885 ____________________________________________________________________________
70886 [  7585] By: jhi                                   on 2000/11/07  00:12:54
70887         Log: Subject: Pod updates
70888              From: "Stephen P. Potter" <spp@spotter.yi.org>
70889              Date: Mon, 06 Nov 2000 18:56:43 -0500
70890              Message-Id: <200011062357.SAA18173@spotter.yi.org>
70891      Branch: perl
70892            ! README.dos README.os2 README.win32 pod/buildtoc.PL
70893            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
70894            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
70895            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
70896            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
70897            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
70898            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
70899            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
70900            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70901            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
70902            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
70903            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
70904            ! pod/perltootc.pod pod/perlunicode.pod
70905 ____________________________________________________________________________
70906 [  7584] By: jhi                                   on 2000/11/07  00:04:17
70907         Log: Varargs don't always work too well if one puts an unsigned
70908              char on the stack and pop an unsigned quad off the stack.
70909              
70910              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
70912              Date: Mon, 06 Nov 2000 15:19:05 -0800
70913              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
70914      Branch: perl
70915            ! utf8.c
70916 ____________________________________________________________________________
70917 [  7583] By: jhi                                   on 2000/11/06  23:58:48
70918         Log: %ENV note tweaks from Dan Sugalski.
70919      Branch: perl
70920            ! pod/perlport.pod vms/perlvms.pod
70921 ____________________________________________________________________________
70922 [  7582] By: jhi                                   on 2000/11/06  23:05:49
70923         Log: glibc5 detection by __GNU_LIBRARY__.
70924      Branch: perl
70925            ! toke.c
70926 ____________________________________________________________________________
70927 [  7581] By: jhi                                   on 2000/11/06  22:51:29
70928         Log: Make the stdio test program of 7427 less noisy while being 
70929              compiled so that Digital UNIX wouldn't get both
70930              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70931              undefined.  This makes perlio happy.
70932      Branch: metaconfig
70933            ! U/compline/d_stdstdio.U
70934      Branch: perl
70935            ! Configure config_h.SH
70936 ____________________________________________________________________________
70937 [  7580] By: jhi                                   on 2000/11/06  22:41:41
70938         Log: Document %ENV = () portability issues.
70939      Branch: perl
70940            ! pod/perlport.pod vms/perlvms.pod
70941 ____________________________________________________________________________
70942 [  7579] By: jhi                                   on 2000/11/06  21:29:24
70943         Log: VOS updates from Paul Green.
70944      Branch: perl
70945            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70946 ____________________________________________________________________________
70947 [  7578] By: jhi                                   on 2000/11/06  21:00:40
70948         Log: Sanitize the environment further.
70949      Branch: perl
70950            ! t/pragma/locale.t
70951 ____________________________________________________________________________
70952 [  7577] By: jhi                                   on 2000/11/06  20:53:51
70953         Log: Re-introduce 7552 lost in integration.
70954      Branch: perl
70955            ! perlio.c
70956 ____________________________________________________________________________
70957 [  7576] By: jhi                                   on 2000/11/06  20:33:46
70958         Log: Admit that the test leaks scalars.
70959      Branch: perl
70960            ! t/comp/proto.t
70961 ____________________________________________________________________________
70962 [  7575] By: jhi                                   on 2000/11/06  20:17:08
70963         Log: Integrate perlio.
70964      Branch: perl
70965           !> perlio.c
70966 ____________________________________________________________________________
70967 [  7574] By: nick                                  on 2000/11/06  20:07:28
70968         Log: Remove debug. Try (Mmap_t) on madvise() call.
70969      Branch: perlio
70970            ! perlio.c
70971 ____________________________________________________________________________
70972 [  7573] By: jhi                                   on 2000/11/06  13:56:05
70973         Log: Update Changes.
70974      Branch: perl
70975            ! Changes patchlevel.h
70976 ____________________________________________________________________________
70977 [  7572] By: jhi                                   on 2000/11/06  13:48:41
70978         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
70979              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70980              Date: Mon, 06 Nov 2000 10:11:42 +0100
70981              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
70982      Branch: perl
70983            ! pod/perlhack.pod
70984 ____________________________________________________________________________
70985 [  7571] By: jhi                                   on 2000/11/06  01:45:51
70986         Log: AUTHORS updates.
70987      Branch: perl
70988            ! AUTHORS
70989 ____________________________________________________________________________
70990 [  7570] By: jhi                                   on 2000/11/06  00:18:00
70991         Log: Fix for
70992              
70993              Subject: [ID 20000728.005] perl -P broken
70994              From: David Dyck <dcd@tc.fluke.com>
70995              Date: Fri, 28 Jul 2000 17:19:16 -0700
70996              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
70997              
70998              (hopefully).  The fix is also not complete, it seems to break
70999              BOM swallowing for libc5 systems, but until someone figures
71000              out a way to do this without ftell(), this will do.
71001      Branch: perl
71002            ! toke.c
71003 ____________________________________________________________________________
71004 [  7569] By: jhi                                   on 2000/11/06  00:05:30
71005         Log: Document that the evaled syntax errors cause scalar leaks.
71006      Branch: perl
71007            ! t/comp/proto.t
71008 ____________________________________________________________________________
71009 [  7568] By: jhi                                   on 2000/11/05  23:14:47
71010         Log: opmini.o can linger from Configures past.
71011      Branch: perl
71012            ! Makefile.SH
71013 ____________________________________________________________________________
71014 [  7567] By: jhi                                   on 2000/11/05  21:28:39
71015         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
71016              first argument correctly.
71017      Branch: perl
71018            ! perlio.c
71019 ____________________________________________________________________________
71020 [  7566] By: jhi                                   on 2000/11/05  21:15:56
71021         Log: Integrate perlio.
71022      Branch: perl
71023           !> perlio.c
71024 ____________________________________________________________________________
71025 [  7565] By: jhi                                   on 2000/11/05  21:15:13
71026         Log: Use -dM for gcc (the suggested patch did it only for Linux,
71027              but I think it can be generalized).
71028              
71029              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
71030              From: Pixel <pixel@mandrakesoft.com>
71031              Date: 05 Nov 2000 21:49:34 +0100 
71032              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
71033      Branch: perl
71034            ! ext/Errno/Errno_pm.PL
71035 ____________________________________________________________________________
71036 [  7564] By: nick                                  on 2000/11/05  21:09:18
71037         Log: Added a mmap layer as a "subclass" of perlio.
71038              PERLIO=mmap ./perl harness passes
71039      Branch: perlio
71040            ! perlio.c
71041 ____________________________________________________________________________
71042 [  7563] By: jhi                                   on 2000/11/05  19:48:55
71043         Log: Add a note for future generations about bug id 20000229.006.
71044      Branch: perl
71045            ! malloc.c
71046 ____________________________________________________________________________
71047 [  7562] By: jhi                                   on 2000/11/05  19:38:24
71048         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
71049      Branch: perl
71050            ! pp_ctl.c t/op/pos.t
71051 ____________________________________________________________________________
71052 [  7561] By: jhi                                   on 2000/11/05  18:21:46
71053         Log: Add =pod to be tidy.
71054      Branch: perl
71055            ! lib/Math/Complex.pm
71056 ____________________________________________________________________________
71057 [  7560] By: jhi                                   on 2000/11/05  17:38:46
71058         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
71059      Branch: perl
71060            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71061            ! ext/Storable/Storable.xs t/lib/st-recurse.t
71062 ____________________________________________________________________________
71063 [  7559] By: jhi                                   on 2000/11/05  17:32:59
71064         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
71065              From: "Peter J. Farley III" <pjfarley@banet.net>
71066              Date: Sun, 05 Nov 2000 11:55:59 -0500
71067              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
71068      Branch: perl
71069            ! t/lib/syslog.t
71070 ____________________________________________________________________________
71071 [  7558] By: jhi                                   on 2000/11/05  17:29:19
71072         Log: Integrate perlio.
71073      Branch: perl
71074           !> perlio.c
71075 ____________________________________________________________________________
71076 [  7557] By: jhi                                   on 2000/11/05  17:22:01
71077         Log: A fix of sorts for 20000329.026, a better error message
71078              for a missing "use charnames" when using the \N{...}. 
71079      Branch: perl
71080            ! pod/perldiag.pod toke.c
71081 ____________________________________________________________________________
71082 [  7556] By: jhi                                   on 2000/11/05  16:33:50
71083         Log: Test tweak: show also the failed locales.
71084              
71085              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
71086              From: Lupe Christoph <lupe@lupe-christoph.de>         
71087              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
71088              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
71089      Branch: perl
71090            ! t/pragma/locale.t
71091 ____________________________________________________________________________
71092 [  7555] By: nick                                  on 2000/11/05  11:09:34
71093         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
71094              open RDWR so does not fail. (pragma/warnings 303 again...)
71095      Branch: perlio
71096            ! perlio.c
71097 ____________________________________________________________________________
71098 [  7554] By: nick                                  on 2000/11/05  10:10:13
71099         Log: Fix case where ungetc(f,EOF) was allowed.
71100              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
71101              so we can see similarities.
71102              Use types more carefully and a STDCHAR array in hope that this will
71103              fix Jarrko's 64bit machine.
71104      Branch: perlio
71105            ! perlio.c
71106 ____________________________________________________________________________
71107 [  7553] By: jhi                                   on 2000/11/05  01:12:16
71108         Log: Fix for
71109              
71110              Subject: [ID 20001004.007] taint propogation is inconsistent
71111              From: pimlott@idiomtech.com (Andrew Pimlott) 
71112              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
71113              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
71114              
71115              The culprit was sv_setsv() which was rather blindly
71116              propagating taint, which lead to behaviour where if
71117              a tainted anon hash value was seen all the hash values
71118              from then on at that level became tainted, or at any
71119              upper levels in the case of nested anon hashes.
71120      Branch: perl
71121            ! sv.c t/op/taint.t
71122 ____________________________________________________________________________
71123 [  7552] By: jhi                                   on 2000/11/04  23:44:18
71124         Log: Some cpps don't like splitting conditionals across several lines.
71125      Branch: perl
71126            ! perlio.c
71127 ____________________________________________________________________________
71128 [  7551] By: nick                                  on 2000/11/04  23:40:44
71129         Log: Integrate mainline
71130      Branch: perlio
71131           !> pp_hot.c t/op/taint.t
71132 ____________________________________________________________________________
71133 [  7550] By: nick                                  on 2000/11/04  23:39:05
71134         Log: Integrate mainline again
71135      Branch: perlio
71136           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
71137           !> t/lib/b.t t/op/misc.t util.c
71138 ____________________________________________________________________________
71139 [  7549] By: jhi                                   on 2000/11/04  23:14:01
71140         Log: Fix for
71141              
71142              Subject: [ID 20001004.006] undef is never tainted
71143              From: pimlott@idiomtech.com (Andrew Pimlott)
71144              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
71145              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
71146              
71147              An undef read from a slurped file was not tainted.
71148      Branch: perl
71149            ! pp_hot.c t/op/taint.t
71150 ____________________________________________________________________________
71151 [  7548] By: jhi                                   on 2000/11/04  22:56:21
71152         Log: Test tweak ($Config{useperlio} is by default undef) .
71153      Branch: perl
71154            ! t/lib/b.t
71155 ____________________________________________________________________________
71156 [  7547] By: jhi                                   on 2000/11/04  22:43:56
71157         Log: Integrate perlio.
71158      Branch: perl
71159           +> lib/perlio.pm
71160           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
71161           !> pod/perlapi.pod t/lib/b.t
71162 ____________________________________________________________________________
71163 [  7546] By: jhi                                   on 2000/11/04  22:40:59
71164         Log: Configure would use a bad $myuname from an old config.sh.
71165              
71166              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
71167              From: Andy Dougherty <doughera@lafayette.edu>
71168              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
71169              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
71170      Branch: metaconfig
71171            ! U/modified/Oldconfig.U
71172      Branch: perl
71173            ! Configure config_h.SH
71174 ____________________________________________________________________________
71175 [  7545] By: jhi                                   on 2000/11/04  22:36:54
71176         Log: Subject: Locales support (setlocale) fixes
71177              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
71178              Date: Sat, 4 Nov 2000 10:15:48 +0300 
71179              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
71180              
71181              Modified quite a bit to be more portable.
71182      Branch: perl
71183            ! embed.h embed.pl perl.h proto.h util.c
71184 ____________________________________________________________________________
71185 [  7544] By: jhi                                   on 2000/11/04  22:32:47
71186         Log: Dying is too strict here, better just skip.
71187      Branch: perl
71188            ! t/op/misc.t
71189 ____________________________________________________________________________
71190 [  7543] By: nick                                  on 2000/11/04  21:55:13
71191         Log: Merge mainline
71192      Branch: perlio
71193           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71194           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
71195           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
71196           !> (integrate 64 files)
71197 ____________________________________________________________________________
71198 [  7542] By: jhi                                   on 2000/11/04  21:09:28
71199         Log: More Changes tweakery.
71200      Branch: perl
71201            ! Changes Porting/genlog
71202 ____________________________________________________________________________
71203 [  7541] By: jhi                                   on 2000/11/04  20:58:18
71204         Log: Changes fixups.
71205      Branch: perl
71206            ! Changes
71207 ____________________________________________________________________________
71208 [  7540] By: jhi                                   on 2000/11/04  20:42:38
71209         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
71210              create a "fast path" for locale name probing using "locale -a"
71211              if available, squash finally hopefully the s?printf resetting
71212              the numeric locale (since, IIUC perllocale, it never shouldn't). 
71213      Branch: perl
71214            ! sv.c t/op/misc.t t/pragma/locale.t
71215 ____________________________________________________________________________
71216 [  7539] By: nick                                  on 2000/11/04  19:56:10
71217         Log: PerlIO infrastructure complete.
71218      Branch: perlio
71219            + lib/perlio.pm
71220            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
71221 ____________________________________________________________________________
71222 [  7538] By: nick                                  on 2000/11/04  14:31:32
71223         Log: Type tweaks + less contorted allocation scheme
71224      Branch: perlio
71225            ! perlio.c
71226 ____________________________________________________________________________
71227 [  7537] By: nick                                  on 2000/11/04  12:40:42
71228         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
71229              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
71230              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
71231              sensible) which lead to some interesting fails.
71232      Branch: perlio
71233            ! perlio.c
71234 ____________________________________________________________________________
71235 [  7536] By: jhi                                   on 2000/11/04  00:20:02
71236         Log: Add FCNTL_CAN_LOCK.
71237              
71238              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71239              From: Andy Dougherty <doughera@lafayette.edu>
71240              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
71241              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
71242              
71243              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
71244              From: Andy Dougherty <doughera@lafayette.edu>
71245              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
71246              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
71247      Branch: metaconfig/U/perl
71248            + d_fcntl_can_lock.U
71249            ! startperl.U
71250      Branch: perl
71251            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71252            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
71253            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71254            ! vos/config.ga.h win32/config.bc win32/config.gc
71255            ! win32/config.vc
71256 ____________________________________________________________________________
71257 [  7535] By: nick                                  on 2000/11/03  22:19:10
71258         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
71259              - Works on Linux with
71260              perlio + unix
71261              stdio
71262              - Works on Solaris with
71263              perlio + unix
71264              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
71265              - Fails (hangs in openpid) if you try and stack
71266              perlio + stdio - Linux stdio's read() logic is hanging.
71267      Branch: perlio
71268            ! iperlsys.h perlio.c
71269 ____________________________________________________________________________
71270 [  7534] By: jhi                                   on 2000/11/03  15:16:02
71271         Log: Subject: Re: README.aix
71272              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71273              Date: Fri, 03 Nov 2000 16:03:15 +0100
71274              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
71275      Branch: perl
71276            ! README.aix
71277 ____________________________________________________________________________
71278 [  7533] By: jhi                                   on 2000/11/03  03:59:02
71279         Log: Subject: [PATCH 5.7.0] better messages from malloc()
71280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71281              Date: Wed, 1 Nov 2000 23:39:56 -0500
71282              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
71283      Branch: perl
71284            ! malloc.c pod/perldiag.pod
71285 ____________________________________________________________________________
71286 [  7532] By: jhi                                   on 2000/11/03  00:11:56
71287         Log: The #7521 touched things it shouldn't have.
71288      Branch: perl
71289            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
71290 ____________________________________________________________________________
71291 [  7531] By: jhi                                   on 2000/11/02  22:32:33
71292         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
71293              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71294              Date:     Thu, 2 Nov 2000 16:58:36 EST
71295              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
71296      Branch: perl
71297            ! vms/gen_shrfls.pl
71298 ____________________________________________________________________________
71299 [  7530] By: jhi                                   on 2000/11/02  22:08:49
71300         Log: Fix the problem discussed in
71301              
71302              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
71303              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
71304              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
71305              
71306              originally from Linc Madison.  Also Andreas König's comments
71307              taken into account.  Some other problems with Tie::SubstrHash
71308              fixed: didn't croak when the table exceeded the requested number
71309              of entries (as documented) but instead when the number of entries
71310              exceeded the size of the table, a croak() had an unnecessary \n,
71311              didn't have a CLEAR method, documented that there is no exists().
71312              Didn't fix to be strict-proof because the module uses &foo; and
71313              dynamic scope.  Added a test script exercizing both first tamely 
71314              the basic functionality, and then the failure cases reported by
71315              Linc Madison.
71316      Branch: perl
71317            + t/lib/tie-substrhash.t
71318            ! MANIFEST lib/Tie/SubstrHash.pm
71319 ____________________________________________________________________________
71320 [  7529] By: jhi                                   on 2000/11/02  17:58:08
71321         Log: recv() can fail and return undef.
71322              
71323              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
71324              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
71325              Date: Thu, 2 Nov 2000 20:12:20 +0300
71326              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
71327      Branch: perl
71328            ! lib/Net/Ping.pm
71329 ____________________________________________________________________________
71330 [  7528] By: jhi                                   on 2000/11/02  17:49:09
71331         Log: Detpyo.
71332      Branch: perl
71333            ! pod/perlop.pod
71334 ____________________________________________________________________________
71335 [  7527] By: jhi                                   on 2000/11/02  15:48:37
71336         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
71337              fix a autovivification bug in Tie::RefHash, add tests for both.
71338              
71339              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
71340              From: Edward Avis <epa98@doc.ic.ac.uk>
71341              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
71342              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
71343      Branch: perl
71344            + t/lib/tie-refhash.t
71345            ! MANIFEST lib/Tie/RefHash.pm
71346 ____________________________________________________________________________
71347 [  7526] By: jhi                                   on 2000/11/02  13:56:26
71348         Log: Test::Harness revealed buglets in the new DynaLoader.
71349              
71350              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
71351              From: andreas.koenig@anima.de (Andreas J. Koenig)
71352              Date: 02 Nov 2000 11:26:48 +0100 
71353              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
71354      Branch: perl
71355            ! ext/DynaLoader/DynaLoader_pm.PL
71356 ____________________________________________________________________________
71357 [  7525] By: jhi                                   on 2000/11/01  23:52:08
71358         Log: The entry for #7503 was missing.
71359      Branch: perl
71360            ! Changes
71361 ____________________________________________________________________________
71362 [  7524] By: jhi                                   on 2000/11/01  23:40:52
71363         Log: Update Changes.
71364      Branch: perl
71365            ! Changes patchlevel.h
71366 ____________________________________________________________________________
71367 [  7523] By: jhi                                   on 2000/11/01  22:57:09
71368         Log: More tweaking on the #7522 theme.
71369      Branch: perl
71370            ! ext/DynaLoader/DynaLoader_pm.PL
71371 ____________________________________________________________________________
71372 [  7522] By: jhi                                   on 2000/11/01  22:06:15
71373         Log: Expand %Config variables and %ENV variables only if
71374              so requested during build time using the
71375              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
71376              Not expanding makes relocating distributions easier.
71377      Branch: perl
71378            ! ext/DynaLoader/DynaLoader_pm.PL
71379 ____________________________________________________________________________
71380 [  7521] By: jhi                                   on 2000/11/01  20:56:34
71381         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
71382              and setgid() because they were just changing $< and $( which means
71383              only changing the real uid/gid, as opposed to changing both
71384              real and effective ids.  (The alternative way could have been
71385              in POSIX.pm to change $> and $), too, but making a direct call
71386              to the C API feels cleaner.)  Fixes the bug
71387              
71388              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
71389              From: "Garry T. Williams" <garry@zvolve.com>
71390              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
71391              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
71392      Branch: perl
71393            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
71394            ! ext/POSIX/typemap pod/perlvar.pod
71395 ____________________________________________________________________________
71396 [  7520] By: jhi                                   on 2000/11/01  20:08:33
71397         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
71398              From: "Garry T. Williams" <garry@zvolve.com>
71399              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
71400              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
71401      Branch: perl
71402            ! pod/perlsec.pod
71403 ____________________________________________________________________________
71404 [  7519] By: jhi                                   on 2000/11/01  20:01:22
71405         Log: Locale warning explanation tweak.
71406      Branch: perl
71407            ! pod/perldiag.pod
71408 ____________________________________________________________________________
71409 [  7518] By: jhi                                   on 2000/11/01  18:57:13
71410         Log: C.pm part of
71411              
71412              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
71413              From: Jarkko Hietaniemi <jhi@iki.fi>
71414              Date: Tue, 10 Oct 2000 08:22:28 -0500
71415              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
71416      Branch: perl
71417            ! ext/B/B/C.pm
71418 ____________________________________________________________________________
71419 [  7517] By: jhi                                   on 2000/11/01  18:41:59
71420         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
71421              From: Martien Verbruggen <mgjv@comdyn.com.au>
71422              Date: Fri, 6 Oct 2000 14:09:10 +1100
71423              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
71424      Branch: perl
71425            ! pod/perlop.pod
71426 ____________________________________________________________________________
71427 [  7516] By: jhi                                   on 2000/11/01  18:34:55
71428         Log: Generalize the Camel wording.
71429              
71430              Subject: Re: perlfaq style changes
71431              From: John Borwick <jhborwic@unity.ncsu.edu>
71432              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
71433              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
71434      Branch: perl
71435            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
71436 ____________________________________________________________________________
71437 [  7515] By: jhi                                   on 2000/11/01  16:52:31
71438         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
71439              From: pimlott@idiomtech.com (Andrew Pimlott)
71440              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
71441              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
71442      Branch: perl
71443            ! pod/perlsec.pod
71444 ____________________________________________________________________________
71445 [  7514] By: jhi                                   on 2000/11/01  15:03:40
71446         Log: More AIX lore.
71447      Branch: perl
71448            ! ext/re/hints/aix.pl
71449 ____________________________________________________________________________
71450 [  7513] By: jhi                                   on 2000/11/01  14:48:30
71451         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
71452              From: root <root@chronos.fi.muni.cz>
71453              Date: Wed, 1 Nov 2000 12:31:32 +0100
71454              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
71455      Branch: perl
71456            ! lib/Net/Ping.pm
71457 ____________________________________________________________________________
71458 [  7512] By: jhi                                   on 2000/11/01  14:46:47
71459         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
71460              From: Martin Husemann <martin@duskware.de>
71461              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
71462              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
71463      Branch: perl
71464            ! regcomp.c
71465 ____________________________________________________________________________
71466 [  7511] By: jhi                                   on 2000/11/01  14:39:50
71467         Log: AUTHORS updates.
71468      Branch: perl
71469            ! AUTHORS
71470 ____________________________________________________________________________
71471 [  7510] By: jhi                                   on 2000/11/01  14:29:50
71472         Log: Subject: [PATCH] startperl to respect versiononly
71473              From: Robin Barker <rmb1@cise.npl.co.uk> 
71474              Date: Tue, 31 Oct 2000 16:29:36 GMT
71475              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
71476      Branch: metaconfig/U/perl
71477            ! startperl.U
71478      Branch: perl
71479            ! Configure config_h.SH
71480 ____________________________________________________________________________
71481 [  7509] By: jhi                                   on 2000/11/01  14:19:53
71482         Log: printf UVs the correct way, noticed by Robin Barker.
71483      Branch: perl
71484            ! utf8.c
71485 ____________________________________________________________________________
71486 [  7508] By: jhi                                   on 2000/11/01  14:10:03
71487         Log: Do not cleanup *% because the % has special meanings in some
71488              shell environments.
71489      Branch: perl
71490            ! ext/Storable/Makefile.PL
71491 ____________________________________________________________________________
71492 [  7507] By: jhi                                   on 2000/11/01  14:06:00
71493         Log: The NonStop-UX libraries have a novel way to say NaN.
71494      Branch: perl
71495            ! t/lib/bigfltpm.t
71496 ____________________________________________________________________________
71497 [  7506] By: jhi                                   on 2000/11/01  14:03:35
71498         Log: The osname has been lowercased by now, from Tom Bates.
71499      Branch: metaconfig
71500            ! U/modified/Oldconfig.U
71501      Branch: perl
71502            ! Configure config_h.SH
71503 ____________________________________________________________________________
71504 [  7505] By: jhi                                   on 2000/10/31  19:18:39
71505         Log: The compiler is either gcc or cc, from Tom Bates.
71506      Branch: perl
71507            ! hints/nonstopux.sh
71508 ____________________________________________________________________________
71509 [  7504] By: jhi                                   on 2000/10/31  14:53:42
71510         Log: Update Changes.
71511      Branch: perl
71512            ! Changes patchlevel.h
71513 ____________________________________________________________________________
71514 [  7503] By: jhi                                   on 2000/10/31  14:30:50
71515         Log: Whitespace style tweak.  Was originally going to see to
71516              
71517              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71518              From: Joe Smith <jms@inwap.com>
71519              Date: Mon, 30 Oct 2000 18:47:57 -0800
71520              Message-Id: <39FE32DD.24AAC4D@inwap.com>
71521              
71522              but that had already been taken care of.
71523      Branch: metaconfig
71524            ! U/compline/d_stdstdio.U
71525      Branch: perl
71526            ! Configure config_h.SH
71527 ____________________________________________________________________________
71528 [  7502] By: jhi                                   on 2000/10/31  14:25:02
71529         Log: AUTHORS tweaks.
71530      Branch: perl
71531            ! AUTHORS
71532 ____________________________________________________________________________
71533 [  7501] By: jhi                                   on 2000/10/31  14:23:59
71534         Log: Subject: perlfaq style changes
71535              From: John Borwick <jhborwic@unity.ncsu.edu>
71536              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
71537              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
71538      Branch: perl
71539            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
71540            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
71541            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
71542            ! pod/perlfaq9.pod
71543 ____________________________________________________________________________
71544 [  7500] By: jhi                                   on 2000/10/31  14:22:15
71545         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
71546              
71547              Subject: Re: [ID 20000918.005] ~ on wide chars
71548              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
71549              Date: Mon, 30 Oct 2000 21:09:55 -0800
71550              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
71551              
71552              (The ord() part of the patch skipped.)
71553      Branch: perl
71554            ! doop.c
71555 ____________________________________________________________________________
71556 [  7499] By: jhi                                   on 2000/10/31  14:20:08
71557         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
71558              From: Jens Hamisch <jens@Strawberry.COM>
71559              Date: Mon, 30 Oct 2000 15:17:07 +0100
71560              Message-Id: <20001030151707.A9597@Strawberry.COM>
71561      Branch: perl
71562            ! av.c
71563 ____________________________________________________________________________
71564 [  7498] By: jhi                                   on 2000/10/31  14:16:29
71565         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
71566              From: Peter Prymmer <pvhp@forte.com>
71567              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
71568              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
71569      Branch: perl
71570            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
71571            + ext/Encode/Encode/posix-bc.enc
71572            ! MANIFEST t/lib/encode.t
71573 ____________________________________________________________________________
71574 [  7497] By: jhi                                   on 2000/10/31  14:13:22
71575         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
71576              From: Peter Prymmer <pvhp@forte.com>
71577              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
71578              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
71579      Branch: perl
71580            ! t/lib/cgi-html.t
71581 ____________________________________________________________________________
71582 [  7496] By: jhi                                   on 2000/10/31  14:12:05
71583         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
71584              From: Peter Prymmer <pvhp@forte.com>
71585              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
71586              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
71587      Branch: perl
71588            ! t/lib/cgi-function.t
71589 ____________________________________________________________________________
71590 [  7495] By: jhi                                   on 2000/10/31  14:11:08
71591         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
71592              From: Peter Prymmer <pvhp@forte.com>
71593              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
71594              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
71595      Branch: perl
71596            + ext/re/hints/aix.pl
71597            ! MANIFEST ext/re/Makefile.PL
71598 ____________________________________________________________________________
71599 [  7494] By: jhi                                   on 2000/10/31  14:08:32
71600         Log: Use Errno magic.
71601              
71602              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
71603              From: Casey Tweten <perl@ctweten.amsite.com>
71604              Date: Mon, 30 Oct 2000 15:51:17 -0500
71605              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
71606      Branch: perl
71607            ! lib/File/Temp.pm
71608 ____________________________________________________________________________
71609 [  7493] By: jhi                                   on 2000/10/31  14:05:07
71610         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
71611              
71612              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71613              From: Nicholas Clark <nick@ccl4.org>
71614              Date: Mon, 30 Oct 2000 17:38:45 +0000
71615              Message-ID: <20001030173845.O60355@plum.flirble.org>
71616      Branch: perl
71617            ! Makefile.SH utils/perlbug.PL
71618 ____________________________________________________________________________
71619 [  7492] By: nick                                  on 2000/10/30  19:37:23
71620         Log: Change files which are mysteriously different to mainline to be
71621              copies of mainline.
71622      Branch: perlio
71623            ! objXSUB.h perlapi.c pod/perlapi.pod
71624 ____________________________________________________________________________
71625 [  7491] By: nick                                  on 2000/10/30  18:05:54
71626         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
71627              - typo in endian code in putc.
71628              - Don't allow read of write-only files and vice-versa
71629              - and off-by-one in flush-all loop.
71630              Remove debug calls as they were using GCC specific features.
71631      Branch: perlio
71632            ! perlio.c
71633 ____________________________________________________________________________
71634 [  7490] By: nick                                  on 2000/10/29  21:45:45
71635         Log: Integrate mainline to perlio
71636      Branch: perlio
71637           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
71638           !> toke.c
71639 ____________________________________________________________________________
71640 [  7489] By: jhi                                   on 2000/10/29  21:11:08
71641         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71642              From: andreas.koenig@anima.de (Andreas J. Koenig)
71643              Date: 29 Oct 2000 22:05:59 +0100
71644              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
71645      Branch: perl
71646            ! lib/ExtUtils/Manifest.pm
71647 ____________________________________________________________________________
71648 [  7488] By: jhi                                   on 2000/10/29  21:07:47
71649         Log: Tests for #7487.
71650              
71651              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71652              From: andreas.koenig@anima.de (Andreas J. Koenig)
71653              Date: 29 Oct 2000 19:37:09 +0100
71654              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
71655      Branch: perl
71656            ! t/comp/proto.t
71657 ____________________________________________________________________________
71658 [  7487] By: jhi                                   on 2000/10/29  21:06:27
71659         Log: constsub spillage.
71660              
71661              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71662              From: John Tobey <jtobey@john-edwin-tobey.org>
71663              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
71664              Message-Id: <m13pvSr-000FObC@feynman.localnet>
71665      Branch: perl
71666            ! op.c
71667 ____________________________________________________________________________
71668 [  7486] By: nick                                  on 2000/10/29  21:05:04
71669         Log: Integrate mainline to perlio branch
71670      Branch: perlio
71671           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
71672           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
71673           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
71674           +> vos/install_perl.cm
71675            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
71676            - vos/config.h vos/config_h.SH_orig
71677           !> (integrate 141 files)
71678 ____________________________________________________________________________
71679 [  7485] By: jhi                                   on 2000/10/29  21:00:47
71680         Log: Make \x{...} consistently produce UTF-8.
71681              
71682              Subject: Re: \x{...} is confused 
71683              From: Simon Cozens <simon@cozens.net>
71684              Date: Sun, 29 Oct 2000 19:36:48 +0000
71685              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
71686      Branch: perl
71687            ! t/pragma/utf8.t toke.c
71688 ____________________________________________________________________________
71689 [  7484] By: nick                                  on 2000/10/29  20:05:29
71690         Log: PerlIO passes all tests.
71691      Branch: perlio
71692            ! perlio.c
71693 ____________________________________________________________________________
71694 [  7483] By: jhi                                   on 2000/10/29  18:06:55
71695         Log: Update Changes.
71696      Branch: perl
71697            ! Changes patchlevel.h
71698 ____________________________________________________________________________
71699 [  7482] By: nick                                  on 2000/10/29  17:43:28
71700         Log: Include <unistd.h> to get correct lseek() prototype etc.
71701              (I thought perl.h did that) - down to two fails
71702              - comp/require.t (last test)
71703              - lib/io_xs.t - possibly import/export of FILE * ?
71704      Branch: perlio
71705            ! perlio.c
71706 ____________________________________________________________________________
71707 [  7481] By: jhi                                   on 2000/10/29  17:02:37
71708         Log: UTF-8 decoder tweak.
71709      Branch: perl
71710            ! utf8.c
71711 ____________________________________________________________________________
71712 [  7480] By: nick                                  on 2000/10/29  16:26:11
71713         Log: Fixed two bugs:
71714              - error code not being set on close (of broken pipe)
71715              - append mode was truncating.
71716              At least one seek/tell bug remains.
71717      Branch: perlio
71718            ! perlio.c
71719 ____________________________________________________________________________
71720 [  7479] By: nick                                  on 2000/10/29  11:18:16
71721         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
71722              in case of accidents. Still several worrying fails, no line disciplines yet.
71723      Branch: perlio
71724            ! iperlsys.h perlio.c
71725 ____________________________________________________________________________
71726 [  7478] By: jhi                                   on 2000/10/29  02:04:01
71727         Log: Add also emailless people.
71728      Branch: perl
71729            ! AUTHORS
71730 ____________________________________________________________________________
71731 [  7477] By: jhi                                   on 2000/10/29  01:36:00
71732         Log: The #7476 needs a MANIFEST change, too.
71733      Branch: perl
71734            ! MANIFEST
71735 ____________________________________________________________________________
71736 [  7476] By: jhi                                   on 2000/10/29  01:35:21
71737         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71738      Branch: perl
71739            - MAINTAIN
71740            ! AUTHORS Changes
71741 ____________________________________________________________________________
71742 [  7475] By: jhi                                   on 2000/10/28  23:57:25
71743         Log: De-quoted-unreadable to ISO Latin 1.
71744              (There's one ISO-2022-JP name in Changes5.004.)
71745      Branch: perl
71746            ! Changes Changes5.6
71747 ____________________________________________________________________________
71748 [  7474] By: jhi                                   on 2000/10/28  19:13:06
71749         Log: Subject: [ID 20001027.007] uniq array in perlfaq
71750              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
71751              Date: Fri, 27 Oct 2000 19:28:30 +0200
71752              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
71753      Branch: perl
71754            ! pod/perlfaq4.pod
71755 ____________________________________________________________________________
71756 [  7473] By: jhi                                   on 2000/10/28  18:02:05
71757         Log: Locking null mutexes is not recommendable.
71758              
71759              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
71760              From: Hugo <hv@crypt.compulink.co.uk>
71761              Date: Sat, 28 Oct 2000 18:41:12 +0100
71762              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
71763      Branch: perl
71764            ! op.c
71765 ____________________________________________________________________________
71766 [  7472] By: jhi                                   on 2000/10/28  17:52:58
71767         Log: Better create a true mailing list for the repository keepers.
71768      Branch: perl
71769            ! Porting/repository.pod
71770 ____________________________________________________________________________
71771 [  7471] By: jhi                                   on 2000/10/28  17:28:24
71772         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
71773              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71774      Branch: perl
71775            + Porting/repository.pod
71776            ! MANIFEST
71777 ____________________________________________________________________________
71778 [  7470] By: jhi                                   on 2000/10/28  17:20:54
71779         Log: Subject: DOC PATCH 5.6.0
71780              From: mjd@plover.com
71781              Date: 27 Oct 2000 17:32:44 -0000
71782              Message-ID: <20001027173244.23754.qmail@plover.com>
71783      Branch: perl
71784            ! pod/perlfunc.pod
71785 ____________________________________________________________________________
71786 [  7469] By: jhi                                   on 2000/10/28  17:16:45
71787         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71788              From: "Peter J. Farley III" <pjfarley@banet.net>
71789              Date: Fri, 27 Oct 2000 20:32:56 -0400
71790              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
71791      Branch: perl
71792            ! README.dos
71793 ____________________________________________________________________________
71794 [  7468] By: jhi                                   on 2000/10/28  17:07:18
71795         Log: Make target reordering to avoid pointless re-makes.
71796              
71797              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71798              From: Nicholas Clark <nick@ccl4.org>
71799              Date: Sat, 28 Oct 2000 00:31:02 +0100
71800              Message-ID: <20001028003101.A54517@plum.flirble.org>
71801      Branch: perl
71802            ! Makefile.SH
71803 ____________________________________________________________________________
71804 [  7467] By: jhi                                   on 2000/10/28  17:05:31
71805         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71806              From: lvirden@cas.org
71807              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
71808              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
71809      Branch: perl
71810            ! README.os2
71811 ____________________________________________________________________________
71812 [  7466] By: jhi                                   on 2000/10/28  16:09:16
71813         Log: Upgrade to CPAN 1.58_55.
71814              
71815              Subject: CPAN.pm status
71816              From: andreas.koenig@anima.de (Andreas J. Koenig) 
71817              Date: 28 Oct 2000 08:18:00 +0200 
71818              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
71819      Branch: perl
71820            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71821 ____________________________________________________________________________
71822 [  7465] By: jhi                                   on 2000/10/28  16:02:47
71823         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71824      Branch: perl
71825            ! embed.h embed.pl perl.h proto.h toke.c
71826 ____________________________________________________________________________
71827 [  7464] By: nick                                  on 2000/10/28  10:43:44
71828         Log: Fix for sv_2iv() on "shared" value from keys %hash.
71829      Branch: perl
71830            ! sv.c
71831 ____________________________________________________________________________
71832 [  7463] By: jhi                                   on 2000/10/27  16:18:29
71833         Log: Update Changes.
71834      Branch: perl
71835            ! Changes patchlevel.h
71836 ____________________________________________________________________________
71837 [  7462] By: jhi                                   on 2000/10/27  16:17:44
71838         Log: Too enthusiastic editing in #7460.
71839      Branch: metaconfig
71840            ! U/modified/Oldsym.U
71841      Branch: perl
71842            ! Configure config_h.SH
71843 ____________________________________________________________________________
71844 [  7461] By: jhi                                   on 2000/10/27  15:37:38
71845         Log: Retract #7459, the script needs more work.
71846      Branch: perl
71847            - mkreef
71848            ! MANIFEST
71849 ____________________________________________________________________________
71850 [  7460] By: jhi                                   on 2000/10/27  15:23:14
71851         Log: Use $sort, $uniq (and $tr) consistently as wondered
71852              by Nicholas Clark.
71853      Branch: metaconfig
71854            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
71855            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
71856            ! U/modified/libc.U
71857      Branch: perl
71858            ! Configure config_h.SH
71859 ____________________________________________________________________________
71860 [  7459] By: jhi                                   on 2000/10/27  15:02:07
71861         Log: (Retracted by #7461)
71862              
71863              Add a shell script for creating/removing symbolic link farms,
71864              useful for keeping the source code read-only and doing the
71865              builds somewhere else.
71866      Branch: perl
71867            + mkreef
71868            ! MANIFEST
71869 ____________________________________________________________________________
71870 [  7458] By: jhi                                   on 2000/10/27  14:42:20
71871         Log: Do away with the fix_pl.
71872      Branch: perl
71873            - fix_pl
71874            ! MANIFEST Makefile.SH
71875 ____________________________________________________________________________
71876 [  7457] By: jhi                                   on 2000/10/27  12:43:13
71877         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71878              From: Jens Hamisch <jens@Strawberry.COM>
71879              Date: Fri, 27 Oct 2000 14:38:21 +0200
71880              Message-Id: <20001027143821.B3366@Strawberry.COM>
71881      Branch: perl
71882            ! perl.h
71883 ____________________________________________________________________________
71884 [  7456] By: jhi                                   on 2000/10/27  12:33:42
71885         Log: Subject: [PATCH] todo
71886              From: Nicholas Clark <nick@ccl4.org>
71887              Date: Thu, 26 Oct 2000 22:32:29 +0100
71888              Message-ID: <20001026223229.A44540@plum.flirble.org>
71889      Branch: perl
71890            ! pod/perltodo.pod
71891 ____________________________________________________________________________
71892 [  7455] By: jhi                                   on 2000/10/27  12:02:21
71893         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
71894              From: John Tobey <jtobey@john-edwin-tobey.org>
71895              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
71896              Message-Id: <m13ozHF-000FObC@feynman.localnet>
71897      Branch: perl
71898            ! op.c t/pragma/sub_lval.t
71899 ____________________________________________________________________________
71900 [  7454] By: jhi                                   on 2000/10/27  11:59:42
71901         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71902              From: sthoenna@efn.org
71903              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
71904              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
71905      Branch: perl
71906            ! pp.c t/op/assignwarn.t
71907 ____________________________________________________________________________
71908 [  7453] By: jhi                                   on 2000/10/27  00:15:08
71909         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
71910      Branch: perl
71911            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71912            ! ext/Storable/Storable.xs t/lib/st-lock.t
71913 ____________________________________________________________________________
71914 [  7452] By: jhi                                   on 2000/10/26  13:05:52
71915         Log: Undo #7451, this seems to be a deficiency in Perforce,
71916              there is no per-file line-terminator type, only per-client.
71917      Branch: perl
71918            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71919            ! win32/makefile.mk
71920 ____________________________________________________________________________
71921 [  7451] By: jhi                                   on 2000/10/26  04:56:03
71922         Log: Experimenting in DOS arcana.
71923      Branch: perl
71924            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71925            ! win32/makefile.mk
71926 ____________________________________________________________________________
71927 [  7450] By: jhi                                   on 2000/10/26  04:50:52
71928         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71929              From: "Peter J. Farley III" <pjfarley@banet.net>            
71930              Date: Wed, 25 Oct 2000 23:10:18 -0400
71931              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
71932      Branch: perl
71933            ! t/io/open.t
71934 ____________________________________________________________________________
71935 [  7449] By: jhi                                   on 2000/10/26  04:49:16
71936         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
71937              From: Hugo <hv@crypt.compulink.co.uk>
71938              Date: Thu, 26 Oct 2000 01:55:17 +0100
71939              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
71940              
71941              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
71942      Branch: perl
71943            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
71944 ____________________________________________________________________________
71945 [  7448] By: jhi                                   on 2000/10/26  04:38:36
71946         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71947              From: Peter Prymmer <pvhp@forte.com>
71948              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
71949              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
71950      Branch: perl
71951            ! configure.com
71952 ____________________________________________________________________________
71953 [  7447] By: jhi                                   on 2000/10/25  23:20:02
71954         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71955              in platforms that strictly require all the symbols being present
71956              at link time.
71957      Branch: perl
71958            ! handy.h
71959 ____________________________________________________________________________
71960 [  7446] By: jhi                                   on 2000/10/25  21:55:57
71961         Log: Update Changes.
71962      Branch: perl
71963            ! Changes patchlevel.h
71964 ____________________________________________________________________________
71965 [  7445] By: jhi                                   on 2000/10/25  21:27:08
71966         Log: Integrate with vmsperl #7430 by Charles Bailey:
71967              
71968              Cleanup from prior patch (Charles Lane?):
71969              - improve handling of MFDs in Basename and Path
71970              - default to no xsubpp line # munging when building debug images
71971      Branch: perl
71972           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71973 ____________________________________________________________________________
71974 [  7444] By: jhi                                   on 2000/10/25  21:03:50
71975         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
71976              From: John Peacock <JPeacock@UnivPress.com>
71977              Date: Thu, 18 May 2000 11:55:27 -0400
71978              Message-ID: <3924126F.A58BE57A@UnivPress.com>
71979      Branch: perl
71980            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
71981            ! t/op/write.t
71982 ____________________________________________________________________________
71983 [  7443] By: jhi                                   on 2000/10/25  20:43:10
71984         Log: Temporary stopgap for the self-tying issue: for now only
71985              array and hash self-ties are verboten.  The real fix, of
71986              course, would be to comprehensively test (and implement?)
71987              and debug (and document) self-ties.
71988      Branch: perl
71989            ! pod/perldiag.pod pp_sys.c t/op/tie.t
71990 ____________________________________________________________________________
71991 [  7442] By: jhi                                   on 2000/10/25  20:14:30
71992         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
71993              From: Dan Sugalski <dan@sidhe.org>
71994              Date: Wed, 25 Oct 2000 13:36:35 -0400
71995              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
71996              
71997              plus regen global.sym.
71998      Branch: perl
71999            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
72000            ! thrdvar.h util.c
72001 ____________________________________________________________________________
72002 [  7441] By: jhi                                   on 2000/10/25  20:12:20
72003         Log: buildtoc target tweaks.
72004      Branch: perl
72005            ! pod/Makefile.SH
72006 ____________________________________________________________________________
72007 [  7440] By: jhi                                   on 2000/10/25  20:03:53
72008         Log: A new version of making the syslog test more robust.
72009              (Replaces #7421.)
72010              
72011              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72012              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72013              Date: Wed, 25 Oct 2000 12:13:54 -0400
72014              Message-ID: <20001025121354.B2264@O2.chapin.edu>
72015      Branch: perl
72016            ! t/lib/syslog.t
72017 ____________________________________________________________________________
72018 [  7439] By: jhi                                   on 2000/10/25  20:00:48
72019         Log: Continue the internal UTF-8 API tweaking.
72020              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
72021              used much more than the simpler API, now called utf8_to_uv_simple().
72022              Still not quite happy with API, too much partial duplication
72023              of functionality.
72024      Branch: perl
72025            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
72026            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
72027            ! regcomp.c regexec.c sv.c toke.c utf8.c
72028 ____________________________________________________________________________
72029 [  7438] By: jhi                                   on 2000/10/25  18:52:30
72030         Log: Allow poking holes at the UTF-8 decoding strictness.
72031      Branch: perl
72032            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
72033            ! utf8.h
72034 ____________________________________________________________________________
72035 [  7437] By: jhi                                   on 2000/10/25  13:53:05
72036         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
72037              UTF8LEN() and UTF8SKIP(). 
72038      Branch: perl
72039            ! pp.c utf8.c utf8.h
72040 ____________________________________________________________________________
72041 [  7436] By: jhi                                   on 2000/10/25  13:51:37
72042         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
72043              From: Nicholas Clark <nick@ccl4.org>
72044              Date: Wed, 25 Oct 2000 14:44:05 +0100
72045              Message-ID: <20001025144404.D27253@plum.flirble.org>
72046      Branch: perl
72047            ! pod/perlrun.pod
72048 ____________________________________________________________________________
72049 [  7435] By: jhi                                   on 2000/10/25  13:49:32
72050         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
72051              From: Mike Guy <mjtg@cam.ac.uk>
72052              Date: Tue, 24 Oct 2000 14:59:40 +0100
72053              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
72054      Branch: perl
72055            ! scope.c
72056 ____________________________________________________________________________
72057 [  7434] By: jhi                                   on 2000/10/25  13:48:41
72058         Log: AIX is picky about its symbol exports.  Solution for now
72059              is to include the deb.o explicitly to the re extension build.
72060              
72061              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
72062              From: Peter Prymmer <pvhp@forte.com>
72063              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
72064              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
72065      Branch: perl
72066            ! ext/re/Makefile.PL hints/aix.sh
72067 ____________________________________________________________________________
72068 [  7433] By: jhi                                   on 2000/10/25  13:46:49
72069         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
72070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72071              Date: Wed, 25 Oct 2000 12:02:20 +0200
72072              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
72073      Branch: perl
72074            ! perlsdio.h
72075 ____________________________________________________________________________
72076 [  7432] By: jhi                                   on 2000/10/25  13:44:28
72077         Log: Subject: Minor update to find2perl, for portability
72078              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
72079              Date: Wed, 25 Oct 2000 12:05:47 +0100
72080              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
72081      Branch: perl
72082            ! x2p/find2perl.PL
72083 ____________________________________________________________________________
72084 [  7431] By: jhi                                   on 2000/10/25  13:40:39
72085         Log: Add targets to Makefile.SH, most importantly
72086              'regen_all' which also remembers to update vms/perly*.
72087      Branch: perl
72088            ! Makefile.SH
72089 ____________________________________________________________________________
72090 [  7430] By: bailey                                on 2000/10/25  03:13:53
72091         Log: Cleanup from prior patch (Charles Lane?):
72092              - improve handling of MFDs in Basename and Path
72093              - default to no xsubpp line # munging when building debug images
72094      Branch: vmsperl
72095            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
72096 ____________________________________________________________________________
72097 [  7429] By: jhi                                   on 2000/10/24  20:03:40
72098         Log: Podify README.epoc and README.vos.
72099      Branch: perl
72100            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
72101            ! pod/perlport.pod pod/perltoc.pod
72102 ____________________________________________________________________________
72103 [  7428] By: jhi                                   on 2000/10/24  19:10:33
72104         Log: Stratus VOS updates from Paul Green.
72105      Branch: perl
72106            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
72107            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
72108            - vos/config.def vos/config.h vos/config_h.SH_orig
72109            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
72110            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
72111 ____________________________________________________________________________
72112 [  7427] By: jhi                                   on 2000/10/24  18:59:48
72113         Log: Check if stdio supports tweaking lval and cnt simultaneously.
72114              
72115              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
72116              From: Nicholas Clark <nick@ccl4.org>
72117              Date: Mon, 23 Oct 2000 15:39:32 +0100
72118              Message-ID: <20001023153932.A10786@plum.flirble.org>
72119      Branch: metaconfig
72120            ! U/compline/d_stdstdio.U
72121      Branch: perl
72122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
72123            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
72124            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
72125            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
72126            ! vos/config.h vos/config_h.SH_orig win32/config.bc
72127            ! win32/config.gc win32/config.vc
72128 ____________________________________________________________________________
72129 [  7426] By: jhi                                   on 2000/10/24  17:57:44
72130         Log: Missed the header file changes from #7425.
72131      Branch: perl
72132            ! embed.h embed.pl objXSUB.h proto.h
72133 ____________________________________________________________________________
72134 [  7425] By: jhi                                   on 2000/10/24  17:55:17
72135         Log: Fix the bug reported in
72136              
72137              From: andreas.koenig@anima.de (Andreas J. Koenig)
72138              Subject: Encode bug?
72139              Date: 24 Oct 2000 14:01:26 +0200 
72140              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
72141              
72142              Also make is_utf8_char() stricter.
72143      Branch: perl
72144            ! ext/Encode/Encode.xs utf8.c
72145 ____________________________________________________________________________
72146 [  7424] By: jhi                                   on 2000/10/24  15:15:39
72147         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
72148              From: Peter Scott <Peter@PSDT.com>
72149              Date: Mon, 23 Oct 2000 19:46:01 -0700
72150              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
72151      Branch: perl
72152            ! pod/perlfaq5.pod
72153 ____________________________________________________________________________
72154 [  7423] By: jhi                                   on 2000/10/24  14:25:30
72155         Log: Test tweak to avoid pulling in the whole Config.
72156      Branch: perl
72157            ! t/lib/st-lock.t
72158 ____________________________________________________________________________
72159 [  7422] By: jhi                                   on 2000/10/24  14:03:16
72160         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
72161      Branch: perl
72162            ! pp.c
72163 ____________________________________________________________________________
72164 [  7421] By: jhi                                   on 2000/10/24  13:32:09
72165         Log: (Replaced by #7440.)
72166              
72167              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
72168              From: "Kurt D. Starsinic" <kstar@chapin.edu>
72169              Date: Mon, 23 Oct 2000 16:40:54 -0400
72170              Message-ID: <20001023164054.B14491@O2.chapin.edu>
72171      Branch: perl
72172            ! t/lib/syslog.t
72173 ____________________________________________________________________________
72174 [  7420] By: jhi                                   on 2000/10/24  13:30:53
72175         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
72176              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72177              Date: Mon, 23 Oct 2000 17:29:03 -0400
72178              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
72179      Branch: perl
72180            ! lib/ExtUtils/MM_Unix.pm
72181 ____________________________________________________________________________
72182 [  7419] By: jhi                                   on 2000/10/24  13:29:57
72183         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
72184              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72185              Date: Mon, 23 Oct 2000 19:01:32 -0400
72186              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
72187      Branch: perl
72188            ! utils/h2xs.PL
72189 ____________________________________________________________________________
72190 [  7418] By: jhi                                   on 2000/10/24  13:26:04
72191         Log: Replace #7409 with
72192              
72193              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
72194              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
72195              Date: Mon, 23 Oct 2000 20:08:56 +0200
72196              Message-ID: <20001023200855.A14850@nice.ram.loc>
72197      Branch: perl
72198            ! ext/Storable/Storable.pm t/lib/st-lock.t
72199 ____________________________________________________________________________
72200 [  7417] By: jhi                                   on 2000/10/24  13:17:52
72201         Log: Run vms/vms_yfix.pl, should have done that after changing
72202              perly.c in #7382.
72203      Branch: perl
72204            ! vms/perly_c.vms vms/perly_h.vms
72205 ____________________________________________________________________________
72206 [  7416] By: jhi                                   on 2000/10/24  02:55:33
72207         Log: Make the UTF-8 decoding stricter and more verbose when
72208              malformation happens.  This involved adding an argument
72209              to utf8_to_uv_chk(), which involved changing its prototype,
72210              and prefer STRLEN over I32 for the UTF-8 length, which as
72211              a domino effect necessitated changing the prototypes of
72212              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
72213              The stricter UTF-8 decoding checking uses Markus Kuhn's
72214              UTF-8 Decode Stress Tester from
72215              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
72216      Branch: perl
72217            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
72218            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
72219            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
72220            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
72221 ____________________________________________________________________________
72222 [  7415] By: jhi                                   on 2000/10/23  14:06:06
72223         Log: Update Changes.
72224      Branch: perl
72225            ! Changes patchlevel.h
72226 ____________________________________________________________________________
72227 [  7414] By: jhi                                   on 2000/10/23  12:39:52
72228         Log: Undo the basename() part of #7412 since the lib/basename
72229              tests would need upgrading too.
72230      Branch: perl
72231            ! lib/File/Basename.pm
72232 ____________________________________________________________________________
72233 [  7413] By: jhi                                   on 2000/10/23  12:19:27
72234         Log: Document PERL_INSTALL_ROOT of #7210.
72235      Branch: perl
72236            ! lib/ExtUtils/Install.pm
72237 ____________________________________________________________________________
72238 [  7412] By: jhi                                   on 2000/10/23  12:16:47
72239         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
72240      Branch: perl
72241            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
72242            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
72243 ____________________________________________________________________________
72244 [  7411] By: jhi                                   on 2000/10/23  12:07:41
72245         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
72246              From: Prymmer/Kahn <pvhp@best.com>
72247              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
72248              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
72249      Branch: perl
72250            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
72251 ____________________________________________________________________________
72252 [  7410] By: jhi                                   on 2000/10/23  04:10:11
72253         Log: The change #7187 was not so good on VMS.
72254              
72255              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
72256              From: "Craig A. Berry" <craig.berry@psinetcs.com>
72257              Date: Sun, 22 Oct 2000 23:03:08 -0500
72258              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
72259      Branch: perl
72260            ! utils/perldoc.PL
72261 ____________________________________________________________________________
72262 [  7409] By: jhi                                   on 2000/10/23  03:57:36
72263         Log: Avoid Storable locking on DJGPP for now.
72264              
72265              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
72266              From: "Peter J. Farley III" <pjfarley@banet.net>
72267              Date: Sun, 22 Oct 2000 20:00:00 -0400
72268              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
72269      Branch: perl
72270            ! ext/Storable/Storable.pm t/lib/st-lock.t
72271 ____________________________________________________________________________
72272 [  7408] By: jhi                                   on 2000/10/23  03:50:24
72273         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
72274              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
72275              Date: Sun, 22 Oct 2000 21:12:22 -0400
72276              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
72277      Branch: perl
72278            ! lib/vars.pm
72279 ____________________________________________________________________________
72280 [  7407] By: jhi                                   on 2000/10/23  03:43:12
72281         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
72282              From: Hugo <hv@crypt.compulink.co.uk>
72283              Date: Mon, 23 Oct 2000 00:47:22 +0100
72284              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
72285      Branch: perl
72286            ! regexec.c t/op/pat.t
72287 ____________________________________________________________________________
72288 [  7406] By: jhi                                   on 2000/10/23  03:40:29
72289         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
72290      Branch: perl
72291            ! lib/ExtUtils/MakeMaker.pm
72292 ____________________________________________________________________________
72293 [  7405] By: jhi                                   on 2000/10/22  21:32:00
72294         Log: Doc patch.
72295              
72296              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
72297              From: rspier@pobox.com (Robert Spier)
72298              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
72299              Message-ID: <14835.16112.13457.447971@rls.cx>
72300      Branch: perl
72301            ! lib/strict.pm
72302 ____________________________________________________________________________
72303 [  7404] By: jhi                                   on 2000/10/22  21:30:51
72304         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
72305              From: rspier@pobox.com (Robert Spier)
72306              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
72307              Message-ID: <14835.17223.72448.705566@rls.cx>
72308      Branch: perl
72309            ! lib/ExtUtils/MakeMaker.pm
72310 ____________________________________________________________________________
72311 [  7403] By: jhi                                   on 2000/10/22  21:24:11
72312         Log: Subject: [PATCH bleadperl] ripples from constsub patch
72313              From: John Tobey <jtobey@john-edwin-tobey.org>
72314              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
72315              Message-Id: <m13nSOB-000FObC@feynman.localnet>
72316      Branch: perl
72317            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
72318 ____________________________________________________________________________
72319 [  7402] By: jhi                                   on 2000/10/22  20:59:35
72320         Log: Support s?printf parameter reordering.
72321      Branch: perl
72322            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
72323 ____________________________________________________________________________
72324 [  7401] By: jhi                                   on 2000/10/22  19:19:14
72325         Log: Expand %Config variables only if explicitly so requested
72326              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
72327              
72328              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72329              From: Gurusamy Sarathy <gsar@ActiveState.com>
72330              Date: Sun, 22 Oct 2000 11:47:32 -0700
72331              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
72332      Branch: perl
72333            ! Makefile.SH lib/lib_pm.PL
72334 ____________________________________________________________________________
72335 [  7400] By: jhi                                   on 2000/10/22  18:24:10
72336         Log: Move the #7390 test from warn/op to comp/redef.
72337              
72338              Subject: Re: Creating const subs for constants.
72339              From: John Tobey <jtobey@john-edwin-tobey.org>
72340              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
72341              Message-Id: <m13nG72-000FObC@feynman.localnet>               
72342      Branch: perl
72343            ! t/comp/redef.t t/pragma/warn/op
72344 ____________________________________________________________________________
72345 [  7399] By: jhi                                   on 2000/10/22  17:49:59
72346         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
72347              From: Nicholas Clark <nick@ccl4.org>
72348              Date: Sat, 21 Oct 2000 22:23:19 +0100
72349              Message-ID: <20001021222319.B45586@plum.flirble.org>
72350      Branch: perl
72351            ! ext/DynaLoader/DynaLoader_pm.PL
72352 ____________________________________________________________________________
72353 [  7398] By: jhi                                   on 2000/10/22  17:47:35
72354         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
72355              From: Hugo <hv@crypt.compulink.co.uk>
72356              Date: Sat, 21 Oct 2000 18:19:59 +0100
72357              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
72358      Branch: perl
72359            ! ext/B/B.pm ext/B/B/C.pm
72360 ____________________________________________________________________________
72361 [  7397] By: jhi                                   on 2000/10/22  17:35:18
72362         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
72363              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
72364              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
72365              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
72366      Branch: perl
72367            ! hints/openbsd.sh
72368 ____________________________________________________________________________
72369 [  7396] By: jhi                                   on 2000/10/22  17:19:46
72370         Log: Subject: installman go-faster stripes
72371              From: Nicholas Clark <nick@talking.bollo.cx>
72372              Date: Sat, 21 Oct 2000 17:24:53 +0100
72373              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
72374              
72375              Subject: Re: installman go-faster stripes
72376              From: Russ Allbery <rra@stanford.edu>
72377              Date: 21 Oct 2000 11:04:13 -0700
72378              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
72379      Branch: perl
72380            ! installman pod/pod2man.PL
72381 ____________________________________________________________________________
72382 [  7395] By: jhi                                   on 2000/10/22  17:17:35
72383         Log: Hints tweak from Anton Berezin.
72384      Branch: perl
72385            ! hints/freebsd.sh
72386 ____________________________________________________________________________
72387 [  7394] By: jhi                                   on 2000/10/22  04:50:04
72388         Log: Tweak the Is* definitions of Unicode character classes
72389              to better match the official categorizations; embrace
72390              the official categorizations; add the combining marks
72391              as alpha (and -numeric); fix DCinital (a typo and edito)
72392              to be DCmedial.
72393      Branch: perl
72394            + lib/unicode/Is/DCmedial.pl
72395            - lib/unicode/Is/DCinital.pl
72396            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72397            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
72398            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
72399            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72400 ____________________________________________________________________________
72401 [  7393] By: jhi                                   on 2000/10/21  18:06:05
72402         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
72403              From: Daniel Chetlin <daniel@chetlin.com>
72404              Date: Sat, 21 Oct 2000 02:57:03 -0700
72405              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
72406      Branch: perl
72407            + t/lib/tie-splice.t
72408            ! MANIFEST lib/Tie/Array.pm
72409 ____________________________________________________________________________
72410 [  7392] By: gsar                                  on 2000/10/21  18:05:15
72411         Log: resync utfperl branch with mainline
72412      Branch: utfperl
72413           !> (integrate 1760 files)
72414 ____________________________________________________________________________
72415 [  7391] By: jhi                                   on 2000/10/21  14:37:49
72416         Log: Testcases for a #7383,#7385 related bug.
72417              
72418              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
72419              From: Nicholas Clark <nick@ccl4.org>
72420              Date: Sat, 21 Oct 2000 15:04:51 +0100
72421              Message-ID: <20001021150451.A51566@plum.flirble.org>
72422      Branch: perl
72423            ! t/pragma/utf8.t
72424 ____________________________________________________________________________
72425 [  7390] By: jhi                                   on 2000/10/21  14:35:57
72426         Log: Add a testcase for #7389.
72427      Branch: perl
72428            ! t/pragma/warn/op
72429 ____________________________________________________________________________
72430 [  7389] By: jhi                                   on 2000/10/21  14:26:45
72431         Log: Subject: Re: Creating const subs for constants.
72432              From: John Tobey <jtobey@john-edwin-tobey.org>
72433              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
72434              Message-Id: <m13mo0N-000FObC@feynman.localnet>
72435      Branch: perl
72436            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
72437            ! proto.h sv.c
72438 ____________________________________________________________________________
72439 [  7388] By: nick                                  on 2000/10/21  11:44:23
72440         Log: Populate perlio branch
72441      Branch: perlio
72442           +> (branch 1760 files)
72443 ____________________________________________________________________________
72444 [  7387] By: nick                                  on 2000/10/21  10:52:05
72445         Log: Get branch back as replica of mainline via :
72446              p4 integrate -b utfperl
72447              p4 resolve -at ./...
72448      Branch: utfperl
72449           +> (branch 269 files)
72450            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
72451            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
72452            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
72453            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
72454            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
72455            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72456            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72457            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72458            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72459            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72460            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72461            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72462            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72463            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72464            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72465            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72466            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72467            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72468            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
72469            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
72470            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
72471            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
72472            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
72473            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
72474            - lib/unicode/UCD300.html lib/unicode/Unicode.300
72475            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
72476            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
72477            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
72478            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
72479           !> (integrate 965 files)
72480 ____________________________________________________________________________
72481 [  7386] By: jhi                                   on 2000/10/21  01:31:12
72482         Log: Update Changes.
72483      Branch: perl
72484            ! Changes patchlevel.h
72485 ____________________________________________________________________________
72486 [  7385] By: jhi                                   on 2000/10/21  01:28:42
72487         Log: The #7383 was right only in the context of the original bug report,
72488              not in more general case.
72489      Branch: perl
72490            ! pp_hot.c
72491 ____________________________________________________________________________
72492 [  7384] By: jhi                                   on 2000/10/21  01:08:23
72493         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
72494      Branch: perl
72495            ! ext/IO/lib/IO/Select.pm
72496 ____________________________________________________________________________
72497 [  7383] By: jhi                                   on 2000/10/21  00:44:18
72498         Log: Fix for ID 20001020.006, concatenating an unset submatch
72499              with utf8 resulted in "Modification of a read-only value".
72500      Branch: perl
72501            ! pp_hot.c t/pragma/utf8.t
72502 ____________________________________________________________________________
72503 [  7382] By: jhi                                   on 2000/10/20  20:44:31
72504         Log: Make scan_num() reëntrant, as suggested in
72505              
72506              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72507              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72508              Date: Fri, 20 Oct 2000 14:17:27 +0100
72509              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72510      Branch: perl
72511            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
72512            ! toke.c
72513 ____________________________________________________________________________
72514 [  7381] By: jhi                                   on 2000/10/20  20:07:29
72515         Log: Reëntrancy fix.
72516              
72517              Subject: [PATCH perl@7229] Rentrant parser and yylex()
72518              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
72519              Date: Fri, 20 Oct 2000 14:17:27 +0100
72520              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
72521      Branch: perl
72522            ! embed.h embed.pl perl.h proto.h toke.c
72523 ____________________________________________________________________________
72524 [  7380] By: jhi                                   on 2000/10/20  19:15:54
72525         Log: Don't write double values through long double pointers,
72526              based on a part of
72527              
72528              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72529              From: Jens Hamisch <jens@Strawberry.COM>
72530              Date: Tue, 17 Oct 2000 08:39:36 +0200
72531              Message-Id: <20001017083936.A11104@Strawberry.COM>
72532      Branch: perl
72533            ! perl.h pp.c
72534 ____________________________________________________________________________
72535 [  7379] By: jhi                                   on 2000/10/20  18:43:37
72536         Log: Portability tweak on #7377.
72537              
72538              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
72539              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72540              Date:     Fri, 20 Oct 2000 13:13:41 EDT
72541              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
72542      Branch: perl
72543            ! t/lib/dprof.t
72544 ____________________________________________________________________________
72545 [  7378] By: jhi                                   on 2000/10/20  12:57:19
72546         Log: SOCKS function redefinitions need prototypes, too, otherwise
72547              for example 32 bit versus 64 bit differences cause a lot of
72548              problems.  Part of
72549              
72550              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
72551              From: Jens Hamisch <jens@Strawberry.COM>
72552              Date: Tue, 17 Oct 2000 08:39:36 +0200
72553              Message-Id: <20001017083936.A11104@Strawberry.COM>
72554      Branch: perl
72555            ! doio.c pp_sys.c
72556 ____________________________________________________________________________
72557 [  7377] By: jhi                                   on 2000/10/20  12:37:12
72558         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
72559              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72560              Date:     Fri, 20 Oct 2000 08:26:04 EDT
72561              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
72562      Branch: perl
72563            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
72564 ____________________________________________________________________________
72565 [  7376] By: jhi                                   on 2000/10/20  12:35:31
72566         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
72567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
72568              Date:     Fri, 20 Oct 2000 07:48:15 EDT
72569              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
72570      Branch: perl
72571            ! configure.com vms/gen_shrfls.pl
72572 ____________________________________________________________________________
72573 [  7375] By: bailey                                on 2000/10/20  04:44:37
72574         Log: SYN SYN
72575      Branch: vmsperl
72576           +> (branch 134 files)
72577            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
72578            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
72579            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
72580            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
72581            - eg/cgi/frameset.cgi eg/cgi/index.html
72582            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
72583            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
72584            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
72585            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
72586            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
72587            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
72588            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
72589            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
72590            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
72591            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
72592            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
72593            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
72594            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
72595            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
72596            - lib/unicode/Props.txt lib/unicode/UCD300.html
72597            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
72598            - utils/perlbc.PL vms/subconfigure.com
72599           !> (integrate 785 files)
72600 ____________________________________________________________________________
72601 [  7374] By: jhi                                   on 2000/10/20  00:59:48
72602         Log: In the latest compiler builds cccdlflags must not become -fpic,
72603              from Wilfredo Sánchez.
72604      Branch: perl
72605            ! hints/darwin.sh
72606 ____________________________________________________________________________
72607 [  7373] By: jhi                                   on 2000/10/20  00:56:35
72608         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72609              From: Tony Cook <tony@develop-help.com>
72610              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
72611              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
72612      Branch: perl
72613            ! pod/perlop.pod
72614 ____________________________________________________________________________
72615 [  7372] By: jhi                                   on 2000/10/19  19:34:40
72616         Log: Typo noted by Mark Lutz.
72617      Branch: perl
72618            ! t/op/64bitint.t
72619 ____________________________________________________________________________
72620 [  7371] By: jhi                                   on 2000/10/19  19:33:13
72621         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72622      Branch: metaconfig
72623            ! U/modified/Cppsym.U U/modified/Oldconfig.U
72624      Branch: metaconfig/U/perl
72625            ! End.U dlsrc.U libperl.U
72626      Branch: perl
72627            + hints/nonstopux.sh
72628            ! Configure MANIFEST config_h.SH
72629 ____________________________________________________________________________
72630 [  7370] By: jhi                                   on 2000/10/19  17:18:08
72631         Log: Subject: PATCH do_print has 2 PerlIO_error()s
72632              From: nick@ccl4.org
72633              Date: Thu, 19 Oct 2000 18:09:20 +0100
72634              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
72635      Branch: perl
72636            ! doio.c
72637 ____________________________________________________________________________
72638 [  7369] By: jhi                                   on 2000/10/19  14:01:49
72639         Log: Update Changes.
72640      Branch: perl
72641            ! Changes patchlevel.h
72642 ____________________________________________________________________________
72643 [  7368] By: jhi                                   on 2000/10/19  13:04:29
72644         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72646              Date: Wed, 18 Oct 2000 13:12:01 +0200
72647              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
72648      Branch: perl
72649            ! hints/aix.sh
72650 ____________________________________________________________________________
72651 [  7367] By: jhi                                   on 2000/10/19  02:22:40
72652         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
72653              of a 'pmshort' anywhere in the B, so the offending line was simply
72654              removed.
72655      Branch: perl
72656            ! ext/B/B/Debug.pm
72657 ____________________________________________________________________________
72658 [  7366] By: jhi                                   on 2000/10/19  02:12:37
72659         Log: Add the test case for the bug id 20000730.004 which seems
72660              to have been fixed by now.
72661      Branch: perl
72662            ! t/pragma/utf8.t
72663 ____________________________________________________________________________
72664 [  7365] By: jhi                                   on 2000/10/18  23:36:24
72665         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72666              From: Hugo <hv@crypt.compulink.co.uk>
72667              Date: Wed, 18 Oct 2000 23:25:58 +0100
72668              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
72669      Branch: perl
72670            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
72671 ____________________________________________________________________________
72672 [  7364] By: jhi                                   on 2000/10/18  21:12:53
72673         Log: (retracted)
72674      Branch: perl
72675            ! pp.c
72676 ____________________________________________________________________________
72677 [  7363] By: jhi                                   on 2000/10/18  20:55:38
72678         Log: Missing change from #7362.
72679      Branch: perl
72680            ! win32/perlhost.h
72681 ____________________________________________________________________________
72682 [  7362] By: jhi                                   on 2000/10/18  20:52:01
72683         Log: Borland C fstat() never saw the fd as writable.
72684              
72685              Subject: fix for Borland's weak "stat" (perl@7211)
72686              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72687              Date: Mon, 16 Oct 2000 09:55:03 +0400
72688              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
72689      Branch: perl
72690            ! win32/win32.c
72691 ____________________________________________________________________________
72692 [  7361] By: jhi                                   on 2000/10/18  17:43:50
72693         Log: Regen toc.
72694      Branch: perl
72695            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
72696 ____________________________________________________________________________
72697 [  7360] By: jhi                                   on 2000/10/18  17:07:44
72698         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72699              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72700              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
72701              Date: Mon, 16 Oct 2000 15:19:49 +0200
72702      Branch: perl
72703            + README.aix
72704            ! MANIFEST
72705 ____________________________________________________________________________
72706 [  7359] By: jhi                                   on 2000/10/18  17:04:49
72707         Log: Subject: Pod patch for Devel::Peek
72708              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72709              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
72710              Date: Mon, 16 Oct 2000 12:26:34 +0200
72711      Branch: perl
72712            ! ext/Devel/Peek/Peek.pm
72713 ____________________________________________________________________________
72714 [  7358] By: jhi                                   on 2000/10/18  17:03:15
72715         Log: Make Cwd more bulletproof in chrooted environments.
72716              
72717              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72718              From: "Eric E. Coe" <Eric.Coe@oracle.com>
72719              Date: Wed, 18 Oct 2000 04:03:54 -0400
72720              Message-Id: <39ED596A.70E599FE@oracle.com>
72721      Branch: perl
72722            ! lib/Cwd.pm
72723 ____________________________________________________________________________
72724 [  7357] By: jhi                                   on 2000/10/18  16:37:26
72725         Log: Disable the UTF8 downgrade croakage for now to avoid
72726              too many not okay messages.
72727      Branch: perl
72728            ! doio.c
72729 ____________________________________________________________________________
72730 [  7356] By: jhi                                   on 2000/10/17  23:29:41
72731         Log: Show the failed remote port, instead of the failing line number.
72732              
72733              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72734              From: David Sparks <daves@ActiveState.com>
72735              Date: Tue, 17 Oct 2000 15:00:24 -0700
72736              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
72737      Branch: perl
72738            ! lib/perl5db.pl
72739 ____________________________________________________________________________
72740 [  7355] By: jhi                                   on 2000/10/17  14:11:31
72741         Log: On output try to downgrade to bytes, croak if impossible,
72742              from Simon Cozens.  This means that outputting >255 UTF8
72743              is impossible.  Consider this as a strong incentive to get
72744              the I/O disciplines implemented.
72745      Branch: perl
72746            ! doio.c pod/perldiag.pod sv.c
72747 ____________________________________________________________________________
72748 [  7354] By: jhi                                   on 2000/10/17  13:42:23
72749         Log: Clarify documentation on 'use bytes'.
72750              
72751              Subject: Re: What does 'use bytes' "mean" ?
72752              From: Simon Cozens <simon@cozens.net>
72753              Date: Mon, 18 Sep 2000 18:24:25 +0100
72754              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
72755      Branch: perl
72756            ! lib/bytes.pm
72757 ____________________________________________________________________________
72758 [  7353] By: jhi                                   on 2000/10/17  13:28:12
72759         Log: Workaround for a sfio bug where the stream error indicator
72760              is not cleared as documented.
72761              
72762              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72763              From: Nicholas Clark <nick@ccl4.org>
72764              Date: Mon, 16 Oct 2000 18:28:23 +0100
72765              Message-ID: <20001016182823.J19700@plum.flirble.org>
72766      Branch: perl
72767            ! doio.c
72768 ____________________________________________________________________________
72769 [  7352] By: jhi                                   on 2000/10/17  13:06:19
72770         Log: More IoTYPE sprinkling.
72771      Branch: perl
72772            ! doio.c pp_hot.c
72773 ____________________________________________________________________________
72774 [  7351] By: jhi                                   on 2000/10/16  22:47:07
72775         Log: Detect early whether the std streams have gone bad.
72776              
72777              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72778              Date: Mon, 16 Oct 2000 23:28:42 +0100
72779              From: Nicholas Clark <nick@ccl4.org>
72780              Message-ID: <20001016232842.A37942@plum.flirble.org>
72781      Branch: perl
72782            ! t/op/misc.t
72783 ____________________________________________________________________________
72784 [  7350] By: jhi                                   on 2000/10/16  22:45:16
72785         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72786              From: "Peter J. Farley III" <pjfarley@banet.net>
72787              Date: Mon, 16 Oct 2000 18:15:59 -0400
72788              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
72789      Branch: perl
72790            ! djgpp/djgpp.c dosish.h t/io/open.t
72791 ____________________________________________________________________________
72792 [  7349] By: jhi                                   on 2000/10/16  22:36:45
72793         Log: perldelta tweak.
72794      Branch: perl
72795            ! pod/perldelta.pod
72796 ____________________________________________________________________________
72797 [  7348] By: jhi                                   on 2000/10/16  15:17:53
72798         Log: Update Changes.
72799      Branch: perl
72800            ! Changes patchlevel.h
72801 ____________________________________________________________________________
72802 [  7347] By: jhi                                   on 2000/10/16  13:55:27
72803         Log: Add the capability to include/exclude branches.
72804      Branch: perl
72805            ! Porting/genlog
72806 ____________________________________________________________________________
72807 [  7346] By: jhi                                   on 2000/10/16  13:18:04
72808         Log: Add Charles Lane.
72809      Branch: perl
72810            ! AUTHORS Changes
72811 ____________________________________________________________________________
72812 [  7345] By: jhi                                   on 2000/10/16  13:13:21
72813         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
72814      Branch: perl
72815            ! pod/perldelta.pod
72816 ____________________________________________________________________________
72817 [  7344] By: gsar                                  on 2000/10/16  09:30:21
72818         Log: integrate change#6220 from cfgperl
72819              
72820              Win32 patches from Benjamin Stuhl.
72821      Branch: maint-5.6/perl
72822           !> makedef.pl win32/win32.h
72823 ____________________________________________________________________________
72824 [  7343] By: gsar                                  on 2000/10/16  08:32:19
72825         Log: integrate changes#6221,6222 from cfgperl
72826              
72827              Remove tr///CU (the feature is to be obsoleted by better interfaces).
72828              From: simon@brecon.co.uk (Simon Cozens)
72829              Subject: [PATCH] Eliminate tr///[CU][CU]
72830              Date: 23 Jun 2000 11:05:40 GMT
72831              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72832              
72833              doc typo fix
72834              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72835              From: Ian Phillipps <Ian.Phillipps@iname.com>
72836              Date: Fri, 23 Jun 2000 10:40:58 +0100
72837              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72838      Branch: maint-5.6/perl
72839           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
72840 ____________________________________________________________________________
72841 [  7342] By: gsar                                  on 2000/10/16  08:28:08
72842         Log: integrate change#6217 from cfgperl (in part)
72843              
72844              Rename the fdpid locking and integrate with Sarathy.
72845      Branch: maint-5.6/perl
72846           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
72847           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
72848           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
72849           !> win32/win32.c
72850 ____________________________________________________________________________
72851 [  7341] By: gsar                                  on 2000/10/16  08:23:39
72852         Log: integrate changes#6214..6216 from mainline
72853              
72854              @_ can't have junk in it even in the non-USE_ITHREADS case because
72855              caller() wants to populate @DB::args with it (causes a coredump
72856              in Carp::confess())
72857              
72858              tweak comment about @DB::args
72859              
72860              be more optimal about clearing @_
72861      Branch: maint-5.6/perl
72862           !> av.h cop.h pp_ctl.c t/op/runlevel.t
72863 ____________________________________________________________________________
72864 [  7340] By: gsar                                  on 2000/10/16  08:20:37
72865         Log: integrate changes#6207..6210 from cfgperl
72866              
72867              Subject: [PATCH 5.6.0] Threadsafe patches
72868              From: Dan Sugalski <dan@sidhe.org>
72869              To: perl5-porters@perl.org
72870              Date: Mon, 08 May 2000 18:08:13 -0400
72871              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72872              
72873              Regen headers for #6207.
72874              
72875              Lock PL_fdpid against race conditions, based on:
72876              Subject: [PATCH 5.6.0]subprocess fixup for threads
72877              From: Dan Sugalski <dan@sidhe.org>
72878              To: perl5-porters@perl.org
72879              Date: Tue, 11 Apr 2000 17:02:32 -0400
72880              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72881              
72882              Mopup for #6207 and #6209.
72883      Branch: maint-5.6/perl
72884           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
72885           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
72886           !> win32/win32.c
72887 ____________________________________________________________________________
72888 [  7339] By: gsar                                  on 2000/10/16  08:14:34
72889         Log: integrate change#6203 from cfgperl
72890              
72891              perldiag should refer to perlos2.pod not README.os2
72892      Branch: maint-5.6/perl
72893           !> pod/perldiag.pod
72894 ____________________________________________________________________________
72895 [  7338] By: gsar                                  on 2000/10/16  08:11:42
72896         Log: integrate change#6201 from mainline
72897              
72898              Perl_eval_pv() leaks 4 bytes every time it is called because it
72899              does a PUSHMARK that's never ever POPMARKed; in general, only
72900              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72901              Perl_eval_[sp]v() don't because they don't take any incoming
72902              arguments (this leak has been around since the original version
72903              of perl_eval_pv() in 5.003_97e)
72904      Branch: maint-5.6/perl
72905           !> perl.c
72906 ____________________________________________________________________________
72907 [  7337] By: gsar                                  on 2000/10/16  08:08:47
72908         Log: integrate changes#6197..6200 from cfgperl
72909              
72910              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72911              From: John Borwick <jhborwic@unity.ncsu.edu>
72912              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72913              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72914              
72915              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72916              From: Dan Sugalski <dan@sidhe.org>
72917              To: vmsperl@perl.org, perl5-porters@perl.org
72918              Date: Fri, 02 Jun 2000 16:00:41 -0400
72919              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72920              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72921              
72922              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72923              From: Dan Sugalski <dan@sidhe.org>
72924              To: perl5-porters@perl.org, vmsperl@perl.org
72925              Date: Fri, 02 Jun 2000 17:30:51 -0400
72926              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72927              
72928              Update to cperl-mode.el 4.31 from
72929              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72930              Subject: A couple of notes
72931              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72932              To: Mailing list Perl5 <perl5-porters@perl.org>
72933              Date: Sat, 3 Jun 2000 23:33:32 -0400
72934              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72935      Branch: maint-5.6/perl
72936           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
72937           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
72938           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
72939           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
72940           !> vms/vmsish.h
72941 ____________________________________________________________________________
72942 [  7336] By: gsar                                  on 2000/10/16  08:03:46
72943         Log: integrate changes#6194,6195 from mainline
72944              
72945              fix small eval"" memory leaks under USE_ITHREADS
72946              
72947              fix yet another eval"" leak under USE_ITHREADS
72948      Branch: maint-5.6/perl
72949           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72950           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72951           !> vms/perly_c.vms
72952 ____________________________________________________________________________
72953 [  7335] By: gsar                                  on 2000/10/16  08:02:15
72954         Log: integrate changes#6190,6191 from mainline
72955              
72956              submit missing embed.pl change
72957              
72958              vec() loses numericalness (modified version of patch suggested
72959              by Robin Barker)
72960      Branch: maint-5.6/perl
72961           !> doop.c embed.pl t/op/vec.t
72962 ____________________________________________________________________________
72963 [  7334] By: gsar                                  on 2000/10/16  08:01:03
72964         Log: integrate change#6189 from mainline
72965              
72966              counting tr/// corrupts later operation (from M.J.T Guy)
72967      Branch: maint-5.6/perl
72968           !> doop.c t/op/tr.t
72969 ____________________________________________________________________________
72970 [  7333] By: gsar                                  on 2000/10/16  07:59:07
72971         Log: integrate changes#6183..6188 from mainline
72972              
72973              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72974              <nick@ccl4.org>)
72975              
72976              tweak for change#6127
72977              
72978              remove incorrect documentation about implicit split to @_ in
72979              list context, which never really worked in perl 5 (from
72980              M.J.T. Guy)
72981              
72982              further qualify references to "alphanumeric" (from Wolfgang Laun
72983              <wolfgang.laun@alcatel.at>)
72984              
72985              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72986              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72987              
72988              h2xs tweaks
72989      Branch: maint-5.6/perl
72990           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72991           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
72992           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
72993           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
72994           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
72995           !> pod/pod2latex.PL utils/h2xs.PL
72996 ____________________________________________________________________________
72997 [  7332] By: gsar                                  on 2000/10/16  07:53:52
72998         Log: integrate change#6179 from mainline
72999              
73000              buggy modulus on UVs introduced by change#3378 (resulted in
73001              4063328477 % 65535 amounting to 27406, instead of 27407)
73002      Branch: maint-5.6/perl
73003           !> pp.c t/op/arith.t
73004 ____________________________________________________________________________
73005 [  7331] By: gsar                                  on 2000/10/16  07:52:49
73006         Log: integrate changes#6176,6177,6178,6182 from cfgperl
73007              
73008              Single-quoted utf8 patch from Simon Cozens.
73009              
73010              Substitution utf8 patch from Simon Cozens.
73011              
73012              Be cleaner.
73013              
73014              Be Cleaner Part Deux.
73015      Branch: maint-5.6/perl
73016           !> Makefile.SH pp_hot.c toke.c
73017 ____________________________________________________________________________
73018 [  7330] By: gsar                                  on 2000/10/16  07:41:36
73019         Log: integrate change#6172 from mainline
73020              
73021              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
73022              (from Ilya Zakharevich)
73023      Branch: maint-5.6/perl
73024           !> regexec.c t/op/re_tests
73025 ____________________________________________________________________________
73026 [  7329] By: gsar                                  on 2000/10/16  07:40:25
73027         Log: integrate change#6171 from mainline
73028              
73029              scalar() doesn't force scalar context when used in void context
73030              (from Simon Cozens)
73031      Branch: maint-5.6/perl
73032           !> op.c t/op/wantarray.t
73033 ____________________________________________________________________________
73034 [  7328] By: gsar                                  on 2000/10/16  07:39:33
73035         Log: integrate change#6170 from mainline
73036              
73037              change#6142 needs tweaks to tests to work where there's no
73038              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73039      Branch: maint-5.6/perl
73040           !> t/lib/filefind.t
73041 ____________________________________________________________________________
73042 [  7327] By: gsar                                  on 2000/10/16  07:35:34
73043         Log: integrate changes#6166..6168 from cfgperl
73044              
73045              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
73046              in case somebody wants to write an extension for more
73047              shadow database interfaces.
73048              
73049              tweak todo
73050              
73051              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
73052      Branch: maint-5.6/perl
73053           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73054           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
73055           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
73056           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73057           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73058           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73059 ____________________________________________________________________________
73060 [  7326] By: gsar                                  on 2000/10/16  07:29:05
73061         Log: integrate changes#6157,6159..6161,6164 from cfgperl
73062              
73063              Regen Configure to jive with #6149.
73064              
73065              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
73066              
73067              Changes for the File::Temp 0.08 (change #6159) test suite
73068              to fit better into the Perl distribution test framework.
73069              
73070              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
73071              both from Simon Cozens.
73072              
73073              detypo
73074      Branch: maint-5.6/perl
73075           +> pod/perlmodlib.PL pod/perlnewmod.pod
73076           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
73077           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
73078           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73079           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73080 ____________________________________________________________________________
73081 [  7325] By: gsar                                  on 2000/10/16  07:25:13
73082         Log: integrate change#6158 from vmsperl
73083              
73084              Add fallback to tmpfile for use in cases where user's relying on
73085              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
73086              Lane's patch)
73087      Branch: maint-5.6/perl
73088           !> vms/vms.c vms/vmsish.h
73089 ____________________________________________________________________________
73090 [  7324] By: gsar                                  on 2000/10/16  07:20:50
73091         Log: integrate changes#6153..6155 from mainline
73092              
73093              prettier Test::Harness output on failed tests (from Nicholas Clark
73094              <nick@Bagpuss.uk.boo.com>)
73095              
73096              avoid type mismatch warning
73097              
73098              small bug in change#6144; remove random \xA0 character that snuck
73099              in via change#6145
73100      Branch: maint-5.6/perl
73101           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
73102           !> perl.c
73103 ____________________________________________________________________________
73104 [  7323] By: gsar                                  on 2000/10/16  07:18:47
73105         Log: integrate changes#6151,6152 from mainline
73106              
73107              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
73108              
73109              cosmetic fixups of RE debug output (from Ilya Zakharevich)
73110      Branch: maint-5.6/perl
73111           !> regexec.c
73112 ____________________________________________________________________________
73113 [  7322] By: gsar                                  on 2000/10/16  07:17:25
73114         Log: integrate changes#6146..6150 from mainline
73115              
73116              doc typo
73117              
73118              add a make entry to Config.pm so "perl -V:make" works on VMS
73119              (from Peter Prymmer)
73120              
73121              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
73122              
73123              OS/2 tweaks for usethreads build (from Rocco Caputo
73124              <troc@netrus.net>)
73125              
73126              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
73127      Branch: maint-5.6/perl
73128           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
73129           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
73130           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
73131           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
73132           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
73133           !> warnings.pl x2p/a2p.h
73134 ____________________________________________________________________________
73135 [  7321] By: gsar                                  on 2000/10/16  07:14:02
73136         Log: integrate changes#6143..6145 from mainline
73137              
73138              MacOS support, part 1 (from Matthias Neeracher
73139              <neeri@iis.ee.ethz.ch>)
73140              
73141              MacOS support, part 2: make AutoSplit use File::Spec instead
73142              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
73143              <neeri@iis.ee.ethz.ch>)
73144              
73145              make xsubpp skip embedded pod (from Matthias Neeracher
73146              <neeri@iis.ee.ethz.ch>)
73147      Branch: maint-5.6/perl
73148           +> ext/DynaLoader/dl_mac.xs
73149           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
73150           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
73151           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
73152           !> pp_ctl.c proto.h toke.c util.c util.h
73153 ____________________________________________________________________________
73154 [  7320] By: gsar                                  on 2000/10/16  07:12:13
73155         Log: integrate changes#6141,6142 from mainline
73156              
73157              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
73158              forwarded by Peter Seebach from the bsdi-users mailing list.
73159              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
73160              
73161              File::Find fails to chdir when chasing symlinks (from
73162              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
73163      Branch: maint-5.6/perl
73164           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
73165 ____________________________________________________________________________
73166 [  7319] By: gsar                                  on 2000/10/16  07:04:30
73167         Log: integrate change#6139 from mainline
73168              
73169              revise mktables.PL for bugs and newness in Unicode 3.0
73170              (from James Bence <jbence@amgen.com>)
73171      Branch: maint-5.6/perl
73172           +> (branch 30 files)
73173           !> (integrate 49 files)
73174 ____________________________________________________________________________
73175 [  7318] By: gsar                                  on 2000/10/16  07:01:01
73176         Log: integrate changes#6137,6138 from mainline
73177              
73178              fix bogus redeclaration warning for "our" variables in different
73179              scopes
73180              
73181              add note about the handling of negative indices to tied arrays
73182              (from Michael G Schwern <schwern@pobox.com>)
73183      Branch: maint-5.6/perl
73184           !> op.c pod/perltie.pod t/pragma/strict-vars
73185 ____________________________________________________________________________
73186 [  7317] By: gsar                                  on 2000/10/16  06:58:46
73187         Log: integrate changes#6127..6136 from mainline
73188              
73189              call_method(...,G_EVAL) can longjmp() out if the method probing
73190              failed (from Gisle Aas)
73191              
73192              new perlxstut example for passing/returning refs to arrays
73193              (from David Lowe <dlowe@pootpoot.com>)
73194              
73195              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
73196              
73197              fix places that mean C<"word" character> but say C<alphanumeric
73198              character>
73199              
73200              avoid warnings in POSIX.pm (from Barrie Slaymaker)
73201              
73202              warnings::enabled() doesn't fall back to looking at $^W if
73203              caller isn't using lexical warnings (from Paul Marquess)
73204              
73205              elide bogus test in change#6132
73206              
73207              make Test::Harness use wait.h/WCOREDUMP if available
73208              (from Ben Tilly <ben_tilly@hotmail.com>)
73209              
73210              enable Test::Harness to dynamically determine column width etc.
73211              (from Rob Napier <rnapier@employees.org>)
73212              
73213              random pod typos (from Peter Scott <Peter@PSDT.com>)
73214      Branch: maint-5.6/perl
73215           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
73216           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
73217           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
73218           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
73219 ____________________________________________________________________________
73220 [  7316] By: gsar                                  on 2000/10/16  06:53:23
73221         Log: integrate change#6126 from mainline
73222              
73223              change#2879 broke rvalue autovivification of magicals such as
73224              ${$num} (reworked variant of patch suggested by Simon Cozens)
73225      Branch: maint-5.6/perl
73226           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
73227           !> pp_hot.c proto.h t/op/gv.t
73228 ____________________________________________________________________________
73229 [  7315] By: gsar                                  on 2000/10/16  06:51:38
73230         Log: integrate changes#6123,6125 from mainline
73231              
73232              clarify gotcha with #line directives (from Rocco Caputo
73233              <troc@netrus.net>)
73234              
73235              enable propagating exception objects via Perl_croak() in XS code
73236              (from Gisle Aas)
73237      Branch: maint-5.6/perl
73238           !> pod/perldebug.pod pod/perlsyn.pod util.c
73239 ____________________________________________________________________________
73240 [  7314] By: gsar                                  on 2000/10/16  06:49:28
73241         Log: integrate change#6122 from mainline
73242              
73243              downgrade fatal error on C<"foo@nosucharray.com"> to optional
73244              warning (from Mark-Jason Dominus)
73245      Branch: maint-5.6/perl
73246           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
73247           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
73248           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
73249           !> toke.c
73250 ____________________________________________________________________________
73251 [  7313] By: gsar                                  on 2000/10/16  06:46:54
73252         Log: integrate changes#6112..6121 from vmsperl
73253              
73254              Check for existence of file before trying to delete
73255              
73256              Ugly workaround for version-specific RTL error
73257              
73258              Urk -- undo previous removal of vmsish 'exit' change
73259              
73260              Add bounds checking for several strings (Charles Lane)
73261              
73262              Miscellaneous cosmetic fixes (Charles Lane)
73263              
73264              Treat sockets as special in sys(read|write) (Charles Lane et al.)
73265              
73266              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
73267              Flatten case labels in switch statements uniformly (Charles Bailey)
73268              
73269              Quiet error messages in vmsish.t (Charles Lane)
73270              
73271              Add missing escape (Charles Lane)
73272              
73273              Allow eliminate_macros() and fixpath() to handle space-delimited
73274              lists (based on fixes by Craig Berry)
73275      Branch: maint-5.6/perl
73276           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
73277           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
73278           !> vms/vmsish.h
73279 ____________________________________________________________________________
73280 [  7312] By: gsar                                  on 2000/10/16  06:41:18
73281         Log: integrate changes#6107,6110 from cfgperl
73282              
73283              Tweak the todo list.
73284              
73285              todo tweak
73286      Branch: maint-5.6/perl
73287           !> Todo-5.6
73288 ____________________________________________________________________________
73289 [  7311] By: gsar                                  on 2000/10/16  06:38:38
73290         Log: integrate changes#6104,6108 from mainline
73291              
73292              PL_sys_intern was being initialized too late on windows
73293              
73294              reenable fake signal handling on Windows, bugs and all
73295      Branch: maint-5.6/perl
73296           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
73297           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
73298           !> win32/win32.c
73299 ____________________________________________________________________________
73300 [  7310] By: gsar                                  on 2000/10/16  06:36:03
73301         Log: integrate changes#6095,6097..6103 from cfgperl
73302              
73303              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
73304              might be useful in future.
73305              
73306              Add a note about possible compilation problems from Allen Smith.
73307              
73308              Add a note about other, yet unsupported, shadow password APIs.
73309              
73310              Tweaks for the cc bugs from Allen Smith.
73311              
73312              More compilation tweakery from Allen Smith.
73313              
73314              Hints and test tweaks for Unicos.
73315              
73316              The test suite tweak in #6101 wasn't quite right.
73317              
73318              Test tweaking for Unicos continues.
73319      Branch: maint-5.6/perl
73320           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73321           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
73322           !> t/lib/complex.t t/op/64bitint.t
73323 ____________________________________________________________________________
73324 [  7309] By: gsar                                  on 2000/10/16  06:29:41
73325         Log: integrate changes#6093,6094 from mainline
73326              
73327              fork() failure to create pseudo process sets errno=EAGAIN and returns
73328              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
73329              
73330              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
73331      Branch: maint-5.6/perl
73332           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
73333           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
73334 ____________________________________________________________________________
73335 [  7308] By: gsar                                  on 2000/10/16  06:27:29
73336         Log: integrate change#6092 from cfgperl
73337              
73338              Regen perltoc with the fixed buildtoc.
73339      Branch: maint-5.6/perl
73340           !> pod/perltoc.pod
73341 ____________________________________________________________________________
73342 [  7307] By: gsar                                  on 2000/10/16  06:26:40
73343         Log: integrate changes#6089,6090 from mainline
73344              
73345              buildtoc tweak to fix newline lossage
73346              
73347              concat doesn't preserve utf8-ness, and doesn't invalidate
73348              [NI]OK; added tests for both
73349      Branch: maint-5.6/perl
73350           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
73351 ____________________________________________________________________________
73352 [  7306] By: gsar                                  on 2000/10/16  06:24:05
73353         Log: integrate change#6088 from cfgperl
73354              
73355              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
73356              because we do not use those.  The HAS_GETSPNAM remains,
73357              though, because we still do use that.
73358      Branch: maint-5.6/perl
73359           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73360           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
73361           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
73362           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
73363           !> win32/config.vc win32/config_H.bc win32/config_H.gc
73364           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
73365 ____________________________________________________________________________
73366 [  7305] By: gsar                                  on 2000/10/16  06:15:52
73367         Log: integrate changes#6084,6085,6087 from mainline
73368              
73369              substr() does not preserve utf8-ness (from Stefan Eissing
73370              <Eissing@medicaldataservice.de>); added tests
73371              
73372              repeat operator (x) doesn't preserve utf8-ness
73373              
73374              reverse() and quotemeta() weren't preserving utf8-ness; add tests
73375      Branch: maint-5.6/perl
73376           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
73377 ____________________________________________________________________________
73378 [  7304] By: gsar                                  on 2000/10/16  06:13:10
73379         Log: integrate changes#6077..6083 from mainline
73380              
73381              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
73382              and Tom Phoenix)
73383              
73384              workaround for CRT bug in chdir() (from Charles Lane, via
73385              Peter Prymmer)
73386              
73387              remove outdated kludge in Carp (NULLs are permitted in diagnostics
73388              now)
73389              
73390              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
73391              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
73392              
73393              better default perlbug categories for ok reports (from Richard Foley)
73394              
73395              peek.t non-portable to ithreads
73396              
73397              note about undocumented caller() return value (from M.J.T. Guy);
73398              yet another peek.t tweak
73399      Branch: maint-5.6/perl
73400           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
73401           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
73402           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
73403           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
73404           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
73405           !> vms/vmsish.h
73406 ____________________________________________________________________________
73407 [  7303] By: gsar                                  on 2000/10/16  06:03:18
73408         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
73409              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
73410              
73411              &HUGE_VAL is not defined, it exists.
73412              
73413              Do not warn that an infinity does not look like a number.
73414              
73415              Rewrite the pwent/spent logic to be a little bit more clearer.
73416              
73417              Continue on the pwent/spent case.
73418              
73419              Correct Freudian slip.
73420              
73421              Use HUGE_VALL if applicable.
73422              
73423              pwent/spent #ifdef imbalance.
73424              
73425              Infinite problems.
73426              
73427              Call getspnam() only iff needd.
73428              
73429              Test both the scalar and list contexts.
73430              
73431              Use setxxent()/endxxent().
73432              
73433              Complex tweakery.
73434              
73435              Unicos hint tweak.
73436              
73437              Be more forgiving in POSIX about HUGE_VALL.
73438              
73439              Detypo.
73440              
73441              The search of infinity continues, this time simplified.
73442              
73443              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
73444              in natively 64-bit platforms where a long is a quad (no need
73445              for long longs).  Also added bias for IVs.
73446              
73447              Complex tweaks.
73448              
73449              Introduce t/lib/peek.t.
73450              
73451              Make the test more portable.
73452      Branch: maint-5.6/perl
73453           +> t/lib/peek.t
73454            ! pp_sys.c
73455           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
73456           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
73457           !> t/op/pwent.t toke.c util.c
73458 ____________________________________________________________________________
73459 [  7302] By: gsar                                  on 2000/10/16  05:03:37
73460         Log: integrate changes#6066..6071 from mainline
73461              
73462              s/END/CHECK/
73463              
73464              replace direct call to sighandler() with (*PL_sighandlerp)()
73465              
73466              note about values()
73467              
73468              File::Spec compatibility update (from Barrie Slaymaker
73469              <barries@slaysys.com>)
73470              
73471              remove misleading comment (from M.J.T. Guy)
73472              
73473              misformatted perllocal.pod (from Tim Jenness
73474              <t.jenness@jach.hawaii.edu>)
73475      Branch: maint-5.6/perl
73476           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
73477           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
73478           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
73479           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
73480 ____________________________________________________________________________
73481 [  7301] By: gsar                                  on 2000/10/16  05:00:08
73482         Log: integrate changes#6061..6063 from mainline
73483              
73484              change#5921 neglected to make eq honor "use bytes"
73485              
73486              additional tests for utf8.t
73487              
73488              tokeq() could read unallocated field in argument
73489      Branch: maint-5.6/perl
73490           !> sv.c t/pragma/utf8.t toke.c
73491 ____________________________________________________________________________
73492 [  7300] By: gsar                                  on 2000/10/16  04:56:54
73493         Log: integrate changes#6046,6048,6057,6058 from mainline
73494              
73495              libscheck has insufficient checks for n32 libs (from
73496              Albert Chin-A-Young <china@thewrittenword.com>)
73497              
73498              add note about how $( doesn't interpolate in REs (from
73499              Philip Newton <newton@ficus.frogspace.net>)
73500              
73501              fix broken parsing of /\x{ab}/
73502              
73503              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
73504              (spotted by Donald Kinzer <dkinzer@premia.com>)
73505      Branch: maint-5.6/perl
73506           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
73507           !> t/pragma/utf8.t
73508 ____________________________________________________________________________
73509 [  7299] By: gsar                                  on 2000/10/16  04:52:50
73510         Log: integrate change#6044 from mainline
73511              
73512              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
73513              such that underscores are only ignored in literal numbers,
73514              "\x{...}", and hex/oct argument
73515      Branch: maint-5.6/perl
73516           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
73517 ____________________________________________________________________________
73518 [  7298] By: gsar                                  on 2000/10/16  04:50:53
73519         Log: integrate changes#6027..6043 from mainline
73520              
73521              podlators-1.02 update (from Russ Allbery)
73522              
73523              Pod::Man generates groff-incompatible macro definition (from
73524              Tom Christiansen)
73525              
73526              add CGI.pm v2.66 (from Lincoln Stein)
73527              
73528              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
73529              for @- and @+ (from Johan Vromans)
73530              
73531              small nits in diagnostics.pm (from Robin Barker)
73532              
73533              whitespace adjustments
73534              
73535              missing files in MANIFEST
73536              
73537              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
73538              to compensate
73539              
73540              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
73541              
73542              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
73543      Branch: maint-5.6/perl
73544           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
73545           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
73546           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
73547           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
73548           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
73549           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
73550           !> t/lib/cgi-html.t t/lib/cgi-request.t
73551 ____________________________________________________________________________
73552 [  7297] By: gsar                                  on 2000/10/16  04:44:30
73553         Log: integrate change#6025 from mainline
73554              
73555              Is{Alnum,Alpha,Word} don't match titlecase
73556              TODO: IsSpace is defined recursively!
73557              (both spotted by Larry)
73558      Branch: maint-5.6/perl
73559           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
73560           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
73561 ____________________________________________________________________________
73562 [  7296] By: gsar                                  on 2000/10/16  04:39:30
73563         Log: integrate change#6023 from mainline
73564              
73565              debugger stomps on $. (from M.J.T. Guy)
73566      Branch: maint-5.6/perl
73567           !> lib/perl5db.pl
73568 ____________________________________________________________________________
73569 [  7295] By: gsar                                  on 2000/10/16  04:38:02
73570         Log: integrate change#6022 from mainline
73571              
73572              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
73573      Branch: maint-5.6/perl
73574           !> sv.c
73575 ____________________________________________________________________________
73576 [  7294] By: gsar                                  on 2000/10/16  04:37:05
73577         Log: integrate changes#6018..6021 from mainline
73578              
73579              make lib/syslog.t portable to systems that don't have _PATH_LOG,
73580              make _PATH_LOG() return "" if unavailable
73581              
73582              windows portability tweaks
73583              
73584              test tweak
73585              
73586              remove Win2K issue in pod (fixed by change#6020)
73587      Branch: maint-5.6/perl
73588           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
73589           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
73590           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
73591 ____________________________________________________________________________
73592 [  7293] By: gsar                                  on 2000/10/16  04:20:00
73593         Log: integrate changes#6013..6015 from mainline
73594              
73595              tweak change#5945 to display correct switch name in diagnostic
73596              
73597              glob() loading File::Glob behind the scenes may cause syntax errors
73598              
73599              tweak test for portability
73600      Branch: maint-5.6/perl
73601           !> op.c perl.c pod/perldiag.pod t/lib/b.t
73602 ____________________________________________________________________________
73603 [  7292] By: gsar                                  on 2000/10/16  04:18:11
73604         Log: integrate changes#6005..6010 from mainline, cfgperl
73605              
73606              perldoc might fail via "use blib" (from Hugo van der Sanden)
73607              
73608              Regen Configure.
73609              
73610              note about compile failures and END blocks (from M.J.T. Guy)
73611              
73612              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73613              
73614              (change#6009 integrated earlier in change#7255)
73615              
73616              clarify note about shadow password support (from
73617              gellyfish@gellyfish.com)
73618      Branch: maint-5.6/perl
73619           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73620           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
73621           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
73622 ____________________________________________________________________________
73623 [  7291] By: gsar                                  on 2000/10/16  04:12:03
73624         Log: integrate changes#6002,6003 from mainline
73625              
73626              destructive sv_setsv() can lose UV-ness from source, causing
73627              numeric promotions/comparisons to fail to do the right thing
73628              
73629              allow REG_EXPAND_SZ keys in Windows registry (from
73630              John Clayton <John.Clayton@barclayscapital.com>)
73631      Branch: maint-5.6/perl
73632           !> sv.c win32/win32.c
73633 ____________________________________________________________________________
73634 [  7290] By: gsar                                  on 2000/10/16  04:10:19
73635         Log: integrate change#6001 from mainline
73636              
73637              support additional library locations via $Config{otherlibdirs}
73638              (from Andy Dougherty)
73639      Branch: maint-5.6/perl
73640           !> Configure INSTALL Porting/Glossary Porting/config.sh
73641           !> Porting/config_H config_h.SH epoc/config.sh perl.c
73642           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73643           !> win32/config.bc win32/config.gc win32/config.vc
73644 ____________________________________________________________________________
73645 [  7289] By: gsar                                  on 2000/10/16  04:08:28
73646         Log: integrate change#5999 from mainline
73647              
73648              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73649      Branch: maint-5.6/perl
73650           !> t/pragma/warn/toke toke.c
73651 ____________________________________________________________________________
73652 [  7288] By: gsar                                  on 2000/10/16  04:07:01
73653         Log: integrate changes#5997,5998 from cfgperl
73654              
73655              Preserve $!.
73656              
73657              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73658      Branch: maint-5.6/perl
73659           !> lib/Math/Complex.pm
73660 ____________________________________________________________________________
73661 [  7287] By: gsar                                  on 2000/10/16  04:04:37
73662         Log: integrate change#5995 from mainline
73663              
73664              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73665      Branch: maint-5.6/perl
73666           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73667 ____________________________________________________________________________
73668 [  7286] By: gsar                                  on 2000/10/16  04:03:21
73669         Log: integrate change#5994 from mainline
73670              
73671              fix for missed accounting for null byte in pack("Z",...) (from
73672              M.J.T. Guy)
73673      Branch: maint-5.6/perl
73674           !> pp.c t/op/pack.t
73675 ____________________________________________________________________________
73676 [  7285] By: gsar                                  on 2000/10/16  04:02:11
73677         Log: integrate changes#5989..5993 from mainline
73678              
73679              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73680              itself and no other (from Tom Hughes)
73681              
73682              use $ENV{LIB} to search for libs under Visual C compiler
73683              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73684              
73685              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73686              
73687              pod nit (from Simon Cozens)
73688              
73689              various minor tweaks seen on p5p
73690      Branch: maint-5.6/perl
73691           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
73692           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
73693           !> t/op/array.t toke.c
73694 ____________________________________________________________________________
73695 [  7284] By: gsar                                  on 2000/10/16  03:59:00
73696         Log: integrate changes#5978..5988 from mainline
73697              
73698              sync version numbers in File::Spec with the ones on CPAN
73699              (from Barrie Slaymaker)
73700              
73701              under useithreads, constant pad entries could inadvertantly be
73702              shared across threads (from Eric Blood <eblood@xmission.com>);
73703              added Eric's test case to testsuite
73704              
73705              allow Configure -S to run non-interactively (spotted by Greg Hudson
73706              <ghudson@mit.edu>)
73707              
73708              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73709              prototype mismatch with CORE::glob(); update pod and tests to
73710              suit (File::Glob::glob() is still available for backward
73711              compatibility, but should be considered deprecated)
73712              
73713              avoid error in IO::Socket::INET when given an unknown service name
73714              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73715              
73716              numeric conversion of non-number in change#3378 tramples on
73717              OOK offset, causing segfaults
73718              
73719              attributes::reftype() doesn't work on tied argument
73720              
73721              forked child may not exit correctly if it failed to open
73722              /dev/console (from Graham Barr)
73723              
73724              add regular expressions tutorial and quick-start guide (from
73725              Mark Kvale <kvale@phy.ucsf.edu>)
73726              
73727              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73728              
73729              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73730              <paul@miraclefish.com>)
73731      Branch: maint-5.6/perl
73732           +> pod/perlrequick.pod pod/perlretut.pod
73733           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
73734           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
73735           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
73736           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
73737           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73738           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73739           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
73740           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
73741 ____________________________________________________________________________
73742 [  7283] By: gsar                                  on 2000/10/16  03:52:14
73743         Log: integrate change#5977 from mainline
73744              
73745              autoquote barewords followed by newline and arrow properly
73746              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73747      Branch: maint-5.6/perl
73748           !> t/pragma/warn/toke toke.c
73749 ____________________________________________________________________________
73750 [  7282] By: gsar                                  on 2000/10/16  03:50:48
73751         Log: integrate change#5976 from mainline
73752              
73753              DB_File v1.73 update (from Paul Marquess)
73754      Branch: maint-5.6/perl
73755           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
73756           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
73757 ____________________________________________________________________________
73758 [  7281] By: gsar                                  on 2000/10/16  03:49:14
73759         Log: integrate change#5975 from mainline
73760              
73761              allow sort() reentrancy (variant of patch suggested by
73762              Hugo van der Sanden)
73763      Branch: maint-5.6/perl
73764           !> pp_ctl.c t/op/sort.t
73765 ____________________________________________________________________________
73766 [  7280] By: gsar                                  on 2000/10/16  03:48:22
73767         Log: integrate change#5974 from mainline
73768              
73769              change#4197 somehow missed initializing PL_errors, meaning
73770              syntax error queueing wasn't working outside eval"" at all;
73771              also fixed eval"" to localize PL_error_count, so that compile-time
73772              eval's don't clobber the error state of the outer context
73773      Branch: maint-5.6/perl
73774           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73775           !> t/pragma/warn/toke
73776 ____________________________________________________________________________
73777 [  7279] By: gsar                                  on 2000/10/16  03:46:21
73778         Log: integrate change#5973 from mainline
73779              
73780              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73781      Branch: maint-5.6/perl
73782           !> regcomp.c regexec.c t/op/re_tests
73783 ____________________________________________________________________________
73784 [  7278] By: gsar                                  on 2000/10/16  03:44:54
73785         Log: integrate change#5971 from cfgperl
73786              
73787              Unicos tweaks from Mark P. Lutz.
73788      Branch: maint-5.6/perl
73789           !> hints/unicos.sh lib/Math/Complex.pm
73790 ____________________________________________________________________________
73791 [  7277] By: gsar                                  on 2000/10/16  03:42:59
73792         Log: integrate changes#5966..5970 from mainline
73793              
73794              add testsuite for B backends, fix bug in B::Deparse (from
73795              Simon Cozens <simon@brecon.co.uk>)
73796              
73797              improved docs on the warn_uninit diagnostic (from David Glasser
73798              and Simon Cozens)
73799              
73800              tolerate spaces in group names in test on solaris (from David Boyce
73801              <dsb@boyski.com>)
73802              
73803              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73804              
73805              Data::Dumper fumbles negative numbers on 32-bit platforms where
73806              IV is >32bits
73807      Branch: maint-5.6/perl
73808           +> t/lib/b.t t/lib/syslog.t
73809           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73810           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
73811           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
73812 ____________________________________________________________________________
73813 [  7276] By: gsar                                  on 2000/10/16  03:39:30
73814         Log: integrate change#5965 from mainline
73815              
73816              avoid "will not stay shared" warnings for our variables (from
73817              Robin Barker)
73818      Branch: maint-5.6/perl
73819           !> op.c t/pragma/warn/op
73820 ____________________________________________________________________________
73821 [  7275] By: gsar                                  on 2000/10/16  03:38:18
73822         Log: integrate change#5964 from mainline
73823              
73824              reformat to 72 columns (again)
73825      Branch: maint-5.6/perl
73826           !> pod/perldiag.pod
73827 ____________________________________________________________________________
73828 [  7274] By: gsar                                  on 2000/10/16  03:36:58
73829         Log: integrate change#5963 from mainline
73830              
73831              patch from Larry to make (\&) prototype work; added tests for
73832              the same
73833      Branch: maint-5.6/perl
73834           !> op.c t/comp/proto.t
73835 ____________________________________________________________________________
73836 [  7273] By: gsar                                  on 2000/10/16  03:35:51
73837         Log: integrate changes#5956..5962 from mainline
73838              
73839              better diagnostics on failed tests (from Ilya Zakharevich)
73840              
73841              pod nits (from A. C. Yardley <yardley@tanet.net>)
73842              
73843              change#3569 deleted some essential code, revert; avoid use of
73844              atexit() to make DynaLoader work properly on AIX under mod_perl
73845              (from Jens-Uwe Mager <jum@helios.de>)
73846              
73847              doubled words in pods (from Simon Cozens
73848              <simon.p.cozens@jp.pwcglobal.com>)
73849              
73850              better INSTALL notes on Solaris issues (from Dominic Dunlop)
73851              
73852              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
73853              
73854              updated README.hpux (from Jeff Okamoto)
73855      Branch: maint-5.6/perl
73856           !> INSTALL README.hpux emacs/cperl-mode.el
73857           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
73858           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
73859           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
73860           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
73861           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
73862           !> t/op/lex_assign.t
73863 ____________________________________________________________________________
73864 [  7272] By: gsar                                  on 2000/10/16  03:31:22
73865         Log: integrate change#5955 from mainline
73866              
73867              longstanding bug exposed by change#3307: sort arguments weren't
73868              compiled with the right wantarray context (ensuing runtime lookup
73869              via block_gimme() was getting the incidental context of the
73870              sort() itself)
73871      Branch: maint-5.6/perl
73872           !> op.c t/op/sort.t
73873 ____________________________________________________________________________
73874 [  7271] By: gsar                                  on 2000/10/16  03:29:11
73875         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
73876              branch
73877              
73878              Flatten the cpp jungle doing the nosuid checking.
73879              
73880              Do not assume sign propagation. (from M.J.T. Guy)
73881              
73882              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
73883              
73884              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73885              Now pp_ncmp() returns undef is either operand is a NaN.
73886              
73887              On second thoughts frexp() does have two arguments.
73888              
73889              Document that tr() is not tr(1).
73890              
73891              Be more robust on "extreme" (large absolute value)
73892              arguments.  Originally reported by Daniel Connelly
73893              as a problem with asinh() on large negative arguments,
73894              asinh() used to bail out because an argument to log()
73895              ended up being zero.  Ilya Zakharevich proposed using
73896              Taylor's series in such cases, which for such large
73897              arguments is a very good approximation.
73898              
73899              Undo "use integer" addition from 64bitint as it seems
73900              to break most of the subtests in Digital UNIX;
73901              Unicos needs to find another way.
73902      Branch: maint-5.6/perl
73903           !> (integrate 29 files)
73904 ____________________________________________________________________________
73905 [  7270] By: gsar                                  on 2000/10/16  03:09:44
73906         Log: integrate changes#5948,5949,5950 from mainline
73907              
73908              typo in vars.pm that leads to cryptic message (from Piotr
73909              Piatkowski <kompas@kompas.usr.onet.pl>)
73910              
73911              make perldoc use the pod2man from the same version (from
73912              M.J.T. Guy)
73913              
73914              reformat perldiag to avoid long lines
73915      Branch: maint-5.6/perl
73916           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
73917 ____________________________________________________________________________
73918 [  7269] By: gsar                                  on 2000/10/16  03:05:54
73919         Log: integrate change#5947 from mainline
73920              
73921              use &dl_error rather than &dl_load_file as the guard for calling
73922              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73923              statically built perl)
73924      Branch: maint-5.6/perl
73925           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73926 ____________________________________________________________________________
73927 [  7268] By: gsar                                  on 2000/10/16  03:04:48
73928         Log: integrate change#5945 from mainline
73929              
73930              make module name mandatory after -M switch; reorder perldiag
73931              alphabetically (from Mark-Jason Dominus)
73932      Branch: maint-5.6/perl
73933           !> perl.c pod/perldiag.pod
73934 ____________________________________________________________________________
73935 [  7267] By: gsar                                  on 2000/10/16  03:03:01
73936         Log: integrate change#5939 from mainline
73937              
73938              more pod nits (from Larry Virden)
73939      Branch: maint-5.6/perl
73940           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
73941           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73942           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73943 ____________________________________________________________________________
73944 [  7266] By: gsar                                  on 2000/10/16  03:01:39
73945         Log: integrate change#5938 from mainline
73946              
73947              Consolidated B::Deparse fixes (from Stephen McCamant)
73948      Branch: maint-5.6/perl
73949           !> ext/B/B/Deparse.pm
73950 ____________________________________________________________________________
73951 [  7265] By: gsar                                  on 2000/10/16  03:00:43
73952         Log: integrate change#5936 from mainline
73953              
73954              additional tests for change#7263 (from Paul Marquess)
73955      Branch: maint-5.6/perl
73956           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
73957           !> t/pragma/warn/5nolint t/pragma/warn/6default
73958 ____________________________________________________________________________
73959 [  7264] By: gsar                                  on 2000/10/16  02:58:34
73960         Log: integrate change#5934 from mainline
73961              
73962              propagate lexical warnings from surrounding scope correctly
73963              within string eval() (from Paul Marquess)
73964      Branch: maint-5.6/perl
73965           !> pp_ctl.c t/pragma/warn/pp_ctl
73966 ____________________________________________________________________________
73967 [  7263] By: gsar                                  on 2000/10/16  02:56:53
73968         Log: integrate change#5932 from mainline
73969              
73970              add rsignal(), whichsig() and do_join() to public API list
73971              (mod_perl uses them to good advantage)
73972      Branch: maint-5.6/perl
73973           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
73974 ____________________________________________________________________________
73975 [  7262] By: gsar                                  on 2000/10/16  02:55:53
73976         Log: integrate change#5931 from mainline
73977              
73978              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
73979      Branch: maint-5.6/perl
73980           !> pp_hot.c regexec.c t/op/pat.t
73981 ____________________________________________________________________________
73982 [  7261] By: gsar                                  on 2000/10/16  02:55:01
73983         Log: integrate change#5930 from mainline
73984              
73985              small os390 tweaks (from Peter Prymmer)
73986      Branch: maint-5.6/perl
73987           !> config_h.SH makedepend.SH
73988 ____________________________________________________________________________
73989 [  7260] By: gsar                                  on 2000/10/16  02:54:10
73990         Log: integrate change#5929 from mainline
73991              
73992              pod nits
73993      Branch: maint-5.6/perl
73994           !> pod/perlguts.pod
73995 ____________________________________________________________________________
73996 [  7259] By: gsar                                  on 2000/10/16  02:52:55
73997         Log: integrate change#5927 from mainline
73998              
73999              arrange for next() to resume at the unstack op rather than the
74000              loop conditional, so that scope cleanup happens correctly
74001              (from Stephen McCamant)
74002      Branch: maint-5.6/perl
74003           !> op.c pp_ctl.c t/op/misc.t
74004 ____________________________________________________________________________
74005 [  7258] By: gsar                                  on 2000/10/16  02:51:38
74006         Log: integrate change#5926 from mainline
74007              
74008              on windows, reserve 16M of stack rather than 128M (allows more
74009              threads to run concurrently)
74010      Branch: maint-5.6/perl
74011           !> win32/Makefile win32/makefile.mk
74012 ____________________________________________________________________________
74013 [  7257] By: gsar                                  on 2000/10/16  02:50:37
74014         Log: integrate change#5925 from mainline
74015              
74016              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
74017      Branch: maint-5.6/perl
74018           !> toke.c
74019 ____________________________________________________________________________
74020 [  7256] By: gsar                                  on 2000/10/16  02:49:36
74021         Log: integrate change#5924 from mainline
74022              
74023              avoid using uninitialized memory in require version check
74024      Branch: maint-5.6/perl
74025           !> pp_ctl.c universal.c
74026 ____________________________________________________________________________
74027 [  7255] By: gsar                                  on 2000/10/16  02:48:03
74028         Log: integrate changes#5923,5928,6009 from mainline
74029              
74030              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
74031      Branch: maint-5.6/perl
74032           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
74033 ____________________________________________________________________________
74034 [  7254] By: gsar                                  on 2000/10/16  02:44:46
74035         Log: integrate change#5922 from mainline
74036              
74037              commentary about IoTYPE() (from Nathan Torkington)
74038      Branch: maint-5.6/perl
74039           !> sv.h
74040 ____________________________________________________________________________
74041 [  7253] By: gsar                                  on 2000/10/16  02:43:49
74042         Log: integrate change#5921 from mainline
74043              
74044              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
74045      Branch: maint-5.6/perl
74046           !> sv.c t/lib/charnames.t t/pragma/utf8.t
74047 ____________________________________________________________________________
74048 [  7252] By: gsar                                  on 2000/10/16  02:42:31
74049         Log: integrate change#5920 from mainline
74050              
74051              Larry's fix for buggy propagation of utf8-ness in join(); add test
74052      Branch: maint-5.6/perl
74053           !> doop.c t/op/ver.t
74054 ____________________________________________________________________________
74055 [  7251] By: gsar                                  on 2000/10/16  02:41:14
74056         Log: integrate changes#5915..5919 from mainline
74057              
74058              various (pod tweaks &c)
74059      Branch: maint-5.6/perl
74060           !> (integrate 33 files)
74061 ____________________________________________________________________________
74062 [  7250] By: gsar                                  on 2000/10/16  02:38:16
74063         Log: integrate change#5914 from mainline
74064              
74065              caller() wasn't returning the right number of elements for
74066              eval {...}
74067      Branch: maint-5.6/perl
74068           !> pp_ctl.c t/pragma/warn/9enabled
74069 ____________________________________________________________________________
74070 [  7249] By: gsar                                  on 2000/10/16  02:37:02
74071         Log: integrate change#5913 from mainline
74072              
74073              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
74074              (from Mark-Jason Dominus)
74075      Branch: maint-5.6/perl
74076           !> pod/perlfunc.pod
74077 ____________________________________________________________________________
74078 [  7248] By: gsar                                  on 2000/10/16  02:35:58
74079         Log: integrate change#5912 from mainline
74080              
74081              fix totally broken caching in UNIVERSAL::isa() (from
74082              Nick Ing-Simmons)
74083      Branch: maint-5.6/perl
74084           !> t/op/universal.t universal.c
74085 ____________________________________________________________________________
74086 [  7247] By: gsar                                  on 2000/10/16  02:34:27
74087         Log: integrate changes#5910,5911 from mainline
74088              
74089              typo in pod
74090              
74091              add linebreak properties from unicode/LineBrk.txt (from
74092              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
74093      Branch: maint-5.6/perl
74094           +> (branch 29 files)
74095           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
74096 ____________________________________________________________________________
74097 [  7246] By: gsar                                  on 2000/10/16  02:33:29
74098         Log: integrate change#5909 from mainline
74099              
74100              mode argument to do_binmode() should be file mode, not boolean
74101      Branch: maint-5.6/perl
74102           !> pp_sys.c
74103 ____________________________________________________________________________
74104 [  7245] By: gsar                                  on 2000/10/16  02:31:04
74105         Log: integrate change#5908 from mainline
74106              
74107              introduce illegal symbols into null package so that
74108              gv_fetchpv(...,TRUE) always returns a valid GV even when the
74109              symbol is trapped by strictures (avoids coredumps)
74110      Branch: maint-5.6/perl
74111           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
74112           !> t/pragma/strict-vars
74113 ____________________________________________________________________________
74114 [  7244] By: jhi                                   on 2000/10/16  02:29:54
74115         Log: Subject: $Carp::ExportLevel confusion in Exporter
74116              From: "Ben Tilly" <ben_tilly@hotmail.com>
74117              Date: Sat, 14 Oct 2000 16:44:34 EDT
74118              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
74119      Branch: perl
74120            ! lib/Exporter/Heavy.pm
74121 ____________________________________________________________________________
74122 [  7243] By: jhi                                   on 2000/10/16  02:28:33
74123         Log: Subject: [PATCH perlguts.pod] Document offset hack
74124              From: Simon Cozens <simon@cozens.net>
74125              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
74126              Date: Sat, 14 Oct 2000 19:32:25 +0100
74127      Branch: perl
74128            ! pod/perlguts.pod
74129 ____________________________________________________________________________
74130 [  7242] By: gsar                                  on 2000/10/16  02:26:51
74131         Log: integrate changes#5905,5906,5907,6064 from mainline
74132              
74133              printf/sprintf didn't get quad types right under use64bitint
74134      Branch: maint-5.6/perl
74135           !> pp_sys.c sv.c t/op/64bitint.t
74136 ____________________________________________________________________________
74137 [  7241] By: jhi                                   on 2000/10/16  02:22:44
74138         Log: Subject: small pod patch
74139              From: Dan Boorstein <dan_boo@bellsouth.net>
74140              Date: Sat, 14 Oct 2000 14:29:24 -0400
74141              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
74142      Branch: perl
74143            ! pod/perlfaq7.pod pod/perlmod.pod
74144 ____________________________________________________________________________
74145 [  7240] By: jhi                                   on 2000/10/16  02:13:46
74146         Log: -w cleanup.
74147              
74148              Subject: Re: Problems with bleadperl 
74149              From: "Stephen P. Potter" <spp@ds.net>
74150              Date: Fri, 13 Oct 2000 13:32:49 -0400
74151              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
74152      Branch: perl
74153            ! t/pragma/overload.t
74154 ____________________________________________________________________________
74155 [  7239] By: jhi                                   on 2000/10/16  01:41:18
74156         Log: One more ~utf8 tweak.
74157      Branch: perl
74158            ! t/op/bop.t
74159 ____________________________________________________________________________
74160 [  7238] By: jhi                                   on 2000/10/16  01:34:14
74161         Log: Tweak the test of #7235.
74162      Branch: perl
74163            ! t/op/bop.t
74164 ____________________________________________________________________________
74165 [  7237] By: jhi                                   on 2000/10/16  01:25:04
74166         Log: Fix a couple of compiler-noted nits in #7235.
74167      Branch: perl
74168            ! pp.c
74169 ____________________________________________________________________________
74170 [  7236] By: jhi                                   on 2000/10/16  01:22:46
74171         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
74172      Branch: perl
74173            ! pp.c pp_hot.c
74174 ____________________________________________________________________________
74175 [  7235] By: jhi                                   on 2000/10/15  16:24:44
74176         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
74177              
74178              From: Simon Cozens <simon@cozens.net>
74179              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
74180              Date: Sat, 14 Oct 2000 20:52:13 +0100
74181              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
74182      Branch: perl
74183            ! pp.c t/op/bop.t utf8.h
74184 ____________________________________________________________________________
74185 [  7234] By: jhi                                   on 2000/10/15  15:19:29
74186         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
74187              The problem was that rx->minlen was in chars while pp_split()
74188              thought it would be in bytes. 
74189      Branch: perl
74190            ! pp.c t/pragma/utf8.t
74191 ____________________________________________________________________________
74192 [  7233] By: jhi                                   on 2000/10/14  20:24:24
74193         Log: Document FNCASE=y as discussed in the bug 20000902.009.
74194      Branch: perl
74195            ! README.dos
74196 ____________________________________________________________________________
74197 [  7232] By: jhi                                   on 2000/10/14  18:52:21
74198         Log: Add test for bug id 20000427.003 (which seems to have
74199              been fixed) (also duplicate as 20000427.004, though
74200              with a higher severity).  Move one utf8 from op/append
74201              to pragma/utf8, tag the tests with bug ids.
74202      Branch: perl
74203            ! t/op/append.t t/pragma/utf8.t
74204 ____________________________________________________________________________
74205 [  7231] By: jhi                                   on 2000/10/14  17:28:37
74206         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
74207      Branch: perl
74208            ! t/pragma/utf8.t
74209 ____________________________________________________________________________
74210 [  7230] By: jhi                                   on 2000/10/14  14:24:50
74211         Log: Needs to be conditional on SunOS 4.
74212              
74213              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
74214              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74215              Date: Sat, 14 Oct 2000 13:37:49 +0100
74216              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
74217      Branch: metaconfig/U/perl
74218            ! End.U
74219      Branch: perl
74220            ! Configure myconfig.SH pod/perldelta.pod
74221 ____________________________________________________________________________
74222 [  7229] By: jhi                                   on 2000/10/14  00:49:22
74223         Log: Update Changes.
74224      Branch: perl
74225            ! Changes patchlevel.h
74226 ____________________________________________________________________________
74227 [  7228] By: jhi                                   on 2000/10/14  00:46:10
74228         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
74229              From: Peter Prymmer <pvhp@forte.com>
74230              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
74231              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
74232      Branch: perl
74233            ! lib/utf8.pm
74234 ____________________________________________________________________________
74235 [  7227] By: jhi                                   on 2000/10/13  23:20:30
74236         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
74237      Branch: perl
74238            ! t/op/tie.t
74239 ____________________________________________________________________________
74240 [  7226] By: jhi                                   on 2000/10/13  22:14:32
74241         Log: Tweak #7225.
74242              
74243              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
74244              From: Peter Prymmer <pvhp@forte.com>
74245              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
74246              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
74247      Branch: perl
74248            ! t/op/sprintf.t
74249 ____________________________________________________________________________
74250 [  7225] By: jhi                                   on 2000/10/13  22:11:31
74251         Log: op/sprintf.t patch for OS/390 (and any other host with limited
74252              floating-point exponent length)
74253              
74254              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
74255              From: Dominic Dunlop <domo@computer.org>
74256              Date: Fri, 13 Oct 2000 19:17:57 +0200
74257              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
74258      Branch: perl
74259            ! t/op/sprintf.t
74260 ____________________________________________________________________________
74261 [  7224] By: jhi                                   on 2000/10/13  18:40:48
74262         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
74263      Branch: perl
74264            ! toke.c
74265 ____________________________________________________________________________
74266 [  7223] By: jhi                                   on 2000/10/13  18:37:13
74267         Log: Thinko in #7222.
74268      Branch: perl
74269            ! utf8.c
74270 ____________________________________________________________________________
74271 [  7222] By: jhi                                   on 2000/10/13  18:05:23
74272         Log: Use UTF8SKIP(), from Simon Cozens.
74273      Branch: perl
74274            ! utf8.c
74275 ____________________________________________________________________________
74276 [  7221] By: jhi                                   on 2000/10/13  15:43:19
74277         Log: (accidentally empty check-in)
74278      Branch: perl
74279            ! utf8.c
74280 ____________________________________________________________________________
74281 [  7220] By: jhi                                   on 2000/10/13  15:23:51
74282         Log: Add (optimistically) Storable to static extensions.
74283      Branch: perl
74284            ! hints/uwin.sh hints/vmesa.sh
74285 ____________________________________________________________________________
74286 [  7219] By: jhi                                   on 2000/10/13  15:20:05
74287         Log: Amdahl UTS doesn't seem to do dynaloading.
74288      Branch: perl
74289            ! hints/uts.sh
74290 ____________________________________________________________________________
74291 [  7218] By: jhi                                   on 2000/10/13  15:15:20
74292         Log: Slight tweak of the code to appease Amdahl UTS cc.
74293      Branch: perl
74294            ! pp.c
74295 ____________________________________________________________________________
74296 [  7217] By: jhi                                   on 2000/10/13  14:50:42
74297         Log: In Amdahl UTS "struct sv" is defined by a system header,
74298              <ksync.h>.
74299      Branch: perl
74300            ! perl.h sv.h
74301 ____________________________________________________________________________
74302 [  7216] By: jhi                                   on 2000/10/13  11:58:25
74303         Log: Ilya implemented the memory profiling API.
74304      Branch: perl
74305            ! Todo
74306 ____________________________________________________________________________
74307 [  7215] By: jhi                                   on 2000/10/13  02:56:38
74308         Log: Subject: [PATCH 5.7.0] Perl API for mstats
74309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74310              Date: Thu, 12 Oct 2000 22:52:40 -0400
74311              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
74312      Branch: perl
74313            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
74314 ____________________________________________________________________________
74315 [  7214] By: jhi                                   on 2000/10/13  02:55:38
74316         Log: Subject: [PATCH 5.7.0] IVs in mtats
74317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74318              Date: Thu, 12 Oct 2000 22:51:04 -0400
74319              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
74320      Branch: perl
74321            ! malloc.c perl.h
74322 ____________________________________________________________________________
74323 [  7213] By: jhi                                   on 2000/10/13  02:31:47
74324         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
74325      Branch: perl
74326            ! pod/perldiag.pod pp_sys.c
74327 ____________________________________________________________________________
74328 [  7212] By: jhi                                   on 2000/10/13  01:27:38
74329         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
74330              From: Peter Prymmer <pvhp@forte.com>
74331              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
74332              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
74333      Branch: perl
74334            ! t/op/oct.t
74335 ____________________________________________________________________________
74336 [  7211] By: jhi                                   on 2000/10/13  00:35:09
74337         Log: Update Changes.
74338      Branch: perl
74339            ! Changes patchlevel.h
74340 ____________________________________________________________________________
74341 [  7210] By: jhi                                   on 2000/10/12  23:59:40
74342         Log: The Install.pm third of
74343              
74344              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74345              From: Bill Campbell <bill@celestial.com>
74346              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74347              Date: Thu, 5 Oct 2000 18:04:51 -0700
74348      Branch: perl
74349            ! lib/ExtUtils/Install.pm
74350 ____________________________________________________________________________
74351 [  7209] By: jhi                                   on 2000/10/12  23:58:43
74352         Log: Two thirds of
74353              
74354              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
74355              Date: Thu, 5 Oct 2000 18:04:51 -0700
74356              From: Bill Campbell <bill@celestial.com>
74357              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
74358              
74359              The Install.pm changes will be submitted separately because
74360              they need some work and discussion still.
74361      Branch: perl
74362            ! lib/getopts.pl lib/termcap.pl
74363 ____________________________________________________________________________
74364 [  7208] By: jhi                                   on 2000/10/12  23:41:19
74365         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
74366              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74367              Date:     Thu, 12 Oct 2000 07:30:02 EDT
74368              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
74369      Branch: perl
74370            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
74371            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
74372 ____________________________________________________________________________
74373 [  7207] By: jhi                                   on 2000/10/12  23:39:01
74374         Log: An updated EBCDIC tr patch.
74375              
74376              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
74377              From: Peter Prymmer <pvhp@forte.com>
74378              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
74379              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
74380      Branch: perl
74381            ! t/op/tr.t
74382 ____________________________________________________________________________
74383 [  7206] By: jhi                                   on 2000/10/12  23:34:55
74384         Log: Upgrade to CPAN 1.58, from Andreas König.
74385      Branch: perl
74386            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
74387 ____________________________________________________________________________
74388 [  7205] By: jhi                                   on 2000/10/12  23:29:08
74389         Log: Introduce the man[24-8] variables, from Andy Dougherty.
74390      Branch: metaconfig/U/perl
74391            + mandirs.U mandirstyle.U
74392      Branch: perl
74393            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
74394            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
74395            ! vos/config.h vos/config.pl vos/config_h.SH_orig
74396            ! win32/config.bc win32/config.gc win32/config.vc
74397 ____________________________________________________________________________
74398 [  7204] By: gsar                                  on 2000/10/12  18:11:24
74399         Log: restore change#7202
74400      Branch: perl
74401            ! mg.c
74402 ____________________________________________________________________________
74403 [  7203] By: gsar                                  on 2000/10/12  18:09:40
74404         Log: another test of the Emergency Broadcast System--back out 
74405              change#7202
74406      Branch: perl
74407            ! mg.c
74408 ____________________________________________________________________________
74409 [  7202] By: gsar                                  on 2000/10/12  16:40:47
74410         Log: (submitted on behalf of Jarkko)
74411              Fix the lib/encode.t subtest 6 failure as reported by Andreas
74412              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
74413              was unearthed by change 7182, as was a bug in HTML::Entities.
74414      Branch: perl
74415            ! mg.c
74416 ____________________________________________________________________________
74417 [  7201] By: jhi                                   on 2000/10/11  03:16:05
74418         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
74419      Branch: perl
74420            ! pp_hot.c t/pragma/utf8.t
74421 ____________________________________________________________________________
74422 [  7200] By: jhi                                   on 2000/10/11  00:40:30
74423         Log: The #7198 was a false alarm.
74424      Branch: perl
74425            ! pp_hot.c
74426 ____________________________________________________________________________
74427 [  7199] By: jhi                                   on 2000/10/11  00:26:04
74428         Log: Remove duplicated code.
74429      Branch: perl
74430            ! t/lib/cgi-html.t
74431 ____________________________________________________________________________
74432 [  7198] By: jhi                                   on 2000/10/10  23:30:46
74433         Log: (Retracted by #7200.)
74434      Branch: perl
74435            ! pp_hot.c
74436 ____________________________________________________________________________
74437 [  7197] By: jhi                                   on 2000/10/10  21:49:30
74438         Log: Add the test case for #7190, from the original bug report
74439              by Andreas König.
74440      Branch: perl
74441            ! t/pragma/utf8.t
74442 ____________________________________________________________________________
74443 [  7196] By: jhi                                   on 2000/10/10  21:40:49
74444         Log: Reapply Andy's patch and regen Configure.
74445      Branch: perl
74446            ! Configure INSTALL Makefile.SH Porting/Glossary
74447            ! Porting/config.sh config_h.SH epoc/config.sh installperl
74448            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74449            ! win32/config.vc
74450 ____________________________________________________________________________
74451 [  7195] By: jhi                                   on 2000/10/10  21:09:30
74452         Log: Use the versiononly instead of the installscripts,
74453              retract the changes 7146 and 7147.
74454      Branch: perl
74455            ! Configure INSTALL Makefile.SH Porting/Glossary
74456            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
74457            ! installperl uconfig.sh vos/config.def win32/config.bc
74458            ! win32/config.gc win32/config.vc
74459 ____________________________________________________________________________
74460 [  7194] By: jhi                                   on 2000/10/10  21:06:15
74461         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
74462              From: Peter Prymmer <pvhp@forte.com>
74463              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
74464              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
74465      Branch: perl
74466            ! t/op/ver.t
74467 ____________________________________________________________________________
74468 [  7193] By: jhi                                   on 2000/10/10  21:05:12
74469         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
74470              From: Peter Prymmer <pvhp@forte.com>
74471              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
74472              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
74473      Branch: perl
74474            ! t/op/tr.t
74475 ____________________________________________________________________________
74476 [  7192] By: jhi                                   on 2000/10/10  20:57:30
74477         Log: Add versiononly, delete installscripts, from Andy Dougherty.
74478      Branch: metaconfig
74479            - U/installdirs/installscripts.U
74480      Branch: metaconfig/U/perl
74481            + versiononly.U
74482 ____________________________________________________________________________
74483 [  7191] By: jhi                                   on 2000/10/10  19:41:21
74484         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
74485              From: Peter Prymmer <pvhp@forte.com>
74486              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
74487              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
74488      Branch: perl
74489            ! pod/perlebcdic.pod
74490 ____________________________________________________________________________
74491 [  7190] By: jhi                                   on 2000/10/10  19:26:14
74492         Log: Subject: Re: utf8 concat, mg_get
74493              From: Simon Cozens <simon@cozens.net>
74494              Date: Tue, 10 Oct 2000 17:40:17 +0100
74495              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
74496      Branch: perl
74497            ! pp_hot.c
74498 ____________________________________________________________________________
74499 [  7189] By: jhi                                   on 2000/10/10  19:23:03
74500         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
74501              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
74502              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
74503              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
74504      Branch: perl
74505            ! lib/ExtUtils/MM_Unix.pm
74506 ____________________________________________________________________________
74507 [  7188] By: jhi                                   on 2000/10/10  15:31:24
74508         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
74509              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74510              Date: Fri, 14 Jul 2000 10:47:36 +0100
74511              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
74512      Branch: perl
74513            ! README.win32
74514 ____________________________________________________________________________
74515 [  7187] By: jhi                                   on 2000/10/10  13:30:10
74516         Log: Quote the temp file name, needed in Win32 because the
74517              default name unfortunately contains spaces, shouldn't
74518              hurt elsewhere.
74519              
74520              Subject: FW: perldoc fails if $TEMP contains spaces
74521              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
74522              Date: Thu, 14 Sep 2000 08:58:45 +0100
74523              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
74524      Branch: perl
74525            ! utils/perldoc.PL
74526 ____________________________________________________________________________
74527 [  7186] By: jhi                                   on 2000/10/10  13:16:27
74528         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
74529              From: hv@hugo.hybyte.com
74530              Date: Tue, 10 Oct 2000 14:10:20 +0100
74531              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
74532      Branch: perl
74533            ! t/lib/thr5005.t util.c
74534 ____________________________________________________________________________
74535 [  7185] By: jhi                                   on 2000/10/10  12:06:22
74536         Log: Upgrade to podlators 1.04, from Russ Allbery.
74537      Branch: perl
74538            ! lib/Pod/Man.pm lib/Pod/Text.pm
74539 ____________________________________________________________________________
74540 [  7184] By: jhi                                   on 2000/10/10  12:01:32
74541         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
74542      Branch: perl
74543            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
74544 ____________________________________________________________________________
74545 [  7183] By: jhi                                   on 2000/10/09  23:47:15
74546         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
74547              From: Peter Prymmer <pvhp@forte.com>
74548              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
74549              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
74550      Branch: perl
74551            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
74552 ____________________________________________________________________________
74553 [  7182] By: jhi                                   on 2000/10/09  23:43:16
74554         Log: Make eq work again with utf8 (disabling the upgrading
74555              should no more be necessary since the copies of the
74556              scalars are upgraded, not the scalars themselves).
74557              Takes care of ID 20001009.001.  (The claimed length()
74558              bug in 20001009.001 seems bogus to me.)
74559      Branch: perl
74560            ! sv.c t/pragma/utf8.t
74561 ____________________________________________________________________________
74562 [  7181] By: gsar                                  on 2000/10/09  19:41:54
74563         Log: tweak for change#7173
74564      Branch: perl
74565            ! win32/win32sck.c
74566 ____________________________________________________________________________
74567 [  7180] By: gsar                                  on 2000/10/09  19:26:56
74568         Log: on Windows, clean targets might not work under some flavors of the shell
74569      Branch: perl
74570            ! win32/Makefile win32/makefile.mk
74571 ____________________________________________________________________________
74572 [  7179] By: jhi                                   on 2000/10/09  19:21:02
74573         Log: Update Changes.
74574      Branch: perl
74575            ! Changes patchlevel.h
74576 ____________________________________________________________________________
74577 [  7178] By: jhi                                   on 2000/10/09  19:18:23
74578         Log: Warn about unknown scripts.
74579              
74580              Subject: Re: ideas? patches? [PATCH bleadperl]
74581              From: Dominic Dunlop <domo@computer.org>
74582              Date: Mon, 9 Oct 2000 14:57:17 +0200
74583              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
74584      Branch: perl
74585            ! lib/charnames.pm
74586 ____________________________________________________________________________
74587 [  7177] By: jhi                                   on 2000/10/09  19:13:27
74588         Log: Change #7160 had a nasty typo.
74589      Branch: metaconfig
74590            ! U/compline/Compile.U
74591      Branch: perl
74592            ! Configure config_h.SH
74593 ____________________________________________________________________________
74594 [  7176] By: gsar                                  on 2000/10/09  18:59:33
74595         Log: pod nit
74596      Branch: perl
74597            ! pod/perlport.pod
74598 ____________________________________________________________________________
74599 [  7175] By: gsar                                  on 2000/10/09  18:54:28
74600         Log: Windows9x doesn't support link(), despite what Config.pm
74601              might think
74602      Branch: perl
74603            ! lib/ExtUtils/Manifest.pm
74604 ____________________________________________________________________________
74605 [  7174] By: gsar                                  on 2000/10/09  18:50:03
74606         Log: avoid nonportable example code
74607      Branch: perl
74608            ! lib/File/Copy.pm
74609 ____________________________________________________________________________
74610 [  7173] By: gsar                                  on 2000/10/09  18:46:54
74611         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
74612              being used) when closing a socket handle
74613      Branch: perl
74614            ! win32/win32.c win32/win32.h win32/win32sck.c
74615 ____________________________________________________________________________
74616 [  7172] By: gsar                                  on 2000/10/09  18:41:40
74617         Log: on Windows, cwd strings in the environment should be of the
74618              form =X:=X:\foo instead of =X=X:\foo\
74619      Branch: perl
74620            ! win32/vdir.h
74621 ____________________________________________________________________________
74622 [  7171] By: gsar                                  on 2000/10/09  18:30:09
74623         Log: on Windows, LoadLibrary() could load an extension DLL multiple
74624              times if forward slashes are used in the path
74625      Branch: perl
74626            ! win32/win32.c
74627 ____________________________________________________________________________
74628 [  7170] By: jhi                                   on 2000/10/09  17:53:59
74629         Log: Add a todo note about overloadable assertions.
74630      Branch: perl
74631            ! Todo-5.6
74632 ____________________________________________________________________________
74633 [  7169] By: jhi                                   on 2000/10/09  13:43:45
74634         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
74635              From: mjd@plover.com
74636              Date: 9 Oct 2000 00:24:44 -0000
74637              Message-ID: <20001009002444.10616.qmail@plover.com>
74638      Branch: perl
74639            ! pod/perldebguts.pod
74640 ____________________________________________________________________________
74641 [  7168] By: nick                                  on 2000/10/08  13:16:33
74642         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
74643              is not right thing to do on (e.g. x86). Network order is also "right" for
74644              X fonts.
74645      Branch: perl
74646            ! ext/Encode/Encode.pm
74647 ____________________________________________________________________________
74648 [  7167] By: nick                                  on 2000/10/08  12:54:42
74649         Log: Make "encodings" work post-install when Encode/*.enc files may not
74650              be in same directory as Encode.pm
74651      Branch: perl
74652            ! ext/Encode/Encode.pm
74653 ____________________________________________________________________________
74654 [  7166] By: nick                                  on 2000/10/08  11:51:26
74655         Log: Work round the fact that $hash->{$key} does not take into account
74656              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
74657              so that key is always in the "expected" encoding - i.e. same way we put
74658              it in the hash.
74659      Branch: perl
74660            ! ext/Encode/Encode.pm
74661 ____________________________________________________________________________
74662 [  7165] By: gsar                                  on 2000/10/08  04:15:29
74663         Log: save_re_context() could reset PL_curcop to freed memory, causing core
74664              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
74665      Branch: perl
74666            ! pp_ctl.c
74667 ____________________________________________________________________________
74668 [  7164] By: jhi                                   on 2000/10/06  20:51:48
74669         Log: UTF8ize split() so that the cloned substrings get the UTF8
74670              flag of the original scalar.  Problem reported by Simon Cozens.
74671      Branch: perl
74672            ! pp.c t/pragma/utf8.t
74673 ____________________________________________________________________________
74674 [  7163] By: nick                                  on 2000/10/06  20:48:34
74675         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
74676              got a false +ve and so did not reach code which would have un-FAKEd the SV.
74677      Branch: perl
74678            ! sv.c
74679 ____________________________________________________________________________
74680 [  7162] By: nick                                  on 2000/10/06  20:25:37
74681         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
74682              To fix  (sort {$a <=> $b} keys %hash) in particular but
74683              should cover a number of other as-yet-unknown cases as well.
74684      Branch: perl
74685            ! sv.c
74686 ____________________________________________________________________________
74687 [  7161] By: jhi                                   on 2000/10/06  19:56:18
74688         Log: Change the version number of Tie::Handle in the core to 4.0,
74689              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
74690              
74691              Subject: Note on Tie::Handle
74692              From: andreas.koenig@anima.de (Andreas J. Koenig)
74693              Date:      06 Oct 2000 21:48:58 +0200
74694              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
74695      Branch: perl
74696            ! lib/Tie/Handle.pm
74697 ____________________________________________________________________________
74698 [  7160] By: jhi                                   on 2000/10/06  18:20:35
74699         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
74700              as the first option of cc/ld because of ultrapicky compilers
74701              (e.g. OS/390 R2.5)
74702      Branch: metaconfig
74703            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
74704            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
74705            ! U/compline/orderlib.U U/modified/Cppsym.U
74706            ! U/modified/d_access.U
74707      Branch: metaconfig/U/perl
74708            ! Checkcc.U d_dlsymun.U gccvers.U
74709      Branch: perl
74710            ! Configure config_h.SH
74711 ____________________________________________________________________________
74712 [  7159] By: jhi                                   on 2000/10/06  13:56:39
74713         Log: Update Changes.
74714      Branch: perl
74715            ! Changes patchlevel.h
74716 ____________________________________________________________________________
74717 [  7158] By: jhi                                   on 2000/10/06  12:48:40
74718         Log: Eliminate $Is_VMS code from the test.
74719              
74720              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
74721              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74722              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
74723              Date:     Thu, 5 Oct 2000 07:46:33 EDT
74724      Branch: perl
74725            ! t/lib/b.t
74726 ____________________________________________________________________________
74727 [  7157] By: jhi                                   on 2000/10/06  12:47:13
74728         Log: Also the $ccflags is needed for the C compiler check.
74729              
74730              Subject: Configure (check for C-compiler)
74731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74732              Date: Fri, 06 Oct 2000 08:47:15 +0200
74733              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
74734      Branch: metaconfig/U/perl
74735            ! Checkcc.U
74736      Branch: perl
74737            ! Configure config_h.SH
74738 ____________________________________________________________________________
74739 [  7156] By: jhi                                   on 2000/10/06  11:45:15
74740         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
74741      Branch: perl
74742            ! perl.c pp_ctl.c sv.h utf8.c
74743 ____________________________________________________________________________
74744 [  7155] By: jhi                                   on 2000/10/06  11:40:41
74745         Log: IO::Handle->syswrite() did not handle length omission
74746              like CORE::syswrite() does.
74747              
74748              Subject: [Fwd] IO::Handle, syswrite and arguments
74749              From: Graham Barr <gbarr@pobox.com>
74750              Date: Fri, 6 Oct 2000 10:22:05 +0100
74751              Message-ID: <20001006102205.U6312@pobox.com>
74752              
74753              The original patch from andrew@ugh.net.au.
74754      Branch: perl
74755            ! ext/IO/lib/IO/Handle.pm
74756 ____________________________________________________________________________
74757 [  7154] By: jhi                                   on 2000/10/06  01:42:15
74758         Log: Tweak #7153.
74759      Branch: perl
74760            ! utf8.h
74761 ____________________________________________________________________________
74762 [  7153] By: jhi                                   on 2000/10/06  00:39:55
74763         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
74764      Branch: perl
74765            ! utf8.h
74766 ____________________________________________________________________________
74767 [  7152] By: jhi                                   on 2000/10/06  00:38:11
74768         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
74769      Branch: perl
74770            ! perl.c pp_ctl.c sv.h utf8.c
74771 ____________________________________________________________________________
74772 [  7151] By: jhi                                   on 2000/10/06  00:36:38
74773         Log: Subject: Re: Questions about Tie::Array and perl modules
74774              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74775              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
74776              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
74777              
74778              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
74779      Branch: perl
74780            ! lib/Tie/Array.pm t/op/array.t
74781 ____________________________________________________________________________
74782 [  7150] By: jhi                                   on 2000/10/05  00:20:45
74783         Log: Regen Changes.
74784      Branch: perl
74785            ! Changes patchlevel.h
74786 ____________________________________________________________________________
74787 [  7149] By: jhi                                   on 2000/10/05  00:20:01
74788         Log: Regen toc.
74789      Branch: perl
74790            ! pod/perltoc.pod
74791 ____________________________________________________________________________
74792 [  7148] By: jhi                                   on 2000/10/04  23:35:08
74793         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
74794              reported several times by Dominic Dunlop, for example in
74795              ID 20000315.008.  Patch from Dominic.  Patch affects at
74796              least MachTen, and possibly other oldish BSDs. Should not
74797              break non-broken platforms (tested on LinuxPPC). 
74798      Branch: perl
74799            ! doio.c
74800 ____________________________________________________________________________
74801 [  7147] By: jhi                                   on 2000/10/04  23:26:34
74802         Log: The one that got away from 7146.
74803      Branch: metaconfig
74804            + U/installdirs/installscripts.U
74805 ____________________________________________________________________________
74806 [  7146] By: jhi                                   on 2000/10/04  23:25:04
74807         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
74808              suggested by H. Merijn Brand.
74809      Branch: perl
74810            ! Configure INSTALL Makefile.SH Porting/Glossary
74811            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
74812            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74813            ! win32/config.vc
74814 ____________________________________________________________________________
74815 [  7145] By: jhi                                   on 2000/10/04  22:08:21
74816         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
74817              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74818              Date: Wed, 4 Oct 2000 17:37:46 -0400
74819              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
74820      Branch: perl
74821            ! utils/h2xs.PL
74822 ____________________________________________________________________________
74823 [  7144] By: jhi                                   on 2000/10/04  18:11:41
74824         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
74825              From: Jeff Pinyan <jeffp@crusoe.net>
74826              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
74827              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
74828      Branch: perl
74829            ! pod/perlrun.pod
74830 ____________________________________________________________________________
74831 [  7143] By: jhi                                   on 2000/10/04  18:09:58
74832         Log: Subject: perlhack.pod Patch for Externals Tools
74833              From: Fisher Mark <fisherm@tce.com>
74834              Date: Tue, 3 Oct 2000 15:43:27 -0500 
74835              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
74836      Branch: perl
74837            ! pod/perlhack.pod
74838 ____________________________________________________________________________
74839 [  7142] By: jhi                                   on 2000/10/04  18:08:41
74840         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
74841              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74842              Date:     Wed, 4 Oct 2000 12:11:11 EDT
74843              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
74844      Branch: perl
74845            ! vms/vms.c
74846 ____________________________________________________________________________
74847 [  7141] By: jhi                                   on 2000/10/04  12:20:16
74848         Log: Subject: [PATCH 5.7.0] h2xs not working
74849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74850              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
74851              Date: Tue, 3 Oct 2000 21:43:01 -0400
74852              
74853              Subject: [PATCH 5.7.0] h2xs not documenting the created module
74854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74855              Date: Tue, 3 Oct 2000 22:55:19 -0400
74856              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
74857      Branch: perl
74858            ! utils/h2xs.PL
74859 ____________________________________________________________________________
74860 [  7140] By: jhi                                   on 2000/10/04  11:53:44
74861         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
74862              From: nick@babyhippo.com
74863              Date: Wed, 4 Oct 2000 12:06:45 +0100
74864              Message-Id: <20001004120645.A7356@babyhippo.com>
74865              
74866              Retract 7118 and 7135.
74867      Branch: perl
74868            ! installman installperl op.c t/pragma/subs.t
74869 ____________________________________________________________________________
74870 [  7139] By: jhi                                   on 2000/10/03  22:09:41
74871         Log: It is possible to have no hosts database at all.  Pointed out in
74872              
74873              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74874              From: Peter Prymmer <pvhp@forte.com>
74875              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74876              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74877      Branch: metaconfig
74878            ! U/modified/myhostname.U
74879      Branch: perl
74880            ! Configure config_h.SH
74881 ____________________________________________________________________________
74882 [  7138] By: jhi                                   on 2000/10/03  21:49:49
74883         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74884              From: Peter Prymmer <pvhp@forte.com>
74885              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74886              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74887      Branch: perl
74888            ! pp_sys.c
74889 ____________________________________________________________________________
74890 [  7137] By: jhi                                   on 2000/10/03  20:10:05
74891         Log: One remaining nit less at the VMS mailbox sizing.
74892      Branch: perl
74893            ! vms/vms.c
74894 ____________________________________________________________________________
74895 [  7136] By: jhi                                   on 2000/10/03  20:08:47
74896         Log: Test harness update to sync with the new perlcc,
74897              from Simon Cozens.
74898      Branch: perl
74899            ! t/TEST t/UTEST
74900 ____________________________________________________________________________
74901 [  7135] By: jhi                                   on 2000/10/03  15:15:42
74902         Log: Subject: Re: PATCH for 20001003.004
74903              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
74904              From: "AARON B. DOSSETT" <aaron@iglou.com>
74905              Message-Id: <E13gTay-0006od-00@iglou.com>
74906      Branch: perl
74907            ! installman installperl
74908 ____________________________________________________________________________
74909 [  7134] By: jhi                                   on 2000/10/03  15:00:34
74910         Log: Subject: [ID 20001003.006] B::Debug not -w clean
74911              From: Nicholas Clark <nick@babyhippo.co.uk>
74912              Date: Tue, 03 Oct 2000 15:46:32 +0100
74913              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
74914      Branch: perl
74915            ! ext/B/B/Debug.pm
74916 ____________________________________________________________________________
74917 [  7133] By: jhi                                   on 2000/10/03  14:58:39
74918         Log: Scale down the VMS message boxes, by Charles Lane.
74919              Fix for ID 20000903.009, workaround at
74920              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
74921      Branch: perl
74922            ! vms/vms.c
74923 ____________________________________________________________________________
74924 [  7132] By: jhi                                   on 2000/10/03  11:20:37
74925         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
74926      Branch: perl
74927            + t/lib/st-lock.t t/lib/st-utf8.t
74928            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
74929            ! ext/Storable/Storable.xs t/lib/st-recurse.t
74930 ____________________________________________________________________________
74931 [  7131] By: jhi                                   on 2000/10/03  03:38:23
74932         Log: Encode nits.
74933      Branch: perl
74934            ! MANIFEST Makefile.SH
74935 ____________________________________________________________________________
74936 [  7130] By: jhi                                   on 2000/10/03  03:31:05
74937         Log: Update Changes.
74938      Branch: perl
74939            ! Changes patchlevel.h
74940 ____________________________________________________________________________
74941 [  7129] By: jhi                                   on 2000/10/03  02:24:02
74942         Log: Misplaced else.
74943      Branch: metaconfig/U/perl
74944            ! d_strtoll.U
74945      Branch: perl
74946            ! Configure config_h.SH
74947 ____________________________________________________________________________
74948 [  7128] By: jhi                                   on 2000/10/03  02:08:29
74949         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
74950              From: sthoenna@efn.org
74951              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
74952              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
74953      Branch: metaconfig/U/perl
74954            ! d_strtoll.U
74955      Branch: perl
74956            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
74957 ____________________________________________________________________________
74958 [  7127] By: jhi                                   on 2000/10/03  01:13:14
74959         Log: Update Changes.
74960      Branch: perl
74961            ! Changes patchlevel.h
74962 ____________________________________________________________________________
74963 [  7126] By: jhi                                   on 2000/10/03  00:57:08
74964         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
74965              as suggested by Olaf Flebbe and Nick Clark.
74966      Branch: perl
74967            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
74968 ____________________________________________________________________________
74969 [  7125] By: jhi                                   on 2000/10/03  00:50:56
74970         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
74971              From: Nick Clark <nick@plum.flirble.org>
74972              Date: Mon, 2 Oct 2000 11:03:24 +0100
74973              Message-Id: <20001002110324.D20073@plum.flirble.org>
74974              
74975              Also fixes bug ID 20001002.005.
74976      Branch: perl
74977            ! t/lib/encode.t
74978 ____________________________________________________________________________
74979 [  7124] By: jhi                                   on 2000/10/03  00:34:59
74980         Log: Subject: [PATCH 5.7.0] Epoc update
74981              From: Olaf Flebbe <o.flebbe@gmx.de>
74982              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
74983              Message-ID: <26423.969484586@www10.gmx.net>
74984      Branch: perl
74985            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
74986            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
74987            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
74988            ! util.c util.h
74989 ____________________________________________________________________________
74990 [  7123] By: jhi                                   on 2000/10/03  00:30:07
74991         Log: Regen headers.
74992      Branch: perl
74993            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
74994 ____________________________________________________________________________
74995 [  7122] By: jhi                                   on 2000/10/03  00:10:48
74996         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
74997      Branch: perl
74998            ! hints/openbsd.sh
74999 ____________________________________________________________________________
75000 [  7121] By: jhi                                   on 2000/10/03  00:05:06
75001         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
75002              From: <abigail@foad.org>
75003              Date: Tue, 26 Sep 2000 13:36:14 -0400
75004              Message-ID: <20000926173614.4356.qmail@foad.org>
75005      Branch: perl
75006            ! pod/perlop.pod
75007 ____________________________________________________________________________
75008 [  7120] By: jhi                                   on 2000/10/03  00:04:00
75009         Log: Inside require() $^S was always left undefined.
75010              
75011              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
75012              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75013              Date: Wed, 27 Sep 2000 18:54:49 -0400
75014              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
75015      Branch: perl
75016            ! cop.h mg.c pp_ctl.c util.c
75017 ____________________________________________________________________________
75018 [  7119] By: jhi                                   on 2000/10/03  00:00:16
75019         Log: Subject: [PATCH] DLL not restartabke with threaded perl
75020              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
75021              Date: Thu, 28 Sep 2000 09:20:46 +0100
75022              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
75023      Branch: perl
75024            ! perl.c
75025 ____________________________________________________________________________
75026 [  7118] By: jhi                                   on 2000/10/02  23:59:20
75027         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
75028              From: Nicholas Clark <nick@ccl4.org>
75029              Date: Thu, 28 Sep 2000 11:52:24 +0100
75030              Message-ID: <20000928115224.D7924@plum.flirble.org>
75031      Branch: perl
75032            ! op.c
75033 ____________________________________________________________________________
75034 [  7117] By: jhi                                   on 2000/10/02  23:57:51
75035         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
75036              From: Nicholas Clark <nick@babyhippo.co.uk>
75037              Date: Thu, 28 Sep 2000 12:18:10 +0100
75038              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
75039              
75040              Did not apply cleanly, manual intervention was needed.
75041      Branch: perl
75042            ! ext/B/B/Bytecode.pm utils/perlcc.PL
75043 ____________________________________________________________________________
75044 [  7116] By: jhi                                   on 2000/10/02  23:50:40
75045         Log: Document the issue (is not a syntax error, kind of)
75046              
75047              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
75048              From: Nicholas Clark <nick@ccl4.org>
75049              Date: Thu, 28 Sep 2000 17:12:42 +0100
75050              Message-ID: <20000928171242.K7924@plum.flirble.org>
75051      Branch: perl
75052            ! pod/perldata.pod
75053 ____________________________________________________________________________
75054 [  7115] By: jhi                                   on 2000/10/02  23:48:58
75055         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
75056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75057              Date: Thu, 28 Sep 2000 21:55:31 -0400
75058              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
75059      Branch: perl
75060            ! regexec.c
75061 ____________________________________________________________________________
75062 [  7114] By: jhi                                   on 2000/10/02  23:47:57
75063         Log: Subject: DOC PATCH 5.6.0
75064              From: mjd@plover.com
75065              Date: 30 Sep 2000 06:02:34 -0000
75066              Message-ID: <20000930060234.4559.qmail@plover.com>
75067      Branch: perl
75068            ! pod/perldebguts.pod
75069 ____________________________________________________________________________
75070 [  7113] By: jhi                                   on 2000/10/02  23:46:43
75071         Log: SOCK_DGRAM and listen() do not mix as reported in
75072              
75073              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
75074              From: Petter Reinholdtsen <pere@hungry.com>
75075              Date: Sun, 1 Oct 2000 10:57:20 +0800
75076              Message-Id: <200010010257.KAA05735@localhost.localdomain>
75077              
75078              The patch for 5.7.0+ had to be reengineered, though.
75079      Branch: perl
75080            ! ext/IO/lib/IO/Socket/UNIX.pm
75081 ____________________________________________________________________________
75082 [  7112] By: jhi                                   on 2000/10/02  23:36:57
75083         Log: Subject: Re: [PATCH 5.005_64 missed]
75084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
75085              Date: Sun, 1 Oct 2000 18:50:10 -0400
75086              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
75087      Branch: perl
75088            ! pod/perlxs.pod
75089 ____________________________________________________________________________
75090 [  7111] By: jhi                                   on 2000/10/02  23:35:40
75091         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
75092              From: Radu Greab <radu@netsoft.ro>
75093              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
75094              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
75095      Branch: perl
75096            ! op.c opcode.pl t/op/substr.t
75097 ____________________________________________________________________________
75098 [  7110] By: jhi                                   on 2000/10/02  23:32:38
75099         Log: Subject: [PATCH] Fix aliasing of tied filehandles
75100              From: Daniel Chetlin <daniel@chetlin.com>
75101              Date: Mon, 2 Oct 2000 14:53:27 -0700
75102              Message-ID: <20001002145327.C1617@ilmd>
75103      Branch: perl
75104            ! perl.h pp_hot.c t/op/tiehandle.t
75105 ____________________________________________________________________________
75106 [  7109] By: jhi                                   on 2000/10/02  23:31:30
75107         Log: s/Robin Parker/Robin Barker/
75108      Branch: perl
75109            ! Changes5.6
75110 ____________________________________________________________________________
75111 [  7108] By: jhi                                   on 2000/10/02  23:15:46
75112         Log: Retract #7091 as suggested in
75113              
75114              From: Robin Barker <rmb1@cise.npl.co.uk> 
75115              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
75116              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
75117              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
75118      Branch: perl
75119            ! embed.pl proto.h
75120 ____________________________________________________________________________
75121 [  7107] By: nick                                  on 2000/10/02  18:23:14
75122         Log: A few tweaks to get Tk803 to work with Encode scheme.
75123      Branch: perl
75124            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
75125 ____________________________________________________________________________
75126 [  7106] By: nick                                  on 2000/10/01  21:34:14
75127         Log: Add checking cases to Encode's toUnicode and fromUnicode.
75128      Branch: perl
75129            ! ext/Encode/Encode.pm
75130 ____________________________________________________________________________
75131 [  7105] By: nick                                  on 2000/10/01  17:18:01
75132         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
75133              To read and use them.
75134              Add a lib/encode.t which checks a few things.
75135      Branch: perl
75136            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
75137            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
75138            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
75139            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
75140            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
75141            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
75142            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
75143            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
75144            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
75145            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
75146            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
75147            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
75148            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
75149            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
75150            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
75151            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
75152            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
75153            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
75154            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
75155            + ext/Encode/Encode/iso2022-jp.enc
75156            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
75157            + ext/Encode/Encode/iso8859-1.enc
75158            + ext/Encode/Encode/iso8859-2.enc
75159            + ext/Encode/Encode/iso8859-3.enc
75160            + ext/Encode/Encode/iso8859-4.enc
75161            + ext/Encode/Encode/iso8859-5.enc
75162            + ext/Encode/Encode/iso8859-6.enc
75163            + ext/Encode/Encode/iso8859-7.enc
75164            + ext/Encode/Encode/iso8859-8.enc
75165            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
75166            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
75167            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
75168            + ext/Encode/Encode/macCentEuro.enc
75169            + ext/Encode/Encode/macCroatian.enc
75170            + ext/Encode/Encode/macCyrillic.enc
75171            + ext/Encode/Encode/macDingbats.enc
75172            + ext/Encode/Encode/macGreek.enc
75173            + ext/Encode/Encode/macIceland.enc
75174            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
75175            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
75176            + ext/Encode/Encode/macTurkish.enc
75177            + ext/Encode/Encode/macUkraine.enc
75178            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
75179            + t/lib/encode.t
75180            ! MANIFEST ext/Encode/Encode.pm
75181 ____________________________________________________________________________
75182 [  7104] By: nick                                  on 2000/09/30  13:04:30
75183         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
75184              From: Daniel Chetlin <daniel@chetlin.com>
75185              Date: Mon, 18 Sep 2000 05:05:40 -0700
75186              Message-Id: <20000918050540.C652@ilmd>
75187      Branch: perl
75188            ! lib/overload.pm sv.c t/pragma/overload.t
75189 ____________________________________________________________________________
75190 [  7103] By: nick                                  on 2000/09/30  12:53:36
75191         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
75192              From: Johan Vromans <jvromans@squirrel.nl>
75193              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
75194              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
75195      Branch: perl
75196            ! pod/Makefile.SH
75197 ____________________________________________________________________________
75198 [  7102] By: nick                                  on 2000/09/30  12:52:31
75199         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
75200              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75201              Date: Sat, 16 Sep 2000 16:36:45 -0400
75202              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
75203      Branch: perl
75204            ! ext/B/B/Deparse.pm
75205 ____________________________________________________________________________
75206 [  7101] By: nick                                  on 2000/09/30  12:51:41
75207         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
75208              From: Craig A. Berry <craig.berry@psinetcs.com>
75209              Date: Sat, 16 Sep 2000 10:11:10 -0500
75210              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
75211      Branch: perl
75212            ! vms/vms.c
75213 ____________________________________________________________________________
75214 [  7100] By: nick                                  on 2000/09/30  12:50:33
75215         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75216              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75217              Date: Fri, 15 Sep 2000 16:37:58 -0400
75218              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
75219      Branch: perl
75220            ! t/op/append.t
75221 ____________________________________________________________________________
75222 [  7099] By: nick                                  on 2000/09/30  12:49:35
75223         Log: Subject: Re: unicode support and perl [ID 20000901.097]
75224              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75225              Date: Fri, 15 Sep 2000 16:25:30 -0400
75226              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
75227      Branch: perl
75228            ! pp_hot.c
75229 ____________________________________________________________________________
75230 [  7098] By: nick                                  on 2000/09/30  12:48:00
75231         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
75232              From: Gisle Aas <gisle@ActiveState.com>
75233              Date: 15 Sep 2000 16:23:41 +0200
75234              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
75235      Branch: perl
75236            ! toke.c
75237 ____________________________________________________________________________
75238 [  7097] By: nick                                  on 2000/09/30  12:45:16
75239         Log: Subject: [PATCH] Nits in perlmod.pod
75240              From: Daniel Chetlin <daniel@chetlin.com>
75241              Date: Fri, 15 Sep 2000 02:04:09 -0700
75242              Message-Id: <20000915020409.A2104@ilmd>
75243      Branch: perl
75244            ! pod/perlmod.pod
75245 ____________________________________________________________________________
75246 [  7096] By: nick                                  on 2000/09/30  12:18:00
75247         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
75248              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
75249              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
75250              0 to checking to get the warning.
75251      Branch: perl
75252            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
75253            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
75254            ! regexec.c sv.c toke.c utf8.c
75255 ____________________________________________________________________________
75256 [  7095] By: nick                                  on 2000/09/15  16:55:59
75257         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
75258              
75259              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
75260              From: Spider Boardman <spider@Orb.Nashua.NH.US>
75261              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
75262              Date: Fri, 15 Sep 2000 06:37:30 -0400
75263      Branch: perl
75264            ! ext/Encode/Encode.xs sv.c
75265 ____________________________________________________________________________
75266 [  7094] By: jhi                                   on 2000/09/15  03:23:32
75267         Log: Update Changes.
75268      Branch: perl
75269            ! Changes patchlevel.h
75270 ____________________________________________________________________________
75271 [  7093] By: jhi                                   on 2000/09/15  03:11:44
75272         Log: Fix for the charnames.t failures from Spider Boardman.
75273      Branch: perl
75274            ! toke.c
75275 ____________________________________________________________________________
75276 [  7092] By: jhi                                   on 2000/09/15  00:15:48
75277         Log: Botched the #7090 check-in.
75278      Branch: perl
75279            ! sv.c
75280 ____________________________________________________________________________
75281 [  7091] By: jhi                                   on 2000/09/14  23:33:24
75282         Log: Part of #7081 didn't come through.
75283      Branch: perl
75284            ! embed.pl proto.h
75285 ____________________________________________________________________________
75286 [  7090] By: jhi                                   on 2000/09/14  23:17:39
75287         Log: Subject: Re: perl@7078 
75288              From: Spider Boardman <spider@web.zk3.dec.com>
75289              Date: Thu, 14 Sep 2000 19:06:36 -0400
75290              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
75291      Branch: perl
75292            ! sv.c toke.c
75293 ____________________________________________________________________________
75294 [  7089] By: jhi                                   on 2000/09/14  23:11:21
75295         Log: Small portability tweaks.
75296      Branch: perl
75297            ! ext/Encode/Encode.xs
75298 ____________________________________________________________________________
75299 [  7088] By: jhi                                   on 2000/09/14  22:57:23
75300         Log: Fake return to pacify picky compilers.
75301      Branch: perl
75302            ! ext/Encode/Encode.xs
75303 ____________________________________________________________________________
75304 [  7087] By: jhi                                   on 2000/09/14  22:53:37
75305         Log: Subject: [PATCH] utf8.c apidoc
75306              From: Simon Cozens <simon@cozens.net>
75307              Date: Thu, 14 Sep 2000 23:46:57 +0100
75308              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
75309      Branch: perl
75310            ! perlapi.c pod/perlapi.pod utf8.c
75311 ____________________________________________________________________________
75312 [  7086] By: jhi                                   on 2000/09/14  22:40:38
75313         Log: We don't need to count the high bit bytes, a boolean is enough. 
75314      Branch: perl
75315            ! sv.c
75316 ____________________________________________________________________________
75317 [  7085] By: jhi                                   on 2000/09/14  21:20:09
75318         Log: Replace #7084 with
75319              
75320              Subject: Re: perl@7078 
75321              From: Spider Boardman <spider@web.zk3.dec.com>
75322              Date: Thu, 14 Sep 2000 17:09:36 -0400
75323              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
75324      Branch: perl
75325            ! sv.c utf8.c
75326 ____________________________________________________________________________
75327 [  7084] By: jhi                                   on 2000/09/14  20:03:34
75328         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
75329              convertible to bytes by checking it doesn't go above 0xc3
75330              
75331              Subject: Re: perl@7078
75332              From: Simon Cozens <simon@cozens.net>
75333              Date: Thu, 14 Sep 2000 20:59:19 +0100
75334              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
75335      Branch: perl
75336            ! utf8.c
75337 ____________________________________________________________________________
75338 [  7083] By: jhi                                   on 2000/09/14  19:38:47
75339         Log: Subject: Re: perl@7078
75340              From: Simon Cozens <simon@cozens.net>
75341              Date: Thu, 14 Sep 2000 20:13:09 +0100
75342              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
75343      Branch: perl
75344            ! t/op/bop.t
75345 ____________________________________________________________________________
75346 [  7082] By: jhi                                   on 2000/09/14  17:50:44
75347         Log: The one that got away.
75348      Branch: perl
75349            ! lib/File/Find.pm
75350 ____________________________________________________________________________
75351 [  7081] By: jhi                                   on 2000/09/14  17:45:35
75352         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
75353              From: Robin Barker <rmb1@cise.npl.co.uk>
75354              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
75355              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
75356      Branch: perl
75357            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
75358            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
75359            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
75360            ! regcomp.c toke.c universal.c
75361 ____________________________________________________________________________
75362 [  7080] By: jhi                                   on 2000/09/14  17:40:35
75363         Log: Problems picked up by AIX cc.
75364              
75365              Subject: Re: perl@7078 (patch included)
75366              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75367              Date: Thu, 14 Sep 2000 18:53:30 +0200
75368              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
75369      Branch: perl
75370            ! ext/Encode/Encode.xs
75371 ____________________________________________________________________________
75372 [  7079] By: jhi                                   on 2000/09/14  17:38:27
75373         Log: Subject: File::Find 5.7.0 POD nits
75374              From: Rich Morin <rdm@cfcl.com>
75375              Date: Wed, 13 Sep 2000 22:03:58 -0700
75376              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
75377      Branch: perl
75378            ! lib/File/Find.pm
75379 ____________________________________________________________________________
75380 [  7078] By: jhi                                   on 2000/09/14  14:58:20
75381         Log: Update Changes.
75382      Branch: perl
75383            ! Changes patchlevel.h
75384 ____________________________________________________________________________
75385 [  7077] By: jhi                                   on 2000/09/14  14:55:54
75386         Log: Compilation warnings and an error.
75387      Branch: perl
75388            ! sv.c
75389 ____________________________________________________________________________
75390 [  7076] By: jhi                                   on 2000/09/14  14:42:56
75391         Log: Fix for a parsing bug, not for the original bug.
75392              
75393              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
75394              From: Spider Boardman <spider@web.zk3.dec.com>
75395              Date: Wed, 13 Sep 2000 17:52:20 -0400
75396              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
75397      Branch: perl
75398            ! regcomp.c
75399 ____________________________________________________________________________
75400 [  7075] By: jhi                                   on 2000/09/14  14:40:40
75401         Log: Batch of UTF-8 patches from Simon Cozens.
75402      Branch: perl
75403            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
75404            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
75405            ! toke.c utf8.c
75406 ____________________________________________________________________________
75407 [  7074] By: jhi                                   on 2000/09/14  14:29:58
75408         Log: Subject: Re: Two advertising clauses need to be removed
75409              From: Russ Allbery <rra@stanford.edu>
75410              Date: 13 Sep 2000 18:50:26 -0700
75411              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
75412      Branch: perl
75413            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
75414 ____________________________________________________________________________
75415 [  7073] By: jhi                                   on 2000/09/14  14:28:20
75416         Log: Subject: [PATCH] de-wall t/README
75417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75418              Date: Wed, 13 Sep 2000 17:46:55 -0700
75419              Message-ID: <//Bw5gzkge/e092yn@efn.org>
75420      Branch: perl
75421            ! t/README
75422 ____________________________________________________________________________
75423 [  7072] By: jhi                                   on 2000/09/14  14:25:10
75424         Log: Hints optimization.
75425              
75426              Subject: Minor nit
75427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75428              Date: Wed, 13 Sep 2000 21:42:07 +0200
75429              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
75430      Branch: perl
75431            ! hints/hpux.sh
75432 ____________________________________________________________________________
75433 [  7071] By: jhi                                   on 2000/09/14  14:23:30
75434         Log: Allow chop() and chomp() to be overridden.
75435              
75436              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
75437              From: "Casey R. Tweten" <crt@kiski.net>
75438              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
75439              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
75440      Branch: perl
75441            ! toke.c
75442 ____________________________________________________________________________
75443 [  7070] By: jhi                                   on 2000/09/14  14:20:36
75444         Log: The return value of setlocale must be copied away.
75445              
75446              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
75447              From: Alan Burlison <Alan.Burlison@uk.sun.com>
75448              Date: Wed, 13 Sep 2000 16:27:37 +0100 
75449              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
75450      Branch: perl
75451            ! util.c
75452 ____________________________________________________________________________
75453 [  7069] By: jhi                                   on 2000/09/14  14:16:27
75454         Log: Remove vestiges of tr//CU.
75455              
75456              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75457              From: Nick Clark <nick@plum.flirble.org>
75458              Date: Tue, 12 Sep 2000 22:50:14 +0100
75459              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
75460              
75461              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
75462              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75463              Date: Tue, 12 Sep 2000 21:38:48 -0700
75464              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
75465      Branch: perl
75466            ! op.h pod/perlunicode.pod
75467 ____________________________________________________________________________
75468 [  7068] By: jhi                                   on 2000/09/13  14:18:39
75469         Log: Add the Encode extension.  The code is still largely just skeleton.
75470      Branch: perl
75471            + ext/Encode/Encode.pm ext/Encode/Encode.xs
75472            + ext/Encode/Makefile.PL ext/Encode/Todo
75473            ! MANIFEST Todo-5.6
75474 ____________________________________________________________________________
75475 [  7067] By: jhi                                   on 2000/09/12  17:43:33
75476         Log: Allow for whitespace between "#" and "line" in cpp output.
75477              
75478              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
75479              From: Calle Dybedahl <calle@lysator.liu.se>
75480              Date: 12 Sep 2000 19:38:02 +0200 
75481              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
75482      Branch: perl
75483            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
75484 ____________________________________________________________________________
75485 [  7066] By: gsar                                  on 2000/09/12  17:24:29
75486         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
75487              initialization in all the threads on Windows
75488      Branch: perl
75489            ! win32/win32.c
75490 ____________________________________________________________________________
75491 [  7065] By: jhi                                   on 2000/09/12  15:11:31
75492         Log: Update Changes.
75493      Branch: perl
75494            ! Changes patchlevel.h
75495 ____________________________________________________________________________
75496 [  7064] By: jhi                                   on 2000/09/12  14:54:54
75497         Log: Retract #7062, the pod tests are not ready.
75498      Branch: perl
75499            ! t/TEST t/harness
75500 ____________________________________________________________________________
75501 [  7063] By: jhi                                   on 2000/09/12  14:25:41
75502         Log: The #7054 truncated Configure badly.
75503      Branch: metaconfig/U/perl
75504            ! End.U
75505      Branch: perl
75506            ! Configure config_h.SH
75507 ____________________________________________________________________________
75508 [  7062] By: jhi                                   on 2000/09/12  14:08:32
75509         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
75510              From: sthoenna@efn.org
75511              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
75512              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
75513      Branch: perl
75514            ! t/TEST t/harness
75515 ____________________________________________________________________________
75516 [  7061] By: jhi                                   on 2000/09/12  14:07:18
75517         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
75518              From: sthoenna@efn.org
75519              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
75520              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
75521      Branch: perl
75522            ! pod/perlxs.pod
75523 ____________________________________________________________________________
75524 [  7060] By: jhi                                   on 2000/09/12  14:06:08
75525         Log: Break up the myconfig lines a bit.
75526              
75527              Subject: perlbug/perl -V output format
75528              From: sthoenna@efn.org
75529              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
75530              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
75531      Branch: perl
75532            ! myconfig.SH
75533 ____________________________________________________________________________
75534 [  7059] By: jhi                                   on 2000/09/12  14:05:04
75535         Log: Test for the #7049.
75536              
75537              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
75538              From: andreas.koenig@anima.de (Andreas J. Koenig)
75539              Date: 12 Sep 2000 06:42:01 +0200
75540              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
75541      Branch: perl
75542            ! t/op/my.t
75543 ____________________________________________________________________________
75544 [  7058] By: jhi                                   on 2000/09/12  14:03:05
75545         Log: Subject: [patch: perl@7045] vms updates
75546              From: Peter Prymmer <pvhp@forte.com>
75547              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
75548              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
75549      Branch: perl
75550            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
75551 ____________________________________________________________________________
75552 [  7057] By: jhi                                   on 2000/09/12  14:00:51
75553         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
75554              From: sthoenna@efn.org
75555              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
75556              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
75557      Branch: perl
75558            ! t/op/64bitint.t
75559 ____________________________________________________________________________
75560 [  7056] By: jhi                                   on 2000/09/12  13:58:14
75561         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
75562              From: Jeff Pinyan <jeffp@crusoe.net>
75563              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
75564              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
75565      Branch: perl
75566            ! pod/perlfunc.pod
75567 ____________________________________________________________________________
75568 [  7055] By: jhi                                   on 2000/09/12  13:56:32
75569         Log: Do in VMS as the #7054 does.
75570      Branch: perl
75571            ! configure.com
75572 ____________________________________________________________________________
75573 [  7054] By: jhi                                   on 2000/09/12  13:50:31
75574         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
75575              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75576              Date: Mon, 11 Sep 2000 08:33:09 +0100
75577              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
75578      Branch: metaconfig/U/perl
75579            ! End.U
75580      Branch: perl
75581            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
75582            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
75583 ____________________________________________________________________________
75584 [  7053] By: jhi                                   on 2000/09/12  13:29:19
75585         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
75586              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
75587              Date:     Tue, 12 Sep 2000 08:35:59 EDT
75588              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
75589      Branch: perl
75590            ! vms/test.com
75591 ____________________________________________________________________________
75592 [  7052] By: jhi                                   on 2000/09/11  23:01:50
75593         Log: Document the SvUTF8*().
75594      Branch: perl
75595            ! pod/perlapi.pod sv.h
75596 ____________________________________________________________________________
75597 [  7051] By: gsar                                  on 2000/09/11  14:46:30
75598         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
75599              (missed a spot when fixing up op_pmreplroot hack for ithreads)
75600      Branch: perl
75601            ! op.c t/op/split.t
75602 ____________________________________________________________________________
75603 [  7050] By: nick                                  on 2000/09/11  10:03:51
75604         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
75605              
75606              Subject: borland C++ win32.c tweak
75607              From: Vadim Konovalov <vkonovalov@lucent.com>
75608              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
75609              Date: Mon, 11 Sep 2000 11:22:33 +0400
75610      Branch: perl
75611            ! win32/win32.c
75612 ____________________________________________________________________________
75613 [  7049] By: nick                                  on 2000/09/11  09:57:33
75614         Log: Point fix for s/// on foreach (keys %xxx).
75615      Branch: perl
75616            ! pp_hot.c
75617 ____________________________________________________________________________
75618 [  7048] By: jhi                                   on 2000/09/10  23:37:09
75619         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
75620              by Pod::Text, from Brad Appleton.
75621      Branch: perl
75622            ! t/pod/testp2pt.pl
75623 ____________________________________________________________________________
75624 [  7047] By: jhi                                   on 2000/09/10  14:32:53
75625         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
75626              by Russ Allbery.
75627      Branch: perl
75628            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
75629 ____________________________________________________________________________
75630 [  7046] By: jhi                                   on 2000/09/10  14:15:08
75631         Log: Upgrade to CPAN 1.57_65, from Andreas König.
75632      Branch: perl
75633            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75634 ____________________________________________________________________________
75635 [  7045] By: jhi                                   on 2000/09/08  21:36:32
75636         Log: Update Changes.
75637      Branch: perl
75638            ! Changes patchlevel.h
75639 ____________________________________________________________________________
75640 [  7044] By: jhi                                   on 2000/09/08  21:29:56
75641         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
75642              From: Peter Prymmer <pvhp@forte.com>
75643              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
75644              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
75645      Branch: perl
75646            ! configure.com
75647 ____________________________________________________________________________
75648 [  7043] By: jhi                                   on 2000/09/08  21:27:50
75649         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
75650              From: Peter Prymmer <pvhp@forte.com>
75651              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
75652              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
75653      Branch: perl
75654            ! Makefile.SH installperl
75655 ____________________________________________________________________________
75656 [  7042] By: jhi                                   on 2000/09/08  21:23:21
75657         Log: Continue #7041.
75658      Branch: perl
75659            ! cygwin/Makefile.SHs os2/Makefile.SHs
75660 ____________________________________________________________________________
75661 [  7041] By: jhi                                   on 2000/09/08  21:18:10
75662         Log: Do away with memory models cruft.  Sorry, PDP users.
75663      Branch: metaconfig
75664            ! U/modified/cc.U U/modified/libpth.U
75665      Branch: perl
75666            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
75667            ! Porting/config_H cflags.SH config_h.SH configure.com
75668            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
75669            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
75670            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
75671 ____________________________________________________________________________
75672 [  7040] By: jhi                                   on 2000/09/08  14:34:18
75673         Log: Major rewrite of s2p.  And I mean really major, it is
75674              an implementation of sed in perl.  If called as s2p it
75675              will function as s2p.  Note: needs non-UNIXifying.
75676              
75677              Subject: s2p
75678              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75679              Date: Mon, 28 Aug 2000 14:05:12 +0200
75680              Message-ID: <39AA5578.2102E2AA@alcatel.at>
75681      Branch: perl
75682            ! x2p/s2p.PL
75683 ____________________________________________________________________________
75684 [  7039] By: jhi                                   on 2000/09/08  14:19:49
75685         Log: Re-allow vec() for characters > 255.
75686              
75687              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
75688              From: Spider Boardman <spider@web.zk3.dec.com>
75689              Date: Fri, 08 Sep 2000 02:21:02 -0400
75690              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
75691      Branch: perl
75692            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
75693            ! t/op/vec.t
75694 ____________________________________________________________________________
75695 [  7038] By: jhi                                   on 2000/09/08  14:14:18
75696         Log: Subject: [PATCH lib/Benchmark.pm]
75697              From: <abigail@foad.org>
75698              Date: Thu, 7 Sep 2000 15:03:20 -0400
75699              Message-ID: <20000907190320.888.qmail@foad.org>
75700      Branch: perl
75701            ! lib/Benchmark.pm
75702 ____________________________________________________________________________
75703 [  7037] By: jhi                                   on 2000/09/08  14:11:06
75704         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
75705              
75706              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
75707              From: Spider Boardman <spider@web.zk3.dec.com>
75708              Date: Fri, 08 Sep 2000 01:30:27 -0400
75709              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
75710      Branch: perl
75711            ! op.c
75712 ____________________________________________________________________________
75713 [  7036] By: jhi                                   on 2000/09/08  14:08:58
75714         Log: Subject: [ID 20000908.002] perlipc documentation bug.
75715              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
75716              Date: Fri, 08 Sep 2000 12:38:32 +0200
75717              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
75718      Branch: perl
75719            ! pod/perlipc.pod
75720 ____________________________________________________________________________
75721 [  7035] By: jhi                                   on 2000/09/08  14:03:12
75722         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75723              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75724              Date: Fri, 08 Sep 2000 11:47:34 +0200
75725              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
75726      Branch: perl
75727            ! hints/dec_osf.sh
75728 ____________________________________________________________________________
75729 [  7034] By: jhi                                   on 2000/09/08  13:59:35
75730         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
75731              From: Simon Cozens <simon@cozens.net>
75732              Date: Thu, 7 Sep 2000 20:40:38 +0100
75733              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
75734      Branch: perl
75735            ! pp_hot.c
75736 ____________________________________________________________________________
75737 [  7033] By: jhi                                   on 2000/09/08  04:03:03
75738         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
75739              From: "Larry W. Virden" <lvirden@cas.org>
75740              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
75741              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
75742      Branch: perl
75743            ! pod/perldiag.pod
75744 ____________________________________________________________________________
75745 [  7032] By: jhi                                   on 2000/09/07  22:18:30
75746         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
75747              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
75748              Date: Mon, 04 Sep 2000 13:16:38 -0700
75749              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
75750      Branch: perl
75751            ! lib/perl5db.pl
75752 ____________________________________________________________________________
75753 [  7031] By: jhi                                   on 2000/09/07  22:02:29
75754         Log: Fix the ccversion detection for 5.1 and beyond.
75755              
75756              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75757              From: Spider Boardman <spider@leggy.zk3.dec.com>
75758              Date: Thu, 7 Sep 2000 17:54:27 -0400
75759              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
75760      Branch: perl
75761            ! hints/dec_osf.sh
75762 ____________________________________________________________________________
75763 [  7030] By: jhi                                   on 2000/09/07  19:12:28
75764         Log: Fix for
75765              
75766              Subject: [ID 20000903.001] \w in utf8-strings
75767              From: Marc Lehmann <pcg@goof.com>
75768              Date: Sun, 03 Sep 2000 09:44:29 +0200
75769              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
75770              
75771              and various related nits.
75772      Branch: perl
75773            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
75774 ____________________________________________________________________________
75775 [  7029] By: jhi                                   on 2000/09/07  18:49:09
75776         Log: Fix the URL, but the server is still missing in action.
75777              
75778              Subject: [ID 20000905.002] perlfaq1.pod URL error
75779              From: "Larry W. Virden" <lvirden@cas.org>
75780              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
75781              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
75782      Branch: perl
75783            ! pod/perlfaq1.pod
75784 ____________________________________________________________________________
75785 [  7028] By: jhi                                   on 2000/09/07  18:47:13
75786         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
75787              From: Hugo <hv@crypt.compulink.co.uk>
75788              Date: Tue, 05 Sep 2000 14:13:37 +0100
75789              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
75790      Branch: perl
75791            ! toke.c
75792 ____________________________________________________________________________
75793 [  7027] By: jhi                                   on 2000/09/07  18:45:35
75794         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
75795              From: Daniel Chetlin <daniel@chetlin.com>
75796              Date: Tue, 5 Sep 2000 04:57:07 -0700
75797              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
75798      Branch: perl
75799            ! pod/perlfaq6.pod pod/perlop.pod
75800 ____________________________________________________________________________
75801 [  7026] By: jhi                                   on 2000/09/07  18:44:01
75802         Log: Document the new ref() semantics.
75803              
75804              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75805              From: Gisle Aas <gisle@ActiveState.com>
75806              Date: 05 Sep 2000 08:10:30 +0200
75807              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
75808      Branch: perl
75809            ! pod/perldelta.pod
75810 ____________________________________________________________________________
75811 [  7025] By: jhi                                   on 2000/09/07  18:42:27
75812         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
75813              
75814              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75815              From: Gisle Aas <gisle@ActiveState.com>
75816              Date: 05 Sep 2000 08:11:40 +0200
75817              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
75818      Branch: perl
75819            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
75820 ____________________________________________________________________________
75821 [  7024] By: jhi                                   on 2000/09/07  18:39:32
75822         Log: Subject: [PATCH] Modernize Opcode.pm documentation
75823              From: Gisle Aas <gisle@ActiveState.com>
75824              Date: 4 Sep 2000 00:18:55 -0000
75825              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
75826      Branch: perl
75827            ! ext/Opcode/Opcode.pm
75828 ____________________________________________________________________________
75829 [  7023] By: jhi                                   on 2000/09/07  18:37:42
75830         Log: Subject: [PATCH] Tied filehandle documentation
75831              From: Gisle Aas <gisle@ActiveState.com>
75832              Date: 4 Sep 2000 00:14:40 -0000
75833              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
75834      Branch: perl
75835            ! pod/perlfunc.pod pod/perltie.pod
75836 ____________________________________________________________________________
75837 [  7022] By: jhi                                   on 2000/09/07  18:35:37
75838         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
75839              From: Gisle Aas <gisle@ActiveState.com>
75840              Date: 4 Sep 2000 00:04:22 -0000
75841              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
75842      Branch: perl
75843            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
75844 ____________________________________________________________________________
75845 [  7021] By: jhi                                   on 2000/09/07  18:33:22
75846         Log: Subject: small apidoc fix
75847              From: Marc Lehmann <pcg@goof.com>
75848              Date: Sun, 3 Sep 2000 05:12:06 +0200
75849              Message-ID: <20000903051206.A5909@cerebro.laendle>
75850      Branch: perl
75851            ! pod/perlapi.pod utf8.c
75852 ____________________________________________________________________________
75853 [  7020] By: jhi                                   on 2000/09/07  16:14:57
75854         Log: Tiny perldelta nits.
75855      Branch: perl
75856            ! pod/perldelta.pod
75857 ____________________________________________________________________________
75858 [  7019] By: jhi                                   on 2000/09/07  16:04:20
75859         Log: Guard against bad string->int conversion for quads.
75860      Branch: perl
75861            ! t/op/64bitint.t
75862 ____________________________________________________________________________
75863 [  7018] By: jhi                                   on 2000/09/06  17:07:03
75864         Log: Update Unicode todo list.
75865      Branch: perl
75866            ! Todo-5.6
75867 ____________________________________________________________________________
75868 [  7017] By: jhi                                   on 2000/09/05  21:16:01
75869         Log: Document the SvIOK_.*UV().
75870      Branch: perl
75871            ! pod/perlapi.pod sv.h
75872 ____________________________________________________________________________
75873 [  7016] By: nick                                  on 2000/09/03  21:54:46
75874         Log: Hash lookup of constant strings optimization:
75875              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
75876              to string table (as per sharepvn). Add newSV_pvn_share to create such
75877              a thing. Make hv.c compare addresses of strings and skip string compare
75878              if equal. Make method_named and helem ops use these shared-string SVs
75879              when arg is constant. Make keys op return shared-string SVs (less clearly
75880              a win).
75881      Branch: perl
75882            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
75883            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
75884            ! pod/perlintern.pod pp_hot.c proto.h sv.c
75885 ____________________________________________________________________________
75886 [  7015] By: jhi                                   on 2000/09/02  17:48:59
75887         Log: This is 5.7.0.
75888      Branch: perl
75889            ! Changes
75890 ____________________________________________________________________________
75891 [  7014] By: jhi                                   on 2000/09/02  17:35:45
75892         Log: Changes and patchlevel tweaks.
75893      Branch: perl
75894            ! Changes patchlevel.h
75895 ____________________________________________________________________________
75896 [  7013] By: jhi                                   on 2000/09/02  17:30:50
75897         Log: Update Changes.
75898      Branch: perl
75899            ! Changes patchlevel.h
75900 ____________________________________________________________________________
75901 [  7012] By: nick                                  on 2000/09/02  17:25:20
75902         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
75903      Branch: perl
75904            ! gv.c lib/overload.pm
75905 ____________________________________________________________________________
75906 [  7011] By: jhi                                   on 2000/09/02  17:16:25
75907         Log: Update perlhist.
75908      Branch: perl
75909            ! pod/perlhist.pod
75910 ____________________________________________________________________________
75911 [  7010] By: jhi                                   on 2000/09/02  17:01:35
75912         Log: perldelta nits.
75913      Branch: perl
75914            ! pod/perldelta.pod
75915 ____________________________________________________________________________
75916 [  7009] By: nick                                  on 2000/09/02  16:48:35
75917         Log: If overloaded %{} etc. return the object do not loop.
75918              Thus  sub deref { $_[0] } functions if object is wanted type.
75919      Branch: perl
75920            ! pp.h
75921 ____________________________________________________________________________
75922 [  7008] By: jhi                                   on 2000/09/02  16:26:11
75923         Log: Retab MANIFEST.
75924      Branch: perl
75925            ! ext/Storable/MANIFEST
75926 ____________________________________________________________________________
75927 [  7007] By: jhi                                   on 2000/09/02  16:23:02
75928         Log: Make certain cc is set before trying to run it.
75929      Branch: perl
75930            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
75931 ____________________________________________________________________________
75932 [  7006] By: jhi                                   on 2000/09/02  15:45:41
75933         Log: Unicode notes.
75934      Branch: perl
75935            ! pod/perldelta.pod
75936 ____________________________________________________________________________
75937 [  7005] By: jhi                                   on 2000/09/02  15:42:11
75938         Log: Various Configure nits by Philip Newton,
75939              plus the ebcdic one by me.
75940      Branch: metaconfig
75941            + U/modified/pager.U
75942            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
75943      Branch: metaconfig/U/perl
75944            ! Devel.U quadfio.U
75945      Branch: perl
75946            ! Configure config_h.SH
75947 ____________________________________________________________________________
75948 [  7004] By: jhi                                   on 2000/09/02  15:06:14
75949         Log: Apparently avoiding the swapping is too costly.
75950              
75951              From: "Ben Tilly" <ben_tilly@hotmail.com>
75952              Subject: Re: the door is closed.
75953              Date: Fri, 01 Sep 2000 20:23:16 EDT
75954              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
75955      Branch: perl
75956            ! pod/perlfaq4.pod
75957 ____________________________________________________________________________
75958 [  7003] By: nick                                  on 2000/09/02  12:26:04
75959         Log: Undo part of change 6489 which looks like a bulk edit which
75960              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
75961              The supressing of main:: on return from select() is undesirable.
75962      Branch: perl
75963            ! pp_sys.c
75964 ____________________________________________________________________________
75965 [  7002] By: jhi                                   on 2000/09/01  23:08:54
75966         Log: Update Changes.
75967      Branch: perl
75968            ! Changes patchlevel.h
75969 ____________________________________________________________________________
75970 [  7001] By: jhi                                   on 2000/09/01  23:00:13
75971         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
75972              From: Peter Prymmer <pvhp@forte.com>
75973              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
75974              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
75975              
75976              plus rework the http: spots as suggested by Tom Christiansen,
75977              plus regen perltoc.
75978      Branch: perl
75979            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
75980            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
75981 ____________________________________________________________________________
75982 [  7000] By: jhi                                   on 2000/09/01  22:36:01
75983         Log: Only the first line, thank you very much.
75984      Branch: perl
75985            ! hints/solaris_2.sh
75986 ____________________________________________________________________________
75987 [  6999] By: gsar                                  on 2000/09/01  22:16:40
75988         Log: change#6791 accidentally clobbered change#6710, put it back
75989      Branch: perl
75990            ! win32/win32.c
75991 ____________________________________________________________________________
75992 [  6998] By: jhi                                   on 2000/09/01  22:14:16
75993         Log: Mention the HP-UX LP64 freak failure.
75994      Branch: perl
75995            ! pod/perldelta.pod
75996 ____________________________________________________________________________
75997 [  6997] By: jhi                                   on 2000/09/01  21:48:32
75998         Log: Detypo.
75999      Branch: perl
76000            ! hints/hpux.sh
76001 ____________________________________________________________________________
76002 [  6996] By: jhi                                   on 2000/09/01  21:27:10
76003         Log: Update Changes.
76004      Branch: perl
76005            ! Changes patchlevel.h
76006 ____________________________________________________________________________
76007 [  6995] By: jhi                                   on 2000/09/01  21:14:24
76008         Log: Mi splgn s gnin.g
76009      Branch: perl
76010            ! pp_ctl.c
76011 ____________________________________________________________________________
76012 [  6994] By: jhi                                   on 2000/09/01  21:09:54
76013         Log: Subject: http:// in L<>
76014              From: Nicholas Clark <nick@ccl4.org>
76015              Date: Fri, 1 Sep 2000 22:03:21 +0100
76016              Message-ID: <20000901220321.B72074@plum.flirble.org>
76017      Branch: perl
76018            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
76019 ____________________________________________________________________________
76020 [  6993] By: jhi                                   on 2000/09/01  21:06:54
76021         Log: Update to Storable 1.0, from Raphael Manfredi.
76022      Branch: perl
76023            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
76024            ! ext/Storable/Makefile.PL ext/Storable/README
76025            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
76026            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
76027            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
76028            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
76029            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
76030            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
76031 ____________________________________________________________________________
76032 [  6992] By: jhi                                   on 2000/09/01  20:43:05
76033         Log: Mention known sfio+linux buglet.
76034      Branch: perl
76035            ! pod/perldelta.pod
76036 ____________________________________________________________________________
76037 [  6991] By: jhi                                   on 2000/09/01  20:40:11
76038         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
76039              From: Peter Prymmer <pvhp@forte.com>
76040              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
76041              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
76042      Branch: perl
76043            ! vms/vms.c
76044 ____________________________________________________________________________
76045 [  6990] By: jhi                                   on 2000/09/01  20:25:26
76046         Log: Retract #6986.
76047      Branch: perl
76048            ! hints/solaris_2.sh
76049 ____________________________________________________________________________
76050 [  6989] By: jhi                                   on 2000/09/01  20:23:00
76051         Log: Mergesort is back.
76052      Branch: perl
76053            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
76054 ____________________________________________________________________________
76055 [  6988] By: jhi                                   on 2000/09/01  19:37:40
76056         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
76057              From: Mike Guy <mjtg@cam.ac.uk>
76058              Date: Fri, 01 Sep 2000 17:43:33 +0100
76059              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
76060      Branch: perl
76061            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
76062            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
76063 ____________________________________________________________________________
76064 [  6987] By: jhi                                   on 2000/09/01  19:17:10
76065         Log: Regen perltoc.
76066      Branch: perl
76067            ! pod/perltoc.pod
76068 ____________________________________________________________________________
76069 [  6986] By: jhi                                   on 2000/09/01  18:51:10
76070         Log: Subject: Re: Solaris x86 has no SPARC libraries!
76071              From: Lupe Christoph <lupe@lupe-christoph.de>
76072              Date: Fri, 1 Sep 2000 20:41:20 +0200
76073              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
76074      Branch: perl
76075            ! hints/solaris_2.sh
76076 ____________________________________________________________________________
76077 [  6985] By: jhi                                   on 2000/09/01  18:28:10
76078         Log: Update Changes.
76079      Branch: perl
76080            ! Changes patchlevel.h
76081 ____________________________________________________________________________
76082 [  6984] By: jhi                                   on 2000/09/01  18:26:53
76083         Log: Feature ordering tweak.
76084      Branch: perl
76085            ! myconfig.SH
76086 ____________________________________________________________________________
76087 [  6983] By: jhi                                   on 2000/09/01  18:19:50
76088         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76089              From: <abigail@foad.org>
76090              Date: Fri, 1 Sep 2000 13:07:32 -0400
76091              Message-ID: <20000901170732.18249.qmail@foad.org>
76092      Branch: perl
76093            ! t/pragma/overload.t
76094 ____________________________________________________________________________
76095 [  6982] By: jhi                                   on 2000/09/01  18:17:54
76096         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
76097              so that case-ignoring systems like DCL can tell them from
76098              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
76099      Branch: metaconfig/U/perl
76100            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
76101      Branch: perl
76102            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76103            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
76104            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
76105            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
76106            ! vos/config.def vos/config.h vos/config_h.SH_orig
76107            ! win32/config.bc win32/config.gc win32/config.vc
76108 ____________________________________________________________________________
76109 [  6981] By: nick                                  on 2000/09/01  17:21:57
76110         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
76111              warning when UNTIE exists and instead pass the count of extra references to
76112              the UNTIE method.
76113      Branch: perl
76114            ! pod/perltie.pod pp_sys.c
76115 ____________________________________________________________________________
76116 [  6980] By: jhi                                   on 2000/09/01  16:54:44
76117         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
76118              From: Peter Prymmer <pvhp@forte.com>
76119              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
76120              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
76121      Branch: perl
76122            ! configure.com
76123 ____________________________________________________________________________
76124 [  6979] By: jhi                                   on 2000/09/01  16:06:20
76125         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
76126              From: Mike Guy <mjtg@cam.ac.uk> 
76127              Date: Fri, 01 Sep 2000 16:49:27 +0100
76128              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
76129      Branch: perl
76130            ! t/base/rs.t
76131 ____________________________________________________________________________
76132 [  6978] By: jhi                                   on 2000/09/01  16:00:42
76133         Log: Update to PodParser 1.18, from Brad Appleton.
76134      Branch: perl
76135            ! lib/Pod/Checker.pm t/pod/find.t
76136 ____________________________________________________________________________
76137 [  6977] By: jhi                                   on 2000/09/01  14:48:58
76138         Log: Subject: Nit in Configure (bleadperl@6961)
76139              From: Lupe Christoph <lupe@lupe-christoph.de>
76140              Date: Fri, 1 Sep 2000 16:34:29 +0200
76141              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
76142      Branch: metaconfig
76143            ! U/compline/ccflags.U
76144      Branch: perl
76145            ! Configure config_h.SH
76146 ____________________________________________________________________________
76147 [  6976] By: jhi                                   on 2000/09/01  14:39:52
76148         Log: Update Changes.
76149      Branch: perl
76150            ! Changes patchlevel.h
76151 ____________________________________________________________________________
76152 [  6975] By: jhi                                   on 2000/09/01  14:37:36
76153         Log: microperl config update.
76154      Branch: perl
76155            ! uconfig.h uconfig.sh
76156 ____________________________________________________________________________
76157 [  6974] By: jhi                                   on 2000/09/01  14:36:53
76158         Log: Document known deficiencies.
76159      Branch: perl
76160            ! pod/perldelta.pod
76161 ____________________________________________________________________________
76162 [  6973] By: jhi                                   on 2000/09/01  14:10:20
76163         Log: Mention warnings fixes and updates.
76164      Branch: perl
76165            ! pod/perldelta.pod
76166 ____________________________________________________________________________
76167 [  6972] By: jhi                                   on 2000/09/01  14:01:52
76168         Log: Drop unused argument.
76169              
76170              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
76171              From: Spider Boardman <spider@web.zk3.dec.com>
76172              Date: Thu, 31 Aug 2000 16:10:15 -0400
76173              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
76174      Branch: perl
76175            ! toke.c
76176 ____________________________________________________________________________
76177 [  6971] By: jhi                                   on 2000/09/01  13:59:24
76178         Log: Add the overload warnings to perldiag.
76179      Branch: perl
76180            ! lib/overload.pm pod/perldiag.pod
76181 ____________________________________________________________________________
76182 [  6970] By: jhi                                   on 2000/09/01  13:55:10
76183         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76184              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76185              Date: Fri, 1 Sep 2000 13:43:15 +0100 
76186              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
76187      Branch: perl
76188            ! lib/overload.pm t/pragma/overload.t
76189 ____________________________________________________________________________
76190 [  6969] By: jhi                                   on 2000/09/01  13:52:27
76191         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
76192              From: <abigail@foad.org>
76193              Date: Fri, 1 Sep 2000 05:46:54 -0400
76194              Message-ID: <20000901094654.6476.qmail@foad.org>
76195      Branch: perl
76196            ! lib/overload.pm
76197 ____________________________________________________________________________
76198 [  6968] By: jhi                                   on 2000/09/01  13:50:05
76199         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
76200              From: Daniel Chetlin <daniel@chetlin.com>
76201              Date: Fri, 1 Sep 2000 02:10:55 -0700
76202              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
76203      Branch: perl
76204            ! pod/perlretut.pod
76205 ____________________________________________________________________________
76206 [  6967] By: jhi                                   on 2000/09/01  13:47:54
76207         Log: Part of the solution.
76208              
76209              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
76210              From: Mike Guy <mjtg@cam.ac.uk>
76211              Date: Fri, 01 Sep 2000 14:16:01 +0100
76212              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
76213      Branch: perl
76214            ! gv.c mg.c
76215 ____________________________________________________________________________
76216 [  6966] By: jhi                                   on 2000/09/01  13:46:17
76217         Log: Subject: CPAN.pm beta 1.57_57 for the core
76218              From: andreas.koenig@anima.de (Andreas J. Koenig)
76219              Date: 01 Sep 2000 15:16:31 +0200
76220              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
76221      Branch: perl
76222            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76223 ____________________________________________________________________________
76224 [  6965] By: jhi                                   on 2000/09/01  13:43:18
76225         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
76226              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76227              Date: Fri, 01 Sep 2000 01:47:22 -0500
76228              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
76229      Branch: perl
76230            ! pod/perldelta.pod vms/vms.c
76231 ____________________________________________________________________________
76232 [  6964] By: jhi                                   on 2000/09/01  13:35:35
76233         Log: File::Temp patches from Andreas König,
76234              
76235              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
76236              From: andreas.koenig@anima.de (Andreas J. Koenig)
76237              Date: 01 Sep 2000 10:07:20 +0200
76238              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
76239              
76240              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
76241              From: andreas.koenig@anima.de (Andreas J. Koenig)
76242              Date: 31 Aug 2000 23:26:08 +0200
76243              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
76244      Branch: perl
76245            ! lib/File/Temp.pm t/lib/ftmp-security.t
76246 ____________________________________________________________________________
76247 [  6963] By: jhi                                   on 2000/09/01  02:22:24
76248         Log: Retract the mergesort code, way too incompatible licensing
76249              and copyrights.
76250      Branch: perl
76251            ! pod/perldelta.pod pp_ctl.c
76252 ____________________________________________________________________________
76253 [  6962] By: jhi                                   on 2000/08/31  23:27:32
76254         Log: Update Changes.
76255      Branch: perl
76256            ! Changes patchlevel.h
76257 ____________________________________________________________________________
76258 [  6961] By: jhi                                   on 2000/08/31  23:20:04
76259         Log: Small tweaks all over.
76260      Branch: metaconfig
76261            ! U/compline/d_gconvert.U
76262      Branch: perl
76263            ! AUTHORS Configure config_h.SH pp_ctl.c
76264 ____________________________________________________________________________
76265 [  6960] By: jhi                                   on 2000/08/31  22:39:36
76266         Log: Further rewording.
76267      Branch: perl
76268            ! pp_ctl.c
76269 ____________________________________________________________________________
76270 [  6959] By: jhi                                   on 2000/08/31  21:26:44
76271         Log: More address tweaking.
76272      Branch: perl
76273            ! AUTHORS Changes
76274 ____________________________________________________________________________
76275 [  6958] By: jhi                                   on 2000/08/31  20:47:25
76276         Log: AUTHORS tweaks, from Peter Prymmer.
76277              
76278              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
76279              From: Peter Prymmer <pvhp@forte.com>
76280              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
76281              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
76282      Branch: perl
76283            ! AUTHORS MAINTAIN
76284 ____________________________________________________________________________
76285 [  6957] By: jhi                                   on 2000/08/31  20:34:43
76286         Log: perldelta tweaks.
76287      Branch: perl
76288            ! pod/perldelta.pod
76289 ____________________________________________________________________________
76290 [  6956] By: jhi                                   on 2000/08/31  19:11:06
76291         Log: Regen perltoc.
76292      Branch: perl
76293            ! pod/perltoc.pod
76294 ____________________________________________________________________________
76295 [  6955] By: jhi                                   on 2000/08/31  19:06:30
76296         Log: Clarify the mergesort situation.
76297      Branch: perl
76298            ! pp_ctl.c
76299 ____________________________________________________________________________
76300 [  6954] By: jhi                                   on 2000/08/31  18:24:17
76301         Log: Move the Solaris 7 scan to use64bitall, make the
76302              failure to find 64-bot sparc libc to mention the
76303              possibility of being in an intel, from Lupe and Alan.
76304      Branch: perl
76305            ! hints/solaris_2.sh
76306 ____________________________________________________________________________
76307 [  6953] By: jhi                                   on 2000/08/31  18:09:20
76308         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
76309              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
76310      Branch: metaconfig
76311            ! U/compline/d_gconvert.U U/threads/archname.U
76312      Branch: metaconfig/U/perl
76313            ! perlxv.U
76314      Branch: perl
76315            ! Configure config_h.SH sv.c
76316 ____________________________________________________________________________
76317 [  6952] By: jhi                                   on 2000/08/31  17:42:24
76318         Log: :: not allowed in pathnames, change to .
76319              
76320              Subject: [PATCH perl@6938] cygwin port
76321              From: "Fifer, Eric" <EFifer@sanwaint.com>
76322              Date: Thu, 31 Aug 2000 16:32:59 +0100
76323              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
76324      Branch: metaconfig/U/perl
76325            ! perlxv.U
76326 ____________________________________________________________________________
76327 [  6951] By: jhi                                   on 2000/08/31  17:02:05
76328         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
76329      Branch: perl
76330            ! perl.h
76331 ____________________________________________________________________________
76332 [  6950] By: jhi                                   on 2000/08/31  16:26:08
76333         Log: More author updates.
76334              
76335              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
76336              From: Simon Cozens <simon@cozens.net>
76337              Date: Thu, 31 Aug 2000 17:13:32 +0100
76338              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
76339      Branch: perl
76340            ! AUTHORS
76341 ____________________________________________________________________________
76342 [  6949] By: jhi                                   on 2000/08/31  16:04:49
76343         Log: POSIX doesn't report long double values under -Duselongdouble
76344              when the long doubles are "real" (bigger than doubles).
76345              
76346              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
76347              From: Spider Boardman <spider@peano.zk3.dec.com>
76348              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
76349              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
76350      Branch: perl
76351            ! ext/POSIX/POSIX.xs
76352 ____________________________________________________________________________
76353 [  6948] By: jhi                                   on 2000/08/31  15:25:10
76354         Log: Update Changes.
76355      Branch: perl
76356            ! Changes patchlevel.h
76357 ____________________________________________________________________________
76358 [  6947] By: jhi                                   on 2000/08/31  15:22:29
76359         Log: Document UNTIE in a very minimalistic way.
76360      Branch: perl
76361            ! pod/perlfunc.pod pod/perltie.pod
76362 ____________________________________________________________________________
76363 [  6946] By: jhi                                   on 2000/08/31  15:15:23
76364         Log: Document known failures.
76365      Branch: perl
76366            ! pod/perldelta.pod
76367 ____________________________________________________________________________
76368 [  6945] By: jhi                                   on 2000/08/31  15:07:00
76369         Log: Don't attach -ld to the archname if pointless.
76370      Branch: metaconfig
76371            ! U/threads/archname.U
76372      Branch: perl
76373            ! Configure config_h.SH
76374 ____________________________________________________________________________
76375 [  6944] By: jhi                                   on 2000/08/31  14:37:42
76376         Log: Wrap the test in eval.
76377              
76378              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
76379              From: Tim Jenness <timj@jach.hawaii.edu>
76380              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
76381              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
76382      Branch: perl
76383            ! t/lib/ftmp-security.t
76384 ____________________________________________________________________________
76385 [  6943] By: jhi                                   on 2000/08/31  14:30:57
76386         Log: Make -Dusemorebits find long doubles in Solaris.
76387      Branch: perl
76388            ! hints/solaris_2.sh
76389 ____________________________________________________________________________
76390 [  6942] By: jhi                                   on 2000/08/31  13:48:45
76391         Log: Clarify the third case of ftmp-security warnings.
76392      Branch: perl
76393            ! INSTALL
76394 ____________________________________________________________________________
76395 [  6941] By: jhi                                   on 2000/08/31  13:40:31
76396         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
76397              From: <abigail@foad.org>
76398              Date: Thu, 31 Aug 2000 01:35:05 -0400
76399              Message-ID: <20000831053505.32120.qmail@foad.org>
76400      Branch: perl
76401            ! pod/perldelta.pod
76402 ____________________________________________________________________________
76403 [  6940] By: jhi                                   on 2000/08/31  13:38:48
76404         Log: Issue useful diagnostic on unknown pod commands.
76405              
76406              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
76407              From: <abigail@foad.org>
76408              Date: Thu, 31 Aug 2000 03:41:18 -0400
76409              Message-ID: <20000831074118.24880.qmail@foad.org>
76410      Branch: perl
76411            ! lib/Pod/Man.pm
76412 ____________________________________________________________________________
76413 [  6939] By: jhi                                   on 2000/08/31  13:34:33
76414         Log: Reveal Borland's isnan.
76415              
76416              Subject: build with BC++ tweak
76417              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
76418              Date: Thu, 31 Aug 2000 13:09:37 +0400
76419              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
76420      Branch: perl
76421            ! win32/win32.h
76422 ____________________________________________________________________________
76423 [  6938] By: jhi                                   on 2000/08/31  05:01:20
76424         Log: Update Changes.
76425      Branch: perl
76426            ! Changes patchlevel.h
76427 ____________________________________________________________________________
76428 [  6937] By: jhi                                   on 2000/08/31  04:26:23
76429         Log: sscanf() may be the only way to read long doubles from strings.
76430      Branch: metaconfig/U/perl
76431            ! longdblfio.U
76432      Branch: perl
76433            ! Configure config_h.SH perl.h util.c
76434 ____________________________________________________________________________
76435 [  6936] By: jhi                                   on 2000/08/31  04:18:19
76436         Log: The #6929 was too skimpy.
76437      Branch: perl
76438            ! sv.c
76439 ____________________________________________________________________________
76440 [  6935] By: jhi                                   on 2000/08/31  02:47:07
76441         Log: Subject: Re: typos in pods
76442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76443              Date: Wed, 30 Aug 2000 19:25:34 -0700
76444              Message-ID: <eIcr5gzkg25X092yn@efn.org>
76445      Branch: perl
76446            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
76447 ____________________________________________________________________________
76448 [  6934] By: jhi                                   on 2000/08/31  02:42:55
76449         Log: Missed one Unicode file.
76450      Branch: perl
76451            + lib/unicode/UCDFF301.html
76452 ____________________________________________________________________________
76453 [  6933] By: jhi                                   on 2000/08/30  23:42:27
76454         Log: Update Changes.
76455      Branch: perl
76456            ! Changes patchlevel.h
76457 ____________________________________________________________________________
76458 [  6932] By: jhi                                   on 2000/08/30  23:40:07
76459         Log: Mention UNTIE in perldelta.  Still needs documenting
76460              in perltie et alia.
76461      Branch: perl
76462            ! pod/perldelta.pod
76463 ____________________________________________________________________________
76464 [  6931] By: jhi                                   on 2000/08/30  23:36:02
76465         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
76466              From: <abigail@foad.org>
76467              Date: Wed, 30 Aug 2000 19:28:07 -0400
76468              Message-ID: <20000830232807.305.qmail@foad.org>
76469      Branch: perl
76470            ! pod/perldelta.pod
76471 ____________________________________________________________________________
76472 [  6930] By: jhi                                   on 2000/08/30  23:32:40
76473         Log: Update to Unicode 3.0.1.
76474      Branch: perl
76475            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
76476            + lib/unicode/PropList.txt lib/unicode/README.perl
76477            + lib/unicode/UCD301.html lib/unicode/Unicode.301
76478            - lib/unicode/Props.txt lib/unicode/UCD300.html
76479            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
76480            ! (edit 257 files)
76481 ____________________________________________________________________________
76482 [  6929] By: jhi                                   on 2000/08/30  22:38:18
76483         Log: Heap decorruption.
76484              
76485              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
76486              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76487              Date: Wed, 30 Aug 2000 22:39:52 +0100
76488              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
76489      Branch: perl
76490            ! sv.c
76491 ____________________________________________________________________________
76492 [  6928] By: jhi                                   on 2000/08/30  22:29:34
76493         Log: Retract the dummy test, skip the security tests (instead of failing),
76494              explain what the warnings mean.
76495      Branch: perl
76496            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
76497 ____________________________________________________________________________
76498 [  6927] By: jhi                                   on 2000/08/30  22:14:13
76499         Log: Change the internal implementation of sort() to be mergesort
76500              instead of quicksort, from John Linderman <jpl@research.att.com>.
76501              Gives us better worst case, better average case, and stability.
76502              What's there not to like?  (Small fixes for threaded builds
76503              were required).
76504      Branch: perl
76505            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
76506 ____________________________________________________________________________
76507 [  6926] By: jhi                                   on 2000/08/30  20:55:20
76508         Log: A better fix for the Socket building problem from Craig Berry.
76509      Branch: perl
76510            ! vms/vms.c
76511 ____________________________________________________________________________
76512 [  6925] By: jhi                                   on 2000/08/30  20:20:25
76513         Log: Subject: [PATCH] Re: UNTIE method 
76514              From: Nick Ing-Simmons <nik@tiuk.ti.com>
76515              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
76516              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
76517      Branch: perl
76518            ! pp_sys.c t/op/tie.t
76519 ____________________________________________________________________________
76520 [  6924] By: jhi                                   on 2000/08/30  20:17:11
76521         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
76522              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76523              Date: Wed, 30 Aug 2000 15:03:14 -0500
76524              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
76525      Branch: perl
76526            ! vms/vms.c
76527 ____________________________________________________________________________
76528 [  6923] By: jhi                                   on 2000/08/30  20:15:18
76529         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
76530              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76531              Date: Wed, 30 Aug 2000 13:30:36 -0500
76532              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
76533      Branch: perl
76534            ! vms/vms.c
76535 ____________________________________________________________________________
76536 [  6922] By: jhi                                   on 2000/08/30  19:54:43
76537         Log: Better options for rsync.
76538      Branch: perl
76539            ! pod/perlhack.pod
76540 ____________________________________________________________________________
76541 [  6921] By: jhi                                   on 2000/08/30  19:40:16
76542         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
76543              From: Rick Delaney <rick@consumercontact.com>
76544              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
76545              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
76546      Branch: perl
76547            ! pod/perlfunc.pod
76548 ____________________________________________________________________________
76549 [  6920] By: jhi                                   on 2000/08/30  19:36:40
76550         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
76551              From: Peter Prymmer <pvhp@forte.com>
76552              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
76553              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
76554      Branch: perl
76555            ! configure.com
76556 ____________________________________________________________________________
76557 [  6919] By: jhi                                   on 2000/08/30  14:52:02
76558         Log: Update Changes.
76559      Branch: perl
76560            ! Changes patchlevel.h
76561 ____________________________________________________________________________
76562 [  6918] By: jhi                                   on 2000/08/30  14:48:34
76563         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
76564      Branch: perl
76565            ! lib/ExtUtils/typemap
76566 ____________________________________________________________________________
76567 [  6917] By: jhi                                   on 2000/08/30  14:46:34
76568         Log: Subject: typos in pods
76569              From: Nicholas Clark <nick@ccl4.org>
76570              Date: Wed, 30 Aug 2000 01:12:50 +0100
76571              Message-ID: <20000830011249.A61388@plum.flirble.org>
76572      Branch: perl
76573            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
76574            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
76575            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
76576            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
76577 ____________________________________________________________________________
76578 [  6916] By: jhi                                   on 2000/08/30  14:19:09
76579         Log: Document Storable problems on Crays.  (Will have
76580              to document all the other Storable problems, too.)
76581      Branch: perl
76582            ! pod/perldelta.pod
76583 ____________________________________________________________________________
76584 [  6915] By: jhi                                   on 2000/08/30  14:06:02
76585         Log: Subject: [PATCH] fix misc cast warnings
76586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76587              Date: Tue, 29 Aug 2000 23:16:14 -0700
76588              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
76589      Branch: perl
76590            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
76591            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
76592            ! os2/os2ish.h
76593 ____________________________________________________________________________
76594 [  6914] By: jhi                                   on 2000/08/30  14:03:45
76595         Log: Timestamp mismatch again.  Need to fix this dependence on
76596              config_h.SH timestamp, since it's the contents of config_h.SH
76597              that matter.
76598      Branch: perl
76599            ! uconfig.h uconfig.sh
76600 ____________________________________________________________________________
76601 [  6913] By: jhi                                   on 2000/08/30  13:54:06
76602         Log: Don't say "Perl 5.0 source kit".
76603      Branch: perl
76604            ! perl.c
76605 ____________________________________________________________________________
76606 [  6912] By: jhi                                   on 2000/08/30  13:51:24
76607         Log: Reset archname and archname64 always, forcing them be
76608              recomputed at each Configure run, make Configure and
76609              the hints files agree on the naming of largefiles variables.
76610      Branch: metaconfig
76611            ! U/threads/archname.U
76612      Branch: metaconfig/U/perl
76613            ! use64bits.U
76614      Branch: perl
76615            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
76616            ! hints/linux.sh hints/solaris_2.sh
76617 ____________________________________________________________________________
76618 [  6911] By: jhi                                   on 2000/08/30  13:30:13
76619         Log: Put back the slice accidentally removed by #6907.
76620      Branch: perl
76621            ! hints/solaris_2.sh
76622 ____________________________________________________________________________
76623 [  6910] By: jhi                                   on 2000/08/30  01:24:26
76624         Log: Be consistent: other Net::get* do export theirs.
76625              
76626              Subject: Re: Net::protoent does not export 'getproto'
76627              From: Yasushi Nakajima <sey@jkc.co.jp>
76628              Date: Wed, 30 Aug 2000 09:53:14 +0900
76629              Message-Id: <200008300051.DAA24700@taku.hut.fi>
76630      Branch: perl
76631            ! lib/Net/protoent.pm
76632 ____________________________________________________________________________
76633 [  6909] By: jhi                                   on 2000/08/30  01:17:25
76634         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
76635              From: Gurusamy Sarathy <gsar@ActiveState.com>
76636              Date: Tue, 29 Aug 2000 17:17:07 -0700
76637              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
76638      Branch: perl
76639            ! cop.h
76640 ____________________________________________________________________________
76641 [  6908] By: jhi                                   on 2000/08/30  00:58:05
76642         Log: Update Changes.
76643      Branch: perl
76644            ! Changes patchlevel.h
76645 ____________________________________________________________________________
76646 [  6907] By: jhi                                   on 2000/08/30  00:57:22
76647         Log: Introduce ccname to keep track of what compiler kind of we have.
76648      Branch: metaconfig/U/perl
76649            ! Checkcc.U gccvers.U
76650      Branch: perl
76651            ! Configure config_h.SH hints/solaris_2.sh
76652 ____________________________________________________________________________
76653 [  6906] By: jhi                                   on 2000/08/30  00:25:47
76654         Log: Put back the flags dump as reasoned in
76655              
76656              Subject: Re: [PATCH] Glob dumping
76657              From: Mike Guy <mjtg@cam.ac.uk> 
76658              Date: Tue, 29 Aug 2000 21:41:32 +0100
76659              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
76660      Branch: perl
76661            ! dump.c t/lib/peek.t
76662 ____________________________________________________________________________
76663 [  6905] By: jhi                                   on 2000/08/30  00:16:17
76664         Log: Make the epsilon to be relative, not absolute.
76665              
76666              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
76667              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
76668              Date: Tue, 29 Aug 2000 19:58:56 -0400
76669              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
76670      Branch: perl
76671            ! t/lib/trig.t
76672 ____________________________________________________________________________
76673 [  6904] By: jhi                                   on 2000/08/30  00:13:09
76674         Log: From now on, Gisle is on my list of usual suspects :-)
76675              Retract #6902.
76676      Branch: perl
76677            ! ext/Opcode/Safe.pm
76678 ____________________________________________________________________________
76679 [  6903] By: jhi                                   on 2000/08/29  23:51:20
76680         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
76681              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76682              Date: Tue, 29 Aug 2000 18:43:26 -0500
76683              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
76684      Branch: perl
76685            + vms/vmspipe.com
76686            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
76687            ! vms/vms.c
76688 ____________________________________________________________________________
76689 [  6902] By: jhi                                   on 2000/08/29  23:44:14
76690         Log: Retry what #6882 attempted.
76691              
76692              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
76693              From: Gisle Aas <gisle@ActiveState.com>
76694              Date: 30 Aug 2000 00:33:09 +0200
76695              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
76696      Branch: perl
76697            ! ext/Opcode/Safe.pm
76698 ____________________________________________________________________________
76699 [  6901] By: jhi                                   on 2000/08/29  22:59:32
76700         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
76701              From: Hugo <hv@crypt.compulink.co.uk>
76702              Date: Mon, 12 Jun 2000 19:36:08 +0100
76703              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
76704      Branch: perl
76705            ! sv.c
76706 ____________________________________________________________________________
76707 [  6900] By: jhi                                   on 2000/08/29  22:58:35
76708         Log: Admit that we are leaking scalars.
76709              
76710              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
76711              From: Spider Boardman <spider@leggy.zk3.dec.com>
76712              Date: Tue, 29 Aug 2000 18:48:29 -0400
76713              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
76714      Branch: perl
76715            ! t/pragma/warnings.t
76716 ____________________________________________________________________________
76717 [  6899] By: jhi                                   on 2000/08/29  20:53:13
76718         Log: Update Changes.
76719      Branch: perl
76720            ! Changes patchlevel.h
76721 ____________________________________________________________________________
76722 [  6898] By: jhi                                   on 2000/08/29  20:46:21
76723         Log: Undo namespace pollution of #6878.
76724              
76725              Subject: Re: Net::protoent does not export 'getproto'
76726              From: Mike Guy <mjtg@cam.ac.uk>
76727              Date: Tue, 29 Aug 2000 21:32:37 +0100
76728              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
76729      Branch: perl
76730            ! lib/Net/protoent.pm
76731 ____________________________________________________________________________
76732 [  6897] By: jhi                                   on 2000/08/29  20:44:29
76733         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
76734              From: Peter Prymmer <pvhp@forte.com>
76735              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
76736              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
76737      Branch: perl
76738            ! pod/perlebcdic.pod
76739 ____________________________________________________________________________
76740 [  6896] By: jhi                                   on 2000/08/29  20:40:57
76741         Log: There's no point repeating the 'revision' (5) of perl5.
76742      Branch: metaconfig/U/perl
76743            ! Devel.U patchlevel.U
76744      Branch: perl
76745            ! Configure config_h.SH
76746 ____________________________________________________________________________
76747 [  6895] By: jhi                                   on 2000/08/29  20:16:58
76748         Log: Regen Configure for #6894.
76749      Branch: metaconfig/U/perl
76750            ! perladmin.U
76751      Branch: perl
76752            ! Configure config_h.SH
76753 ____________________________________________________________________________
76754 [  6894] By: jhi                                   on 2000/08/29  19:59:52
76755         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
76756              From: "Philip Newton" <Philip.Newton@gmx.net>
76757              Date: Tue, 29 Aug 2000 21:39:14 +0200
76758              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
76759      Branch: perl
76760            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
76761            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
76762            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
76763            ! utils/perlbug.PL
76764 ____________________________________________________________________________
76765 [  6893] By: jhi                                   on 2000/08/29  19:55:30
76766         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
76767              From: "Philip Newton" <Philip.Newton@gmx.net>
76768              Date: Tue, 29 Aug 2000 21:39:14 +0200
76769              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
76770      Branch: perl
76771            ! installhtml
76772 ____________________________________________________________________________
76773 [  6892] By: jhi                                   on 2000/08/29  19:53:59
76774         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
76775              From: "Philip Newton" <Philip.Newton@gmx.net>
76776              Date: Tue, 29 Aug 2000 21:48:18 +0200
76777              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
76778      Branch: perl
76779            ! lib/File/Temp.pm
76780 ____________________________________________________________________________
76781 [  6891] By: jhi                                   on 2000/08/29  18:30:03
76782         Log: Nail the ID 20000828.023.
76783      Branch: perl
76784            ! ext/Storable/Storable.xs
76785 ____________________________________________________________________________
76786 [  6890] By: jhi                                   on 2000/08/29  16:50:17
76787         Log: Under usethreads the dumped variable is IN_PAD.
76788              
76789              Subject: Re: [PATCH] Glob dumping
76790              From: Gisle Aas <gisle@ActiveState.com>
76791              Date: 29 Aug 2000 18:45:05 +0200
76792              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
76793      Branch: perl
76794            ! t/lib/peek.t
76795 ____________________________________________________________________________
76796 [  6889] By: jhi                                   on 2000/08/29  15:17:37
76797         Log: Update Changes.
76798      Branch: perl
76799            ! Changes patchlevel.h
76800 ____________________________________________________________________________
76801 [  6888] By: jhi                                   on 2000/08/29  14:49:59
76802         Log: Retract #6882, broke the safe tests.
76803      Branch: perl
76804            ! ext/Opcode/Safe.pm
76805 ____________________________________________________________________________
76806 [  6887] By: jhi                                   on 2000/08/29  14:47:06
76807         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
76808              From: Gisle Aas <gisle@ActiveState.com> 
76809              Date: 09 Jun 2000 20:00:11 +0200
76810              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
76811      Branch: perl
76812            ! utils/perldoc.PL
76813 ____________________________________________________________________________
76814 [  6886] By: jhi                                   on 2000/08/29  14:42:45
76815         Log: The #6881 removed one dump line.
76816      Branch: perl
76817            ! t/lib/peek.t
76818 ____________________________________________________________________________
76819 [  6885] By: jhi                                   on 2000/08/29  14:30:47
76820         Log: Don't forget to tidy up.
76821      Branch: perl
76822            ! t/lib/ftmp-security.t
76823 ____________________________________________________________________________
76824 [  6884] By: jhi                                   on 2000/08/29  14:25:17
76825         Log: Disabling the one test is a bit tricky.
76826      Branch: perl
76827            ! t/lib/ftmp-security.t
76828 ____________________________________________________________________________
76829 [  6883] By: jhi                                   on 2000/08/29  14:16:25
76830         Log: Disable one of the tests for now.
76831      Branch: perl
76832            ! t/lib/ftmp-security.t
76833 ____________________________________________________________________________
76834 [  6882] By: jhi                                   on 2000/08/29  14:05:50
76835         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
76836              From: gisle@aas.no
76837              Date: 29 Aug 2000 10:35:06 -0000
76838              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
76839      Branch: perl
76840            ! ext/Opcode/Safe.pm
76841 ____________________________________________________________________________
76842 [  6881] By: jhi                                   on 2000/08/29  14:03:51
76843         Log: Subject: [PATCH] Glob dumping
76844              From: Gisle Aas <gisle@ActiveState.com>
76845              Date: 29 Aug 2000 07:59:42 -0000
76846              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
76847      Branch: perl
76848            ! dump.c
76849 ____________________________________________________________________________
76850 [  6880] By: jhi                                   on 2000/08/29  14:02:01
76851         Log: Subject: [PATCH] Warnings in B::Deparse
76852              From: <abigail@foad.org>
76853              Date: Tue, 29 Aug 2000 00:00:01 -0400
76854              Message-ID: <20000829040001.2999.qmail@foad.org>
76855      Branch: perl
76856            ! ext/B/B/Deparse.pm
76857 ____________________________________________________________________________
76858 [  6879] By: jhi                                   on 2000/08/29  13:57:26
76859         Log: Missed a change in #6869.
76860      Branch: perl
76861            ! mg.c
76862 ____________________________________________________________________________
76863 [  6878] By: jhi                                   on 2000/08/29  13:45:04
76864         Log: Subject: Net::protoent does not export 'getproto'
76865              From: Yasushi Nakajima <sey@jkc.co.jp>
76866              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
76867      Branch: perl
76868            ! lib/Net/protoent.pm
76869 ____________________________________________________________________________
76870 [  6877] By: jhi                                   on 2000/08/29  13:39:19
76871         Log: Patches all over for people and the files they (hopefully) care about.
76872      Branch: perl
76873            ! AUTHORS Changes MAINTAIN
76874 ____________________________________________________________________________
76875 [  6876] By: jhi                                   on 2000/08/29  12:53:54
76876         Log: Fix for thinko in #6848.
76877              
76878              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
76879              From: Lupe Christoph <lupe@lupe-christoph.de>
76880              Date: Tue, 29 Aug 2000 09:04:08 +0200
76881              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
76882      Branch: perl
76883            ! ext/Thread/Thread.xs
76884 ____________________________________________________________________________
76885 [  6875] By: jhi                                   on 2000/08/29  12:50:14
76886         Log: Update to Getopt::Long 2.24, from Johan Vromans.
76887      Branch: perl
76888            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
76889 ____________________________________________________________________________
76890 [  6874] By: jhi                                   on 2000/08/29  02:09:53
76891         Log: Use minimal @INC in tests, most of the time just '../lib',
76892              so that we simply can't pick up stuff from other Perls than
76893              the one we are testing.  Pointed out by
76894              
76895              From: Mike Guy <mjtg@cam.ac.uk>
76896              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
76897              Date: Fri, 25 Aug 2000 15:15:59 +0100
76898              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
76899      Branch: perl
76900            ! (edit 185 files)
76901 ____________________________________________________________________________
76902 [  6873] By: jhi                                   on 2000/08/29  01:07:11
76903         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
76904              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76905              Date: Mon, 28 Aug 2000 17:45:52 -0700
76906              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
76907      Branch: perl
76908            ! Makefile.SH hints/os2.sh
76909 ____________________________________________________________________________
76910 [  6872] By: jhi                                   on 2000/08/28  23:33:39
76911         Log: Subject: [PATCH bleedperl@6866] spellings
76912              From: marcel@codewerk.com (Marcel Grunauer)
76913              Date: Tue, 29 Aug 2000 01:19:59 +0200
76914              Message-Id: <200008282319.BAA29862@gandalf.local>
76915      Branch: perl
76916            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
76917            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
76918            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
76919 ____________________________________________________________________________
76920 [  6871] By: jhi                                   on 2000/08/28  23:22:09
76921         Log: Take out the SUIDMAIL thing, that will not be
76922              a problem in 5.7.*.
76923      Branch: perl
76924            ! patchlevel.h
76925 ____________________________________________________________________________
76926 [  6870] By: jhi                                   on 2000/08/28  23:19:30
76927         Log: -S is the silent flag, -s is the strip flag.
76928              
76929              Subject: [PATCH] Re: [PATCH] make no-install          
76930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76931              Date: Mon, 28 Aug 2000 15:12:55 -0700
76932              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
76933      Branch: perl
76934            ! Makefile.SH
76935 ____________________________________________________________________________
76936 [  6869] By: jhi                                   on 2000/08/28  23:12:05
76937         Log: Subject: [PATCH bleedperl@6856] warnings fixes
76938              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76939              Date: Mon, 28 Aug 2000 23:55:06 +0100
76940              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
76941      Branch: perl
76942            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
76943            ! warnings.h warnings.pl
76944 ____________________________________________________________________________
76945 [  6868] By: jhi                                   on 2000/08/28  21:38:22
76946         Log: Potential cruft.
76947      Branch: perl
76948            ! Makefile.SH
76949 ____________________________________________________________________________
76950 [  6867] By: jhi                                   on 2000/08/28  21:35:36
76951         Log: Update Changes.
76952      Branch: perl
76953            ! Changes patchlevel.h
76954 ____________________________________________________________________________
76955 [  6866] By: jhi                                   on 2000/08/28  21:33:49
76956         Log: Subject: hv.h Doc Patch
76957              From: Fisher Mark <fisherm@tce.com>
76958              Date: Mon, 28 Aug 2000 16:24:59 -0500
76959              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
76960      Branch: perl
76961            ! hv.h
76962 ____________________________________________________________________________
76963 [  6865] By: jhi                                   on 2000/08/28  21:02:15
76964         Log: Add -ld to archname on long tr...double platforms.
76965      Branch: metaconfig
76966            ! U/threads/archname.U
76967      Branch: perl
76968            ! Configure config_h.SH
76969 ____________________________________________________________________________
76970 [  6864] By: jhi                                   on 2000/08/28  20:38:59
76971         Log: An attempt to fix the problem reported in
76972              
76973              Subject: Building perl@6856 using gcc/AIX 4.3.3 
76974              From: Daniel Muino <dmuino@afip.gov.ar> 
76975              Date: Mon, 28 Aug 2000 15:50:01 -0300   
76976              Message-ID: <20000828155001.A14403@con2-dgi>
76977              
76978              I can't test this properly since the gcc installation I have
76979              access to seems to be botched (gcc is calling the AIX cpp,
76980              a losing proposition...)
76981      Branch: perl
76982            ! hints/aix.sh
76983 ____________________________________________________________________________
76984 [  6863] By: jhi                                   on 2000/08/28  18:57:52
76985         Log: Fix for ID 20000828.001, long doubles were not formatted
76986              correctly (showed up in $], which stopped installing perl).
76987      Branch: perl
76988            ! sv.c
76989 ____________________________________________________________________________
76990 [  6862] By: jhi                                   on 2000/08/28  18:07:15
76991         Log: Typo in #6858.
76992      Branch: perl
76993            ! lib/Cwd.pm
76994 ____________________________________________________________________________
76995 [  6861] By: jhi                                   on 2000/08/28  17:57:27
76996         Log: opmini.o may be left around if a build is interrupted.
76997      Branch: perl
76998            ! Makefile.SH
76999 ____________________________________________________________________________
77000 [  6860] By: jhi                                   on 2000/08/28  16:52:50
77001         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
77002              From: Daniel Chetlin <daniel@chetlin.com>
77003              Date: Mon, 28 Aug 2000 01:14:18 -0700
77004              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
77005      Branch: perl
77006            ! lib/overload.pm
77007 ____________________________________________________________________________
77008 [  6859] By: jhi                                   on 2000/08/28  16:08:46
77009         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
77010              From: Nicholas Clark <nick@ccl4.org>
77011              Date: Mon, 28 Aug 2000 16:03:27 +0100
77012              Message-Id: <20000828160327.C49785@plum.flirble.org>
77013      Branch: perl
77014            ! ext/ByteLoader/bytecode.h
77015 ____________________________________________________________________________
77016 [  6858] By: jhi                                   on 2000/08/28  16:02:10
77017         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
77018              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
77019              Date: Mon, 28 Aug 2000 13:08:30 +0200
77020              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
77021      Branch: perl
77022            ! lib/Cwd.pm
77023 ____________________________________________________________________________
77024 [  6857] By: jhi                                   on 2000/08/28  15:42:47
77025         Log: display_format used as a class method without arguments was broken,
77026              reported in
77027              
77028              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
77029              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
77030              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
77031              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
77032      Branch: perl
77033            ! lib/Math/Complex.pm t/lib/complex.t
77034 ____________________________________________________________________________
77035 [  6856] By: jhi                                   on 2000/08/27  22:09:48
77036         Log: Update Changes.
77037      Branch: perl
77038            ! Changes patchlevel.h
77039 ____________________________________________________________________________
77040 [  6855] By: jhi                                   on 2000/08/27  21:59:21
77041         Log: Retract #6853 (false alarm).
77042      Branch: perl
77043            ! lib/ExtUtils/xsubpp
77044 ____________________________________________________________________________
77045 [  6854] By: jhi                                   on 2000/08/27  21:37:44
77046         Log: Update Changes.
77047      Branch: perl
77048            ! Changes patchlevel.h
77049 ____________________________________________________________________________
77050 [  6853] By: jhi                                   on 2000/08/27  21:37:16
77051         Log: Subject: [PATCH perl@6850] workaround for xsubpp
77052              From: Hugo <hv@crypt.compulink.co.uk>
77053              Date: Sun, 27 Aug 2000 22:30:25 +0100
77054              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
77055      Branch: perl
77056            ! lib/ExtUtils/xsubpp
77057 ____________________________________________________________________________
77058 [  6852] By: jhi                                   on 2000/08/27  21:33:58
77059         Log: Big-endian 64-bit patch from Raphael Manfredi.
77060      Branch: perl
77061            ! ext/Storable/Storable.xs
77062 ____________________________________________________________________________
77063 [  6851] By: jhi                                   on 2000/08/27  21:22:21
77064         Log: More ruthless editing from Hugo van der Sanden.
77065      Branch: perl
77066            ! pod/perldelta.pod
77067 ____________________________________________________________________________
77068 [  6850] By: jhi                                   on 2000/08/27  16:11:46
77069         Log: Update Changes.
77070      Branch: perl
77071            ! Changes patchlevel.h
77072 ____________________________________________________________________________
77073 [  6849] By: jhi                                   on 2000/08/27  16:11:05
77074         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
77075      Branch: perl
77076            ! configpm pod/perldelta.pod
77077 ____________________________________________________________________________
77078 [  6848] By: jhi                                   on 2000/08/27  15:35:08
77079         Log: Use the actual thread type, not the pointer-to-struct.
77080      Branch: perl
77081            ! ext/Thread/Thread.xs
77082 ____________________________________________________________________________
77083 [  6847] By: jhi                                   on 2000/08/27  15:30:49
77084         Log: Test nit.
77085      Branch: perl
77086            ! t/pragma/warn/pp_sys
77087 ____________________________________________________________________________
77088 [  6846] By: jhi                                   on 2000/08/27  15:19:02
77089         Log: Passing -R in ldflags makes now it to appear in the default
77090              for lddlflags, just like with -L.
77091              
77092              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77093              From: Lupe Christoph <lupe@lupe-christoph.de>
77094              Date: Sun, 27 Aug 2000 10:28:21 +0200
77095              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
77096      Branch: metaconfig/U/perl
77097            ! dlsrc.U
77098      Branch: perl
77099            ! Configure
77100 ____________________________________________________________________________
77101 [  6845] By: jhi                                   on 2000/08/27  15:08:54
77102         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
77103              From: Alan Burlison <Alan.Burlison@uk.sun.com>
77104              Date: Sat, 26 Aug 2000 22:23:27 +0100
77105              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
77106      Branch: perl
77107            ! lib/ExtUtils/MM_Unix.pm
77108 ____________________________________________________________________________
77109 [  6844] By: jhi                                   on 2000/08/27  15:02:37
77110         Log: DJGPP update from Laszlo Molnar.
77111              
77112              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
77113              From: ml1050 <ml1050@freemail.hu>
77114              Date: Sat, 26 Aug 2000 23:24:40 +0200
77115              Message-Id: <20000826232440.A439@freemail.hu>
77116      Branch: perl
77117            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
77118            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
77119 ____________________________________________________________________________
77120 [  6843] By: jhi                                   on 2000/08/27  14:53:58
77121         Log: Subject: installman buglet
77122              From: Lupe Christoph <lupe@lupe-christoph.de>
77123              Date: Sun, 27 Aug 2000 14:38:59 +0200
77124              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
77125      Branch: perl
77126            ! installman
77127 ____________________________________________________________________________
77128 [  6842] By: jhi                                   on 2000/08/27  14:52:08
77129         Log: Can't get the test to reliably work thanks to the
77130              inaccurateness of floating point.  "Resolves" bug ids
77131              20000826.003, 20000826.009, 20000826.010,
77132      Branch: perl
77133            ! t/lib/trig.t
77134 ____________________________________________________________________________
77135 [  6841] By: jhi                                   on 2000/08/26  15:53:58
77136         Log: Update Changes.
77137      Branch: perl
77138            ! Changes patchlevel.h
77139 ____________________________________________________________________________
77140 [  6840] By: jhi                                   on 2000/08/26  14:23:03
77141         Log: grep -e isn't portable.
77142              
77143              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
77144              From: chris@broadband.att.com
77145              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
77146              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
77147      Branch: perl
77148            ! hints/solaris_2.sh
77149 ____________________________________________________________________________
77150 [  6839] By: jhi                                   on 2000/08/26  14:12:23
77151         Log: no-install target a la make -n.
77152              
77153              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
77154              From: <abigail@foad.org>
77155              Date: Sat, 26 Aug 2000 03:57:34 -0400
77156              Message-ID: <20000826075735.18912.qmail@foad.org>
77157      Branch: perl
77158            ! Makefile.SH installman installperl
77159 ____________________________________________________________________________
77160 [  6838] By: jhi                                   on 2000/08/26  14:06:33
77161         Log: Retract #6826 as the #6828 should be do the same
77162              in a More Correct Way.
77163      Branch: perl
77164            ! installperl
77165 ____________________________________________________________________________
77166 [  6837] By: jhi                                   on 2000/08/26  05:24:00
77167         Log: More casting.
77168      Branch: perl
77169            ! ext/Storable/Storable.xs
77170 ____________________________________________________________________________
77171 [  6836] By: jhi                                   on 2000/08/26  05:05:46
77172         Log: Nicer in decimal.
77173      Branch: perl
77174            ! ext/Storable/Storable.xs
77175 ____________________________________________________________________________
77176 [  6835] By: jhi                                   on 2000/08/26  05:03:50
77177         Log: There be no UVdf.
77178      Branch: perl
77179            ! ext/Storable/Storable.xs
77180 ____________________________________________________________________________
77181 [  6834] By: jhi                                   on 2000/08/26  05:00:18
77182         Log: Continue IVdfing and UVxfing.
77183      Branch: perl
77184            ! ext/Storable/Storable.xs
77185 ____________________________________________________________________________
77186 [  6833] By: jhi                                   on 2000/08/26  04:53:14
77187         Log: Use IVdf.
77188      Branch: perl
77189            ! ext/Storable/Storable.xs
77190 ____________________________________________________________________________
77191 [  6832] By: jhi                                   on 2000/08/26  04:40:41
77192         Log: Document PTR2XX and INT2PTR.
77193      Branch: perl
77194            ! pod/perlguts.pod
77195 ____________________________________________________________________________
77196 [  6831] By: jhi                                   on 2000/08/26  04:33:18
77197         Log: Use UVxf, PTR2UV, NVff.
77198      Branch: perl
77199            ! ext/Storable/Storable.xs
77200 ____________________________________________________________________________
77201 [  6830] By: jhi                                   on 2000/08/26  04:31:32
77202         Log: Update the test count.
77203      Branch: perl
77204            ! t/lib/trig.t
77205 ____________________________________________________________________________
77206 [  6829] By: jhi                                   on 2000/08/26  03:05:50
77207         Log: Subject: [PATCH] installation not quite silent yet.
77208              From: <abigail@foad.org>
77209              Date: Fri, 25 Aug 2000 20:07:53 -0400
77210              Message-ID: <20000826000753.7822.qmail@foad.org>
77211      Branch: perl
77212            ! installman installperl
77213 ____________________________________________________________________________
77214 [  6828] By: jhi                                   on 2000/08/26  03:05:14
77215         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77216              From: Spider Boardman <spider@web.zk3.dec.com>
77217              Date: Fri, 25 Aug 2000 19:12:40 -0400
77218              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
77219      Branch: perl
77220            ! gv.c
77221 ____________________________________________________________________________
77222 [  6827] By: jhi                                   on 2000/08/25  23:54:34
77223         Log: Support preserving extremely big/small angles.
77224      Branch: perl
77225            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
77226 ____________________________________________________________________________
77227 [  6826] By: jhi                                   on 2000/08/25  23:01:20
77228         Log: Patch installperl to be long double-aware.
77229              
77230              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
77231              From: Spider Boardman <spider@web.zk3.dec.com>
77232              Date: Fri, 25 Aug 2000 18:15:23 -0400
77233              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
77234      Branch: perl
77235            ! installperl
77236 ____________________________________________________________________________
77237 [  6825] By: jhi                                   on 2000/08/25  22:58:25
77238         Log: Remove duplicately applied patch shards.
77239              
77240              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
77241              From: Spider Boardman <spider@leggy.zk3.dec.com>
77242              Date: Fri, 25 Aug 2000 16:45:03 -0400
77243              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
77244      Branch: perl
77245            ! t/lib/cgi-html.t
77246 ____________________________________________________________________________
77247 [  6824] By: jhi                                   on 2000/08/25  22:57:00
77248         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77249              From: Daniel Chetlin <daniel@chetlin.com>
77250              Date: Fri, 25 Aug 2000 12:23:16 -0700
77251              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
77252              
77253              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
77254              From: Daniel Chetlin <daniel@chetlin.com>
77255              Date: Fri, 25 Aug 2000 14:47:19 -0700
77256              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
77257      Branch: perl
77258            ! installman
77259 ____________________________________________________________________________
77260 [  6823] By: jhi                                   on 2000/08/25  22:44:17
77261         Log: Timestamp problem?
77262      Branch: perl
77263            ! uconfig.h uconfig.sh
77264 ____________________________________________________________________________
77265 [  6822] By: jhi                                   on 2000/08/25  19:01:06
77266         Log: One forgotten file from #6816.
77267      Branch: perl
77268            ! vos/config.h
77269 ____________________________________________________________________________
77270 [  6821] By: jhi                                   on 2000/08/25  18:56:39
77271         Log: Regen Changes.
77272      Branch: perl
77273            ! Changes patchlevel.h
77274 ____________________________________________________________________________
77275 [  6820] By: jhi                                   on 2000/08/25  18:52:35
77276         Log: Fix Changes ordering.
77277      Branch: perl
77278            ! Changes
77279 ____________________________________________________________________________
77280 [  6819] By: jhi                                   on 2000/08/25  18:50:25
77281         Log: Update Changes.
77282      Branch: perl
77283            ! Changes patchlevel.h
77284 ____________________________________________________________________________
77285 [  6818] By: jhi                                   on 2000/08/25  18:47:45
77286         Log: Tweak the sfio/useperlio logic, hopefully as wished in
77287              
77288              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
77289              From: Nicholas Clark <nick@babyhippo.co.uk>
77290              Date: Fri, 25 Aug 2000 12:01:45 +0100
77291              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
77292      Branch: metaconfig/U/perl
77293            ! d_sfio.U
77294      Branch: perl
77295            ! Configure
77296 ____________________________________________________________________________
77297 [  6817] By: jhi                                   on 2000/08/25  18:32:51
77298         Log: Allow microperl to assume <math.h>, without it the math
77299              functions like floor() are assumed to return int, which makes
77300              for core dumps in machines where integer and floating register
77301              don't mix.
77302      Branch: perl
77303            ! uconfig.h uconfig.sh
77304 ____________________________________________________________________________
77305 [  6816] By: jhi                                   on 2000/08/25  18:27:17
77306         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
77307              the problem reported in
77308              
77309              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
77310              From: danhale@us.ibm.com
77311              Date: Fri, 25 Aug 2000 10:58:06 -0400
77312              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
77313      Branch: metaconfig/U/perl
77314            + d_socks5_init.U
77315      Branch: perl
77316            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
77317            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
77318            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
77319            ! win32/config.gc win32/config.vc
77320 ____________________________________________________________________________
77321 [  6815] By: jhi                                   on 2000/08/25  17:43:31
77322         Log: A solution for the retrieve_fd autosplit warning,
77323              idea suggested by Mike Guy.
77324      Branch: perl
77325            ! ext/Storable/Storable.pm
77326 ____________________________________________________________________________
77327 [  6814] By: jhi                                   on 2000/08/25  17:16:03
77328         Log: Add install-silent target.
77329      Branch: perl
77330            ! Makefile.SH
77331 ____________________________________________________________________________
77332 [  6813] By: jhi                                   on 2000/08/25  17:14:23
77333         Log: Subject: Re: [PATCH] More silencing of installman.
77334              From: <abigail@foad.org>
77335              Date: Thu, 24 Aug 2000 19:27:03 -0400
77336              Message-ID: <20000824232703.7001.qmail@foad.org>
77337              
77338              Subject: Re: [PATCH] More silencing of installman.
77339              From: <abigail@foad.org>
77340              Date: Fri, 25 Aug 2000 03:00:58 -0400
77341              Message-ID: <20000825070058.10697.qmail@foad.org>
77342      Branch: perl
77343            ! installman
77344 ____________________________________________________________________________
77345 [  6812] By: jhi                                   on 2000/08/25  17:11:28
77346         Log: installperl --verbose and --silent.
77347              
77348              Subject: Re: [PATCH] More silencing of installman.
77349              From: <abigail@foad.org>
77350              Message-ID: <20000825064430.9719.qmail@foad.org>
77351              Date: Fri, 25 Aug 2000 02:44:30 -0400
77352      Branch: perl
77353            ! installperl
77354 ____________________________________________________________________________
77355 [  6811] By: jhi                                   on 2000/08/25  17:05:43
77356         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
77357              From: "Peter J. Farley III" <pjfarley@banet.net>
77358              Date: Thu, 24 Aug 2000 21:58:03 -0400
77359              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
77360              
77361              (applied slightly modified)
77362      Branch: perl
77363            ! lib/ExtUtils/MM_Unix.pm
77364 ____________________________________________________________________________
77365 [  6810] By: jhi                                   on 2000/08/25  17:01:18
77366         Log: Missing parts of 
77367              
77368              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
77369              From: Peter Prymmer <pvhp@forte.com>
77370              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
77371              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
77372      Branch: perl
77373            ! t/lib/cgi-html.t
77374 ____________________________________________________________________________
77375 [  6809] By: jhi                                   on 2000/08/25  16:46:32
77376         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
77377              From: "Craig A. Berry" <craig.berry@psinetcs.com>
77378              Date: Thu, 24 Aug 2000 19:13:11 -0500
77379              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
77380      Branch: perl
77381            ! vms/vms.c
77382 ____________________________________________________________________________
77383 [  6808] By: jhi                                   on 2000/08/25  16:39:22
77384         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
77385              From: Peter Prymmer <pvhp@forte.com>
77386              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
77387              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
77388      Branch: perl
77389            ! configure.com
77390 ____________________________________________________________________________
77391 [  6807] By: jhi                                   on 2000/08/25  16:36:37
77392         Log: Better wording for the vec lvalue diagnostic.
77393              
77394              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77395              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
77396              Date: Wed, 23 Aug 2000 14:12:16 -0400
77397              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
77398      Branch: perl
77399            ! pod/perldiag.pod
77400 ____________________________________________________________________________
77401 [  6806] By: jhi                                   on 2000/08/24  18:17:22
77402         Log: Subject: [PATCH] More silencing of installman.
77403              From: <abigail@foad.org>
77404              Date: Thu, 24 Aug 2000 14:01:44 -0400
77405              Message-ID: <20000824180144.20062.qmail@foad.org>
77406      Branch: perl
77407            ! installman
77408 ____________________________________________________________________________
77409 [  6805] By: jhi                                   on 2000/08/24  15:00:31
77410         Log: Update Changes.
77411      Branch: perl
77412            ! Changes patchlevel.h
77413 ____________________________________________________________________________
77414 [  6804] By: jhi                                   on 2000/08/24  14:59:07
77415         Log: Regen perltoc.
77416      Branch: perl
77417            ! pod/perltoc.pod
77418 ____________________________________________________________________________
77419 [  6803] By: jhi                                   on 2000/08/24  14:44:39
77420         Log: Show the doc file, not the temp file.
77421      Branch: perl
77422            ! installman
77423 ____________________________________________________________________________
77424 [  6802] By: jhi                                   on 2000/08/24  14:41:53
77425         Log: Continue silencing.
77426      Branch: perl
77427            ! installman
77428 ____________________________________________________________________________
77429 [  6801] By: jhi                                   on 2000/08/24  14:34:40
77430         Log: Actually do something with the silencer option.
77431      Branch: perl
77432            ! installman
77433 ____________________________________________________________________________
77434 [  6800] By: jhi                                   on 2000/08/24  14:26:22
77435         Log: Make installman to recognize the silence flag -S.
77436      Branch: perl
77437            ! installman
77438 ____________________________________________________________________________
77439 [  6799] By: jhi                                   on 2000/08/24  13:49:38
77440         Log: DOS patches and portability/porting notes, from Tim Jenness.
77441      Branch: perl
77442            ! lib/File/Temp.pm
77443 ____________________________________________________________________________
77444 [  6798] By: jhi                                   on 2000/08/24  13:48:27
77445         Log: Create directories in silence.
77446              
77447              Subject: [PATCH] Another silencer for MakeMaker
77448              From: andreas.koenig@anima.de (Andreas J. Koenig)
77449              Date: 24 Aug 2000 14:18:52 +0200
77450              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
77451      Branch: perl
77452            ! lib/ExtUtils/Command.pm
77453 ____________________________________________________________________________
77454 [  6797] By: jhi                                   on 2000/08/24  13:46:42
77455         Log: More liberal parsing of version numbers.
77456              
77457              Subject: Re: CPAN.pm beta for testing available
77458              From: andreas.koenig@anima.de (Andreas J. Koenig)
77459              Date: 24 Aug 2000 13:51:57 +0200
77460              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
77461      Branch: perl
77462            ! lib/CPAN.pm
77463 ____________________________________________________________________________
77464 [  6796] By: jhi                                   on 2000/08/24  13:44:36
77465         Log: Make "make install" by default silent.  A new "install-verbose"
77466              target is verbose.
77467      Branch: perl
77468            ! Makefile.SH
77469 ____________________________________________________________________________
77470 [  6795] By: jhi                                   on 2000/08/24  13:39:14
77471         Log: Add silencer flags to installperl.
77472              
77473              Subject: [PATCH] Making installperl silent.
77474              From: <abigail@foad.org>
77475              Date: Thu, 24 Aug 2000 05:01:45 -0400
77476              Message-ID: <20000824090145.13141.qmail@foad.org>
77477      Branch: perl
77478            ! installperl
77479 ____________________________________________________________________________
77480 [  6794] By: jhi                                   on 2000/08/24  13:35:50
77481         Log: installperl couldn't tell whether it had run tests or not.
77482              
77483              Subject: [PATCH] Re: installperl and t/TEST
77484              From: <abigail@foad.org>
77485              Date: Thu, 24 Aug 2000 04:00:53 -0400
77486              Message-ID: <20000824080053.2494.qmail@foad.org>
77487      Branch: perl
77488            ! Makefile.SH installperl
77489 ____________________________________________________________________________
77490 [  6793] By: jhi                                   on 2000/08/24  13:27:50
77491         Log: Drop the separate perlbc, perlcc -b should be enough.
77492      Branch: perl
77493            - utils/perlbc.PL
77494            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
77495 ____________________________________________________________________________
77496 [  6792] By: jhi                                   on 2000/08/24  04:41:30
77497         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
77498              plus the typo fix from Peter Prymmer.
77499      Branch: perl
77500            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
77501            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
77502 ____________________________________________________________________________
77503 [  6791] By: jhi                                   on 2000/08/24  02:10:43
77504         Log: Replace #6705 with a minimal doc patch.
77505              
77506              Subject: [PATCH 5.6.0] replace change #6705
77507              From: Jan Dubois <jand@ActiveState.com>
77508              Date: Wed, 23 Aug 2000 18:31:51 -0700
77509              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
77510      Branch: perl
77511            ! lib/Win32.pod win32/win32.c
77512 ____________________________________________________________________________
77513 [  6790] By: jhi                                   on 2000/08/23  17:52:00
77514         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
77515              From: Mike Guy <mjtg@cam.ac.uk>
77516              Date: Wed, 23 Aug 2000 18:38:46 +0100
77517              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
77518      Branch: perl
77519            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
77520 ____________________________________________________________________________
77521 [  6789] By: jhi                                   on 2000/08/23  15:34:21
77522         Log: Update Changes.
77523      Branch: perl
77524            ! Changes patchlevel.h
77525 ____________________________________________________________________________
77526 [  6788] By: jhi                                   on 2000/08/23  15:33:40
77527         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
77528              From: Wilfredo Sánchez <wsanchez@apple.com>
77529              Date: Tue, 22 Aug 2000 19:31:27 -0700
77530              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
77531      Branch: perl
77532            ! perl.h
77533 ____________________________________________________________________________
77534 [  6787] By: jhi                                   on 2000/08/23  15:29:31
77535         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
77536              From: Spider Boardman <spider@leggy.zk3.dec.com>
77537              Date: Wed, 23 Aug 2000 10:33:23 -0400
77538              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
77539      Branch: perl
77540            ! lib/Pod/Html.pm
77541 ____________________________________________________________________________
77542 [  6786] By: jhi                                   on 2000/08/23  15:28:11
77543         Log: Bad makefile.
77544      Branch: perl
77545            ! ext/B/Makefile.PL
77546 ____________________________________________________________________________
77547 [  6785] By: jhi                                   on 2000/08/23  14:37:04
77548         Log: Update Changes.
77549      Branch: perl
77550            ! Changes patchlevel.h
77551 ____________________________________________________________________________
77552 [  6784] By: jhi                                   on 2000/08/23  13:58:41
77553         Log: Portability fix from Hugo van der Sanden.
77554      Branch: perl
77555            ! ext/re/Makefile.PL
77556 ____________________________________________________________________________
77557 [  6783] By: jhi                                   on 2000/08/23  13:53:53
77558         Log: Storable support, v-version fixes.
77559              
77560              Subject: CPAN.pm beta for testing available
77561              From: andreas.koenig@anima.de (Andreas J. Koenig)
77562              Date: 22 Aug 2000 23:31:33 +0200
77563              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
77564      Branch: perl
77565            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
77566 ____________________________________________________________________________
77567 [  6782] By: jhi                                   on 2000/08/23  13:51:26
77568         Log: Mac and other portability updates from Chris Nandor.
77569      Branch: perl
77570            ! pod/perlmodinstall.pod
77571 ____________________________________________________________________________
77572 [  6781] By: jhi                                   on 2000/08/23  13:47:33
77573         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
77574              From: Peter Prymmer <pvhp@forte.com>
77575              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
77576              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
77577      Branch: perl
77578            ! ext/Storable/Storable.xs
77579 ____________________________________________________________________________
77580 [  6780] By: jhi                                   on 2000/08/23  13:33:34
77581         Log: VMS MMS (make) wants null action.
77582      Branch: perl
77583            ! ext/B/Makefile.PL
77584 ____________________________________________________________________________
77585 [  6779] By: jhi                                   on 2000/08/22  19:44:47
77586         Log: Forgot portability nit.
77587      Branch: perl
77588            ! t/lib/st-forgive.t
77589 ____________________________________________________________________________
77590 [  6778] By: jhi                                   on 2000/08/22  19:35:25
77591         Log: Be portable.
77592      Branch: perl
77593            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
77594            ! t/lib/st-store.t
77595 ____________________________________________________________________________
77596 [  6777] By: jhi                                   on 2000/08/22  18:50:53
77597         Log: Update Changes.
77598      Branch: perl
77599            ! Changes patchlevel.h
77600 ____________________________________________________________________________
77601 [  6776] By: jhi                                   on 2000/08/22  18:44:46
77602         Log: cSVOPo_*v things index into the current PL_curpad
77603              under ithreads, which is different from the curpad
77604              used by the XSUB.  (In other words, the code as-is
77605              before this patch wouldn't work under ithreads.)
77606              From Sarathy.
77607      Branch: perl
77608            ! ext/B/B.xs
77609 ____________________________________________________________________________
77610 [  6775] By: jhi                                   on 2000/08/22  18:18:37
77611         Log: Make the selection of NVff et al stricter.
77612      Branch: metaconfig/U/perl
77613            ! perlxvf.U
77614      Branch: perl
77615            ! Configure config_h.SH
77616 ____________________________________________________________________________
77617 [  6774] By: jhi                                   on 2000/08/22  17:19:42
77618         Log: perldelta nits.
77619      Branch: perl
77620            ! pod/perldelta.pod
77621 ____________________________________________________________________________
77622 [  6773] By: jhi                                   on 2000/08/22  17:06:26
77623         Log: Long double fixes from Spider Boardman.
77624              
77625              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
77626              From: system PRIVILEGED account <root@peano.zk3.dec.com>
77627              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
77628              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
77629      Branch: perl
77630            ! t/lib/bigfltpm.t t/lib/st-06compat.t
77631 ____________________________________________________________________________
77632 [  6772] By: jhi                                   on 2000/08/22  15:04:53
77633         Log: Update Changes.
77634      Branch: perl
77635            ! Changes patchlevel.h
77636 ____________________________________________________________________________
77637 [  6771] By: jhi                                   on 2000/08/22  15:01:44
77638         Log: perldelta fixes from Hugo van der Sanden.
77639      Branch: perl
77640            ! pod/perldelta.pod
77641 ____________________________________________________________________________
77642 [  6770] By: jhi                                   on 2000/08/22  14:34:49
77643         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
77644              From: Hugo <hv@crypt.compulink.co.uk>
77645              Date: Tue, 22 Aug 2000 11:21:53 +0100
77646              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
77647      Branch: perl
77648            ! regcomp.c
77649 ____________________________________________________________________________
77650 [  6769] By: jhi                                   on 2000/08/22  14:30:02
77651         Log: Add Yitzchak, reformat.
77652      Branch: perl
77653            ! Changes config_h.SH
77654 ____________________________________________________________________________
77655 [  6768] By: jhi                                   on 2000/08/22  14:21:35
77656         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
77657              and Spider Boardman.
77658      Branch: metaconfig
77659            ! U/compline/d_gconvert.U
77660      Branch: perl
77661            ! Configure
77662 ____________________________________________________________________________
77663 [  6767] By: jhi                                   on 2000/08/22  14:11:24
77664         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
77665              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77666              Date: Mon, 21 Aug 2000 19:08:31 -0700
77667              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
77668      Branch: perl
77669            - ext/Storable/patchlevel.h
77670            ! MANIFEST ext/Storable/MANIFEST
77671 ____________________________________________________________________________
77672 [  6766] By: jhi                                   on 2000/08/22  13:49:29
77673         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
77674              From: Peter Prymmer <pvhp@forte.com>
77675              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
77676              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
77677      Branch: perl
77678            ! configure.com ext/Storable/Makefile.PL
77679 ____________________________________________________________________________
77680 [  6765] By: jhi                                   on 2000/08/22  13:44:59
77681         Log: Subject: [PATCH blead] B:: missing dependency
77682              From: Hugo <hv@crypt.compulink.co.uk>
77683              Date: Tue, 22 Aug 2000 06:44:33 +0100
77684              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
77685      Branch: perl
77686            ! ext/B/Makefile.PL
77687 ____________________________________________________________________________
77688 [  6764] By: jhi                                   on 2000/08/22  13:38:12
77689         Log: More bytecompiler.
77690      Branch: perl
77691            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
77692 ____________________________________________________________________________
77693 [  6763] By: jhi                                   on 2000/08/22  13:36:44
77694         Log: Bytecompiler patches from Benjamin Stuhl.
77695      Branch: perl
77696            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
77697            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77698            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77699            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77700            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
77701            ! perl.c perlapi.h pod/perldelta.pod
77702 ____________________________________________________________________________
77703 [  6762] By: jhi                                   on 2000/08/21  23:43:40
77704         Log: An obsoleted diagnostic.
77705      Branch: perl
77706            ! pod/perldelta.pod
77707 ____________________________________________________________________________
77708 [  6761] By: jhi                                   on 2000/08/21  23:01:45
77709         Log: The #6759 wasn't quite right.
77710      Branch: perl
77711            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77712            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77713            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77714            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77715            ! t/lib/st-tieditems.t
77716 ____________________________________________________________________________
77717 [  6760] By: jhi                                   on 2000/08/21  22:35:49
77718         Log: Be verydeepclean.
77719      Branch: perl
77720            ! Makefile.SH
77721 ____________________________________________________________________________
77722 [  6759] By: jhi                                   on 2000/08/21  22:25:40
77723         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
77724              From: Peter Prymmer <pvhp@forte.com>
77725              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
77726              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
77727      Branch: perl
77728            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77729            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77730            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77731            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77732            ! t/lib/st-tieditems.t
77733 ____________________________________________________________________________
77734 [  6758] By: jhi                                   on 2000/08/21  22:22:32
77735         Log: Few more casts, need reported in
77736              
77737              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
77738              From: Mike Stok <mike@stok.co.uk>
77739              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
77740              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
77741              
77742              and
77743              
77744              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
77745              From: abigail@foad.org
77746              Date: 21 Aug 2000 21:31:34 -0000
77747              Message-Id: <20000821213134.30170.qmail@foad.org>
77748      Branch: perl
77749            ! ext/Storable/Storable.xs
77750 ____________________________________________________________________________
77751 [  6757] By: jhi                                   on 2000/08/21  18:37:07
77752         Log: Update Changes.
77753      Branch: perl
77754            ! Changes patchlevel.h
77755 ____________________________________________________________________________
77756 [  6756] By: jhi                                   on 2000/08/21  18:34:02
77757         Log: A pod nit.
77758              
77759              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
77760              From: <abigail@foad.org>
77761              Date: Mon, 21 Aug 2000 14:00:16 -0400
77762              Message-ID: <20000821180016.28627.qmail@foad.org>
77763      Branch: perl
77764            ! pod/perlre.pod
77765 ____________________________________________________________________________
77766 [  6755] By: jhi                                   on 2000/08/21  18:30:56
77767         Log: Use PodParser 1.18 new test.
77768      Branch: perl
77769            ! t/pod/special_seqs.t t/pod/special_seqs.xr
77770 ____________________________________________________________________________
77771 [  6754] By: jhi                                   on 2000/08/21  18:28:35
77772         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
77773              patches cannot be applied since #6712 conflicts.
77774      Branch: perl
77775            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
77776 ____________________________________________________________________________
77777 [  6753] By: jhi                                   on 2000/08/21  18:15:11
77778         Log: Weed out some smaller changes.
77779      Branch: perl
77780            ! pod/perldelta.pod
77781 ____________________________________________________________________________
77782 [  6752] By: jhi                                   on 2000/08/21  18:02:30
77783         Log: Also under djgpp the timestamps are funky.
77784      Branch: perl
77785            ! t/op/stat.t
77786 ____________________________________________________________________________
77787 [  6751] By: jhi                                   on 2000/08/21  17:55:56
77788         Log: Tweak the floating point output routine preferences.
77789      Branch: metaconfig
77790            ! U/compline/d_gconvert.U
77791      Branch: perl
77792            ! Configure
77793 ____________________________________________________________________________
77794 [  6750] By: jhi                                   on 2000/08/21  17:51:29
77795         Log: Unicos/mk requires elaborate paranoia.
77796      Branch: perl
77797            ! lib/Math/Complex.pm
77798 ____________________________________________________________________________
77799 [  6749] By: gsar                                  on 2000/08/21  16:53:31
77800         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
77801      Branch: perl
77802            ! lib/Cwd.pm
77803 ____________________________________________________________________________
77804 [  6748] By: gsar                                  on 2000/08/21  16:22:19
77805         Log: free TLS slot properly on Windows
77806      Branch: perl
77807            ! thread.h win32/perllib.c win32/win32thread.h
77808 ____________________________________________________________________________
77809 [  6747] By: jhi                                   on 2000/08/21  16:20:58
77810         Log: Rename the macro argument because some preprocessors
77811              can't tell the difference and expand arguments also inside
77812              double quoted strings.
77813      Branch: perl
77814            ! regcomp.c
77815 ____________________________________________________________________________
77816 [  6746] By: jhi                                   on 2000/08/21  16:09:41
77817         Log: Support long doubles in Storable.
77818              
77819              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
77820              From: Radu Greab <radu@netsoft.ro>
77821              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
77822              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
77823      Branch: perl
77824            ! ext/Storable/Storable.xs
77825 ____________________________________________________________________________
77826 [  6745] By: jhi                                   on 2000/08/21  15:51:40
77827         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
77828              From: "Fifer, Eric" <EFifer@sanwaint.com>
77829              Date: Mon, 21 Aug 2000 15:34:49 +0100
77830              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
77831      Branch: perl
77832            ! t/pragma/warn/9enabled
77833 ____________________________________________________________________________
77834 [  6744] By: jhi                                   on 2000/08/21  15:39:35
77835         Log: Document the endianness of Alpha more precisely.
77836      Branch: perl
77837            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
77838            ! pod/perlport.pod
77839 ____________________________________________________________________________
77840 [  6743] By: jhi                                   on 2000/08/21  14:47:05
77841         Log: perldelta fixes from the p5p crowd.
77842      Branch: perl
77843            ! pod/perldelta.pod pod/perlop.pod
77844 ____________________________________________________________________________
77845 [  6742] By: jhi                                   on 2000/08/21  13:34:51
77846         Log: Update to Pod::LaTeX 0.53.
77847              
77848              Subject: [PATCH] lib/Pod/LaTeX.pm updates
77849              From: Tim Jenness <timj@jach.hawaii.edu>
77850              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
77851              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
77852      Branch: perl
77853            ! lib/Pod/LaTeX.pm
77854 ____________________________________________________________________________
77855 [  6741] By: jhi                                   on 2000/08/21  13:33:01
77856         Log: Subject: [PATCH] os2.c fix for use64bitint
77857              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77858              Date: Mon, 21 Aug 2000 01:32:25 -0700
77859              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
77860      Branch: perl
77861            ! os2/os2.c
77862 ____________________________________________________________________________
77863 [  6740] By: jhi                                   on 2000/08/21  13:28:52
77864         Log: Array context keeps slithering in.
77865              
77866              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
77867              From: Daniel Chetlin <daniel@chetlin.com>
77868              Date: Sun, 20 Aug 2000 21:40:25 -0700
77869              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
77870      Branch: perl
77871            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
77872            ! pod/perldebtut.pod
77873 ____________________________________________________________________________
77874 [  6739] By: jhi                                   on 2000/08/21  13:23:55
77875         Log: Big-endian quad fixes for Storable from Radu Greab,
77876              plus few explicit null casts for picky compilers.
77877      Branch: perl
77878            ! ext/Storable/Storable.xs
77879 ____________________________________________________________________________
77880 [  6738] By: gsar                                  on 2000/08/21  05:56:13
77881         Log: small tweaks for change#6705: avoid C++ style comments in C code;
77882              use Perl's malloc API rather than the low level system one
77883      Branch: perl
77884            ! win32/win32.c
77885 ____________________________________________________________________________
77886 [  6737] By: gsar                                  on 2000/08/21  05:35:41
77887         Log: add Storable to list of extensions on Windows
77888      Branch: perl
77889            ! win32/Makefile win32/makefile.mk
77890 ____________________________________________________________________________
77891 [  6736] By: jhi                                   on 2000/08/21  02:57:53
77892         Log: Update Changes.
77893      Branch: perl
77894            ! Changes patchlevel.h
77895 ____________________________________________________________________________
77896 [  6735] By: jhi                                   on 2000/08/21  02:57:20
77897         Log: Draft 0.
77898      Branch: perl
77899            ! pod/perldelta.pod
77900 ____________________________________________________________________________
77901 [  6734] By: jhi                                   on 2000/08/21  02:57:03
77902         Log: Add Storable 0.7.2 from Raphael Manfredi,
77903              plus the patch from
77904              
77905              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
77906              From: Radu Greab <radu@netsoft.ro>
77907              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
77908              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
77909              
77910              plus changes to get Storable to compile with
77911              picky ANSI compilers.
77912      Branch: perl
77913            + ext/Storable/ChangeLog ext/Storable/MANIFEST
77914            + ext/Storable/Makefile.PL ext/Storable/README
77915            + ext/Storable/Storable.pm ext/Storable/Storable.xs
77916            + ext/Storable/patchlevel.h t/lib/st-06compat.t
77917            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
77918            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
77919            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77920            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77921            + t/lib/st-tieditems.t
77922            ! MANIFEST
77923 ____________________________________________________________________________
77924 [  6733] By: jhi                                   on 2000/08/21  02:29:09
77925         Log: The correct cleaning order is an art.
77926      Branch: perl
77927            ! Makefile.SH
77928 ____________________________________________________________________________
77929 [  6732] By: jhi                                   on 2000/08/21  01:23:39
77930         Log: The #6724 is here.
77931      Branch: perl
77932            ! t/lib/ftmp-security.t
77933 ____________________________________________________________________________
77934 [  6731] By: jhi                                   on 2000/08/20  23:17:03
77935         Log: s/this one/the 5.6.0 release/
77936      Branch: perl
77937            ! pod/perl56delta.pod
77938 ____________________________________________________________________________
77939 [  6730] By: jhi                                   on 2000/08/20  23:07:34
77940         Log: Mention perlebcdic and perlposix-bc.
77941      Branch: perl
77942            ! pod/perlport.pod
77943 ____________________________________________________________________________
77944 [  6729] By: jhi                                   on 2000/08/20  21:32:59
77945         Log: Document the number of exponent digits.
77946      Branch: perl
77947            ! pod/perlfunc.pod
77948 ____________________________________________________________________________
77949 [  6728] By: jhi                                   on 2000/08/20  21:16:47
77950         Log: Use File::Spec->tmpdir().
77951              
77952              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
77953              From: Tim Jenness <timj@jach.hawaii.edu>
77954              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
77955              MIME-Version: 1.0
77956              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
77957      Branch: perl
77958            ! utils/perlbug.PL
77959 ____________________________________________________________________________
77960 [  6727] By: jhi                                   on 2000/08/20  20:43:32
77961         Log: Update Changes.
77962      Branch: perl
77963            ! Changes patchlevel.h
77964 ____________________________________________________________________________
77965 [  6726] By: jhi                                   on 2000/08/20  20:41:44
77966         Log: The veryclean target needs to clobber.
77967      Branch: perl
77968            ! Makefile.SH
77969 ____________________________________________________________________________
77970 [  6725] By: jhi                                   on 2000/08/20  20:37:38
77971         Log: Document odd vs even subreleases and -Dusedevel.
77972      Branch: perl
77973            ! INSTALL
77974 ____________________________________________________________________________
77975 [  6724] By: jhi                                   on 2000/08/20  19:58:05
77976         Log: Use temporary directory instead of current directory.
77977              
77978              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
77979              From: Tim Jenness <timj@jach.hawaii.edu>
77980              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
77981              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
77982      Branch: perl
77983            ! t/lib/ftmp-security.t
77984 ____________________________________________________________________________
77985 [  6723] By: jhi                                   on 2000/08/20  19:55:55
77986         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
77987              From: andreas.koenig@anima.de (Andreas J. Koenig)
77988              Date: 20 Aug 2000 15:52:03 +0200
77989              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
77990      Branch: perl
77991            ! lib/ExtUtils/MM_Unix.pm
77992 ____________________________________________________________________________
77993 [  6722] By: jhi                                   on 2000/08/20  19:46:01
77994         Log: Update to CGI 2.72, from Lincoln Stein.
77995      Branch: perl
77996            ! lib/CGI.pm
77997 ____________________________________________________________________________
77998 [  6721] By: jhi                                   on 2000/08/20  19:43:54
77999         Log: (Replaced by #8364.)
78000              
78001              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
78002              From: Radu Greab <radu@netsoft.ro>
78003              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
78004              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
78005      Branch: perl
78006            ! ext/GDBM_File/GDBM_File.xs
78007 ____________________________________________________________________________
78008 [  6720] By: jhi                                   on 2000/08/20  19:42:01
78009         Log: pp_open() could pass an uninitialized filename down to do_open9().
78010      Branch: perl
78011            ! pp_sys.c
78012 ____________________________________________________________________________
78013 [  6719] By: jhi                                   on 2000/08/20  14:06:41
78014         Log: UTF8 concat fixes.
78015              
78016              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
78017              From: Hugo <hv@crypt.compulink.co.uk>
78018              Date: Sun, 20 Aug 2000 07:30:46 +0100
78019              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
78020      Branch: perl
78021            ! pp_hot.c t/op/append.t
78022 ____________________________________________________________________________
78023 [  6718] By: jhi                                   on 2000/08/20  02:09:37
78024         Log: Let's try #6717 again.
78025      Branch: perl
78026            ! lib/File/Temp.pm
78027 ____________________________________________________________________________
78028 [  6717] By: jhi                                   on 2000/08/20  01:56:55
78029         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
78030              From: "Craig A. Berry" <craig.berry@metamorgs.com>
78031              Date: Sat, 19 Aug 2000 18:15:39 -0500
78032              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
78033      Branch: perl
78034            ! lib/File/Temp.pm
78035 ____________________________________________________________________________
78036 [  6716] By: jhi                                   on 2000/08/19  15:50:11
78037         Log: Update Changes.
78038      Branch: perl
78039            ! Changes patchlevel.h
78040 ____________________________________________________________________________
78041 [  6715] By: jhi                                   on 2000/08/19  15:39:09
78042         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
78043              From: Jonathan D Johnston <jdjohnston2@juno.com>
78044              Date: Thu, 17 Aug 2000 23:13:01 -0400       
78045              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
78046      Branch: perl
78047            ! pod/perlfunc.pod
78048 ____________________________________________________________________________
78049 [  6714] By: jhi                                   on 2000/08/19  15:34:04
78050         Log: Introduce a 'veryclean' target that is like 'distclean'
78051              but also removes *~ and *.orig.
78052      Branch: perl
78053            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
78054            ! utils/Makefile x2p/Makefile.SH
78055 ____________________________________________________________________________
78056 [  6713] By: jhi                                   on 2000/08/19  14:15:45
78057         Log: Put back the long double avoidance code to POSIX.xs
78058              because VMS seems to need it still.
78059      Branch: perl
78060            ! ext/POSIX/POSIX.xs
78061 ____________________________________________________________________________
78062 [  6712] By: jhi                                   on 2000/08/19  14:10:41
78063         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
78064              From: Peter Prymmer <pvhp@forte.com>
78065              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
78066              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
78067      Branch: perl
78068            ! lib/Pod/Find.pm t/pod/find.t
78069 ____________________________________________________________________________
78070 [  6711] By: jhi                                   on 2000/08/19  14:09:19
78071         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
78072              From: Peter Prymmer <pvhp@forte.com>
78073              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
78074              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
78075              cc: vmsperl@perl.org
78076      Branch: perl
78077            ! t/lib/peek.t
78078 ____________________________________________________________________________
78079 [  6710] By: jhi                                   on 2000/08/19  14:08:01
78080         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
78081              From: Jan Dubois <jand@ActiveState.com>
78082              Date: Fri, 18 Aug 2000 16:31:48 -0700
78083              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
78084      Branch: perl
78085            ! win32/win32.c
78086 ____________________________________________________________________________
78087 [  6709] By: jhi                                   on 2000/08/19  14:06:57
78088         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
78089              
78090              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
78091              From: Spider.Boardman@Orb.Nashua.NH.US
78092              Date: Fri, 18 Aug 2000 18:41:14 -0400
78093              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
78094      Branch: perl
78095            ! regcomp.c
78096 ____________________________________________________________________________
78097 [  6708] By: jhi                                   on 2000/08/18  22:04:49
78098         Log: Update Changes.
78099      Branch: perl
78100            ! Changes patchlevel.h
78101 ____________________________________________________________________________
78102 [  6707] By: jhi                                   on 2000/08/18  21:55:14
78103         Log: Add warnif(), check warnings further up the stack,
78104              all the warnings functions now can take an optional object reference.
78105              
78106              Subject: [PATCH bleedperl@6691] warnings pragma update
78107              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
78108              Date: Fri, 18 Aug 2000 22:42:06 +0100
78109              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
78110      Branch: perl
78111            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
78112            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
78113            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
78114 ____________________________________________________________________________
78115 [  6706] By: jhi                                   on 2000/08/18  21:41:45
78116         Log: Typo in pp_complement().
78117              
78118              Subject: [PATCH perl-current] Deparse
78119              From: Peter Scott <Peter@PSDT.com>
78120              Date: Fri, 18 Aug 2000 12:44:37 -0700
78121              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
78122      Branch: perl
78123            ! ext/B/B/Deparse.pm
78124 ____________________________________________________________________________
78125 [  6705] By: jhi                                   on 2000/08/18  21:25:59
78126         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
78127              From: Jan Dubois <jand@ActiveState.com>
78128              Date: Fri, 18 Aug 2000 14:22:51 -0700
78129              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
78130      Branch: perl
78131            ! lib/Win32.pod win32/win32.c
78132 ____________________________________________________________________________
78133 [  6704] By: jhi                                   on 2000/08/18  21:16:14
78134         Log: Don't eat leading os from index entries.
78135              
78136              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
78137              From: Russ Allbery <rra@stanford.edu>
78138              Date: 10 Aug 2000 20:49:25 -0700
78139              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
78140      Branch: perl
78141            ! lib/Pod/Man.pm
78142 ____________________________________________________________________________
78143 [  6703] By: jhi                                   on 2000/08/18  21:07:06
78144         Log: Add [[:blank:]] as suggested in
78145              
78146              Subject: [ID 20000716.024] [=cc=] / [:blank:]
78147              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
78148              Date: Sun, 16 Jul 2000 17:55:29 -0700
78149              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
78150              
78151              (the [=cc=] has already been taken care of by #6439
78152              so the whole bug report can be closed)
78153              
78154              and make [[:space:]] to be equivalent to isspace(3)
78155              (as opposed to \s, which is isSPACE()).  The difference
78156              is that now [[:space:]] matches the mythical vertical tab,
78157              while \s doesn't.
78158      Branch: perl
78159            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
78160            ! regexec.c t/op/pat.t
78161 ____________________________________________________________________________
78162 [  6702] By: jhi                                   on 2000/08/18  18:47:47
78163         Log: The new tests were missing from #6415.
78164      Branch: perl
78165            ! t/op/bop.t
78166 ____________________________________________________________________________
78167 [  6701] By: jhi                                   on 2000/08/18  18:20:40
78168         Log: Document the NDBM_File and ODBM_File as SDBM_File
78169              was documented in #6417.
78170      Branch: perl
78171            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
78172            ! ext/SDBM_File/SDBM_File.pm
78173 ____________________________________________________________________________
78174 [  6700] By: jhi                                   on 2000/08/18  18:10:39
78175         Log: Subject: [PATCH perl@6698] cygwin port
78176              From: "Fifer, Eric" <EFifer@sanwaint.com>
78177              Date: Fri, 18 Aug 2000 17:30:05 +0100
78178              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
78179      Branch: perl
78180            ! lib/File/Temp.pm
78181 ____________________________________________________________________________
78182 [  6699] By: jhi                                   on 2000/08/18  16:21:49
78183         Log: Document code point which makes if (defined %stash::) to work
78184              (noted by Spider Boardman).
78185      Branch: perl
78186            ! op.c
78187 ____________________________________________________________________________
78188 [  6698] By: jhi                                   on 2000/08/18  13:43:27
78189         Log: Update Changes.
78190      Branch: perl
78191            ! Changes patchlevel.h
78192 ____________________________________________________________________________
78193 [  6697] By: jhi                                   on 2000/08/18  13:35:57
78194         Log: Tiny Getopt::Long patch from Johan Vromans.
78195      Branch: perl
78196            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
78197 ____________________________________________________________________________
78198 [  6696] By: jhi                                   on 2000/08/18  13:26:14
78199         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
78200              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
78201              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
78202              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
78203      Branch: perl
78204            ! pod/perldiag.pod pod/perlsyn.pod
78205 ____________________________________________________________________________
78206 [  6695] By: jhi                                   on 2000/08/18  13:13:26
78207         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
78208              From: Daniel Chetlin <daniel@chetlin.com>
78209              Date: Fri, 18 Aug 2000 03:13:36 -0700
78210              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
78211      Branch: perl
78212            ! pod/perlfunc.pod
78213 ____________________________________________________________________________
78214 [  6694] By: jhi                                   on 2000/08/18  13:08:05
78215         Log: Subject: [PATCH] perltrap.pod spring cleaning
78216              From: Daniel Chetlin <daniel@chetlin.com>
78217              Date: Fri, 18 Aug 2000 03:06:54 -0700
78218              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
78219              
78220              plus Mike Guy's nitfix.
78221      Branch: perl
78222            ! pod/perltrap.pod
78223 ____________________________________________________________________________
78224 [  6693] By: jhi                                   on 2000/08/18  13:00:26
78225         Log: Unbuffer the output.
78226              
78227              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
78228              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78229              Date: Thu, 17 Aug 2000 18:39:29 -0700
78230              Message-ID: <RPJn5gzkgydf092yn@efn.org>
78231      Branch: perl
78232            ! t/op/fork.t
78233 ____________________________________________________________________________
78234 [  6692] By: jhi                                   on 2000/08/18  05:19:17
78235         Log: Delete the image, too, not just its MANIFEStation.
78236      Branch: perl
78237            - lib/CGI/eg/wilogo.gif
78238 ____________________________________________________________________________
78239 [  6691] By: jhi                                   on 2000/08/18  05:10:26
78240         Log: Propagate new Configure vars.
78241      Branch: perl
78242            ! configure.com epoc/config.sh uconfig.h uconfig.sh
78243            ! vos/config.def vos/config.h vos/config_h.SH_orig
78244            ! win32/config.bc win32/config.gc win32/config.vc
78245            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
78246 ____________________________________________________________________________
78247 [  6690] By: jhi                                   on 2000/08/18  04:30:56
78248         Log: Update Changes.
78249      Branch: perl
78250            ! Changes patchlevel.h
78251 ____________________________________________________________________________
78252 [  6689] By: jhi                                   on 2000/08/18  04:12:30
78253         Log: Fix the lib/complex failure of
78254              
78255              From: abigail@foad.org
78256              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78257              Date: 15 Aug 2000 04:06:38 -0000
78258              Message-Id: <20000815040638.8524.qmail@foad.org> 
78259              
78260              Linux long double accuracy issue: something that
78261              when printed with %g looks like "2" but int() of it is 1.
78262      Branch: perl
78263            ! lib/Math/Complex.pm
78264 ____________________________________________________________________________
78265 [  6688] By: jhi                                   on 2000/08/18  03:15:35
78266         Log: The byteorder code in #6671 was wrong.
78267      Branch: perl
78268            ! configpm
78269 ____________________________________________________________________________
78270 [  6687] By: jhi                                   on 2000/08/18  02:08:42
78271         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
78272              From: Jan Dubois <jand@ActiveState.com>
78273              Date: Thu, 17 Aug 2000 18:31:55 -0700
78274              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
78275      Branch: perl
78276            ! sv.c
78277 ____________________________________________________________________________
78278 [  6686] By: jhi                                   on 2000/08/18  02:04:15
78279         Log: Use NVs in POSIX math, not doubles.
78280              
78281              From: abigail@foad.org
78282              Subject: [ID 20000817.014] POSIX & modfl
78283              Date: 17 Aug 2000 20:49:18 -0000
78284              Message-Id: <20000817204918.23123.qmail@foad.org>
78285      Branch: perl
78286            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
78287 ____________________________________________________________________________
78288 [  6685] By: jhi                                   on 2000/08/18  02:02:12
78289         Log: Introduce NVef, NVff, and NVgf, use the middle one.
78290              (helps for lib/peek + Linux + long doubles)  Reported in
78291              
78292              From: abigail@foad.org
78293              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
78294              Date: 15 Aug 2000 04:06:38 -0000
78295              Message-Id: <20000815040638.8524.qmail@foad.org> 
78296              
78297              (note: the lib/complex failure has not yet been addressed)
78298      Branch: metaconfig/U/perl
78299            ! perlxvf.U
78300      Branch: perl
78301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78302            ! config_h.SH dump.c perl.h pod/perlguts.pod
78303 ____________________________________________________________________________
78304 [  6684] By: jhi                                   on 2000/08/17  23:22:19
78305         Log: Add byteorder to the myconfig output.
78306      Branch: perl
78307            ! myconfig.SH
78308 ____________________________________________________________________________
78309 [  6683] By: jhi                                   on 2000/08/17  23:20:19
78310         Log: The image doth not exist, spotted by Johan Vromans.
78311      Branch: perl
78312            ! MANIFEST
78313 ____________________________________________________________________________
78314 [  6682] By: jhi                                   on 2000/08/17  22:38:16
78315         Log: Document what the backtick returns if the command fails.
78316      Branch: perl
78317            ! pod/perlop.pod
78318 ____________________________________________________________________________
78319 [  6681] By: jhi                                   on 2000/08/17  22:33:12
78320         Log: Do not use prototyping here.
78321              
78322              Subject: [ID 20000817.016] [PATCH] Peek.xs
78323              From: abigail@foad.org
78324              Date: 17 Aug 2000 20:55:56 -0000
78325              Message-Id: <20000817205556.24270.qmail@foad.org>
78326      Branch: perl
78327            ! ext/Devel/Peek/Makefile.PL
78328 ____________________________________________________________________________
78329 [  6680] By: jhi                                   on 2000/08/17  19:46:43
78330         Log: Don't propose using modules built for 5.005 if no binary
78331              compatibility with 5.005 is attempted.
78332              
78333              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
78334              Subject: Minor nit with 5.7.0 (6655)
78335              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
78336              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
78337      Branch: metaconfig
78338            ! U/installdirs/inc_version_list.U
78339      Branch: perl
78340            ! Configure config_h.SH
78341 ____________________________________________________________________________
78342 [  6679] By: jhi                                   on 2000/08/17  19:16:39
78343         Log: Microperl config update.
78344      Branch: perl
78345            ! uconfig.h uconfig.sh
78346 ____________________________________________________________________________
78347 [  6678] By: jhi                                   on 2000/08/17  19:16:13
78348         Log: The #6648 wasn't protective enough for limited platforms
78349              (like microperl).
78350      Branch: perl
78351            ! dump.c sv.c
78352 ____________________________________________________________________________
78353 [  6677] By: jhi                                   on 2000/08/17  14:46:35
78354         Log: Update Changes.
78355      Branch: perl
78356            ! Changes patchlevel.h
78357 ____________________________________________________________________________
78358 [  6676] By: jhi                                   on 2000/08/17  14:44:02
78359         Log: Add perlebcdic from Peter Prymmer, regen toc.
78360      Branch: perl
78361            + pod/perlebcdic.pod
78362            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78363 ____________________________________________________________________________
78364 [  6675] By: jhi                                   on 2000/08/17  14:41:52
78365         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
78366      Branch: perl
78367            ! pod/perldebtut.pod
78368 ____________________________________________________________________________
78369 [  6674] By: jhi                                   on 2000/08/17  14:29:43
78370         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
78371              
78372              Subject: [ID 20000724.006] -DLEAKTEST problem
78373              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
78374              Date: Tue, 25 Jul 2000 00:36:32 -0500
78375              Message-Id: <20000725003632.A26186@www.llamacom.com>
78376              
78377              Reminder sent
78378              
78379              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
78380              From: Hugo <hv@crypt.compulink.co.uk>
78381              Date: Thu, 17 Aug 2000 15:23:42 +0100
78382              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
78383      Branch: perl
78384            ! util.c
78385 ____________________________________________________________________________
78386 [  6673] By: jhi                                   on 2000/08/17  04:07:10
78387         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
78388              From: John Peacock <JPeacock@UnivPress.com>
78389              Date: Tue, 01 Aug 2000 09:38:12 -0400
78390              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
78391      Branch: perl
78392            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
78393 ____________________________________________________________________________
78394 [  6672] By: jhi                                   on 2000/08/17  03:04:35
78395         Log: Subject: [PATCH] Cwd.pm now uses strict
78396              From: Tim Jenness <timj@jach.hawaii.edu>
78397              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
78398              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
78399      Branch: perl
78400            ! lib/Cwd.pm
78401 ____________________________________________________________________________
78402 [  6671] By: jhi                                   on 2000/08/17  02:16:35
78403         Log: Make $Config{byteorder} more magical so that it is
78404              dynamically computed: nice for 'fat binaries'.
78405              
78406              Subject: [PATCH]: default byteorder
78407              From: Wilfredo Sánchez <wsanchez@apple.com>
78408              Date: Mon, 31 Jul 2000 19:45:31 -0700
78409              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
78410      Branch: perl
78411            ! configpm
78412 ____________________________________________________________________________
78413 [  6670] By: gsar                                  on 2000/08/17  01:22:21
78414         Log: move WNOHANG definition to where other such things are
78415      Branch: perl
78416            ! win32/win32.h
78417 ____________________________________________________________________________
78418 [  6669] By: jhi                                   on 2000/08/17  01:19:17
78419         Log: Update Changes.
78420      Branch: perl
78421            ! Changes patchlevel.h
78422 ____________________________________________________________________________
78423 [  6668] By: jhi                                   on 2000/08/17  01:16:29
78424         Log: Doc nits spotted by Richard Soderberg.
78425      Branch: perl
78426            ! README.posix-bc README.vmesa
78427 ____________________________________________________________________________
78428 [  6667] By: jhi                                   on 2000/08/17  01:12:11
78429         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
78430              From: "Casey R. Tweten" <crt@kiski.net>
78431              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
78432              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
78433      Branch: perl
78434            ! pod/perldebtut.pod
78435 ____________________________________________________________________________
78436 [  6666] By: jhi                                   on 2000/08/17  01:09:31
78437         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
78438              From: "Casey R. Tweten" <crt@kiski.net>
78439              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
78440              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
78441      Branch: perl
78442            ! lib/Shell.pm
78443 ____________________________________________________________________________
78444 [  6665] By: gsar                                  on 2000/08/17  01:03:52
78445         Log: add "ok" targets from change#6632 in makefile.mk
78446      Branch: perl
78447            ! pod/perlport.pod win32/Makefile win32/makefile.mk
78448 ____________________________________________________________________________
78449 [  6664] By: gsar                                  on 2000/08/17  00:56:11
78450         Log: avoid warnings from dense compiler
78451      Branch: perl
78452            ! win32/win32.c
78453 ____________________________________________________________________________
78454 [  6663] By: jhi                                   on 2000/08/17  00:51:49
78455         Log: Tweak the regex compilation errors once more.
78456      Branch: perl
78457            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78458            ! t/op/regmesg.t t/pragma/warn/regcomp
78459 ____________________________________________________________________________
78460 [  6662] By: gsar                                  on 2000/08/17  00:28:19
78461         Log: trailing new %ENV entries weren't being pushed into the real
78462              environment of subprocesses on Windows
78463      Branch: perl
78464            ! t/op/magic.t win32/perlhost.h
78465 ____________________________________________________________________________
78466 [  6661] By: gsar                                  on 2000/08/17  00:19:20
78467         Log: waitpid() now handles externally spawned pids correctly;
78468              fixes for backtick/wait/waitpid failures on Windows 9x
78469              
78470              these changes make the pid returned by process functions on
78471              Windows 9x always positive by clearing the high bit (which
78472              is always set on Win9x); pseudo-process PIDs are likewise
78473              always negative now on Win9x (just as on NT/2000)
78474      Branch: perl
78475            ! pp_sys.c win32/perlhost.h win32/win32.c
78476 ____________________________________________________________________________
78477 [  6660] By: jhi                                   on 2000/08/17  00:04:32
78478         Log: Retract #6645.
78479      Branch: perl
78480            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78481            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78482            ! t/op/sprintf.t
78483 ____________________________________________________________________________
78484 [  6659] By: gsar                                  on 2000/08/16  23:59:28
78485         Log: on windows, the return values from wait() and waitpid() don't
78486              match those of pseudo-pids
78487      Branch: perl
78488            ! pp_sys.c t/op/fork.t util.c win32/win32.c
78489 ____________________________________________________________________________
78490 [  6658] By: gsar                                  on 2000/08/16  23:56:14
78491         Log: pod nit seen in passing
78492      Branch: perl
78493            ! pod/perlfunc.pod
78494 ____________________________________________________________________________
78495 [  6657] By: gsar                                  on 2000/08/16  23:53:42
78496         Log: change#6328 could make close(SOCKET) return false on windows
78497              when it shouldn't
78498      Branch: perl
78499            ! win32/win32sck.c
78500 ____________________________________________________________________________
78501 [  6656] By: gsar                                  on 2000/08/16  23:46:57
78502         Log: check that the number pseudo children doesn't exceed
78503              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
78504              the WaitForMultipleObjects() limit that would cause wait()
78505              to crash)
78506              
78507              wait() and waitpid() could potentially be rewritten to use
78508              more than one thread to do the waiting to eliminate this
78509              limitation
78510      Branch: perl
78511            ! win32/perlhost.h
78512 ____________________________________________________________________________
78513 [  6655] By: jhi                                   on 2000/08/16  14:11:05
78514         Log: Update Changes.
78515      Branch: perl
78516            ! Changes patchlevel.h
78517 ____________________________________________________________________________
78518 [  6654] By: jhi                                   on 2000/08/16  14:10:12
78519         Log: Update to perldebtut 1.9, from Richard Foley.
78520      Branch: perl
78521            ! pod/perldebtut.pod
78522 ____________________________________________________________________________
78523 [  6653] By: jhi                                   on 2000/08/16  14:08:17
78524         Log: Change the regx compilation error markers to use = instead of <
78525              since pod makes using the latter quite messy.  Reported in
78526              ID 20000814.006 by Abigail and in
78527              Subject: Unknown escape E<> ?
78528              From: Lupe Christoph <lupe@lupe-christoph.de>
78529              Date: Fri, 11 Aug 2000 00:30:27 +0200
78530              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
78531      Branch: perl
78532            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
78533            ! t/op/regmesg.t t/pragma/warn/regcomp
78534 ____________________________________________________________________________
78535 [  6652] By: jhi                                   on 2000/08/16  13:25:31
78536         Log: Change the perlbug address to perl.org since it's more forgiving.
78537              
78538              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
78539              From: abigail@foad.org
78540              Date: 15 Aug 2000 04:15:40 -0000
78541              Message-Id: <20000815041540.8633.qmail@foad.org>
78542      Branch: perl
78543            ! utils/perlbug.PL
78544 ____________________________________________________________________________
78545 [  6651] By: jhi                                   on 2000/08/16  13:22:35
78546         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
78547              From: Tim Jenness <timj@jach.hawaii.edu>
78548              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
78549              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
78550      Branch: perl
78551            ! lib/Cwd.pm
78552 ____________________________________________________________________________
78553 [  6650] By: jhi                                   on 2000/08/16  13:18:13
78554         Log: Update to CPAN 1.57.
78555              
78556              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
78557              From: andreas.koenig@anima.de (Andreas J. Koenig)
78558              Date: 16 Aug 2000 15:09:46 +0200
78559              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
78560      Branch: perl
78561            ! lib/CPAN.pm
78562 ____________________________________________________________________________
78563 [  6649] By: jhi                                   on 2000/08/16  13:12:31
78564         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
78565              From: "Larry W. Virden" <lvirden@cas.org>
78566              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
78567              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
78568      Branch: perl
78569            ! README.hpux
78570 ____________________________________________________________________________
78571 [  6648] By: jhi                                   on 2000/08/16  13:03:53
78572         Log: The numeric locale was reset to "C" by s?printf and never restored.
78573              
78574              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
78575              From: Christian Kirsch <ck@held.mind.de>
78576              Date: Wed, 9 Aug 2000 17:05:17 +0200
78577              Message-Id: <20000809170517.A25389@held>
78578              
78579              No test since adding the failing example to locale.t
78580              does not fail -- probably because the locale settings are so
78581              thoroughly tweaked by that time.  Running the example standalone
78582              does fail, though.  UPDATE: test case added at change #7540.
78583      Branch: perl
78584            ! dump.c perl.h pp.c pp_ctl.c sv.c
78585 ____________________________________________________________________________
78586 [  6647] By: jhi                                   on 2000/08/16  00:07:54
78587         Log: Update Changes and test semi-automatic patchlevel updating.
78588      Branch: perl
78589            ! Changes patchlevel.h
78590 ____________________________________________________________________________
78591 [  6646] By: jhi                                   on 2000/08/15  23:35:07
78592         Log: Fix a dependency problem.
78593              
78594              Subject: [PATCH: 6640] VMS Makefile.SH update
78595              From: Peter Prymmer <pvhp@forte.com>
78596              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
78597              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
78598      Branch: perl
78599            ! vms/descrip_mms.template
78600 ____________________________________________________________________________
78601 [  6645] By: jhi                                   on 2000/08/15  23:33:23
78602         Log: (Retracted by #6660)
78603              
78604              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
78605              From: Dominic Dunlop <domo@computer.org>
78606              Date: Tue, 15 Aug 2000 22:20:52 +0200
78607              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
78608      Branch: metaconfig/U/perl
78609            + d_printfed.U
78610      Branch: perl
78611            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78612            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78613            ! t/op/sprintf.t
78614 ____________________________________________________________________________
78615 [  6644] By: jhi                                   on 2000/08/15  21:17:20
78616         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
78617              From: abigail@foad.org
78618              Date: 15 Aug 2000 20:12:41 -0000
78619              Message-Id: <20000815201241.25556.qmail@foad.org>
78620      Branch: perl
78621            ! INSTALL
78622 ____________________________________________________________________________
78623 [  6643] By: jhi                                   on 2000/08/15  21:15:28
78624         Log: (an already applied patch)
78625      Branch: perl
78626            ! lib/CGI.pm
78627 ____________________________________________________________________________
78628 [  6642] By: gsar                                  on 2000/08/15  19:54:05
78629         Log: magic callbacks all need to have same type signature
78630      Branch: perl
78631            ! embed.pl mg.c proto.h
78632 ____________________________________________________________________________
78633 [  6641] By: jhi                                   on 2000/08/15  17:56:27
78634         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)
78635              From: Mike Guy <mjtg@cam.ac.uk>
78636              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
78637              Date: Tue, 15 Aug 2000 18:26:45 +0100
78638              
78639              Only the peek.t part applied, not the hash quality part.
78640      Branch: perl
78641            ! t/lib/peek.t
78642 ____________________________________________________________________________
78643 [  6640] By: jhi                                   on 2000/08/15  16:37:37
78644         Log: Update Changes.
78645      Branch: perl
78646            ! Changes
78647 ____________________________________________________________________________
78648 [  6639] By: jhi                                   on 2000/08/15  16:34:55
78649         Log: Missed a file from #6638.
78650      Branch: perl
78651            ! lib/File/Temp.pm
78652 ____________________________________________________________________________
78653 [  6638] By: jhi                                   on 2000/08/15  16:33:19
78654         Log: Subject: [PATCH perl@6620] cygwin port
78655              From: "Fifer, Eric" <EFifer@sanwaint.com>
78656              Date: Tue, 15 Aug 2000 17:00:49 +0100
78657              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
78658      Branch: perl
78659            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
78660 ____________________________________________________________________________
78661 [  6637] By: jhi                                   on 2000/08/15  16:29:22
78662         Log: Subject: [PATCH] debugger exit code should reflect user exit code
78663              From: Mike Guy <mjtg@cam.ac.uk>
78664              Date: Tue, 15 Aug 2000 16:55:59 +0100
78665              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
78666      Branch: perl
78667            ! lib/perl5db.pl
78668 ____________________________________________________________________________
78669 [  6636] By: jhi                                   on 2000/08/15  15:30:58
78670         Log: Update Changes.
78671      Branch: perl
78672            ! Changes
78673 ____________________________________________________________________________
78674 [  6635] By: jhi                                   on 2000/08/15  15:27:21
78675         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
78676      Branch: metaconfig
78677            ! U/mkglossary U/mksample
78678      Branch: metaconfig/U/perl
78679            ! Devel.U
78680      Branch: perl
78681            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78682 ____________________________________________________________________________
78683 [  6634] By: jhi                                   on 2000/08/15  14:11:55
78684         Log: Don't blow limited stacks, a lower number is enough to
78685              tickle the lookbehind limit.
78686              
78687              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
78688              From: Dominic Dunlop <domo@computer.org>
78689              Date: Tue, 15 Aug 2000 13:51:24 +0200
78690              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
78691      Branch: perl
78692            ! t/op/regmesg.t
78693 ____________________________________________________________________________
78694 [  6633] By: jhi                                   on 2000/08/15  14:01:46
78695         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
78696              From: Mike Guy <mjtg@cam.ac.uk>
78697              Date: Tue, 15 Aug 2000 12:10:50 +0100
78698              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
78699      Branch: perl
78700            ! utils/perldoc.PL
78701 ____________________________________________________________________________
78702 [  6632] By: jhi                                   on 2000/08/15  13:58:48
78703         Log: make ok etc also for win32.
78704              
78705              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
78706              From: Prymmer/Kahn <pvhp@best.com>
78707              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
78708              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
78709      Branch: perl
78710            ! win32/Makefile
78711 ____________________________________________________________________________
78712 [  6631] By: jhi                                   on 2000/08/15  13:45:03
78713         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
78714      Branch: perl
78715            ! lib/Test.pm
78716 ____________________________________________________________________________
78717 [  6630] By: jhi                                   on 2000/08/15  03:25:09
78718         Log: Update Changes.
78719      Branch: perl
78720            ! Changes
78721 ____________________________________________________________________________
78722 [  6629] By: jhi                                   on 2000/08/15  03:23:53
78723         Log: magic_regdatum_set() is void, not int.
78724      Branch: perl
78725            ! embed.pl mg.c proto.h
78726 ____________________________________________________________________________
78727 [  6628] By: jhi                                   on 2000/08/15  03:08:02
78728         Log: Make the user to give up his firstborn, err, to knowingly
78729              verify installing an unstable developer release.  Also bump
78730              the release to 5.7.0, but leave a patch tag in the local
78731              patches saying that this is not yet the real thing.
78732      Branch: metaconfig
78733            ! U/modified/Instruct.U
78734      Branch: metaconfig/U/perl
78735            + Devel.U
78736      Branch: perl
78737            ! Configure patchlevel.h
78738 ____________________________________________________________________________
78739 [  6627] By: jhi                                   on 2000/08/14  22:32:52
78740         Log: README.os2 update.
78741              
78742              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
78743              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78744              Date: Wed, 02 Aug 2000 21:55:09 -0700
78745              Message-ID: <tsPi5gzkgegX092yn@efn.org>
78746      Branch: perl
78747            ! README.os2
78748 ____________________________________________________________________________
78749 [  6626] By: jhi                                   on 2000/08/14  21:00:02
78750         Log: Subject: Re: File::Temp problems on VMS in bleedperl
78751              From: Tim Jenness <timj@jach.hawaii.edu>
78752              cc: vmsperl@perl.org
78753              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
78754              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
78755      Branch: perl
78756            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
78757 ____________________________________________________________________________
78758 [  6625] By: jhi                                   on 2000/08/14  20:52:16
78759         Log: Add SUIDMAIL as was done for the CERT alert.
78760      Branch: perl
78761            ! patchlevel.h
78762 ____________________________________________________________________________
78763 [  6624] By: jhi                                   on 2000/08/14  20:48:50
78764         Log: Subject: sfio2000
78765              From: Daniel Muino <dmuino@afip.gov.ar>
78766              Date: Mon, 14 Aug 2000 16:58:11 -0300
78767              Message-ID: <20000814165811.B16368@con2-dgi>
78768      Branch: perl
78769            ! perlsdio.h perlsfio.h
78770 ____________________________________________________________________________
78771 [  6623] By: jhi                                   on 2000/08/14  20:47:36
78772         Log: Subject: warning: storage class after type is obsolescent
78773              From: Daniel Muino <dmuino@afip.gov.ar>
78774              Date: Mon, 14 Aug 2000 16:42:47 -0300
78775              Message-ID: <20000814164247.A16368@con2-dgi>
78776      Branch: perl
78777            ! regcomp.pl regnodes.h
78778 ____________________________________________________________________________
78779 [  6622] By: jhi                                   on 2000/08/14  20:43:05
78780         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
78781              From: abigail@foad.org
78782              Date: 14 Aug 2000 20:00:10 -0000
78783              Message-Id: <20000814200010.27271.qmail@foad.org>
78784      Branch: perl
78785            ! Changes
78786 ____________________________________________________________________________
78787 [  6621] By: jhi                                   on 2000/08/14  15:23:05
78788         Log: Update Changes.
78789      Branch: perl
78790            ! Changes
78791 ____________________________________________________________________________
78792 [  6620] By: jhi                                   on 2000/08/14  15:22:14
78793         Log: Subject: Re: [PATCH] @+, @- readonly
78794              From: Mike Guy <mjtg@cam.ac.uk>
78795              Date: Mon, 14 Aug 2000 15:26:55 +0100
78796              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
78797      Branch: perl
78798            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
78799            ! sv.c t/op/pat.t
78800 ____________________________________________________________________________
78801 [  6619] By: jhi                                   on 2000/08/14  14:12:08
78802         Log: Update Changes.
78803      Branch: perl
78804            ! Changes
78805 ____________________________________________________________________________
78806 [  6618] By: jhi                                   on 2000/08/14  14:09:34
78807         Log: For now remove the mail code.
78808      Branch: perl
78809            ! perl.c
78810 ____________________________________________________________________________
78811 [  6617] By: jhi                                   on 2000/08/14  14:08:28
78812         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
78813      Branch: perl
78814            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
78815            ! pod/perlfaq8.pod pod/perlsec.pod
78816 ____________________________________________________________________________
78817 [  6616] By: jhi                                   on 2000/08/14  14:00:11
78818         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78819              From: Mike Guy <mjtg@cam.ac.uk>
78820              Date: Mon, 14 Aug 2000 08:26:02 +0100
78821              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
78822      Branch: perl
78823            ! lib/perl5db.pl
78824 ____________________________________________________________________________
78825 [  6615] By: jhi                                   on 2000/08/14  13:58:45
78826         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
78827              From: Mike Guy <mjtg@cam.ac.uk>
78828              Date: Mon, 14 Aug 2000 08:04:22 +0100
78829              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
78830      Branch: perl
78831            ! gv.c mg.c t/op/pat.t
78832 ____________________________________________________________________________
78833 [  6614] By: jhi                                   on 2000/08/14  13:56:45
78834         Log: Subject: Test fails / warnings with perl-current #6612
78835              From: Mike Guy <mjtg@cam.ac.uk>
78836              Date: Mon, 14 Aug 2000 07:57:23 +0100
78837              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
78838      Branch: perl
78839            ! t/lib/b.t t/lib/peek.t
78840 ____________________________________________________________________________
78841 [  6613] By: jhi                                   on 2000/08/14  13:45:33
78842         Log: VMS configure.com update continues.
78843      Branch: perl
78844            - vms/configure.com
78845            ! MANIFEST configure.com
78846 ____________________________________________________________________________
78847 [  6612] By: jhi                                   on 2000/08/13  22:13:35
78848         Log: Update Changes.
78849      Branch: perl
78850            ! Changes
78851 ____________________________________________________________________________
78852 [  6611] By: jhi                                   on 2000/08/13  16:21:45
78853         Log: Upgrade to CGI 2.71, from Lincoln Stein.
78854      Branch: perl
78855            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
78856 ____________________________________________________________________________
78857 [  6610] By: jhi                                   on 2000/08/13  15:09:16
78858         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
78859              From: Mike Guy <mjtg@cam.ac.uk>
78860              Date: Sun, 13 Aug 2000 13:45:51 +0100
78861              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
78862      Branch: perl
78863            ! t/op/regmesg.t
78864 ____________________________________________________________________________
78865 [  6609] By: jhi                                   on 2000/08/13  14:31:26
78866         Log: Andreas says that 1.56 is fine, so reverting back to it.
78867      Branch: perl
78868            ! lib/CPAN.pm
78869 ____________________________________________________________________________
78870 [  6608] By: jhi                                   on 2000/08/13  05:34:20
78871         Log: Update Changes.
78872      Branch: perl
78873            ! Changes
78874 ____________________________________________________________________________
78875 [  6607] By: jhi                                   on 2000/08/13  05:32:01
78876         Log: Put back the \z changes of #5406 to CPAN.pm.
78877      Branch: perl
78878            ! lib/CPAN.pm
78879 ____________________________________________________________________________
78880 [  6606] By: jhi                                   on 2000/08/13  05:20:16
78881         Log: Fix-n-skip the tests under 5005threads.
78882      Branch: perl
78883            ! t/lib/b.t
78884 ____________________________________________________________________________
78885 [  6605] By: jhi                                   on 2000/08/13  05:07:48
78886         Log: Fix the test for 5005threads.
78887      Branch: perl
78888            ! t/lib/peek.t
78889 ____________________________________________________________________________
78890 [  6604] By: jhi                                   on 2000/08/13  03:35:37
78891         Log: Should have deleted this in #6603.
78892      Branch: perl
78893            - vms/subconfigure.com
78894 ____________________________________________________________________________
78895 [  6603] By: jhi                                   on 2000/08/12  18:29:32
78896         Log: Rewrite of vms/subconfigure.com as configure.com,
78897              from Peter Prymmer and the vmsperl crew.
78898      Branch: perl
78899            + vms/configure.com
78900            ! MANIFEST
78901 ____________________________________________________________________________
78902 [  6602] By: jhi                                   on 2000/08/11  13:00:01
78903         Log: PlainText.pm is dead.
78904      Branch: perl
78905            - lib/Pod/PlainText.pm
78906            ! MANIFEST
78907 ____________________________________________________________________________
78908 [  6601] By: jhi                                   on 2000/08/11  04:06:45
78909         Log: Update Changes.
78910      Branch: perl
78911            ! Changes
78912 ____________________________________________________________________________
78913 [  6600] By: jhi                                   on 2000/08/11  04:06:10
78914         Log: Add a few missing files, update MANIFEST.
78915      Branch: perl
78916            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
78917            + lib/Pod/PlainText.pm t/pod/find.t
78918            ! MANIFEST t/op/regmesg.t
78919 ____________________________________________________________________________
78920 [  6599] By: jhi                                   on 2000/08/11  03:31:10
78921         Log: Add Perl debugging tutorial, regen toc. 
78922              
78923              Subject: perldebtut.pod
78924              From: Richard Foley <Richard.Foley@m.dasa.de>
78925              Date: Wed, 09 Aug 2000 10:17:15 +0200
78926              Message-id: <3991138B.262247B8@m.dasa.de>
78927      Branch: perl
78928            + pod/perldebtut.pod
78929            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78930 ____________________________________________________________________________
78931 [  6598] By: jhi                                   on 2000/08/11  02:48:56
78932         Log: tiny Changes edit
78933      Branch: perl
78934            ! Changes
78935 ____________________________________________________________________________
78936 [  6597] By: jhi                                   on 2000/08/11  02:39:04
78937         Log: Tests for #6589.
78938              
78939              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78940              From: simon@brecon.co.uk (Simon Cozens)
78941              Date: 11 Aug 2000 02:24:52 GMT
78942              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
78943      Branch: perl
78944            ! t/lib/b.t
78945 ____________________________________________________________________________
78946 [  6596] By: jhi                                   on 2000/08/11  01:50:07
78947         Log: Update Changes.
78948      Branch: perl
78949            ! Changes
78950 ____________________________________________________________________________
78951 [  6595] By: jhi                                   on 2000/08/11  01:47:16
78952         Log: nitfix
78953      Branch: perl
78954            ! Changes
78955 ____________________________________________________________________________
78956 [  6594] By: jhi                                   on 2000/08/11  01:36:16
78957         Log: Subject: Getting perlio and threads to compile
78958              From: Lupe Christoph <lupe@lupe-christoph.de>
78959              Date: Wed, 9 Aug 2000 11:35:54 +0200
78960              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
78961              
78962              (the Solaris version changes in Configure skipped)
78963      Branch: perl
78964            ! hints/solaris_2.sh thread.h
78965 ____________________________________________________________________________
78966 [  6593] By: jhi                                   on 2000/08/11  01:30:16
78967         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
78968              From: simon@brecon.co.uk (Simon Cozens)
78969              Date: 1 Aug 2000 06:55:19 GMT
78970              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
78971      Branch: perl
78972            ! lib/utf8.pm
78973 ____________________________________________________________________________
78974 [  6592] By: jhi                                   on 2000/08/11  01:26:39
78975         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
78976              From: Peter Scott <Peter@PeterScott.com>
78977              Date: Thu, 10 Aug 2000 08:23:27 -0700
78978              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
78979      Branch: perl
78980            ! lib/perl5db.pl
78981 ____________________________________________________________________________
78982 [  6591] By: jhi                                   on 2000/08/11  01:22:02
78983         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
78984              From: Hugo <hv@crypt.compulink.co.uk>
78985              Date: Thu, 10 Aug 2000 19:23:04 +0100
78986              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
78987      Branch: perl
78988            ! regexec.c t/op/pat.t
78989 ____________________________________________________________________________
78990 [  6590] By: jhi                                   on 2000/08/11  01:19:19
78991         Log: Preprocessing and postprocessing for File::Find.
78992              
78993              Subject: Patch to Find::File.pm to allow alphabetical results
78994              From: Joe Smith <jsmith@inwap.com>
78995              Date: Wed, 9 Aug 2000 02:44:54 -0700
78996              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
78997      Branch: perl
78998            ! lib/File/Find.pm
78999 ____________________________________________________________________________
79000 [  6589] By: jhi                                   on 2000/08/11  01:12:39
79001         Log: B::Deparse didn't do sub attributes.
79002              
79003              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
79004              From: simon@brecon.co.uk (Simon Cozens)
79005              Date: 9 Aug 2000 04:49:20 GMT
79006              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
79007      Branch: perl
79008            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
79009 ____________________________________________________________________________
79010 [  6588] By: jhi                                   on 2000/08/11  01:06:40
79011         Log: Subject: debugger "d" command doesnt check line number
79012              From: Mike Guy <mjtg@cam.ac.uk>
79013              Date: Tue, 08 Aug 2000 21:54:29 +0100
79014              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
79015      Branch: perl
79016            ! lib/perl5db.pl mg.c pod/perldiag.pod
79017 ____________________________________________________________________________
79018 [  6587] By: jhi                                   on 2000/08/11  00:45:03
79019         Log: sleep(1) does not necessarily return 1.
79020              
79021              Subject: [PATCH bleadperl] op/lex_assign.t  
79022              From: Hugo <hv@crypt.compulink.co.uk>
79023              Date: Thu, 03 Aug 2000 14:34:22 +0100        
79024              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
79025      Branch: perl
79026            ! t/op/lex_assign.t
79027 ____________________________________________________________________________
79028 [  6586] By: jhi                                   on 2000/08/11  00:31:50
79029         Log: Document the IO::Select timeout.
79030      Branch: perl
79031            ! ext/IO/lib/IO/Select.pm
79032 ____________________________________________________________________________
79033 [  6585] By: jhi                                   on 2000/08/11  00:13:54
79034         Log: Forgot contributor.
79035      Branch: perl
79036            ! Changes
79037 ____________________________________________________________________________
79038 [  6584] By: jhi                                   on 2000/08/11  00:09:19
79039         Log: detypo
79040      Branch: perl
79041            ! Changes
79042 ____________________________________________________________________________
79043 [  6583] By: jhi                                   on 2000/08/11  00:07:53
79044         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
79045              
79046              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
79047              From: Mike Guy <mjtg@cam.ac.uk> 
79048              Date: Thu, 10 Aug 2000 15:50:54 +0100
79049              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
79050      Branch: perl
79051            ! sv.c t/op/int.t
79052 ____________________________________________________________________________
79053 [  6582] By: jhi                                   on 2000/08/10  23:29:32
79054         Log: Update Changes.
79055      Branch: perl
79056            ! Changes
79057 ____________________________________________________________________________
79058 [  6581] By: jhi                                   on 2000/08/10  23:26:16
79059         Log: Put back the std @INC thing.
79060      Branch: perl
79061            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
79062            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
79063            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
79064            ! t/lib/gol-oo.t
79065 ____________________________________________________________________________
79066 [  6580] By: jhi                                   on 2000/08/10  23:03:34
79067         Log: Update to CGI 2.70, from Lincoln Stein.
79068      Branch: perl
79069            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
79070            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
79071            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
79072            ! t/lib/cgi-request.t
79073 ____________________________________________________________________________
79074 [  6579] By: jhi                                   on 2000/08/10  22:41:50
79075         Log: Update to CPAN 1.56, from Andreas König.
79076      Branch: perl
79077            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
79078 ____________________________________________________________________________
79079 [  6578] By: jhi                                   on 2000/08/10  22:38:13
79080         Log: Update to Pod::Parser 1.17, from Brad Appleton.
79081      Branch: perl
79082            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
79083            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
79084            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
79085            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
79086            ! t/pod/include.t t/pod/included.t t/pod/lref.t
79087            ! t/pod/multiline_items.t t/pod/nested_items.t
79088            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
79089            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
79090            ! t/pod/special_seqs.t
79091 ____________________________________________________________________________
79092 [  6577] By: jhi                                   on 2000/08/10  22:35:41
79093         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
79094      Branch: perl
79095            ! AUTHORS MAINTAIN
79096 ____________________________________________________________________________
79097 [  6576] By: jhi                                   on 2000/08/10  22:24:54
79098         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
79099      Branch: perl
79100            + t/lib/gol-oo.t
79101            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
79102            ! t/lib/gol-compat.t t/lib/gol-linkage.t
79103 ____________________________________________________________________________
79104 [  6575] By: jhi                                   on 2000/08/10  22:02:07
79105         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
79106      Branch: perl
79107            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
79108 ____________________________________________________________________________
79109 [  6574] By: jhi                                   on 2000/08/10  21:55:03
79110         Log: Iterating perl6 description.
79111      Branch: perl
79112            ! pod/perlfaq1.pod
79113 ____________________________________________________________________________
79114 [  6573] By: jhi                                   on 2000/08/10  21:48:26
79115         Log: Revert the sv.c part of #6559, a better fix is needed.
79116      Branch: perl
79117            ! sv.c
79118 ____________________________________________________________________________
79119 [  6572] By: jhi                                   on 2000/08/10  20:33:43
79120         Log: It's the 2ndO'ROSSC.
79121      Branch: perl
79122            ! pod/perlfaq1.pod
79123 ____________________________________________________________________________
79124 [  6571] By: jhi                                   on 2000/08/10  15:55:48
79125         Log: detypo
79126      Branch: perl
79127            ! pod/perlfaq1.pod
79128 ____________________________________________________________________________
79129 [  6570] By: jhi                                   on 2000/08/10  14:11:17
79130         Log: An exceptionally sticky typo.
79131      Branch: perl
79132            ! Changes
79133 ____________________________________________________________________________
79134 [  6569] By: jhi                                   on 2000/08/10  14:09:33
79135         Log: detypo (and test Changes updating script)
79136      Branch: perl
79137            ! Changes
79138 ____________________________________________________________________________
79139 [  6568] By: jhi                                   on 2000/08/10  14:07:07
79140         Log: Update Changes.
79141      Branch: perl
79142            ! Changes
79143 ____________________________________________________________________________
79144 [  6567] By: jhi                                   on 2000/08/10  14:06:19
79145         Log: Amend the description of Perl6.
79146              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
79147              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79148              Date: Wed, 9 Aug 2000 22:11:06 -0500
79149              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
79150      Branch: perl
79151            ! pod/perlfaq1.pod
79152 ____________________________________________________________________________
79153 [  6566] By: jhi                                   on 2000/08/10  13:58:57
79154         Log: Subject: Remove dead entry in perldiag
79155              From: Mike Guy <mjtg@cam.ac.uk>
79156              Date: Thu, 10 Aug 2000 14:19:19 +0100
79157              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
79158      Branch: perl
79159            ! pod/perldiag.pod
79160 ____________________________________________________________________________
79161 [  6565] By: jhi                                   on 2000/08/10  13:51:48
79162         Log: Zero entries were skipped, fix from Adrian Goalby
79163              <argoalby@yahoo.co.uk>
79164      Branch: perl
79165            ! lib/unicode/Number.pl lib/unicode/mktables.PL
79166 ____________________________________________________________________________
79167 [  6564] By: jhi                                   on 2000/08/10  13:00:12
79168         Log: Subject: [PATCH 5.6.0] cygwin port
79169              From: "Fifer, Eric" <EFifer@sanwaint.com>
79170              Date: Thu, 10 Aug 2000 13:15:36 +0100
79171              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
79172      Branch: perl
79173            ! README.cygwin hints/cygwin.sh
79174 ____________________________________________________________________________
79175 [  6563] By: jhi                                   on 2000/08/10  12:55:16
79176         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
79177      Branch: perl
79178            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
79179 ____________________________________________________________________________
79180 [  6562] By: gsar                                  on 2000/08/10  08:38:39
79181         Log: warn is a macro, avoid using at a variable to avoid warnings
79182              in some configurations; readdir.t is too conservative in
79183              estimating number of *.t's
79184      Branch: perl
79185            ! t/op/readdir.t util.c
79186 ____________________________________________________________________________
79187 [  6561] By: jhi                                   on 2000/08/09  23:35:42
79188         Log: Update Changes.
79189      Branch: perl
79190            ! Changes
79191 ____________________________________________________________________________
79192 [  6560] By: jhi                                   on 2000/08/09  23:05:47
79193         Log: Subject: Re: enhanced(?) regex error messages
79194              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79195              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
79196              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
79197              
79198              (plus two small patches sent privately)
79199              (this still seems to leave few test failures)
79200      Branch: perl
79201            + t/op/regmesg.t
79202            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
79203            ! t/pragma/warn/regcomp
79204 ____________________________________________________________________________
79205 [  6559] By: jhi                                   on 2000/08/09  20:41:18
79206         Log: (The fix did work but was not right, retracted in #6573)
79207              
79208              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
79209              From: Christian Kirsch <ck@held.mind.de>
79210              Date: Wed, 9 Aug 2000 17:05:17 +0200
79211              Message-Id: <20000809170517.A25389@held>
79212      Branch: perl
79213            ! sv.c t/pragma/locale.t
79214 ____________________________________________________________________________
79215 [  6558] By: jhi                                   on 2000/08/08  22:34:08
79216         Log: Tiny updates on the contributors list.
79217      Branch: perl
79218            ! Changes
79219 ____________________________________________________________________________
79220 [  6557] By: jhi                                   on 2000/08/08  19:34:28
79221         Log: Double check that we have a dirhandle.
79222      Branch: perl
79223            ! util.c
79224 ____________________________________________________________________________
79225 [  6556] By: jhi                                   on 2000/08/08  19:01:51
79226         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
79227              May be repopulated with fresh maintained examples.
79228      Branch: perl
79229            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
79230            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
79231            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
79232            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
79233            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
79234            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
79235            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
79236            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
79237            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
79238            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
79239            + lib/CGI/eg/wilogo_gif.uu
79240            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
79241            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
79242            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
79243            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
79244            - eg/cgi/frameset.cgi eg/cgi/index.html
79245            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
79246            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
79247            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
79248            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
79249            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
79250            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
79251            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
79252            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
79253            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
79254            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
79255            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
79256            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
79257            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
79258            - eg/van/vanish eg/who eg/wrapsuid
79259            ! MANIFEST
79260 ____________________________________________________________________________
79261 [  6555] By: jhi                                   on 2000/08/08  18:51:08
79262         Log: Delete chat2 as requested by Randal.
79263              
79264              Subject: Re: perlfaq8 coyness
79265              From: merlyn@stonehenge.com (Randal L. Schwartz) 
79266              Date: 15 May 2000 18:52:42 -0700 
79267              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
79268      Branch: perl
79269            - lib/chat2.pl
79270            ! MANIFEST
79271 ____________________________________________________________________________
79272 [  6554] By: jhi                                   on 2000/08/08  18:31:35
79273         Log: Regen global.sym.
79274      Branch: perl
79275            ! global.sym
79276 ____________________________________________________________________________
79277 [  6553] By: jhi                                   on 2000/08/08  18:28:13
79278         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
79279              (either perlbug or p5p ate the original), plus regen
79280              perlapi and perltoc. 
79281      Branch: perl
79282            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
79283            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
79284            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
79285            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
79286            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
79287            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
79288            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
79289            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
79290            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
79291            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
79292 ____________________________________________________________________________
79293 [  6552] By: jhi                                   on 2000/08/08  18:06:29
79294         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
79295              From: Mike Guy <mjtg@cam.ac.uk>
79296              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
79297              Date: Tue, 08 Aug 2000 15:51:27 +0100
79298      Branch: perl
79299            ! doop.c sv.h t/op/join.t t/pragma/overload.t
79300 ____________________________________________________________________________
79301 [  6551] By: jhi                                   on 2000/08/08  18:01:11
79302         Log: Re-apply #6549.
79303      Branch: perl
79304            ! lib/perl5db.pl
79305 ____________________________________________________________________________
79306 [  6550] By: jhi                                   on 2000/08/08  17:43:08
79307         Log: Accidental retraction of #6549.
79308      Branch: perl
79309            ! lib/perl5db.pl
79310 ____________________________________________________________________________
79311 [  6549] By: jhi                                   on 2000/08/08  17:40:04
79312         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
79313              From: Mike Guy <mjtg@cam.ac.uk>
79314              Date: Mon, 07 Aug 2000 21:49:58 +0100
79315              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
79316      Branch: perl
79317            ! lib/perl5db.pl
79318 ____________________________________________________________________________
79319 [  6548] By: jhi                                   on 2000/08/08  17:37:57
79320         Log: Document here-doc better.
79321              
79322              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
79323              From: Mike Guy <mjtg@cam.ac.uk>
79324              Date: Mon, 07 Aug 2000 14:02:09 +0100
79325              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
79326      Branch: perl
79327            ! pod/perldata.pod
79328 ____________________________________________________________________________
79329 [  6547] By: jhi                                   on 2000/08/08  17:33:34
79330         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
79331              From: "Randy J. Ray" <rjray@redhat.com>
79332              Date: Mon, 07 Aug 2000 19:12:25 -0700
79333              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
79334      Branch: perl
79335            ! perl.c pod/perlrun.pod
79336 ____________________________________________________________________________
79337 [  6546] By: jhi                                   on 2000/08/08  17:29:26
79338         Log: Subject: Re: enhanced(?) regex error messages 
79339              From: Hugo <hv@crypt.compulink.co.uk>
79340              Date: Tue, 08 Aug 2000 03:25:51 +0100
79341              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
79342              
79343              plus Capitalize the error messages, plus perldiag them.
79344      Branch: perl
79345            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
79346 ____________________________________________________________________________
79347 [  6545] By: jhi                                   on 2000/08/08  13:59:28
79348         Log: Augment #6539 a bit: don't croak if there's magic in the air.
79349              
79350              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
79351              From: Hugo <hv@crypt.compulink.co.uk>
79352              Date: Tue, 08 Aug 2000 03:02:03 +0100
79353              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
79354      Branch: perl
79355            ! pp.c t/op/bless.t
79356 ____________________________________________________________________________
79357 [  6544] By: jhi                                   on 2000/08/07  21:11:52
79358         Log: Make the test -w clean.
79359      Branch: perl
79360            ! t/op/bless.t
79361 ____________________________________________________________________________
79362 [  6543] By: jhi                                   on 2000/08/07  19:49:53
79363         Log: use warnings instead of $^W.
79364      Branch: perl
79365            ! t/op/bless.t
79366 ____________________________________________________________________________
79367 [  6542] By: jhi                                   on 2000/08/07  17:41:41
79368         Log: Disable a portability warning Because We Know What We Are Doing.
79369      Branch: perl
79370            ! t/op/bless.t
79371 ____________________________________________________________________________
79372 [  6541] By: jhi                                   on 2000/08/07  17:29:51
79373         Log: Tiny tidying on report_evil_fh().
79374      Branch: perl
79375            ! util.c
79376 ____________________________________________________________________________
79377 [  6540] By: jhi                                   on 2000/08/07  16:37:38
79378         Log: Make regular expression parse error messages easier to understand.
79379              
79380              Subject: Re: enhanced(?) regex error messages
79381              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79382              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
79383              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
79384      Branch: perl
79385            ! regcomp.c
79386 ____________________________________________________________________________
79387 [  6539] By: jhi                                   on 2000/08/07  16:12:27
79388         Log: Make bless(REF, REF) a fatal error, add bless tests.
79389              
79390              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
79391              From: Hugo <hv@crypt.compulink.co.uk>
79392              Date: Mon, 07 Aug 2000 16:59:38 +0100
79393              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
79394      Branch: perl
79395            + t/op/bless.t
79396            ! MANIFEST pod/perldiag.pod pp.c sv.c
79397 ____________________________________________________________________________
79398 [  6538] By: jhi                                   on 2000/08/07  15:59:43
79399         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
79400              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
79401              Date: Thu, 3 Aug 2000 14:29:21 -0700
79402              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
79403      Branch: perl
79404            ! lib/lib_pm.PL
79405 ____________________________________________________________________________
79406 [  6537] By: jhi                                   on 2000/08/07  15:47:18
79407         Log: Retract #6419 for now since it breaks in AFS and MachTen.
79408      Branch: perl
79409            ! lib/Cwd.pm
79410 ____________________________________________________________________________
79411 [  6536] By: jhi                                   on 2000/08/07  15:05:29
79412         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
79413              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
79414              The security hole exists only in suidperls, which isn't
79415              installed or even built by default.
79416      Branch: perl
79417            ! perl.c
79418 ____________________________________________________________________________
79419 [  6535] By: jhi                                   on 2000/08/07  14:45:14
79420         Log: tr memory corruption fix from Simon Cozens.
79421      Branch: perl
79422            ! doop.c
79423 ____________________________________________________________________________
79424 [  6534] By: jhi                                   on 2000/08/06  11:38:16
79425         Log: Document a bit that UDP is not what you might think.
79426              
79427              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
79428              From: Lupe Christoph <lupe@lupe-christoph.de>
79429              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
79430              Date: Mon, 24 Jul 2000 08:59:15 +0200
79431      Branch: perl
79432            ! pod/perlipc.pod
79433 ____________________________________________________________________________
79434 [  6533] By: jhi                                   on 2000/08/06  11:35:01
79435         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
79436              From: Jeff Pinyan <jeffp@hut.crusoe.net>
79437              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
79438              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
79439      Branch: perl
79440            ! pod/perlfunc.pod
79441 ____________________________________________________________________________
79442 [  6532] By: jhi                                   on 2000/08/06  03:45:41
79443         Log: Have symbols for the IoTYPEs.
79444      Branch: perl
79445            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
79446 ____________________________________________________________________________
79447 [  6531] By: jhi                                   on 2000/08/06  01:33:55
79448         Log: Continue fixing the io warnings.  This also
79449              sort of fixes bug ID 20000802.003: the core dump
79450              is no more.  Whether the current behaviour is correct
79451              (giving a warning: "Not a format reference"), is another matter.
79452      Branch: perl
79453            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
79454            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79455 ____________________________________________________________________________
79456 [  6530] By: jhi                                   on 2000/08/05  21:33:12
79457         Log: Change the Policy policy: now -Dprefix= with an existing
79458              Policy.sh and prefix == siteprefix == vendorprefix, then all
79459              of them follow along the new prefix.
79460              
79461              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
79462              From: Andy Dougherty <doughera@lafayette.edu>
79463              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
79464              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
79465      Branch: perl
79466            ! Policy_sh.SH
79467 ____________________________________________________________________________
79468 [  6529] By: jhi                                   on 2000/08/05  18:57:28
79469         Log: Zap lib/Sys directory when cleaning up.
79470      Branch: perl
79471            ! Makefile.SH
79472 ____________________________________________________________________________
79473 [  6528] By: jhi                                   on 2000/08/05  18:40:44
79474         Log: Essential prototype changes were missing from #6527.
79475              Also make report_evil_fh() more bomb-proof.
79476      Branch: perl
79477            ! embed.h util.c
79478 ____________________________________________________________________________
79479 [  6527] By: jhi                                   on 2000/08/05  03:22:05
79480         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
79481              From: "Ronald F. Guilmette" <rfg@monkeys.com>
79482              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
79483              Message-Id: <200007242247.PAA52177@monkeys.com>
79484      Branch: perl
79485            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
79486 ____________________________________________________________________________
79487 [  6526] By: jhi                                   on 2000/08/04  21:23:27
79488         Log: gcc versions might have (parentheses) in them.
79489      Branch: metaconfig/U/perl
79490            ! gccvers.U
79491      Branch: perl
79492            ! Configure config_h.SH
79493 ____________________________________________________________________________
79494 [  6525] By: jhi                                   on 2000/08/04  20:23:12
79495         Log: Weed buglets pointed out by
79496              
79497              From: Lupe Christoph <lupe@lupe-christoph.de>
79498              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
79499              Date: Fri, 4 Aug 2000 17:34:39 +0200
79500              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
79501      Branch: metaconfig/U/perl
79502            ! gccvers.U uselfs.U
79503      Branch: perl
79504            ! Configure config_h.SH
79505 ____________________________________________________________________________
79506 [  6524] By: jhi                                   on 2000/08/04  19:02:08
79507         Log: Warn under -w if lstat(FH) is attempted.
79508              
79509              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
79510              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
79511              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
79512              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
79513      Branch: perl
79514            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
79515            ! t/pragma/warn/pp_sys
79516 ____________________________________________________________________________
79517 [  6523] By: jhi                                   on 2000/08/04  12:31:11
79518         Log: Subject: New perlcc, take 2
79519              From: simon@brecon.co.uk (Simon Cozens)
79520              Date: 4 Aug 2000 06:21:04 GMT
79521              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
79522      Branch: perl
79523            ! utils/perlcc.PL
79524 ____________________________________________________________________________
79525 [  6522] By: jhi                                   on 2000/08/04  12:26:33
79526         Log: Subject: Re: Array vs. List context
79527              From: Daniel Chetlin <daniel@chetlin.com>
79528              Date: Fri, 4 Aug 2000 00:22:44 -0700
79529              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
79530      Branch: perl
79531            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
79532            ! pod/perlfaq4.pod
79533 ____________________________________________________________________________
79534 [  6521] By: jhi                                   on 2000/08/04  12:22:38
79535         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
79536              From: Raymund Will <ray@caldera.de>
79537              Date: Fri, 4 Aug 2000 12:07:09 +0200
79538              Message-Id: <20000804120709.A14982@caldera.de>
79539      Branch: perl
79540            ! configure.gnu
79541 ____________________________________________________________________________
79542 [  6520] By: jhi                                   on 2000/08/04  04:09:06
79543         Log: After the #6519 a warning about stat() is just that,
79544              not about a filetest, which now have their own warning.
79545      Branch: perl
79546            ! pod/perldiag.pod
79547 ____________________________________________________________________________
79548 [  6519] By: jhi                                   on 2000/08/04  04:06:30
79549         Log: In the warnings call filehandles consistently so;
79550              add "unopened" warning for stat().
79551      Branch: perl
79552            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79553            ! t/pragma/warn/pp_sys
79554 ____________________________________________________________________________
79555 [  6518] By: jhi                                   on 2000/08/04  02:55:35
79556         Log: Subject: Minor tweak to perlvar.pod
79557              From: "Stephen P. Potter" <spp@ds.net>
79558              Date: Tue, 18 Apr 2000 09:26:03 -0400
79559              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
79560      Branch: perl
79561            ! pod/perlvar.pod
79562 ____________________________________________________________________________
79563 [  6517] By: jhi                                   on 2000/08/04  02:50:08
79564         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
79565              From: "Clinton Pierce" <cpierce1@ford.com>
79566              Date: Wed, 21 Jul 1999 16:45:31 -0400
79567              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
79568              
79569              Fix by Stephen Potter (visible in the bug db but not in p5p?)
79570      Branch: perl
79571            ! pod/perlfunc.pod pod/perlop.pod
79572 ____________________________________________________________________________
79573 [  6516] By: jhi                                   on 2000/08/04  02:09:25
79574         Log: This is 6512.  Really.
79575      Branch: perl
79576            ! dump.c
79577 ____________________________________________________________________________
79578 [  6515] By: jhi                                   on 2000/08/04  01:25:50
79579         Log: mention the idea of @( and @)
79580      Branch: perl
79581            ! Todo-5.6
79582 ____________________________________________________________________________
79583 [  6514] By: bailey                                on 2000/08/04  01:18:46
79584         Log: YA resync with mainstem, including VMS patches from others
79585      Branch: vmsperl
79586           +> (branch 48 files)
79587            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
79588           !> (integrate 354 files)
79589 ____________________________________________________________________________
79590 [  6513] By: jhi                                   on 2000/08/04  01:18:18
79591         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
79592              From: Mark Dickinson <dickins3@fas.harvard.edu>
79593              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
79594              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
79595      Branch: perl
79596            ! t/op/grent.t t/op/pwent.t
79597 ____________________________________________________________________________
79598 [  6512] By: jhi                                   on 2000/08/04  01:14:06
79599         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
79600              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79601              Date: Wed, 02 Aug 2000 10:51:01 +0100
79602              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
79603      Branch: perl
79604            ! sv.c
79605 ____________________________________________________________________________
79606 [  6511] By: jhi                                   on 2000/08/04  00:57:00
79607         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
79608              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79609              Date: Thu, 03 Aug 2000 17:20:04 -0700
79610              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
79611      Branch: metaconfig
79612            ! U/modified/Cppsym.U
79613      Branch: perl
79614            ! Configure config_h.SH
79615 ____________________________________________________________________________
79616 [  6510] By: jhi                                   on 2000/08/04  00:25:28
79617         Log: detypo
79618      Branch: perl
79619            ! Makefile.SH
79620 ____________________________________________________________________________
79621 [  6509] By: jhi                                   on 2000/08/03  23:43:18
79622         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
79623              From: Dominic Dunlop <domo@computer.org>
79624              Date: Thu, 3 Aug 2000 22:16:46 +0200
79625              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
79626      Branch: perl
79627            ! t/op/sprintf.t
79628 ____________________________________________________________________________
79629 [  6508] By: jhi                                   on 2000/08/03  23:40:37
79630         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
79631              From: Hugo <hv@crypt.compulink.co.uk>
79632              Date: Thu, 03 Aug 2000 18:25:30 +0100
79633              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
79634      Branch: perl
79635            ! regcomp.c t/op/re_tests
79636 ____________________________________________________________________________
79637 [  6507] By: jhi                                   on 2000/08/03  23:38:28
79638         Log: Subject: [PATCH] sv.h documentation - SvLEN
79639              From: Mike Guy <mjtg@cam.ac.uk>
79640              Date: Thu, 03 Aug 2000 14:43:09 +0100
79641              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
79642      Branch: perl
79643            ! sv.h
79644 ____________________________________________________________________________
79645 [  6506] By: jhi                                   on 2000/08/03  15:49:14
79646         Log: Disable the fix_pl hack for now.
79647      Branch: perl
79648            ! Makefile.SH
79649 ____________________________________________________________________________
79650 [  6505] By: jhi                                   on 2000/08/03  13:49:04
79651         Log: Add a URL for FSF.
79652              
79653              Subject: Patch for README
79654              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79655              Date: Wed, 2 Aug 2000 13:25:09 -0500
79656              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
79657      Branch: perl
79658            ! README
79659 ____________________________________________________________________________
79660 [  6504] By: jhi                                   on 2000/08/03  13:29:19
79661         Log: Be more informative on what is skipped and why,
79662              also repeat the list at the end.
79663      Branch: perl
79664            ! Porting/p4desc
79665 ____________________________________________________________________________
79666 [  6503] By: jhi                                   on 2000/08/03  13:07:05
79667         Log: Circumvent the removal of .patch by fix_pl.
79668              
79669              Subject: Re: [ID 20000802.011] unable to 'make test'          
79670              From: simon@brecon.co.uk (Simon Cozens) 
79671              Date: 3 Aug 2000 04:17:00 GMT
79672              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
79673      Branch: perl
79674            ! Makefile.SH
79675 ____________________________________________________________________________
79676 [  6502] By: jhi                                   on 2000/08/03  00:14:34
79677         Log: Add the missing setproctitle unit.
79678      Branch: metaconfig/U/perl
79679            + d_setproctitle.U
79680 ____________________________________________________________________________
79681 [  6501] By: jhi                                   on 2000/08/03  00:00:26
79682         Log: The subtest 4 may fail also on VOBS, as pointed out
79683              by Nick Ing-Simmons in November 1999, bug id 19991124.003
79684              (but the failure in that bug report isn't the subtest 4).
79685      Branch: perl
79686            ! t/op/stat.t
79687 ____________________________________________________________________________
79688 [  6500] By: jhi                                   on 2000/08/02  23:49:30
79689         Log: Better skip message for the test; one of the two problems in
79690              
79691              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
79692              From: Lupe Christoph <lupe@lupe-christoph.de>
79693              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
79694              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
79695      Branch: perl
79696            ! t/op/numconvert.t
79697 ____________________________________________________________________________
79698 [  6499] By: jhi                                   on 2000/08/02  22:49:16
79699         Log: Allow "no Module;" even if there is no 'unimport'.
79700              
79701              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
79702              From: mjd@plover.com
79703              Date: 24 Mar 2000 15:24:34 -0000
79704              Message-Id: <20000324152434.15160.qmail@plover.com>
79705      Branch: perl
79706            ! gv.c
79707 ____________________________________________________________________________
79708 [  6498] By: jhi                                   on 2000/08/02  22:42:58
79709         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
79710              that are hopefully soon put into use.
79711      Branch: perl
79712            ! opcode.h opcode.pl opnames.h
79713 ____________________________________________________________________________
79714 [  6497] By: gsar                                  on 2000/08/02  22:28:59
79715         Log: require.t needs binmode() to work on windows
79716      Branch: perl
79717            ! t/comp/require.t
79718 ____________________________________________________________________________
79719 [  6496] By: jhi                                   on 2000/08/02  22:08:51
79720         Log: Document the IVdf UVuf UVof UVxf.
79721      Branch: perl
79722            ! pod/perlguts.pod
79723 ____________________________________________________________________________
79724 [  6495] By: jhi                                   on 2000/08/02  21:54:26
79725         Log: detypo #6494
79726      Branch: perl
79727            ! ext/Data/Dumper/Dumper.xs
79728 ____________________________________________________________________________
79729 [  6494] By: jhi                                   on 2000/08/02  21:49:17
79730         Log: Dump UVs as UVs in Data::Dumper.
79731              
79732              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
79733              From: Gurusamy Sarathy <gsar@ActiveState.com>
79734              Date: Thu, 27 Apr 2000 12:26:25 -0700
79735              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
79736      Branch: perl
79737            ! ext/Data/Dumper/Dumper.xs
79738 ____________________________________________________________________________
79739 [  6493] By: jhi                                   on 2000/08/02  17:01:58
79740         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
79741              From: Hugo <hv@crypt.compulink.co.uk>
79742              Date: Wed, 02 Aug 2000 14:53:56 +0100
79743              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
79744      Branch: perl
79745            ! regexec.c t/op/re_tests
79746 ____________________________________________________________________________
79747 [  6492] By: jhi                                   on 2000/08/02  15:02:46
79748         Log: The new setproctitle() feature is available only in 
79749              bleeding edge FreeBSD.  From Paul Saab.
79750      Branch: perl
79751            ! mg.c
79752 ____________________________________________________________________________
79753 [  6491] By: jhi                                   on 2000/08/02  13:34:36
79754         Log: The tr utf8 patching continues.
79755              
79756              Subject: Re: #6469, too many tests claimed in require.t
79757              From: simon@brecon.co.uk (Simon Cozens)
79758              Date: 2 Aug 2000 02:37:17 GMT
79759              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
79760              
79761              (the logic of the test was the wrong way round in the patch)
79762      Branch: perl
79763            ! doop.c
79764 ____________________________________________________________________________
79765 [  6490] By: jhi                                   on 2000/08/02  13:27:38
79766         Log: The name of a filehandle does not have <these>.
79767      Branch: perl
79768            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79769            ! t/pragma/warn/pp_sys util.c
79770 ____________________________________________________________________________
79771 [  6489] By: jhi                                   on 2000/08/02  04:26:46
79772         Log: Remove the extraneous "main::" prefix from all the
79773              "opened only for", "on closed", and "never opened" warnings.
79774              
79775              Subject: Re: inappropriate warning
79776              From: Gurusamy Sarathy <gsar@ActiveState.com>
79777              Date: Mon, 20 Mar 2000 11:28:02 -0800
79778              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
79779      Branch: perl
79780            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
79781            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
79782            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79783 ____________________________________________________________________________
79784 [  6488] By: jhi                                   on 2000/08/02  03:02:57
79785         Log: memcpy has n o in it, as pinted ut by Sarathy.
79786      Branch: perl
79787            ! pod/perlguts.pod
79788 ____________________________________________________________________________
79789 [  6487] By: jhi                                   on 2000/08/02  02:44:51
79790         Log: Document in one place the memory abstractions used in Perl core.
79791              
79792              Subject: Re: Memory abstraction
79793              From: simon@brecon.co.uk (Simon Cozens)
79794              Date: 2 Aug 2000 02:20:23 GMT
79795              Organization: Earth.li Origins
79796      Branch: perl
79797            ! pod/perlguts.pod
79798 ____________________________________________________________________________
79799 [  6486] By: jhi                                   on 2000/08/02  02:41:57
79800         Log: regen_headers, regen perltoc.
79801      Branch: perl
79802            ! perlapi.c pod/perltoc.pod
79803 ____________________________________________________________________________
79804 [  6485] By: jhi                                   on 2000/08/02  01:43:33
79805         Log: "This little thing tests for a file .patch, and if it contains
79806              a number, pops into patchlevel.h" (making it easier to track
79807              which development version people are reporting bugs against)
79808              
79809              Subject: Patchlevel autogeneration for repository perls
79810              From: simon@brecon.co.uk (Simon Cozens)
79811              Date: 14 Jul 2000 07:12:15 GMT
79812              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
79813      Branch: perl
79814            + fix_pl
79815            ! MANIFEST Makefile.SH
79816 ____________________________________________________________________________
79817 [  6484] By: jhi                                   on 2000/08/02  01:32:54
79818         Log: FreeBSD 3.* updates from
79819              
79820              From: Paul Saab <ps@yahoo-inc.com>
79821              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79822              Date: Tue, 1 Aug 2000 15:41:39 -0700
79823              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79824      Branch: perl
79825            ! hints/freebsd.sh
79826 ____________________________________________________________________________
79827 [  6483] By: jhi                                   on 2000/08/02  01:27:44
79828         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
79829              instead one must use setproctitle().  This was already addressed
79830              by change #6457, but the below has a new variant for FreeBSD 4.0
79831              or later, and the matter is also documented more.
79832              
79833              From: Paul Saab <ps@yahoo-inc.com>
79834              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79835              Date: Tue, 1 Aug 2000 15:41:39 -0700
79836              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79837      Branch: metaconfig/U/perl
79838            + i_libutil.U
79839      Branch: perl
79840            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
79841 ____________________________________________________________________________
79842 [  6482] By: jhi                                   on 2000/08/01  22:17:32
79843         Log: The test from this
79844              
79845              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
79846              Date: Sat, 15 Apr 2000 17:03:44 +0100
79847              From: Tom Hughes <tom@compton.nu>
79848              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
79849              
79850              was missing, the code change went in as #5989
79851              (which had a different test?)
79852      Branch: perl
79853            ! t/op/misc.t
79854 ____________________________________________________________________________
79855 [  6481] By: jhi                                   on 2000/08/01  21:48:38
79856         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
79857              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
79858              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
79859              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
79860      Branch: perl
79861            ! perl.h
79862 ____________________________________________________________________________
79863 [  6480] By: jhi                                   on 2000/08/01  18:05:28
79864         Log: Make p4desc to skip non-mainperl branches by default.
79865      Branch: perl
79866            ! Porting/p4desc
79867 ____________________________________________________________________________
79868 [  6479] By: jhi                                   on 2000/08/01  17:29:19
79869         Log: If gccosandvers is equal to osname, clear gccosandvers.
79870      Branch: metaconfig/U/perl
79871            ! gccvers.U
79872      Branch: perl
79873            ! Configure config_h.SH
79874 ____________________________________________________________________________
79875 [  6478] By: jhi                                   on 2000/08/01  15:54:08
79876         Log: BOM patching from Simon Cozens.
79877      Branch: perl
79878            ! toke.c
79879 ____________________________________________________________________________
79880 [  6477] By: jhi                                   on 2000/08/01  04:50:33
79881         Log: Stash away the largefiles flags and libswanted.
79882      Branch: perl
79883            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
79884 ____________________________________________________________________________
79885 [  6476] By: gsar                                  on 2000/08/01  04:24:24
79886         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
79887              on Windows)
79888      Branch: perl
79889            ! t/pragma/utf8.t utf8.c win32/win32.c
79890 ____________________________________________________________________________
79891 [  6475] By: jhi                                   on 2000/08/01  03:35:24
79892         Log: Make chr() for values >127 to create utf8 when under utf8.
79893              
79894              Subject: Re: uft8/chr()
79895              From: simon@brecon.co.uk (Simon Cozens)
79896              Date: 1 Aug 2000 02:37:02 GMT
79897              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
79898      Branch: perl
79899            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
79900 ____________________________________________________________________________
79901 [  6474] By: jhi                                   on 2000/08/01  02:36:18
79902         Log: In Digital UNIX warn if gcc explicitly chosen because even
79903              2.95.2 is known to cause problems.
79904      Branch: perl
79905            ! hints/dec_osf.sh
79906 ____________________________________________________________________________
79907 [  6473] By: jhi                                   on 2000/08/01  02:00:56
79908         Log: Make the safety catch for buggy gccs work with triple version
79909              numbers like 2.95.2.  Reported in
79910              
79911              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
79912              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
79913              Date: Mon, 31 Jul 2000 14:55:06 +0200
79914              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
79915      Branch: perl
79916            ! hints/dec_osf.sh
79917 ____________________________________________________________________________
79918 [  6472] By: jhi                                   on 2000/08/01  01:13:33
79919         Log: Subject: fix and question re: waitpid() under win32
79920              From: Brian Clarke <clarke@appliedmeta.com>
79921              Date: Fri, 28 Jul 2000 15:18:29 -0400
79922              Message-ID: <3981DC85.290314EB@appliedmeta.com>
79923              
79924              Slightly reformatted and WNOHANG # define moved to win32.h
79925              so that also POSIX.xs sees it, as suggsted by Sarathy.
79926      Branch: perl
79927            ! win32/win32.c win32/win32.h
79928 ____________________________________________________________________________
79929 [  6471] By: jhi                                   on 2000/08/01  00:55:05
79930         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
79931              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79932              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
79933              Date: Mon, 31 Jul 2000 13:28:51 +0100
79934              
79935              (aka ID 20000730.002)
79936      Branch: perl
79937            ! op.c t/op/tr.t
79938 ____________________________________________________________________________
79939 [  6470] By: jhi                                   on 2000/07/31  23:34:42
79940         Log: Document the problem with -P in HP-UX and its workaround.
79941              
79942              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
79943              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
79944              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
79945              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
79946      Branch: perl
79947            ! README.hpux
79948 ____________________________________________________________________________
79949 [  6469] By: jhi                                   on 2000/07/31  04:15:02
79950         Log: The swallow_bom() saga continues.  The #23 of require.t
79951              (UTF16-LE) still fails (silently, no output) but the #22
79952              (UTF16-BE) seems to be working now.  The root of the
79953              failure may be in sv_gets(): is it UTF-16LE-aware,
79954              especially when it comes to line endings? 
79955      Branch: perl
79956            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
79957            ! t/comp/require.t toke.c utf8.c
79958 ____________________________________________________________________________
79959 [  6468] By: jhi                                   on 2000/07/30  19:05:48
79960         Log: Find green threads before native threads.
79961              
79962              Subject: Re: Patch to jpl/JNI/Makefile.PL
79963              From: Jens Thomsen <jens@fiend.cis.com>
79964              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
79965              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
79966      Branch: perl
79967            ! jpl/JNI/Makefile.PL
79968 ____________________________________________________________________________
79969 [  6467] By: jhi                                   on 2000/07/30  18:36:22
79970         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
79971      Branch: perl
79972            ! doop.c
79973 ____________________________________________________________________________
79974 [  6466] By: jhi                                   on 2000/07/30  04:37:29
79975         Log: A new version of the "remove UPPERACSE string comparison"
79976              operators.  The problem with the previous one (change #6454)
79977              was that it was for Perl 5.6.0.  From Paul Marquess.
79978      Branch: perl
79979            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
79980            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
79981            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79982 ____________________________________________________________________________
79983 [  6465] By: jhi                                   on 2000/07/29  22:39:56
79984         Log: Do not upgrade SVs into utf8 just because they participate
79985              in eq or cmp.  Reported and fix suggested in
79986              
79987              Subject: [ID 20000720.009] sv_eq UTF8 bug
79988              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79989              Date: 21 Jul 2000 04:37:29 -0000
79990              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
79991              
79992              Exercise for the kind reader: should we or should we not
79993              cache the utf8 conversion alongside the SV? (as magic,
79994              as the strxfrm()ed version is cached under use locale)
79995              Argue both for and against.
79996      Branch: perl
79997            ! sv.c
79998 ____________________________________________________________________________
79999 [  6464] By: jhi                                   on 2000/07/29  22:36:22
80000         Log: Subject: UTF8 concat
80001              From: simon@brecon.co.uk (Simon Cozens) 
80002              Date: 30 Jun 2000 06:13:25 GMT
80003              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
80004              
80005              (with a memory leak fixed, plus a few casts added)
80006              
80007              This also seems to help for
80008              
80009              Subject: [ID 20000716.015] join UTF8 weirdness
80010              From: root <root@ak-71.mind.de> 
80011              Date: Sat, 15 Jul 2000 15:29:54 +0200
80012              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
80013              
80014              (from Andreas König)
80015      Branch: perl
80016            ! pp_hot.c
80017 ____________________________________________________________________________
80018 [  6463] By: jhi                                   on 2000/07/29  00:55:39
80019         Log: Tune the comments and hopefully stop a memory leak.
80020      Branch: perl
80021            ! toke.c utf8.c
80022 ____________________________________________________________________________
80023 [  6462] By: jhi                                   on 2000/07/29  00:16:53
80024         Log: The problem described in this
80025              
80026              Subject: [ID 20000322.018] named chars aren't magical enough
80027              From: root <root@dixie.cscaper.com>     
80028              Date: Wed, 22 Mar 2000 18:37:42 -0700
80029              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
80030              
80031              has been fixed in perl 5.6.0 but just in case added a test
80032              to keep it away.  (The report from Joseph Hall.)
80033      Branch: perl
80034            ! t/lib/charnames.t
80035 ____________________________________________________________________________
80036 [  6461] By: jhi                                   on 2000/07/28  23:56:36
80037         Log: Tiny fixes for #6460.
80038      Branch: metaconfig/U/perl
80039            ! gccvers.U
80040      Branch: perl
80041            ! Configure config_h.SH
80042 ____________________________________________________________________________
80043 [  6460] By: jhi                                   on 2000/07/28  23:24:41
80044         Log: Warn if the version of the operating system used to compile gcc
80045              differs from the current version of the operating system.
80046              Also display the gcc compilation os and version in myconfig.
80047              Inspiration from
80048              
80049              Subject: Re: [ID 20000710.003] ERRORS!!         
80050              From: "Kurt D. Starsinic" <kstar@chapin.edu>
80051              Date: Mon, 10 Jul 2000 15:54:16 -0400
80052              Message-ID: <20000710155416.A1384@O2.chapin.edu>
80053      Branch: metaconfig/U/perl
80054            ! gccvers.U
80055      Branch: perl
80056            ! Configure config_h.SH myconfig.SH
80057 ____________________________________________________________________________
80058 [  6459] By: jhi                                   on 2000/07/28  22:00:32
80059         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
80060              letter to $Config{osvers}.
80061      Branch: metaconfig
80062            ! U/modified/Oldconfig.U
80063      Branch: perl
80064            ! Configure config_h.SH
80065 ____________________________________________________________________________
80066 [  6458] By: jhi                                   on 2000/07/28  04:15:39
80067         Log: Back out #6454, doesn't seem to work.
80068              (Reason: that patch was for perl 5.6.0, not perl-current)
80069              (A version of the patch for perl-current came in later as #6466)
80070      Branch: perl
80071            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80072            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80073            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80074 ____________________________________________________________________________
80075 [  6457] By: jhi                                   on 2000/07/27  23:31:49
80076         Log: Use setproctitle() if available to modify $0.
80077              
80078              Subject: setting $* on BSD4 broken
80079              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
80080              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
80081              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
80082      Branch: metaconfig
80083            ! U/modified/Myinit.U
80084      Branch: perl
80085            ! Configure config_h.SH mg.c
80086 ____________________________________________________________________________
80087 [  6456] By: jhi                                   on 2000/07/27  14:50:47
80088         Log: Allow "no AutoLoader;", based on change #6444,
80089              suggested by Graham Barr.
80090      Branch: perl
80091            ! lib/AutoLoader.pm
80092 ____________________________________________________________________________
80093 [  6455] By: jhi                                   on 2000/07/27  14:19:10
80094         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
80095              From: rspier@pobox.com (Robert Spier)
80096              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
80097              Message-ID: <14720.15855.787664.424783@rls.cx>
80098      Branch: perl
80099            ! pod/perldiag.pod
80100 ____________________________________________________________________________
80101 [  6454] By: jhi                                   on 2000/07/27  14:03:02
80102         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
80103              for a long time).
80104              
80105              Reported in
80106              
80107              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
80108              From: Ryan Herbert <rherbert@sycamorehq.com>
80109              Date: Mon, 17 Jul 2000 11:40:42 -0400
80110              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
80111              
80112              Patched in
80113              
80114              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
80115              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
80116              Date: Wed, 26 Jul 2000 23:40:18 +0100
80117              Message-ID: <000001bff752$79511880$0a17073e@tiny>
80118              
80119              based on an earlier patch from Stephen P. Potter.
80120              
80121              (Removed later by change #6458 because this patch was for
80122              perl 5.6.0, not perl-current)
80123      Branch: perl
80124            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
80125            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
80126            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
80127 ____________________________________________________________________________
80128 [  6453] By: jhi                                   on 2000/07/27  13:48:02
80129         Log: Subject: [PATCH] fixes bug 20000508.004
80130              From: Michael Stevens <mstevens@globnix.org>
80131              Date: Thu, 27 Jul 2000 13:49:04 +0100
80132              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
80133      Branch: perl
80134            ! pod/perldata.pod
80135 ____________________________________________________________________________
80136 [  6452] By: jhi                                   on 2000/07/26  23:51:26
80137         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
80138              and Craig A. Berry.
80139      Branch: perl
80140            ! lib/File/Temp.pm pod/perlport.pod
80141 ____________________________________________________________________________
80142 [  6451] By: jhi                                   on 2000/07/26  19:43:30
80143         Log: Be wary of close()s, too.
80144              
80145              Subject: Re: [PATCH] perlbug cleanup
80146              From: Tim Jenness <t.jenness@jach.hawaii.edu>
80147              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
80148              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
80149      Branch: perl
80150            ! utils/perlbug.PL
80151 ____________________________________________________________________________
80152 [  6450] By: jhi                                   on 2000/07/26  18:41:40
80153         Log: Subject: Minor doc patch: handy.h
80154              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
80155              Date: Wed, 26 Jul 2000 15:34:25 -0300
80156              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
80157      Branch: perl
80158            ! handy.h pod/perlapi.pod
80159 ____________________________________________________________________________
80160 [  6449] By: jhi                                   on 2000/07/26  18:23:55
80161         Log: Subject: [PATCH] minor doc change - perlguts
80162              From: Michael Stevens <mstevens@globnix.org>
80163              Date: Thu, 13 Jul 2000 12:39:18 +0100
80164              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
80165      Branch: perl
80166            ! pod/perlguts.pod
80167 ____________________________________________________________________________
80168 [  6448] By: jhi                                   on 2000/07/26  18:20:30
80169         Log: open() wariness in perlbug.
80170              
80171              Subject: [PATCH] perlbug cleanup
80172              From: Michael Stevens <mstevens@globnix.org>
80173              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
80174              Date: Thu, 13 Jul 2000 15:52:23 +0100
80175      Branch: perl
80176            ! utils/perlbug.PL
80177 ____________________________________________________________________________
80178 [  6447] By: jhi                                   on 2000/07/26  18:13:04
80179         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
80180      Branch: perl
80181            ! lib/File/Temp.pm t/lib/ftmp-security.t
80182 ____________________________________________________________________________
80183 [  6446] By: jhi                                   on 2000/07/26  18:06:32
80184         Log: docfix from Peter Scott <Peter@PSDT.com>.
80185      Branch: perl
80186            ! pod/perlfunc.pod
80187 ____________________________________________________________________________
80188 [  6445] By: jhi                                   on 2000/07/26  17:53:31
80189         Log: Fix *foo{FORMAT}.
80190              
80191              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80192              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80193              Date: Wed, 26 Jul 2000 19:51:02 +0200
80194              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
80195              
80196              From: Graham Barr <gbarr@pobox.com>
80197              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
80198              Date: Wed, 26 Jul 2000 17:38:36 +0100
80199              Message-ID: <20000726173836.L472@pobox.com>
80200      Branch: perl
80201            ! pp.c sv.c t/op/gv.t
80202 ____________________________________________________________________________
80203 [  6444] By: jhi                                   on 2000/07/26  17:49:14
80204         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
80205              from Graham Barr in the module list.
80206      Branch: perl
80207            ! gv.c pod/perlobj.pod
80208 ____________________________________________________________________________
80209 [  6443] By: jhi                                   on 2000/07/26  16:06:56
80210         Log: More split() doc and test patches from Mike Guy.
80211      Branch: perl
80212            ! pod/perlfunc.pod t/op/split.t
80213 ____________________________________________________________________________
80214 [  6442] By: jhi                                   on 2000/07/26  16:05:30
80215         Log: MacOS nits from Matthias Neeracher.
80216      Branch: perl
80217            ! perl.c pp_ctl.c
80218 ____________________________________________________________________________
80219 [  6441] By: jhi                                   on 2000/07/26  04:39:57
80220         Log: Subject: [PATCH] split /^/
80221              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80222              Date: Tue, 25 Jul 2000 14:18:57 +0100
80223              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
80224              
80225              (with notes from tchrist and gbarr)
80226      Branch: perl
80227            ! pod/perlfunc.pod t/op/split.t
80228 ____________________________________________________________________________
80229 [  6440] By: jhi                                   on 2000/07/26  04:32:32
80230         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
80231              From: Peter Prymmer <pvhp@forte.com>
80232              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
80233              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
80234      Branch: perl
80235            ! vms/munchconfig.c
80236 ____________________________________________________________________________
80237 [  6439] By: jhi                                   on 2000/07/26  04:31:01
80238         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
80239              to be fatal errors (instead of by default ignoring them, and
80240              ignoring with a bug: even though -w gave an error, the opening [
80241              was left in)  Reported in:
80242              
80243              Subject: [ID 20000716.024] [=cc=] / [:blank:]
80244              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
80245              Date: Sun, 16 Jul 2000 17:55:29 -0700
80246              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
80247      Branch: perl
80248            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
80249 ____________________________________________________________________________
80250 [  6438] By: jhi                                   on 2000/07/25  15:41:15
80251         Log: Subject: [PATCH] av.c apidoc
80252              From: simon@brecon.co.uk (Simon Cozens)
80253              Date: 24 Jul 2000 06:40:52 GMT
80254              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
80255      Branch: perl
80256            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
80257            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
80258 ____________________________________________________________________________
80259 [  6437] By: jhi                                   on 2000/07/25  14:05:36
80260         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
80261              From: "Stephen P. Potter" <spp@ds.net>
80262              Date: Mon, 24 Jul 2000 14:22:23 -0400
80263              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
80264      Branch: perl
80265            ! pod/perllocale.pod
80266 ____________________________________________________________________________
80267 [  6436] By: jhi                                   on 2000/07/25  14:02:03
80268         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
80269              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80270              Date: Mon, 24 Jul 2000 18:04:28 +0100
80271              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
80272      Branch: perl
80273            ! t/lib/syslfs.t t/op/lfs.t
80274 ____________________________________________________________________________
80275 [  6435] By: jhi                                   on 2000/07/25  13:59:28
80276         Log: Get UTF16 BOMs working.  Patch from
80277              
80278              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80279              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80280              Date: Tue, 25 Jul 2000 12:52:45 +0100
80281              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
80282              
80283              and notes from
80284              
80285              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
80286              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80287              Date: Tue, 25 Jul 2000 11:43:25 +0100
80288              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
80289      Branch: perl
80290            ! t/comp/require.t toke.c utf8.c
80291 ____________________________________________________________________________
80292 [  6434] By: jhi                                   on 2000/07/25  02:39:54
80293         Log: Make the "uninit variable" warning to say "concat or string"
80294              or "join or string" when in concat or join .
80295              
80296              Subject: Re: [ID 20000403.009] uninitialised concatenation???
80297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80298              Date: Tue, 04 Apr 2000 18:22:58 +0100
80299              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
80300              
80301              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
80302              From: William R Ward <hermit@BayView.COM>
80303              Date: Thu, 30 Mar 2000 19:50:03 -0800
80304              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
80305      Branch: perl
80306            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
80307            ! t/pragma/warn/op t/pragma/warn/sv
80308 ____________________________________________________________________________
80309 [  6433] By: jhi                                   on 2000/07/24  17:52:56
80310         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
80311      Branch: perl
80312            ! lib/File/Spec/VMS.pm
80313 ____________________________________________________________________________
80314 [  6432] By: jhi                                   on 2000/07/24  17:44:44
80315         Log: Test cases for #6431.
80316              
80317              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80318              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80319              Date: Mon, 24 Jul 2000 15:32:29 +0100
80320              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
80321      Branch: perl
80322            ! t/op/pat.t t/op/split.t
80323 ____________________________________________________________________________
80324 [  6431] By: jhi                                   on 2000/07/24  17:43:17
80325         Log: Bind op fix.
80326              
80327              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
80328              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80329              Date: Mon, 17 Jul 2000 20:04:56 +0100
80330              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
80331      Branch: perl
80332            ! op.c
80333 ____________________________________________________________________________
80334 [  6430] By: jhi                                   on 2000/07/24  03:42:42
80335         Log: Subject: [ID 20000716.023] syslog test fails without sockets
80336              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80337              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
80338              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
80339      Branch: metaconfig/U/perl
80340            ! Extensions.U
80341      Branch: perl
80342            ! Configure config_h.SH
80343 ____________________________________________________________________________
80344 [  6429] By: jhi                                   on 2000/07/24  03:11:52
80345         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
80346              case, but add also notes explaining the relationship of this
80347              patch and the earlier notes by Sarathy.
80348              
80349              Subject: Map is still slow
80350              From: "Ben Tilly" <ben_tilly@hotmail.com>
80351              Date: Sat, 15 Jul 2000 17:23:27 EDT
80352              Message-ID: <20000715212327.21656.qmail@hotmail.com>
80353      Branch: perl
80354            ! pp_ctl.c
80355 ____________________________________________________________________________
80356 [  6428] By: jhi                                   on 2000/07/24  02:58:52
80357         Log: Documentation to explain the behaviour of map().
80358              
80359              Subject: Re: Map is still slow 
80360              From: Gurusamy Sarathy <gsar@ActiveState.com>
80361              Date: Sat, 15 Jul 2000 16:05:09 -0700
80362              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
80363      Branch: perl
80364            ! pp_ctl.c
80365 ____________________________________________________________________________
80366 [  6427] By: jhi                                   on 2000/07/24  02:50:03
80367         Log: Add tests for
80368              [ID 19991110.003] another matching finding by pcre author
80369              which has already been fixed by some patch, as verified in
80370              
80371              Subject: Re: two regex bugs from the mists of time (well, last November)
80372              From: Hugo <hv@crypt.compulink.co.uk>
80373              Date: Sat, 22 Jul 2000 18:12:58 +0100
80374              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
80375      Branch: perl
80376            ! t/op/re_tests
80377 ____________________________________________________________________________
80378 [  6426] By: jhi                                   on 2000/07/24  02:11:20
80379         Log: A missing 'break' after the [[:space:]] switch case.
80380              
80381              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
80382              From: "Stephen P. Potter" <spp@ds.net>
80383              Date: Tue, 18 Jul 2000 16:25:17 -0400
80384              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
80385      Branch: perl
80386            ! regcomp.c
80387 ____________________________________________________________________________
80388 [  6425] By: jhi                                   on 2000/07/24  02:06:12
80389         Log: The output might have been produced in the wrong order.
80390              
80391              Subject: [ID 20000720.003] [PATCH] t/op/write.t
80392              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80393              Date: Thu, 20 Jul 2000 18:49:18 +0100
80394              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
80395      Branch: perl
80396            ! t/op/write.t
80397 ____________________________________________________________________________
80398 [  6424] By: jhi                                   on 2000/07/24  02:00:07
80399         Log: Use STDOUT consistently.
80400              
80401              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
80402              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80403              Date: Thu, 20 Jul 2000 18:04:01 +0100
80404              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
80405      Branch: perl
80406            ! lib/Test/Harness.pm
80407 ____________________________________________________________________________
80408 [  6423] By: jhi                                   on 2000/07/24  01:54:54
80409         Log: Protect against "wild next"s, that is, callbacks doing "next"
80410              instead of "return".
80411              
80412              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
80413              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80414              Date: Tue, 18 Jul 2000 11:30:16 +0100
80415              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
80416      Branch: perl
80417            ! lib/File/Find.pm
80418 ____________________________________________________________________________
80419 [  6422] By: jhi                                   on 2000/07/24  01:35:47
80420         Log: Out-of-date note removed.
80421              
80422              Subject: [PATCH] documentation perlipc
80423              From: rspier@pobox.com (Robert Spier)
80424              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
80425              Message-ID: <14711.35178.572612.502654@rls.cx>
80426      Branch: perl
80427            ! pod/perlipc.pod
80428 ____________________________________________________________________________
80429 [  6421] By: jhi                                   on 2000/07/24  00:09:18
80430         Log: Send all installperl messages to STDERR and be -w clean.
80431              
80432              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
80433              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80434              Date: Sat, 22 Jul 2000 14:02:11 +0100
80435              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
80436      Branch: perl
80437            ! installperl
80438 ____________________________________________________________________________
80439 [  6420] By: jhi                                   on 2000/07/24  00:04:19
80440         Log: Decutandpasto.
80441              
80442              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
80443              From: "Richard Soderberg" <rs@crystalflame.net>
80444              Date: Sun, 23 Jul 2000 01:37:23 -0700
80445              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
80446      Branch: perl
80447            ! pod/perlipc.pod
80448 ____________________________________________________________________________
80449 [  6419] By: jhi                                   on 2000/07/24  00:01:12
80450         Log: A cleaner abs_path().
80451              Subject: Re: unix alternative to Cwd.pm
80452              From: Jeff Pinyan <jeffp@crusoe.net>
80453              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
80454              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
80455      Branch: perl
80456            ! lib/Cwd.pm
80457 ____________________________________________________________________________
80458 [  6418] By: jhi                                   on 2000/07/23  23:48:56
80459         Log: Detypo.
80460              
80461              Subject: [PATCH perl-current] Typo in hints/powerux.sh
80462              From: "Richard Soderberg" <rs@crystalflame.net>
80463              Date: Sun, 23 Jul 2000 01:27:33 -0700
80464              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
80465      Branch: perl
80466            ! hints/powerux.sh
80467 ____________________________________________________________________________
80468 [  6417] By: jhi                                   on 2000/07/17  22:13:31
80469         Log: Subject: SDBM_File documentation
80470              From: mjd@plover.com
80471              Date: 16 Jul 2000 17:41:17 -0000
80472              Message-ID: <20000716174117.18515.qmail@plover.com>
80473      Branch: perl
80474            ! ext/SDBM_File/SDBM_File.pm
80475 ____________________________________________________________________________
80476 [  6416] By: jhi                                   on 2000/07/17  19:13:26
80477         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
80478      Branch: perl
80479            ! hints/mpeix.sh mpeix/relink
80480 ____________________________________________________________________________
80481 [  6415] By: jhi                                   on 2000/07/15  14:11:02
80482         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
80483              the utf8 'characters' can be more than one octet).
80484              
80485              Date: Sat, 15 Jul 2000 00:21:56 +0100
80486              From: Tom Hughes <tom@compton.nu>
80487              Subject: Re: [ID 20000714.002]
80488              Message-ID: <db2334de49.tom@compton.compton.nu>
80489              
80490              Reported in
80491              
80492              Subject: [ID 20000714.002]
80493              From: "Simon Cozens" <simon@othersideofthe.earth.li>
80494              Date: 14 Jul 2000 15:13:09 -0000
80495              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
80496      Branch: perl
80497            ! doop.c
80498 ____________________________________________________________________________
80499 [  6414] By: jhi                                   on 2000/07/15  03:13:41
80500         Log: another VMS build tweak from Peter Prymmer
80501      Branch: perl
80502            ! vms/descrip_mms.template
80503 ____________________________________________________________________________
80504 [  6413] By: jhi                                   on 2000/07/15  03:10:40
80505         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
80506      Branch: perl
80507            ! vms/perlvms.pod
80508 ____________________________________________________________________________
80509 [  6412] By: jhi                                   on 2000/07/15  00:31:05
80510         Log: More docs for sv functions.
80511              
80512              Subject: [PATCH cfgperl] sv.c apidoc
80513              From: simon@brecon.co.uk (Simon Cozens)
80514              Date: 13 Jul 2000 09:00:20 GMT
80515              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
80516              
80517              Subject: Re: [PATCH cfgperl] sv.c apidoc
80518              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80519              Date: Thu, 13 Jul 2000 12:27:41 +0100
80520              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
80521              
80522              Subject: Re: [PATCH cfgperl] sv.c apidoc
80523              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80524              Date: Thu, 13 Jul 2000 13:23:09 +0100
80525              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
80526              
80527              Subject: Re: [PATCH cfgperl] sv.c apidoc
80528              From: simon@brecon.co.uk (Simon Cozens)
80529              Date: 14 Jul 2000 06:51:02 GMT
80530              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
80531      Branch: perl
80532            ! embed.pl pod/perlapi.pod sv.c
80533 ____________________________________________________________________________
80534 [  6411] By: jhi                                   on 2000/07/15  00:10:41
80535         Log: lib/b test fixes from Peter Prymmer.
80536      Branch: perl
80537            ! t/lib/b.t
80538 ____________________________________________________________________________
80539 [  6410] By: jhi                                   on 2000/07/15  00:02:09
80540         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
80541              From: Hugo <hv@crypt.compulink.co.uk>
80542              Date: Fri, 14 Jul 2000 23:05:20 +0100
80543              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
80544              
80545              Didn't anymore apply, but that point still could use another fix.
80546      Branch: perl
80547            ! pod/perlfunc.pod
80548 ____________________________________________________________________________
80549 [  6409] By: jhi                                   on 2000/07/14  23:15:15
80550         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
80551              not in pod, from Peter Prymmer
80552      Branch: perl
80553            ! vms/descrip_mms.template
80554 ____________________________________________________________________________
80555 [  6408] By: jhi                                   on 2000/07/14  20:35:05
80556         Log: The bug report
80557              [ID 19991110.002] minimal matching discrepancy found by pcre author
80558              seems to have been fixed (though differently from what was suggested
80559              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
80560      Branch: perl
80561            ! t/op/re_tests
80562 ____________________________________________________________________________
80563 [  6407] By: jhi                                   on 2000/07/14  17:38:08
80564         Log: Fix AutoSplit to use File::Spec the right way in VMS,
80565              from Peter Prymmer.
80566      Branch: perl
80567            ! lib/AutoSplit.pm
80568 ____________________________________________________________________________
80569 [  6406] By: jhi                                   on 2000/07/14  14:13:22
80570         Log: Merge perlhacktut into perlhack, update perlguts.
80571              
80572              Subject: Re: Perlhacktut
80573              From: simon@brecon.co.uk (Simon Cozens)
80574              Date: 14 Jul 2000 06:49:21 GMT
80575              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
80576              
80577              Subject: Re: Perlhacktut
80578              From: simon@brecon.co.uk (Simon Cozens)
80579              Date: 14 Jul 2000 07:09:45 GMT
80580              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
80581      Branch: perl
80582            ! pod/perlguts.pod pod/perlhack.pod
80583 ____________________________________________________________________________
80584 [  6405] By: jhi                                   on 2000/07/14  14:02:31
80585         Log: Integrate with Sarathy.
80586      Branch: cfgperl
80587           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
80588           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
80589           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
80590 ____________________________________________________________________________
80591 [  6404] By: gsar                                  on 2000/07/14  12:15:02
80592         Log: PERL_OBJECT build tweaks
80593      Branch: perl
80594            ! toke.c
80595 ____________________________________________________________________________
80596 [  6403] By: gsar                                  on 2000/07/14  11:23:41
80597         Log: inconsistent types needs casts
80598      Branch: perl
80599            ! toke.c
80600 ____________________________________________________________________________
80601 [  6402] By: gsar                                  on 2000/07/14  11:12:04
80602         Log: typos in change#6399, regen headers
80603      Branch: perl
80604            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
80605 ____________________________________________________________________________
80606 [  6401] By: gsar                                  on 2000/07/14  10:59:12
80607         Log: typecasts needed for change#6394
80608      Branch: perl
80609            ! toke.c
80610 ____________________________________________________________________________
80611 [  6400] By: gsar                                  on 2000/07/14  10:49:37
80612         Log: integrate cfgperl contents into mainline
80613      Branch: perl
80614           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
80615           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
80616 ____________________________________________________________________________
80617 [  6399] By: gsar                                  on 2000/07/14  10:38:35
80618         Log: enable UTF-16 filter by default if relevant BOM is seen; various
80619              cleanups (typos, misformatted code, and small bugs)
80620      Branch: perl
80621            ! doop.c embed.pl mg.c op.c pp.c toke.c
80622 ____________________________________________________________________________
80623 [  6398] By: gsar                                  on 2000/07/14  08:55:38
80624         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
80625              name suggests anyway)
80626      Branch: perl
80627            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
80628 ____________________________________________________________________________
80629 [  6397] By: gsar                                  on 2000/07/14  08:44:33
80630         Log: move new variables to the end of the interpreter structure (for
80631              bincompat in code that doesn't #include XSUB.h)
80632      Branch: perl
80633            ! intrpvar.h
80634 ____________________________________________________________________________
80635 [  6396] By: gsar                                  on 2000/07/14  08:13:58
80636         Log: MakeMaker should not remove editor backups (*~) on `make clean`
80637              by default (completes change#6383)
80638      Branch: perl
80639            ! lib/ExtUtils/MM_Unix.pm
80640 ____________________________________________________________________________
80641 [  6395] By: jhi                                   on 2000/07/14  05:20:33
80642         Log: Replace change #6337 with a better one.
80643              
80644              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80645              From: Hugo <hv@crypt.compulink.co.uk>
80646              Date: Fri, 14 Jul 2000 04:16:20 +0100
80647              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
80648      Branch: cfgperl
80649            ! regexec.c t/op/re_tests
80650 ____________________________________________________________________________
80651 [  6394] By: jhi                                   on 2000/07/14  01:33:59
80652         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
80653      Branch: cfgperl
80654            ! embed.pl global.sym proto.h toke.c
80655 ____________________________________________________________________________
80656 [  6393] By: jhi                                   on 2000/07/13  23:41:23
80657         Log: remove discarded test
80658      Branch: cfgperl
80659            ! MANIFEST
80660 ____________________________________________________________________________
80661 [  6392] By: jhi                                   on 2000/07/13  23:32:25
80662         Log: The {multiplier} of a fixed substring was overlooked which
80663              caused a wrong initial search offset for that substring.
80664              
80665              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
80666              From: Hugo <hv@crypt.compulink.co.uk>
80667              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
80668              Date: Thu, 13 Jul 2000 19:27:13 +0100
80669      Branch: cfgperl
80670            ! regcomp.c t/op/re_tests
80671 ____________________________________________________________________________
80672 [  6391] By: jhi                                   on 2000/07/13  16:37:42
80673         Log: typo fix from Craig Berry
80674      Branch: cfgperl
80675            ! vms/subconfigure.com
80676 ____________________________________________________________________________
80677 [  6390] By: jhi                                   on 2000/07/13  13:20:12
80678         Log: Integrate with Sarathy.
80679      Branch: cfgperl
80680            - t/op/method2entersub.t
80681           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
80682           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
80683           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
80684           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
80685 ____________________________________________________________________________
80686 [  6389] By: jhi                                   on 2000/07/13  13:18:48
80687         Log: Detypo from Peter Prymmer, part of #6388.
80688      Branch: cfgperl
80689            ! Configure config_h.SH
80690      Branch: metaconfig
80691            ! U/modified/d_longlong.U
80692 ____________________________________________________________________________
80693 [  6388] By: gsar                                  on 2000/07/13  06:33:40
80694         Log: typos (spotted by Peter Prymmer)
80695      Branch: perl
80696            ! Configure t/lib/english.t
80697 ____________________________________________________________________________
80698 [  6387] By: gsar                                  on 2000/07/13  05:35:28
80699         Log: new selfloader.t in change#6183 doesn't close DATA handles,
80700              and thus fails to clean up tmp files on dosish platforms
80701      Branch: perl
80702            ! t/lib/selfloader.t
80703 ____________________________________________________________________________
80704 [  6386] By: gsar                                  on 2000/07/12  21:42:39
80705         Log: sprintf test tweaks (from Dominic Dunlop)
80706      Branch: perl
80707            ! t/op/sprintf.t
80708 ____________________________________________________________________________
80709 [  6385] By: gsar                                  on 2000/07/12  21:33:46
80710         Log: fix bugs in processing %v-*d and similar format specs (from
80711              Avi Finkel <avi@finkel.org>)
80712      Branch: perl
80713            ! sv.c t/op/sprintf.t
80714 ____________________________________________________________________________
80715 [  6384] By: gsar                                  on 2000/07/12  16:04:19
80716         Log: readd missing perldelta.pod changes from changes#6339,6376
80717      Branch: perl
80718            ! pod/perldelta.pod
80719 ____________________________________________________________________________
80720 [  6383] By: gsar                                  on 2000/07/12  16:00:51
80721         Log: don't clobber *.orig files on *clean targets
80722      Branch: perl
80723            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
80724 ____________________________________________________________________________
80725 [  6382] By: gsar                                  on 2000/07/12  07:59:12
80726         Log: fix broken integrations in cfgperl
80727      Branch: cfgperl
80728           !> Changes pod/perldelta.pod
80729 ____________________________________________________________________________
80730 [  6381] By: gsar                                  on 2000/07/12  07:42:17
80731         Log: integrate cfgperl changes into mainline
80732      Branch: perl
80733            ! Changes
80734           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
80735           !> pod/perlre.pod
80736 ____________________________________________________________________________
80737 [  6380] By: gsar                                  on 2000/07/12  07:31:00
80738         Log: get sprintf.t to adjust properly for 3-digit exponents
80739      Branch: perl
80740            ! t/op/sprintf.t
80741 ____________________________________________________________________________
80742 [  6379] By: gsar                                  on 2000/07/12  06:40:04
80743         Log: change#6174 needs corresponding change in win32/config_h.PL,
80744              which grovels through config_h.SH to find the config.h name
80745      Branch: perl
80746            ! win32/config_h.PL
80747 ____________________________________________________________________________
80748 [  6378] By: jhi                                   on 2000/07/12  05:03:59
80749         Log: Do the cc sanity check both before the hints and
80750              after the cc selction.
80751      Branch: cfgperl
80752            ! Configure config_h.SH
80753      Branch: metaconfig
80754            ! U/modified/Oldconfig.U U/modified/cc.U
80755      Branch: metaconfig/U/perl
80756            + Checkcc.U
80757 ____________________________________________________________________________
80758 [  6377] By: jhi                                   on 2000/07/12  02:49:22
80759         Log: Fix nits noticed by Boston.pm.
80760      Branch: cfgperl
80761            ! pod/perlre.pod
80762 ____________________________________________________________________________
80763 [  6376] By: jhi                                   on 2000/07/11  21:22:13
80764         Log: Configure cosmetics and perldelta.
80765      Branch: cfgperl
80766            ! Configure config_h.SH pod/perldelta.pod
80767      Branch: metaconfig
80768            ! U/modified/cc.U
80769 ____________________________________________________________________________
80770 [  6375] By: gsar                                  on 2000/07/11  21:17:35
80771         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
80772      Branch: perl
80773            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
80774            ! win32/win32sck.c
80775 ____________________________________________________________________________
80776 [  6374] By: gsar                                  on 2000/07/11  20:48:50
80777         Log: tweak for build failure under multiplicity
80778      Branch: perl
80779            ! toke.c
80780 ____________________________________________________________________________
80781 [  6373] By: gsar                                  on 2000/07/11  20:37:23
80782         Log: integrate cfgperl changes#6325..6373 into mainline
80783              (NOTE: today's batch of integrations still untested)
80784      Branch: perl
80785           +> ext/DynaLoader/hints/netbsd.pl
80786            ! Changes
80787           !> (integrate 26 files)
80788 ____________________________________________________________________________
80789 [  6372] By: jhi                                   on 2000/07/11  20:30:36
80790         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
80791              regen perltoc.
80792      Branch: cfgperl
80793            + pod/perlbook.pod
80794            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
80795            ! pod/perltoc.pod
80796 ____________________________________________________________________________
80797 [  6371] By: jhi                                   on 2000/07/11  20:08:56
80798         Log: Minor cleanups on the booklist.
80799      Branch: cfgperl
80800            ! pod/perlfaq2.pod
80801 ____________________________________________________________________________
80802 [  6370] By: jhi                                   on 2000/07/11  19:31:13
80803         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
80804      Branch: cfgperl
80805            ! t/pragma/overload.t
80806 ____________________________________________________________________________
80807 [  6369] By: gsar                                  on 2000/07/11  19:27:48
80808         Log: integrate cfgperl changes#6293..6324 into mainline
80809      Branch: perl
80810           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
80811            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
80812           !> (integrate 30 files)
80813 ____________________________________________________________________________
80814 [  6368] By: gsar                                  on 2000/07/11  19:18:57
80815         Log: skip integrate of problematic change#6292 from cfgperl into mainline
80816      Branch: perl
80817           !> pp_hot.c
80818 ____________________________________________________________________________
80819 [  6367] By: gsar                                  on 2000/07/11  19:17:21
80820         Log: integrate cfgperl changes#6288..6290 into mainline
80821      Branch: perl
80822           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
80823 ____________________________________________________________________________
80824 [  6366] By: gsar                                  on 2000/07/11  19:11:18
80825         Log: integrate cfgperl changes#6268..6282 into mainline
80826      Branch: perl
80827           !> (integrate 30 files)
80828 ____________________________________________________________________________
80829 [  6365] By: gsar                                  on 2000/07/11  18:57:00
80830         Log: delete new accidentally branched file
80831      Branch: perl
80832            - t/op/method2entersub.t
80833 ____________________________________________________________________________
80834 [  6364] By: gsar                                  on 2000/07/11  18:55:13
80835         Log: skip integrate of change#6267 from cfgperl into mainline (the
80836              method call optimization is flawed without additional hints
80837              from user about immutableness of @ISA and no runtime method
80838              definitions)
80839      Branch: perl
80840           +> t/op/method2entersub.t
80841           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
80842           !> perl.h t/op/sprintf.t xsutils.c
80843 ____________________________________________________________________________
80844 [  6363] By: gsar                                  on 2000/07/11  18:49:43
80845         Log: integrate cfgperl changes#6261..6266 into mainline
80846      Branch: perl
80847           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
80848           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
80849           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
80850           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
80851 ____________________________________________________________________________
80852 [  6362] By: gsar                                  on 2000/07/11  18:43:26
80853         Log: integrate cfgperl changes#6252..6260 into mainline
80854      Branch: perl
80855           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
80856           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
80857           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
80858           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
80859 ____________________________________________________________________________
80860 [  6361] By: gsar                                  on 2000/07/11  18:37:12
80861         Log: skip integrate of problematic change#6251 from cfgperl into mainline
80862      Branch: perl
80863           !> lib/Exporter.pm
80864 ____________________________________________________________________________
80865 [  6360] By: gsar                                  on 2000/07/11  18:34:56
80866         Log: integrate cfgperl change#6250 into mainline
80867      Branch: perl
80868           +> t/op/my_stash.t
80869           !> MANIFEST embed.pl proto.h toke.c
80870 ____________________________________________________________________________
80871 [  6359] By: gsar                                  on 2000/07/11  18:21:19
80872         Log: integrate cfgperl changes#6242..6249 into mainline
80873      Branch: perl
80874           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
80875           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
80876           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
80877           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
80878           !> t/lib/peek.t utf8.c
80879 ____________________________________________________________________________
80880 [  6358] By: gsar                                  on 2000/07/11  18:15:45
80881         Log: skip integrate of problematic change#6241 from cfgperl into mainline
80882      Branch: perl
80883           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
80884 ____________________________________________________________________________
80885 [  6357] By: jhi                                   on 2000/07/11  18:15:16
80886         Log: Fix for
80887              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
80888              From: Roderick Schertler <roderick@argon.org> 
80889              Date: Tue, 11 Jul 2000 13:55:05 -0400 
80890              Message-Id: <200007111755.NAA05077@jones.argon.org> 
80891      Branch: cfgperl
80892            ! doio.c
80893 ____________________________________________________________________________
80894 [  6356] By: jhi                                   on 2000/07/11  18:12:51
80895         Log: Typo in #6341.
80896      Branch: cfgperl
80897            ! pp_hot.c
80898 ____________________________________________________________________________
80899 [  6355] By: gsar                                  on 2000/07/11  18:12:10
80900         Log: integrate cfgperl changes#6231..6240 into mainline
80901      Branch: perl
80902           +> pod/perlutil.pod
80903           !> (integrate 35 files)
80904 ____________________________________________________________________________
80905 [  6354] By: jhi                                   on 2000/07/11  18:04:34
80906         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
80907              From: Dominic Dunlop <domo@computer.org> 
80908              Date: Tue, 11 Jul 2000 12:27:33 +0200 
80909              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
80910              
80911              Replaces change #6268.
80912      Branch: cfgperl
80913            ! t/op/sprintf.t
80914 ____________________________________________________________________________
80915 [  6353] By: gsar                                  on 2000/07/11  17:59:51
80916         Log: skip integrate of problematic change#6230 from cfgperl into mainline
80917              (a later version of File::Spec is already in mainline)
80918      Branch: perl
80919           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
80920           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
80921 ____________________________________________________________________________
80922 [  6352] By: gsar                                  on 2000/07/11  17:57:48
80923         Log: integrate cfgperl changes#6224..6229 into mainline
80924      Branch: perl
80925           +> lib/lib.pm.PL
80926            - lib/lib.pm
80927           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
80928           !> lib/English.pm op.c t/lib/english.t
80929 ____________________________________________________________________________
80930 [  6351] By: gsar                                  on 2000/07/11  17:50:10
80931         Log: skip integrate of problematic change#6223 from cfgperl into mainline
80932      Branch: perl
80933           !> doio.c
80934 ____________________________________________________________________________
80935 [  6350] By: gsar                                  on 2000/07/11  17:48:28
80936         Log: integrate cfgperl changes#6220..6222 into mainline
80937      Branch: perl
80938           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
80939           !> toke.c utf8.c win32/win32.h
80940 ____________________________________________________________________________
80941 [  6349] By: gsar                                  on 2000/07/11  17:46:13
80942         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
80943              mainline
80944      Branch: perl
80945           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
80946           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
80947           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80948 ____________________________________________________________________________
80949 [  6348] By: jhi                                   on 2000/07/11  17:45:49
80950         Log: README.posix-bc podified from Thomas Dorner.
80951      Branch: cfgperl
80952            ! README.posix-bc
80953 ____________________________________________________________________________
80954 [  6347] By: gsar                                  on 2000/07/11  17:42:04
80955         Log: integrate cfgperl change#6217 into mainline
80956      Branch: perl
80957           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
80958           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
80959           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
80960 ____________________________________________________________________________
80961 [  6346] By: gsar                                  on 2000/07/11  17:39:37
80962         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
80963              mainline
80964      Branch: perl
80965           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
80966           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80967           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
80968           !> perlapi.h pod/perlapi.pod
80969 ____________________________________________________________________________
80970 [  6345] By: gsar                                  on 2000/07/11  17:36:42
80971         Log: integrate cfgperl changes#6207..6210 into mainline
80972      Branch: perl
80973           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
80974           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
80975 ____________________________________________________________________________
80976 [  6344] By: gsar                                  on 2000/07/11  17:31:20
80977         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
80978              mainline
80979      Branch: perl
80980           !> (integrate 40 files)
80981 ____________________________________________________________________________
80982 [  6343] By: gsar                                  on 2000/07/11  17:19:08
80983         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
80984      Branch: perl
80985           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
80986            ! Changes
80987           !> (integrate 34 files)
80988 ____________________________________________________________________________
80989 [  6342] By: jhi                                   on 2000/07/11  16:05:48
80990         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
80991              To: perl5-porters@perl.org
80992              From: Karsten Sperling <spiff@phreax.net>
80993              Date: Mon, 10 Jul 2000 15:12:52 +0200
80994              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
80995      Branch: cfgperl
80996            ! lib/Symbol.pm
80997 ____________________________________________________________________________
80998 [  6341] By: jhi                                   on 2000/07/11  15:59:23
80999         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
81000              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81001              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
81002              Date: Fri, 07 Jul 2000 17:57:16 +0100
81003      Branch: cfgperl
81004            ! pp_hot.c
81005 ____________________________________________________________________________
81006 [  6340] By: jhi                                   on 2000/07/11  15:55:47
81007         Log: Subject: Re: format bug report  [Patch]
81008              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81009              Date: Wed, 05 Jul 2000 13:12:52 +0200
81010              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
81011              
81012              Subject: Re: format bug report  [Patch]
81013              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
81014              Date: Wed, 05 Jul 2000 14:10:01 +0200
81015              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
81016      Branch: cfgperl
81017            ! t/op/write.t toke.c
81018 ____________________________________________________________________________
81019 [  6339] By: jhi                                   on 2000/07/11  13:54:09
81020         Log: Be less forgiving about ambiguous and illegal tr ranges.
81021              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81022              From: Mark-Jason Dominus <mjd@plover.com>
81023              Date: Tue, 04 Jul 2000 10:00:12 -0400
81024              Message-ID: <20000704140012.17772.qmail@plover.com>
81025              
81026              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
81027              From: Mark-Jason Dominus <mjd@plover.com>
81028              Date: Wed, 05 Jul 2000 09:37:36 -0400
81029              Message-ID: <20000705133736.27293.qmail@plover.com>
81030      Branch: cfgperl
81031            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
81032 ____________________________________________________________________________
81033 [  6338] By: jhi                                   on 2000/07/11  13:31:24
81034         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
81035              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81036              Date: Tue, 11 Jul 2000 13:50:51 +0100
81037              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
81038      Branch: cfgperl
81039            ! sv.c
81040 ____________________________________________________________________________
81041 [  6337] By: jhi                                   on 2000/07/11  13:29:14
81042         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
81043              From: Hugo <hv@crypt.compulink.co.uk>
81044              Date: Tue, 11 Jul 2000 12:44:50 +0100
81045              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
81046      Branch: cfgperl
81047            ! regexec.c t/op/re_tests
81048 ____________________________________________________________________________
81049 [  6336] By: jhi                                   on 2000/07/11  13:26:47
81050         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
81051              From: simon@brecon.co.uk (Simon Cozens)
81052              Date: 7 Jul 2000 11:26:09 GMT
81053              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
81054      Branch: cfgperl
81055            ! mg.c
81056 ____________________________________________________________________________
81057 [  6335] By: jhi                                   on 2000/07/11  13:23:37
81058         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
81059              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
81060              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
81061              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
81062      Branch: cfgperl
81063            + ext/DynaLoader/hints/netbsd.pl
81064            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
81065 ____________________________________________________________________________
81066 [  6334] By: jhi                                   on 2000/07/11  13:20:38
81067         Log: Subject: PATCH perlguts.pod: Document D and d magic types
81068              From: mjd@plover.com
81069              Date: 5 Jul 2000 18:01:51 -0000
81070              Message-ID: <20000705180151.29413.qmail@plover.com>
81071      Branch: cfgperl
81072            ! pod/perlguts.pod
81073 ____________________________________________________________________________
81074 [  6333] By: jhi                                   on 2000/07/11  13:15:51
81075         Log: Precedence goof, fix based on
81076              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
81077              From: Hugo <hv@crypt.compulink.co.uk>
81078              Date: Tue, 11 Jul 2000 12:52:38 +0100
81079              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
81080      Branch: cfgperl
81081            ! t/op/taint.t
81082 ____________________________________________________________________________
81083 [  6332] By: jhi                                   on 2000/07/11  12:40:17
81084         Log: Integrate with Sarathy.
81085      Branch: cfgperl
81086           !> win32/win32sck.c
81087 ____________________________________________________________________________
81088 [  6331] By: jhi                                   on 2000/07/10  20:14:16
81089         Log: Sprinkle ldlibpath.
81090      Branch: cfgperl
81091            ! pod/Makefile.SH
81092 ____________________________________________________________________________
81093 [  6330] By: jhi                                   on 2000/07/10  17:54:49
81094         Log: More POSIX.pod tweaks.
81095      Branch: cfgperl
81096            ! ext/POSIX/POSIX.pod
81097 ____________________________________________________________________________
81098 [  6329] By: jhi                                   on 2000/07/10  14:02:12
81099         Log: Reorder perl.pod once more.
81100      Branch: cfgperl
81101            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81102 ____________________________________________________________________________
81103 [  6328] By: gsar                                  on 2000/07/10  07:06:00
81104         Log: accept() leaks memory on windows due to incorrect ordering of
81105              closesocket() and fclose() calls
81106      Branch: perl
81107            ! win32/win32sck.c
81108 ____________________________________________________________________________
81109 [  6327] By: gsar                                  on 2000/07/10  06:49:17
81110         Log: winsock options weren't being set in all threads under ithreads
81111              (caused send()s from second and subsequent threads to fail)
81112      Branch: perl
81113            ! win32/win32sck.c
81114 ____________________________________________________________________________
81115 [  6326] By: jhi                                   on 2000/07/08  02:45:40
81116         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
81117              was cast to an unsigned (32-bit) integer with wild abandon.
81118      Branch: cfgperl
81119            ! ext/Devel/DProf/DProf.xs
81120 ____________________________________________________________________________
81121 [  6325] By: jhi                                   on 2000/07/07  18:50:33
81122         Log: Remove perlbook, update perlfaq book listing,
81123              rearrange perl.pod, regenerate perltoc.
81124      Branch: cfgperl
81125            - pod/perlbook.pod
81126            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
81127            ! pod/perlfaq2.pod pod/perltoc.pod
81128 ____________________________________________________________________________
81129 [  6324] By: jhi                                   on 2000/07/07  14:03:40
81130         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
81131      Branch: cfgperl
81132            ! sv.h toke.c
81133 ____________________________________________________________________________
81134 [  6323] By: jhi                                   on 2000/07/06  16:03:55
81135         Log: Fix complaints of buildtoc.
81136      Branch: cfgperl
81137            + lib/Win32.pod
81138            - pod/Win32.pod
81139            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
81140 ____________________________________________________________________________
81141 [  6322] By: jhi                                   on 2000/07/06  15:15:52
81142         Log: Add =head1 NAMEs so that buildtoc is happy.
81143              (The CGI::Util nit reported to Lincoln.)
81144      Branch: cfgperl
81145            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
81146            ! pod/perltoc.pod
81147 ____________________________________________________________________________
81148 [  6321] By: jhi                                   on 2000/07/06  03:16:04
81149         Log: Config is being used.
81150      Branch: cfgperl
81151            ! t/op/method.t
81152 ____________________________________________________________________________
81153 [  6320] By: jhi                                   on 2000/07/06  03:13:13
81154         Log: Integrate with Sarathy.
81155      Branch: cfgperl
81156           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
81157 ____________________________________________________________________________
81158 [  6319] By: jhi                                   on 2000/07/06  03:11:46
81159         Log: Autogenerate pod/Makefile and pod/buildtoc.
81160              buildtoc also checks whether the existing pods are
81161              mentioned in MANIFEST and perl.pod, and vice versa.
81162              (None of the thusly found discrepancies fixed yet.)
81163              roffitall also needs to be autogenerated similarly but it
81164              seems so badly out of date that I didn't touch it yet.
81165      Branch: cfgperl
81166            + pod/Makefile.SH pod/buildtoc.PL
81167            - pod/Makefile pod/buildtoc
81168            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
81169 ____________________________________________________________________________
81170 [  6318] By: gsar                                  on 2000/07/05  22:10:54
81171         Log: fix UNC path handling on Windows under ithreads, and chdir()
81172              return value when given a non-existent directory
81173      Branch: perl
81174            ! win32/vdir.h
81175 ____________________________________________________________________________
81176 [  6317] By: gsar                                  on 2000/07/05  22:08:19
81177         Log: winsock cleanup never done on Windows (leads to handle leaks)
81178      Branch: perl
81179            ! win32/perllib.c win32/win32sck.c
81180 ____________________________________________________________________________
81181 [  6316] By: gsar                                  on 2000/07/05  22:06:19
81182         Log: some debugger output does not go to the socket when RemotePort is set
81183      Branch: perl
81184            ! lib/perl5db.pl
81185 ____________________________________________________________________________
81186 [  6315] By: jhi                                   on 2000/07/05  00:25:21
81187         Log: Integrate with Sarathy, preliminary fix for unicos
81188              alignment problems in [ID 20000612.002] Perl problem on Cray system.
81189      Branch: cfgperl
81190            ! sv.h
81191           !> pp_hot.c
81192 ____________________________________________________________________________
81193 [  6314] By: gsar                                  on 2000/07/04  23:34:02
81194         Log: tyop in change#6306
81195      Branch: perl
81196            ! pp_hot.c
81197 ____________________________________________________________________________
81198 [  6313] By: jhi                                   on 2000/07/04  22:14:38
81199         Log: Multiline string literals ENONPORTABLE.
81200      Branch: cfgperl
81201            ! pp_hot.c
81202 ____________________________________________________________________________
81203 [  6312] By: jhi                                   on 2000/07/04  20:34:44
81204         Log: Integrate with Sarathy.
81205      Branch: cfgperl
81206           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
81207           !> t/op/method.t
81208 ____________________________________________________________________________
81209 [  6311] By: jhi                                   on 2000/07/04  20:30:56
81210         Log: More POSIX.pod embellishment.
81211      Branch: cfgperl
81212            ! ext/POSIX/POSIX.pod
81213 ____________________________________________________________________________
81214 [  6310] By: gsar                                  on 2000/07/04  17:28:48
81215         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
81216      Branch: perl
81217            ! t/lib/b.t
81218 ____________________________________________________________________________
81219 [  6309] By: jhi                                   on 2000/07/04  17:22:18
81220         Log: The #6308 required a little bit more.
81221      Branch: cfgperl
81222            ! Makefile.SH win32/Makefile
81223 ____________________________________________________________________________
81224 [  6308] By: jhi                                   on 2000/07/04  16:35:24
81225         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
81226      Branch: cfgperl
81227            + lib/lib_pm.PL
81228            - lib/lib.pm.PL
81229            ! MANIFEST Makefile.SH
81230 ____________________________________________________________________________
81231 [  6307] By: jhi                                   on 2000/07/04  16:28:58
81232         Log: Win32 patches for cfgperl from Sarathy.
81233      Branch: cfgperl
81234            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
81235            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
81236            ! thread.h toke.c util.c win32/Makefile win32/win32.c
81237 ____________________________________________________________________________
81238 [  6306] By: gsar                                  on 2000/07/04  16:28:40
81239         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
81240              (from Richard Soderberg <rs@oregonnet.com>)
81241      Branch: perl
81242            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
81243 ____________________________________________________________________________
81244 [  6305] By: jhi                                   on 2000/07/04  16:24:24
81245         Log: Integrate with Sarathy.
81246      Branch: cfgperl
81247           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
81248           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81249           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
81250           !> proto.h win32/win32.c
81251 ____________________________________________________________________________
81252 [  6304] By: gsar                                  on 2000/07/04  16:17:24
81253         Log: missing perldiag entry for unpack("w",...) diagnostic (from
81254              Andreas Koenig)
81255      Branch: perl
81256            ! pod/perldiag.pod
81257 ____________________________________________________________________________
81258 [  6303] By: gsar                                  on 2000/07/04  16:14:44
81259         Log: remove rel2abs prototypes (from Barrie Slaymaker)
81260      Branch: perl
81261            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
81262            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81263 ____________________________________________________________________________
81264 [  6302] By: gsar                                  on 2000/07/04  04:59:35
81265         Log: adjust change#6299
81266      Branch: perl
81267            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
81268            ! win32/win32.c
81269 ____________________________________________________________________________
81270 [  6301] By: jhi                                   on 2000/07/04  04:50:07
81271         Log: Integrate with Sarathy.
81272      Branch: cfgperl
81273           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
81274           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
81275           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
81276 ____________________________________________________________________________
81277 [  6300] By: gsar                                  on 2000/07/04  04:42:09
81278         Log: PERL_OBJECT build tweak
81279      Branch: perl
81280            ! perl.h
81281 ____________________________________________________________________________
81282 [  6299] By: gsar                                  on 2000/07/04  04:37:00
81283         Log: fix memory leak on Windows (PL_sys_intern contents were never
81284              freed)
81285      Branch: perl
81286            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
81287            ! perlapi.c proto.h win32/win32.c
81288 ____________________________________________________________________________
81289 [  6298] By: gsar                                  on 2000/07/04  04:15:59
81290         Log: fix large memory leak that has been around for ever, masked by
81291              -DPURIFY (most of the arenas were never freed!)
81292      Branch: perl
81293            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
81294 ____________________________________________________________________________
81295 [  6297] By: gsar                                  on 2000/07/04  04:07:46
81296         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
81297      Branch: perl
81298            ! perl.c
81299 ____________________________________________________________________________
81300 [  6296] By: jhi                                   on 2000/06/30  18:28:37
81301         Log: Elaborate POSIX.pod.  Still needs work.
81302      Branch: cfgperl
81303            ! ext/POSIX/POSIX.pod
81304 ____________________________________________________________________________
81305 [  6295] By: jhi                                   on 2000/06/30  14:58:18
81306         Log: Point to perlipc for more SysV IPC examples.
81307      Branch: cfgperl
81308            ! pod/perlfunc.pod
81309 ____________________________________________________________________________
81310 [  6294] By: gsar                                  on 2000/06/30  14:47:45
81311         Log: slurp mode fix in change#4736 still not quite right
81312      Branch: perl
81313            ! pp_hot.c t/io/argv.t
81314 ____________________________________________________________________________
81315 [  6293] By: jhi                                   on 2000/06/30  12:02:55
81316         Log: Integrate with Sarathy.
81317      Branch: cfgperl
81318           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
81319 ____________________________________________________________________________
81320 [  6292] By: jhi                                   on 2000/06/30  12:01:11
81321         Log: From: simon@brecon.co.uk (Simon Cozens)
81322              Subject: UTF8 concat
81323              Date: 30 Jun 2000 06:13:25 GMT
81324              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
81325      Branch: cfgperl
81326            ! pp_hot.c
81327 ____________________________________________________________________________
81328 [  6291] By: gsar                                  on 2000/06/30  04:37:33
81329         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
81330              when @_ is modified, causing coredumps
81331      Branch: perl
81332            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
81333 ____________________________________________________________________________
81334 [  6290] By: jhi                                   on 2000/06/30  02:21:44
81335         Log: Integrate with Sarathy.
81336      Branch: cfgperl
81337           !> vms/vms.c vms/vmsish.h
81338 ____________________________________________________________________________
81339 [  6289] By: jhi                                   on 2000/06/30  02:21:02
81340         Log: Check VERSIONs.
81341      Branch: cfgperl
81342            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81343            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81344            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
81345 ____________________________________________________________________________
81346 [  6288] By: jhi                                   on 2000/06/30  02:18:52
81347         Log: Integrate with Sarathy.
81348      Branch: cfgperl
81349           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
81350           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
81351           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
81352           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
81353 ____________________________________________________________________________
81354 [  6287] By: gsar                                  on 2000/06/30  02:17:08
81355         Log: integrate vmsperl changes into mainline
81356      Branch: perl
81357           !> vms/vms.c vms/vmsish.h
81358 ____________________________________________________________________________
81359 [  6285] By: gsar                                  on 2000/06/30  02:05:28
81360         Log: localize %INC in a Safe compartment so that use/require work
81361              (many other magic globals probably need similar treatment)
81362      Branch: perl
81363            ! ext/Opcode/Opcode.xs
81364 ____________________________________________________________________________
81365 [  6284] By: gsar                                  on 2000/06/30  01:54:54
81366         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
81367              about Windows
81368      Branch: perl
81369            ! pod/perlembed.pod
81370 ____________________________________________________________________________
81371 [  6283] By: jhi                                   on 2000/06/30  01:50:10
81372         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
81373              From: Barrie Slaymaker <barries@jester.slaysys.com>
81374              Date: Wed, 28 Jun 2000 11:35:29 -0400
81375              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
81376      Branch: perl
81377            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81378            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81379            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81380            ! lib/File/Spec/Win32.pm
81381 ____________________________________________________________________________
81382 [  6282] By: jhi                                   on 2000/06/29  22:57:22
81383         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
81384              From: Dan Sugalski <dan@sidhe.org>
81385              Date: Tue, 06 Jun 2000 11:59:50 -0400
81386              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
81387      Branch: cfgperl
81388            ! vms/vms.c
81389 ____________________________________________________________________________
81390 [  6281] By: jhi                                   on 2000/06/29  22:52:50
81391         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
81392              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81393              Date: Wed, 7 Jun 2000 04:02:04 -0500
81394              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
81395      Branch: cfgperl
81396            ! utils/h2xs.PL
81397 ____________________________________________________________________________
81398 [  6280] By: jhi                                   on 2000/06/29  22:45:47
81399         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
81400              From: rspier@pobox.com (Robert Spier)
81401              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
81402              Message-ID: <14654.31913.845602.610277@rls.cx>
81403      Branch: cfgperl
81404            ! utils/h2xs.PL
81405 ____________________________________________________________________________
81406 [  6279] By: jhi                                   on 2000/06/29  22:38:16
81407         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
81408              From: Tim Ayers <tayers@bridge.com>
81409              Date: Thu, 08 Jun 2000 08:11:06 +0200
81410              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
81411              [resent by Richard Foley, Message-Id probably wrong]
81412      Branch: cfgperl
81413            ! pod/perlsub.pod
81414 ____________________________________________________________________________
81415 [  6278] By: jhi                                   on 2000/06/29  22:21:45
81416         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
81417              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
81418              Date: Fri, 09 Jun 2000 12:39:27 -0400
81419              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
81420              (plus update the version "number" of Text::Wrap)
81421      Branch: cfgperl
81422            ! lib/Text/Wrap.pm
81423 ____________________________________________________________________________
81424 [  6277] By: jhi                                   on 2000/06/29  22:13:10
81425         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
81426              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81427              Date: Mon, 12 Jun 2000 14:55:59 +0100
81428              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
81429      Branch: cfgperl
81430            ! pod/perlfunc.pod
81431 ____________________________________________________________________________
81432 [  6276] By: jhi                                   on 2000/06/29  22:11:06
81433         Log: Subject: [PATCH] Re: eval documentation: context
81434              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
81435              Date: Mon, 12 Jun 2000 15:07:29 +0100
81436              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
81437      Branch: cfgperl
81438            ! pod/perlfunc.pod
81439 ____________________________________________________________________________
81440 [  6275] By: jhi                                   on 2000/06/29  21:59:46
81441         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
81442              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
81443              Date: Tue, 13 Jun 2000 02:43:48 -0500
81444              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
81445      Branch: cfgperl
81446            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
81447 ____________________________________________________________________________
81448 [  6274] By: jhi                                   on 2000/06/29  21:56:14
81449         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
81450              From: Andy Dougherty <doughera@lafayette.edu>
81451              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
81452              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
81453      Branch: cfgperl
81454            ! ext/File/Glob/Glob.pm
81455 ____________________________________________________________________________
81456 [  6273] By: jhi                                   on 2000/06/29  21:49:09
81457         Log: Subject: [PATCH] xsub attributes
81458              From: Doug MacEachern <dougm@covalent.net>
81459              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
81460              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
81461      Branch: cfgperl
81462            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
81463            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
81464 ____________________________________________________________________________
81465 [  6272] By: jhi                                   on 2000/06/29  21:41:28
81466         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
81467              From: Tom Phoenix <rootbeer@redcat.com>
81468              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
81469              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
81470      Branch: cfgperl
81471            ! lib/Net/Ping.pm
81472 ____________________________________________________________________________
81473 [  6271] By: jhi                                   on 2000/06/29  21:36:55
81474         Log: Subject: PATCH pod/perltie.pod
81475              From: Ian Phillipps <Ian.Phillipps@iname.com>
81476              Date: Fri, 16 Jun 2000 00:17:19 +0100
81477              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
81478              (only the first hunk, the second hunk had already been done
81479              by some other patch)
81480      Branch: cfgperl
81481            ! pod/perltie.pod
81482 ____________________________________________________________________________
81483 [  6270] By: jhi                                   on 2000/06/29  21:24:51
81484         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
81485              From: Nicholas Clark <nick@talking.bollo.cx>
81486              Date: Fri, 23 Jun 2000 16:21:15 +0100
81487              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
81488      Branch: cfgperl
81489            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
81490            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
81491 ____________________________________________________________________________
81492 [  6269] By: jhi                                   on 2000/06/29  19:38:15
81493         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
81494              silence few compiler warnings.
81495      Branch: cfgperl
81496            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
81497 ____________________________________________________________________________
81498 [  6268] By: jhi                                   on 2000/06/29  18:21:50
81499         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
81500              From: Dominic Dunlop <domo@computer.org> 
81501              Date: Thu, 29 Jun 2000 12:32:39 +0200 
81502              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
81503      Branch: cfgperl
81504            ! t/op/sprintf.t
81505 ____________________________________________________________________________
81506 [  6267] By: jhi                                   on 2000/06/29  18:16:07
81507         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
81508              From: Doug MacEachern <dougm@covalent.net>
81509              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
81510              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
81511      Branch: cfgperl
81512            + t/op/method2entersub.t
81513            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
81514            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81515            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
81516            ! xsutils.c
81517 ____________________________________________________________________________
81518 [  6266] By: jhi                                   on 2000/06/29  15:11:15
81519         Log: Subject: [PATCH 5.6.0] cygwin port
81520              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
81521              From: "Fifer, Eric" <EFifer@sanwaint.com>
81522              Date: Thu, 29 Jun 2000 12:58:29 +0100
81523      Branch: cfgperl
81524            ! cygwin/Makefile.SHs
81525 ____________________________________________________________________________
81526 [  6265] By: jhi                                   on 2000/06/29  15:04:05
81527         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
81528              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81529              Date: Wed, 28 Jun 2000 17:50:12 -0700
81530              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
81531      Branch: cfgperl
81532            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
81533 ____________________________________________________________________________
81534 [  6264] By: jhi                                   on 2000/06/29  15:00:57
81535         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
81536              From: Marty Lucich <marty@netcom.com>
81537              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
81538              Message-Id: <200006282116.OAA11148@netcom.com>
81539              ccdlflags update (the BSD/OS 4.1 part had already been taken
81540              care of by #6141).
81541      Branch: cfgperl
81542            ! hints/bsdos.sh
81543 ____________________________________________________________________________
81544 [  6263] By: jhi                                   on 2000/06/29  13:47:44
81545         Log: tr fixes from Simon Cozens
81546      Branch: cfgperl
81547            ! doop.c
81548 ____________________________________________________________________________
81549 [  6262] By: jhi                                   on 2000/06/28  18:46:01
81550         Log: Subject: 5.6.0 Patch for EPOC
81551              From: Olaf Flebbe <o.flebbe@gmx.de>
81552              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
81553              Message-ID: <23449.960929969@www11.gmx.net>
81554      Branch: cfgperl
81555            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
81556            ! epoc/epocish.h
81557 ____________________________________________________________________________
81558 [  6261] By: jhi                                   on 2000/06/28  18:29:07
81559         Log: Subject: Re: [PATCH cfgperl] BOMs away!
81560              From: simon@brecon.co.uk (Simon Cozens)
81561              Date: 17 Jun 2000 11:49:57 GMT
81562              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
81563      Branch: cfgperl
81564            ! pod/perldiag.pod t/comp/require.t toke.c
81565 ____________________________________________________________________________
81566 [  6260] By: jhi                                   on 2000/06/28  17:47:16
81567         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
81568              From: simon@brecon.co.uk (Simon Cozens) 
81569              Date: 17 Jun 2000 11:56:44 GMT 
81570              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
81571              pack U0, pack C0
81572      Branch: cfgperl
81573            ! pod/perlfunc.pod pp.c t/op/pack.t
81574 ____________________________________________________________________________
81575 [  6259] By: jhi                                   on 2000/06/28  16:43:17
81576         Log: perlnewmod was missing from MANIFEST.
81577      Branch: cfgperl
81578            ! MANIFEST
81579 ____________________________________________________________________________
81580 [  6258] By: jhi                                   on 2000/06/28  15:54:30
81581         Log: linenumber tweak
81582      Branch: cfgperl
81583            ! t/pragma/warn/regcomp
81584 ____________________________________________________________________________
81585 [  6257] By: jhi                                   on 2000/06/28  15:50:44
81586         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
81587              From: Doug MacEachern <dougm@covalent.net>
81588              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
81589              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
81590              (one part of the patch had been applied earlier)
81591      Branch: cfgperl
81592            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
81593 ____________________________________________________________________________
81594 [  6256] By: jhi                                   on 2000/06/28  15:40:22
81595         Log: tweaks from Simon Cozens to further fix tr/// under utf8
81596      Branch: cfgperl
81597            ! doop.c
81598 ____________________________________________________________________________
81599 [  6255] By: jhi                                   on 2000/06/28  15:33:45
81600         Log: small thinko tweaks
81601      Branch: cfgperl
81602            ! lib/IPC/Open3.pm t/op/my_stash.t
81603 ____________________________________________________________________________
81604 [  6254] By: jhi                                   on 2000/06/28  15:33:25
81605         Log: Subject: tr///, help wanted.
81606              From: simon@brecon.co.uk (Simon Cozens)
81607              Date: 28 Jun 2000 11:29:04 GMT
81608              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
81609      Branch: cfgperl
81610            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
81611            ! pp_proto.h proto.h t/op/tr.t
81612 ____________________________________________________________________________
81613 [  6253] By: jhi                                   on 2000/06/28  15:09:17
81614         Log: Paranoia tweak on #6249.
81615              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
81616              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
81617              Date: Sun, 25 Jun 2000 23:43:12 -0400
81618              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
81619      Branch: cfgperl
81620            ! lib/IPC/Open3.pm
81621 ____________________________________________________________________________
81622 [  6252] By: jhi                                   on 2000/06/28  15:01:38
81623         Log: Document #6249 and #6251.
81624      Branch: cfgperl
81625            ! lib/Exporter.pm lib/IPC/Open3.pm
81626 ____________________________________________________________________________
81627 [  6251] By: jhi                                   on 2000/06/28  14:50:43
81628         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
81629              From: Doug MacEachern <dougm@covalent.net>
81630              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
81631              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
81632      Branch: cfgperl
81633            ! lib/Exporter.pm
81634 ____________________________________________________________________________
81635 [  6250] By: jhi                                   on 2000/06/28  14:45:23
81636         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
81637              From: Doug MacEachern <dougm@covalent.net>
81638              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
81639              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
81640      Branch: cfgperl
81641            + t/op/my_stash.t
81642            ! MANIFEST embed.pl global.sym proto.h toke.c
81643 ____________________________________________________________________________
81644 [  6249] By: jhi                                   on 2000/06/28  14:36:34
81645         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
81646              From: Frank Tobin <ftobin@uiuc.edu>
81647              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
81648              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
81649      Branch: cfgperl
81650            ! lib/IPC/Open3.pm
81651 ____________________________________________________________________________
81652 [  6248] By: jhi                                   on 2000/06/28  14:11:25
81653         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
81654              From: Mark-Jason Dominus <mjd@plover.com>
81655              Date: Tue, 27 Jun 2000 22:36:42 -0400
81656              Message-ID: <20000628023642.12166.qmail@plover.com>
81657      Branch: cfgperl
81658            ! pod/perlfunc.pod
81659 ____________________________________________________________________________
81660 [  6247] By: jhi                                   on 2000/06/27  12:46:37
81661         Log: Tweak $VERSION, patch from Doug MacEachern.
81662      Branch: cfgperl
81663            ! lib/File/Spec.pm
81664 ____________________________________________________________________________
81665 [  6246] By: jhi                                   on 2000/06/27  03:34:46
81666         Log: Allow for standalone testing.
81667      Branch: cfgperl
81668            ! t/lib/filefunc.t t/lib/filespec.t
81669 ____________________________________________________________________________
81670 [  6245] By: jhi                                   on 2000/06/27  02:50:02
81671         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
81672              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81673              Date: Sat, 24 Jun 2000 13:06:20 +0100
81674              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
81675      Branch: cfgperl
81676            ! ext/DynaLoader/DynaLoader_pm.PL
81677 ____________________________________________________________________________
81678 [  6244] By: jhi                                   on 2000/06/27  02:46:10
81679         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
81680              From: Doug MacEachern <dougm@covalent.net>
81681              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
81682              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
81683      Branch: cfgperl
81684            ! gv.c sv.c t/lib/peek.t
81685 ____________________________________________________________________________
81686 [  6243] By: jhi                                   on 2000/06/27  02:38:07
81687         Log: Subject: [PATCH] is_utf8_string
81688              From: simon@brecon.co.uk (Simon Cozens)
81689              Date: 26 Jun 2000 02:25:59 GMT
81690              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
81691      Branch: cfgperl
81692            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
81693            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
81694            ! proto.h utf8.c
81695 ____________________________________________________________________________
81696 [  6242] By: jhi                                   on 2000/06/27  02:24:00
81697         Log: Subject: [PATCH] bytes<->utf8 fixes
81698              From: simon@brecon.co.uk (Simon Cozens)
81699              Date: 26 Jun 2000 04:55:45 GMT
81700              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
81701      Branch: cfgperl
81702            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
81703 ____________________________________________________________________________
81704 [  6241] By: jhi                                   on 2000/06/27  02:12:42
81705         Log: Do no -warn on \_, only on \alpha.
81706              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
81707              From: David Dyck <dcd@tc.fluke.com>
81708              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
81709              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
81710      Branch: cfgperl
81711            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81712 ____________________________________________________________________________
81713 [  6240] By: jhi                                   on 2000/06/27  02:00:01
81714         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
81715              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81716              Date: Mon, 26 Jun 2000 18:40:14 +0100
81717              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
81718      Branch: cfgperl
81719            ! utils/h2xs.PL
81720 ____________________________________________________________________________
81721 [  6239] By: jhi                                   on 2000/06/27  01:53:40
81722         Log: Configure maintenance.  Sever some dependency cycles,
81723              separate gccversion from the cc unit,
81724              address [ID 20000623.006] Configure script patch for using gcc on AIX
81725              (but solve it a little bit differently),
81726              unduplex some accidentally duplicated units,
81727              suggest using gcc if no cc available
81728              (p5p thread: "Solaris configure: counterproposal", 1999-09)
81729      Branch: cfgperl
81730            ! Configure Todo-5.6 config_h.SH
81731      Branch: metaconfig
81732            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
81733            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
81734      Branch: metaconfig/U/perl
81735            + gccvers.U
81736            ! d_getespwnam.U d_getprpwnam.U i_prot.U
81737 ____________________________________________________________________________
81738 [  6238] By: jhi                                   on 2000/06/25  18:04:56
81739         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
81740              From: Dan Sugalski <dan@sidhe.org>
81741              Date: Fri, 23 Jun 2000 17:00:00 -0400
81742              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
81743      Branch: cfgperl
81744            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
81745 ____________________________________________________________________________
81746 [  6237] By: jhi                                   on 2000/06/25  16:36:45
81747         Log: Tweak embed.pl, regen headers.
81748      Branch: cfgperl
81749            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
81750            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
81751            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
81752            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
81753            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
81754 ____________________________________________________________________________
81755 [  6236] By: jhi                                   on 2000/06/25  15:26:42
81756         Log: Regen headers.
81757      Branch: cfgperl
81758            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
81759            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
81760            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
81761            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
81762            ! regnodes.h warnings.h
81763 ____________________________________________________________________________
81764 [  6235] By: jhi                                   on 2000/06/23  19:39:35
81765         Log: The thread begun by
81766              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
81767              From: Kevin.Ruscoe@ubsw.com
81768              Date: Fri, 16 Jun 2000 16:38:51 +0100
81769              Message-Id: <H000019b03c300d6@MHS>
81770      Branch: cfgperl
81771            ! hints/solaris_2.sh
81772 ____________________________________________________________________________
81773 [  6234] By: jhi                                   on 2000/06/23  19:23:36
81774         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
81775              because when run as services (Win32ese for daemons)
81776              no environment variables are set and tmpdir ends up as /tmp,
81777              which is ambiguous.
81778              
81779              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
81780              From: matt@sergeant.org
81781              Date: 16 Jun 2000 16:30:43 -0000
81782              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
81783      Branch: cfgperl
81784            ! lib/File/Spec/Win32.pm
81785 ____________________________________________________________________________
81786 [  6233] By: jhi                                   on 2000/06/23  19:18:58
81787         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
81788              From: Mark-Jason Dominus <mjd@plover.com>
81789              Date: Fri, 16 Jun 2000 20:53:04 -0400
81790              Message-ID: <20000617005304.8008.qmail@plover.com>
81791      Branch: cfgperl
81792            ! op.h
81793 ____________________________________________________________________________
81794 [  6232] By: jhi                                   on 2000/06/23  16:10:02
81795         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
81796              From: simon@brecon.co.uk (Simon Cozens)
81797              Date: 19 Jun 2000 15:18:27 GMT
81798              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
81799              
81800              plus update pod/Makefile and regenerate perltoc
81801      Branch: cfgperl
81802            + pod/perlutil.pod
81803            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
81804 ____________________________________________________________________________
81805 [  6231] By: jhi                                   on 2000/06/23  15:19:18
81806         Log: Subject: [PATCH 5.6.0] cygwin port
81807              From: "Fifer, Eric" <EFifer@sanwaint.com>
81808              Date: Tue, 20 Jun 2000 14:30:58 +0100
81809              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
81810      Branch: cfgperl
81811            ! README.cygwin lib/File/Find.pm
81812 ____________________________________________________________________________
81813 [  6230] By: jhi                                   on 2000/06/23  14:25:21
81814         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
81815      Branch: cfgperl
81816            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81817            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81818            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81819            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
81820 ____________________________________________________________________________
81821 [  6229] By: jhi                                   on 2000/06/23  14:13:34
81822         Log: Subject: README.hpux version 0.6.1
81823              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
81824              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
81825              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
81826      Branch: cfgperl
81827            ! README.hpux
81828 ____________________________________________________________________________
81829 [  6228] By: jhi                                   on 2000/06/23  14:07:20
81830         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
81831              From: Doug MacEachern <dougm@covalent.net>
81832              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
81833              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
81834      Branch: cfgperl
81835            ! op.c
81836 ____________________________________________________________________________
81837 [  6227] By: jhi                                   on 2000/06/23  14:01:06
81838         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
81839              From: Doug MacEachern <dougm@covalent.net>
81840              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
81841              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
81842      Branch: cfgperl
81843            + lib/lib.pm.PL
81844            - lib/lib.pm
81845            ! MANIFEST Makefile.SH
81846 ____________________________________________________________________________
81847 [  6226] By: jhi                                   on 2000/06/23  13:53:07
81848         Log: Subject: [PATCH] remove forward declarations in Socket.pm
81849              From: Doug MacEachern <dougm@covalent.net>
81850              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
81851              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
81852              
81853              From: Doug MacEachern <dougm@covalent.net>
81854              Subject: Re: [PATCH] remove forward declarations in Socket.pm
81855              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
81856              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
81857      Branch: cfgperl
81858            ! ext/Socket/Socket.pm op.c
81859 ____________________________________________________________________________
81860 [  6225] By: jhi                                   on 2000/06/23  13:41:52
81861         Log: Add source code filenames to apidoc.
81862              From: simon@brecon.co.uk (Simon Cozens)
81863              Subject: [PATCH embed.pl] Source X-ref
81864              Date: 22 Jun 2000 02:18:49 GMT
81865              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
81866      Branch: cfgperl
81867            ! embed.pl
81868 ____________________________________________________________________________
81869 [  6224] By: jhi                                   on 2000/06/23  13:32:33
81870         Log: A way to avoid English.pm performance hit.
81871              From: root <root@jester.slaysys.com>
81872              Subject: [YAPATCH English.pm] My turn to putt again
81873              Date: Thu, 22 Jun 2000 20:33:58 -0400
81874              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
81875      Branch: cfgperl
81876            ! lib/English.pm t/lib/english.t
81877 ____________________________________________________________________________
81878 [  6223] By: jhi                                   on 2000/06/23  13:27:06
81879         Log: Avoid double close().
81880              Subject: [PATCH] avoid double close()
81881              From: Doug MacEachern <dougm@covalent.net>
81882              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
81883              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
81884      Branch: cfgperl
81885            ! doio.c
81886 ____________________________________________________________________________
81887 [  6222] By: jhi                                   on 2000/06/23  13:25:54
81888         Log: doc typo fix
81889              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
81890              From: Ian Phillipps <Ian.Phillipps@iname.com>
81891              Date: Fri, 23 Jun 2000 10:40:58 +0100
81892              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
81893      Branch: cfgperl
81894            ! lib/Pod/Usage.pm
81895 ____________________________________________________________________________
81896 [  6221] By: jhi                                   on 2000/06/23  13:24:15
81897         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
81898              From: simon@brecon.co.uk (Simon Cozens)
81899              Subject: [PATCH] Eliminate tr///[CU][CU]
81900              Date: 23 Jun 2000 11:05:40 GMT
81901              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
81902      Branch: cfgperl
81903            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
81904 ____________________________________________________________________________
81905 [  6220] By: jhi                                   on 2000/06/22  16:07:51
81906         Log: Win32 patches from Benjamin Stuhl.
81907      Branch: cfgperl
81908            ! makedef.pl win32/win32.h
81909 ____________________________________________________________________________
81910 [  6219] By: jhi                                   on 2000/06/22  16:06:34
81911         Log: Bytecode patches from Benjamin Stuhl.
81912      Branch: cfgperl
81913            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81914            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81915            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81916 ____________________________________________________________________________
81917 [  6218] By: jhi                                   on 2000/06/15  23:54:16
81918         Log: Bytecode patches from Benjamin Stuhl.
81919      Branch: cfgperl
81920            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81921 ____________________________________________________________________________
81922 [  6217] By: jhi                                   on 2000/06/09  13:38:29
81923         Log: Rename the fdpid locking and integrate with Sarathy.
81924      Branch: cfgperl
81925            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
81926            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
81927            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
81928            ! win32/win32.c
81929           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
81930 ____________________________________________________________________________
81931 [  6216] By: gsar                                  on 2000/06/08  14:54:21
81932         Log: be more optimal about clearing @_
81933      Branch: perl
81934            ! cop.h
81935 ____________________________________________________________________________
81936 [  6215] By: gsar                                  on 2000/06/08  14:33:04
81937         Log: tweak comment about @DB::args
81938      Branch: perl
81939            ! av.h pp_ctl.c
81940 ____________________________________________________________________________
81941 [  6214] By: gsar                                  on 2000/06/08  13:57:54
81942         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
81943              caller() wants to populate @DB::args with it (causes a coredump
81944              in Carp::confess())
81945      Branch: perl
81946            ! cop.h t/op/runlevel.t
81947 ____________________________________________________________________________
81948 [  6213] By: gsar                                  on 2000/06/08  07:06:35
81949         Log: back out change#6106 (seems problematic)
81950      Branch: perl
81951            ! hints/solaris_2.sh
81952 ____________________________________________________________________________
81953 [  6212] By: jhi                                   on 2000/06/07  03:10:36
81954         Log: Continuing mopup for #6204.
81955      Branch: cfgperl
81956            ! ext/B/defsubs_h.PL
81957 ____________________________________________________________________________
81958 [  6211] By: jhi                                   on 2000/06/07  02:41:50
81959         Log: Mopup for #6204.
81960              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
81961              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
81962              This is comes from const() where POK isn't on when expected.
81963      Branch: cfgperl
81964            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
81965            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81966            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81967            ! perlapi.h pod/perlapi.pod
81968 ____________________________________________________________________________
81969 [  6210] By: jhi                                   on 2000/06/07  01:56:29
81970         Log: Mopup for #6207 and #6209.
81971      Branch: cfgperl
81972            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
81973 ____________________________________________________________________________
81974 [  6209] By: jhi                                   on 2000/06/07  01:33:12
81975         Log: Lock PL_fdpid against race conditions, based on:
81976              Subject: [PATCH 5.6.0]subprocess fixup for threads
81977              From: Dan Sugalski <dan@sidhe.org>
81978              To: perl5-porters@perl.org
81979              Date: Tue, 11 Apr 2000 17:02:32 -0400
81980              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
81981      Branch: cfgperl
81982            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
81983            ! win32/win32.c
81984 ____________________________________________________________________________
81985 [  6208] By: jhi                                   on 2000/06/07  01:05:23
81986         Log: Regen headers for #6207.
81987      Branch: cfgperl
81988            ! embed.h global.sym objXSUB.h proto.h
81989 ____________________________________________________________________________
81990 [  6207] By: jhi                                   on 2000/06/06  23:43:13
81991         Log: Subject: [PATCH 5.6.0] Threadsafe patches
81992              From: Dan Sugalski <dan@sidhe.org>
81993              To: perl5-porters@perl.org
81994              Date: Mon, 08 May 2000 18:08:13 -0400
81995              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
81996      Branch: cfgperl
81997            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
81998            ! proto.h sv.h util.c
81999 ____________________________________________________________________________
82000 [  6206] By: jhi                                   on 2000/06/06  23:21:23
82001         Log: Subject: [PATCH] Eliminate $a/$b in pod
82002              From: David Glasser <me@davidglasser.net>
82003              To: perl5-porters@perl.org
82004              Date: Mon, 29 May 2000 21:15:59 -0400
82005              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
82006      Branch: cfgperl
82007            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
82008            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
82009            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
82010            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
82011            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
82012            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
82013            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
82014            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
82015            ! pod/perlvar.pod pod/perlxs.pod
82016 ____________________________________________________________________________
82017 [  6205] By: jhi                                   on 2000/06/06  23:12:14
82018         Log: Subject: [PATCH] Win32 improvements
82019              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82020              To: gsar@activestate.com, perl5-porters@perl.org
82021              Date: Mon, 29 May 2000 17:22:24 PDT
82022              Message-ID: <20000530002224.91142.qmail@hotmail.com>
82023              (MUA had mangled many lines by wordwrapping)
82024      Branch: cfgperl
82025            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
82026 ____________________________________________________________________________
82027 [  6204] By: jhi                                   on 2000/06/06  23:01:50
82028         Log: Subject: [PATCH] B::Bytecode patches
82029              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
82030              To: gsar@activestate.com, jhi@iki.fi
82031              Cc: perl5-porters@perl.org
82032              Message-ID: <20000602202526.48694.qmail@hotmail.com>
82033              (MUA had mangled many lines by wordwrapping)
82034      Branch: cfgperl
82035            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
82036            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
82037            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
82038            ! intrpvar.h perl.c
82039 ____________________________________________________________________________
82040 [  6203] By: jhi                                   on 2000/06/06  22:32:43
82041         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
82042              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82043              Date: Tue, 06 Jun 2000 13:07:45 -0700
82044              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
82045      Branch: cfgperl
82046            ! pod/perldiag.pod
82047 ____________________________________________________________________________
82048 [  6202] By: jhi                                   on 2000/06/06  19:38:35
82049         Log: Integrate with Sarathy.
82050      Branch: cfgperl
82051           !> perl.c
82052 ____________________________________________________________________________
82053 [  6201] By: gsar                                  on 2000/06/06  00:42:59
82054         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
82055              does a PUSHMARK that's never ever POPMARKed; in general, only
82056              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
82057              Perl_eval_[sp]v() don't because they don't take any incoming
82058              arguments (this leak has been around since the original version
82059              of perl_eval_pv() in 5.003_97e)
82060      Branch: perl
82061            ! perl.c
82062 ____________________________________________________________________________
82063 [  6200] By: jhi                                   on 2000/06/04  03:44:52
82064         Log: Update to cperl-mode.el 4.31 from
82065              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
82066              Subject: A couple of notes
82067              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
82068              To: Mailing list Perl5 <perl5-porters@perl.org>
82069              Date: Sat, 3 Jun 2000 23:33:32 -0400
82070              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
82071      Branch: cfgperl
82072            ! emacs/cperl-mode.el
82073 ____________________________________________________________________________
82074 [  6199] By: jhi                                   on 2000/06/03  15:11:05
82075         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
82076              From: Dan Sugalski <dan@sidhe.org>
82077              To: perl5-porters@perl.org, vmsperl@perl.org
82078              Date: Fri, 02 Jun 2000 17:30:51 -0400
82079              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
82080      Branch: cfgperl
82081            ! vms/descrip_mms.template vms/gen_shrfls.pl
82082 ____________________________________________________________________________
82083 [  6198] By: jhi                                   on 2000/06/03  14:59:15
82084         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
82085              From: Dan Sugalski <dan@sidhe.org>
82086              To: vmsperl@perl.org, perl5-porters@perl.org
82087              Date: Fri, 02 Jun 2000 16:00:41 -0400
82088              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
82089              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
82090      Branch: cfgperl
82091            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
82092            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
82093            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
82094 ____________________________________________________________________________
82095 [  6197] By: jhi                                   on 2000/06/03  14:41:30
82096         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
82097              From: John Borwick <jhborwic@unity.ncsu.edu>
82098              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
82099              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
82100      Branch: cfgperl
82101            ! pod/perlsyn.pod
82102 ____________________________________________________________________________
82103 [  6196] By: jhi                                   on 2000/06/03  14:38:09
82104         Log: Integrate with Sarathy.
82105      Branch: cfgperl
82106           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82107           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82108           !> vms/perly_c.vms
82109 ____________________________________________________________________________
82110 [  6195] By: gsar                                  on 2000/06/02  22:43:13
82111         Log: fix yet another eval"" leak under USE_ITHREADS
82112      Branch: perl
82113            ! op.c
82114 ____________________________________________________________________________
82115 [  6194] By: gsar                                  on 2000/06/02  18:22:06
82116         Log: fix small eval"" memory leaks under USE_ITHREADS
82117      Branch: perl
82118            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
82119            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
82120            ! vms/perly_c.vms
82121 ____________________________________________________________________________
82122 [  6193] By: jhi                                   on 2000/06/01  13:03:56
82123         Log: Signals-be-gone for microperl.
82124      Branch: cfgperl
82125            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
82126 ____________________________________________________________________________
82127 [  6192] By: jhi                                   on 2000/06/01  12:52:02
82128         Log: Integrate with Sarathy.
82129      Branch: cfgperl
82130           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
82131           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
82132           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
82133           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82134           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
82135           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
82136           !> t/op/vec.t utils/h2xs.PL
82137 ____________________________________________________________________________
82138 [  6191] By: gsar                                  on 2000/06/01  09:38:21
82139         Log: vec() loses numericalness (modified version of patch suggested
82140              by Robin Barker)
82141      Branch: perl
82142            ! doop.c t/op/vec.t
82143 ____________________________________________________________________________
82144 [  6190] By: gsar                                  on 2000/06/01  09:26:15
82145         Log: submit missing embed.pl change
82146      Branch: perl
82147            ! embed.pl
82148 ____________________________________________________________________________
82149 [  6189] By: gsar                                  on 2000/06/01  09:05:34
82150         Log: counting tr/// corrupts later operation (from M.J.T Guy)
82151      Branch: perl
82152            ! doop.c t/op/tr.t
82153 ____________________________________________________________________________
82154 [  6188] By: gsar                                  on 2000/06/01  08:58:39
82155         Log: h2xs tweaks
82156      Branch: perl
82157            ! utils/h2xs.PL
82158 ____________________________________________________________________________
82159 [  6187] By: gsar                                  on 2000/06/01  08:50:07
82160         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
82161              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82162      Branch: perl
82163            + lib/Pod/LaTeX.pm
82164            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
82165            ! pod/pod2latex.PL
82166 ____________________________________________________________________________
82167 [  6186] By: gsar                                  on 2000/06/01  08:24:40
82168         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
82169              <wolfgang.laun@alcatel.at>)
82170      Branch: perl
82171            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
82172            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
82173 ____________________________________________________________________________
82174 [  6185] By: gsar                                  on 2000/06/01  08:12:00
82175         Log: remove incorrect documentation about implicit split to @_ in
82176              list context, which never really worked in perl 5 (from
82177              M.J.T. Guy)
82178      Branch: perl
82179            ! pod/perlfunc.pod pod/perltrap.pod
82180 ____________________________________________________________________________
82181 [  6184] By: gsar                                  on 2000/06/01  07:52:27
82182         Log: tweak for change#6127
82183      Branch: perl
82184            ! perl.c
82185 ____________________________________________________________________________
82186 [  6183] By: gsar                                  on 2000/06/01  07:41:02
82187         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
82188              <nick@ccl4.org>)
82189      Branch: perl
82190            + t/lib/selfloader.t
82191            ! MANIFEST lib/SelfLoader.pm
82192 ____________________________________________________________________________
82193 [  6182] By: jhi                                   on 2000/06/01  00:34:42
82194         Log: Be Cleaner Part Deux.
82195      Branch: cfgperl
82196            ! Makefile.SH
82197 ____________________________________________________________________________
82198 [  6181] By: jhi                                   on 2000/06/01  00:32:09
82199         Log: Integrate with Sarathy.
82200      Branch: cfgperl
82201           !> pp.c t/op/arith.t
82202 ____________________________________________________________________________
82203 [  6180] By: jhi                                   on 2000/06/01  00:31:13
82204         Log: microperl nits from Simon Cozens.
82205      Branch: cfgperl
82206            + uconfig.h
82207            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
82208            ! unixish.h
82209 ____________________________________________________________________________
82210 [  6179] By: gsar                                  on 2000/05/31  22:37:51
82211         Log: buggy modulus on UVs introduced by change#3378 (resulted in
82212              4063328477 % 65535 amounting to 27406, instead of 27407)
82213      Branch: perl
82214            ! pp.c t/op/arith.t
82215 ____________________________________________________________________________
82216 [  6178] By: jhi                                   on 2000/05/31  21:52:41
82217         Log: Be cleaner.
82218      Branch: cfgperl
82219            ! Makefile.SH
82220 ____________________________________________________________________________
82221 [  6177] By: jhi                                   on 2000/05/31  21:47:33
82222         Log: Substitution utf8 patch from Simon Cozens.
82223      Branch: cfgperl
82224            ! pp_hot.c
82225 ____________________________________________________________________________
82226 [  6176] By: jhi                                   on 2000/05/31  21:45:34
82227         Log: Single-quoted utf8 patch from Simon Cozens.
82228      Branch: cfgperl
82229            ! toke.c
82230 ____________________________________________________________________________
82231 [  6175] By: jhi                                   on 2000/05/31  21:40:18
82232         Log: Integrate with Sarathy.
82233      Branch: cfgperl
82234           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
82235 ____________________________________________________________________________
82236 [  6174] By: jhi                                   on 2000/05/31  21:37:31
82237         Log: microperl changes from Simon Cozens; Makefile for microperl
82238              written from scratch; few casts added as microperl compilation
82239              doesn't have all prototypes available.
82240      Branch: cfgperl
82241            + Makefile.micro README.micro Todo.micro uconfig.sh
82242            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
82243            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
82244      Branch: metaconfig
82245            + U/modified/Config_h.U
82246 ____________________________________________________________________________
82247 [  6173] By: jhi                                   on 2000/05/31  20:00:24
82248         Log: metaconfig maintenance.
82249      Branch: metaconfig
82250            + U/modified/Inhdr.U U/typedefs/inotype.U
82251      Branch: metaconfig/U/perl
82252            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
82253            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
82254 ____________________________________________________________________________
82255 [  6172] By: gsar                                  on 2000/05/31  05:05:42
82256         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
82257              (from Ilya Zakharevich)
82258      Branch: perl
82259            ! regexec.c t/op/re_tests
82260 ____________________________________________________________________________
82261 [  6171] By: gsar                                  on 2000/05/31  05:01:47
82262         Log: scalar() doesn't force scalar context when used in void context
82263              (from Simon Cozens)
82264      Branch: perl
82265            ! op.c t/op/wantarray.t
82266 ____________________________________________________________________________
82267 [  6170] By: gsar                                  on 2000/05/31  04:41:33
82268         Log: change#6142 needs tweaks to tests to work where there's no symlink()
82269              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82270      Branch: perl
82271            ! t/lib/filefind.t
82272 ____________________________________________________________________________
82273 [  6169] By: gsar                                  on 2000/05/31  04:29:49
82274         Log: integrate cfgperl contents into mainline
82275      Branch: perl
82276           +> pod/perlmodlib.PL pod/perlnewmod.pod
82277           !> (integrate 42 files)
82278 ____________________________________________________________________________
82279 [  6168] By: jhi                                   on 2000/05/30  22:53:37
82280         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
82281      Branch: cfgperl
82282            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82283            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
82284            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
82285            ! win32/config.bc win32/config.gc win32/config.vc
82286            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82287            ! win32/config_h.PL win32/config_sh.PL
82288      Branch: metaconfig/U/perl
82289            ! perlxv.U
82290 ____________________________________________________________________________
82291 [  6167] By: jhi                                   on 2000/05/30  22:20:21
82292         Log: tweak todo 
82293      Branch: cfgperl
82294            ! Todo-5.6
82295 ____________________________________________________________________________
82296 [  6166] By: jhi                                   on 2000/05/30  22:11:51
82297         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
82298              in case somebody wants to write an extension for more
82299              shadow database interfaces.
82300      Branch: cfgperl
82301            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82302            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
82303            ! vos/config.def vos/config.h vos/config_h.SH_orig
82304            ! win32/config.bc win32/config.gc win32/config.vc
82305            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
82306      Branch: metaconfig
82307            ! U/modified/Myinit.U
82308      Branch: metaconfig/U/perl
82309            + d_getespwnam.U d_getprpwnam.U i_prot.U
82310 ____________________________________________________________________________
82311 [  6165] By: jhi                                   on 2000/05/30  18:35:34
82312         Log: Integrate with Sarathy.
82313      Branch: cfgperl
82314           !> op.c
82315 ____________________________________________________________________________
82316 [  6164] By: jhi                                   on 2000/05/30  18:30:16
82317         Log: detypo
82318      Branch: cfgperl
82319            ! Configure config_h.SH
82320      Branch: metaconfig/U/perl
82321            ! perlxv.U
82322 ____________________________________________________________________________
82323 [  6163] By: gsar                                  on 2000/05/30  03:24:03
82324         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
82325      Branch: perl
82326            ! op.c
82327 ____________________________________________________________________________
82328 [  6162] By: gsar                                  on 2000/05/30  03:09:38
82329         Log: fix memory leak in method call optimization (change#3768);
82330              made C<eval "$x->foo()"> leak
82331      Branch: perl
82332            ! op.c
82333 ____________________________________________________________________________
82334 [  6161] By: jhi                                   on 2000/05/29  17:56:26
82335         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
82336              both from Simon Cozens.
82337      Branch: cfgperl
82338            + pod/perlmodlib.PL pod/perlnewmod.pod
82339            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
82340            ! pod/perlmodlib.pod pod/perltoc.pod
82341 ____________________________________________________________________________
82342 [  6160] By: jhi                                   on 2000/05/29  17:23:55
82343         Log: Changes for the File::Temp 0.08 (change #6159) test suite
82344              to fit better into the Perl distribution test framework.
82345      Branch: cfgperl
82346            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
82347            ! t/lib/ftmp-tempfile.t
82348 ____________________________________________________________________________
82349 [  6159] By: jhi                                   on 2000/05/29  16:55:36
82350         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
82351      Branch: cfgperl
82352            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82353            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82354 ____________________________________________________________________________
82355 [  6158] By: bailey                                on 2000/05/29  16:22:08
82356         Log: Add fallback to tmpfile for use in cases where user's relying on
82357              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
82358              Lane's patch)
82359      Branch: vmsperl
82360            ! vms/vms.c vms/vmsish.h
82361 ____________________________________________________________________________
82362 [  6157] By: jhi                                   on 2000/05/29  03:10:36
82363         Log: Regen Configure to jive with #6149.
82364      Branch: cfgperl
82365            ! Configure
82366      Branch: metaconfig
82367            ! U/modified/Getfile.U
82368 ____________________________________________________________________________
82369 [  6156] By: jhi                                   on 2000/05/29  03:01:38
82370         Log: Integrate with Sarathy.
82371      Branch: cfgperl
82372           +> ext/DynaLoader/dl_mac.xs
82373           !> (integrate 38 files)
82374 ____________________________________________________________________________
82375 [  6155] By: gsar                                  on 2000/05/28  21:15:58
82376         Log: small bug in change#6144; remove random \xA0 character that snuck
82377              in via change#6145
82378      Branch: perl
82379            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
82380 ____________________________________________________________________________
82381 [  6154] By: gsar                                  on 2000/05/28  21:04:19
82382         Log: avoid type mismatch warning
82383      Branch: perl
82384            ! perl.c
82385 ____________________________________________________________________________
82386 [  6153] By: gsar                                  on 2000/05/28  20:58:31
82387         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
82388              <nick@Bagpuss.uk.boo.com>)
82389      Branch: perl
82390            ! lib/Test/Harness.pm
82391 ____________________________________________________________________________
82392 [  6152] By: gsar                                  on 2000/05/28  20:53:42
82393         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
82394      Branch: perl
82395            ! regexec.c
82396 ____________________________________________________________________________
82397 [  6151] By: gsar                                  on 2000/05/28  20:50:28
82398         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
82399      Branch: perl
82400            ! regexec.c
82401 ____________________________________________________________________________
82402 [  6150] By: gsar                                  on 2000/05/28  20:39:58
82403         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
82404      Branch: perl
82405            ! pod/perlrequick.pod
82406 ____________________________________________________________________________
82407 [  6149] By: gsar                                  on 2000/05/28  20:35:16
82408         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
82409              <troc@netrus.net>)
82410      Branch: perl
82411            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
82412            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
82413            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
82414            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
82415 ____________________________________________________________________________
82416 [  6148] By: gsar                                  on 2000/05/28  20:21:07
82417         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
82418      Branch: perl
82419            ! lib/ExtUtils/MM_Unix.pm
82420 ____________________________________________________________________________
82421 [  6147] By: gsar                                  on 2000/05/28  20:12:41
82422         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
82423              (from Peter Prymmer)
82424      Branch: perl
82425            ! vms/subconfigure.com
82426 ____________________________________________________________________________
82427 [  6146] By: gsar                                  on 2000/05/28  20:06:15
82428         Log: doc typo
82429      Branch: perl
82430            ! lib/warnings.pm warnings.h warnings.pl
82431 ____________________________________________________________________________
82432 [  6145] By: gsar                                  on 2000/05/28  18:44:33
82433         Log: make xsubpp skip embedded pod (from Matthias Neeracher
82434              <neeri@iis.ee.ethz.ch>)
82435      Branch: perl
82436            ! lib/ExtUtils/xsubpp
82437 ____________________________________________________________________________
82438 [  6144] By: gsar                                  on 2000/05/28  18:42:49
82439         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
82440              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
82441              <neeri@iis.ee.ethz.ch>)
82442      Branch: perl
82443            ! lib/AutoSplit.pm
82444 ____________________________________________________________________________
82445 [  6143] By: gsar                                  on 2000/05/28  18:41:12
82446         Log: MacOS support, part 1 (from Matthias Neeracher
82447              <neeri@iis.ee.ethz.ch>)
82448      Branch: perl
82449            + ext/DynaLoader/dl_mac.xs
82450            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
82451            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
82452            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
82453            ! util.h
82454 ____________________________________________________________________________
82455 [  6142] By: gsar                                  on 2000/05/28  18:21:51
82456         Log: File::Find fails to chdir when chasing symlinks (from
82457              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
82458      Branch: perl
82459            ! lib/File/Find.pm t/lib/filefind.t
82460 ____________________________________________________________________________
82461 [  6141] By: jhi                                   on 2000/05/28  14:25:15
82462         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
82463              forwarded by Peter Seebach from the bsdi-users mailing list.
82464              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
82465      Branch: perl
82466            ! hints/bsdos.sh
82467 ____________________________________________________________________________
82468 [  6140] By: jhi                                   on 2000/05/28  14:11:57
82469         Log: Integrate with Sarathy.
82470      Branch: cfgperl
82471           +> (branch 30 files)
82472           !> (integrate 93 files)
82473 ____________________________________________________________________________
82474 [  6139] By: gsar                                  on 2000/05/28  10:01:48
82475         Log: revise mktables.PL for bugs and newness in Unicode 3.0
82476              (from James Bence <jbence@amgen.com>)
82477      Branch: perl
82478            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
82479            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
82480            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
82481            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
82482            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
82483            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
82484            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
82485            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
82486            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
82487            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
82488            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
82489            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
82490            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
82491            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
82492            + lib/unicode/Is/SylWU.pl
82493            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
82494            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
82495            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
82496            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
82497            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
82498            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
82499            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
82500            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
82501            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
82502            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
82503            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
82504            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
82505            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
82506            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
82507            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
82508            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
82509            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
82510            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
82511            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
82512            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
82513            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
82514            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
82515            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
82516            ! lib/unicode/Makefile lib/unicode/mktables.PL
82517 ____________________________________________________________________________
82518 [  6138] By: gsar                                  on 2000/05/28  08:50:32
82519         Log: add note about the handling of negative indices to tied arrays
82520              (from Michael G Schwern <schwern@pobox.com>)
82521      Branch: perl
82522            ! pod/perltie.pod
82523 ____________________________________________________________________________
82524 [  6137] By: gsar                                  on 2000/05/28  08:46:10
82525         Log: fix bogus redeclaration warning for "our" variables in different
82526              scopes
82527      Branch: perl
82528            ! op.c t/pragma/strict-vars
82529 ____________________________________________________________________________
82530 [  6136] By: gsar                                  on 2000/05/28  08:31:20
82531         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
82532      Branch: perl
82533            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
82534 ____________________________________________________________________________
82535 [  6135] By: gsar                                  on 2000/05/28  08:17:50
82536         Log: enable Test::Harness to dynamically determine column width etc.
82537              (from Rob Napier <rnapier@employees.org>)
82538      Branch: perl
82539            ! lib/Test/Harness.pm
82540 ____________________________________________________________________________
82541 [  6134] By: gsar                                  on 2000/05/28  08:13:39
82542         Log: make Test::Harness use wait.h/WCOREDUMP if available
82543              (from Ben Tilly <ben_tilly@hotmail.com>)
82544      Branch: perl
82545            ! lib/Test/Harness.pm
82546 ____________________________________________________________________________
82547 [  6133] By: gsar                                  on 2000/05/28  08:08:05
82548         Log: elide bogus test in change#6132
82549      Branch: perl
82550            ! t/pragma/warn/9enabled
82551 ____________________________________________________________________________
82552 [  6132] By: gsar                                  on 2000/05/28  08:03:14
82553         Log: warnings::enabled() doesn't fall back to looking at $^W if
82554              caller isn't using lexical warnings (from Paul Marquess)
82555      Branch: perl
82556            ! pp_ctl.c t/pragma/warn/9enabled
82557 ____________________________________________________________________________
82558 [  6131] By: gsar                                  on 2000/05/28  07:57:47
82559         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
82560      Branch: perl
82561            ! ext/POSIX/POSIX.pm
82562 ____________________________________________________________________________
82563 [  6130] By: gsar                                  on 2000/05/28  07:29:12
82564         Log: fix places that mean C<"word" character> but say C<alphanumeric
82565              character>
82566      Branch: perl
82567            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
82568 ____________________________________________________________________________
82569 [  6129] By: gsar                                  on 2000/05/28  07:18:41
82570         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
82571      Branch: perl
82572            ! vms/test.com
82573 ____________________________________________________________________________
82574 [  6128] By: gsar                                  on 2000/05/28  07:12:55
82575         Log: new perlxstut example for passing/returning refs to arrays
82576              (from David Lowe <dlowe@pootpoot.com>)
82577      Branch: perl
82578            ! pod/perlxstut.pod
82579 ____________________________________________________________________________
82580 [  6127] By: gsar                                  on 2000/05/28  07:02:50
82581         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
82582              failed (from Gisle Aas)
82583      Branch: perl
82584            ! cop.h perl.c
82585 ____________________________________________________________________________
82586 [  6126] By: gsar                                  on 2000/05/28  06:39:53
82587         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
82588              (reworked variant of patch suggested by Simon Cozens)
82589      Branch: perl
82590            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
82591            ! pp_hot.c proto.h t/op/gv.t
82592 ____________________________________________________________________________
82593 [  6125] By: gsar                                  on 2000/05/28  05:14:55
82594         Log: enable propagating exception objects via Perl_croak() in XS code
82595              (from Gisle Aas)
82596      Branch: perl
82597            ! util.c
82598 ____________________________________________________________________________
82599 [  6124] By: gsar                                  on 2000/05/28  05:07:28
82600         Log: integrate vmsperl contents into mainline
82601      Branch: perl
82602           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
82603           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
82604           !> vms/vmsish.h
82605 ____________________________________________________________________________
82606 [  6123] By: gsar                                  on 2000/05/28  05:03:53
82607         Log: clarify gotcha with #line directives (from Rocco Caputo
82608              <troc@netrus.net>)
82609      Branch: perl
82610            ! pod/perldebug.pod pod/perlsyn.pod
82611 ____________________________________________________________________________
82612 [  6122] By: gsar                                  on 2000/05/28  04:58:29
82613         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
82614              (from Mark-Jason Dominus)
82615      Branch: perl
82616            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
82617            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
82618            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
82619            ! toke.c
82620 ____________________________________________________________________________
82621 [  6121] By: bailey                                on 2000/05/25  04:46:54
82622         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
82623              lists (based on fixes by Craig Berry)
82624      Branch: vmsperl
82625            ! lib/File/Spec/VMS.pm
82626 ____________________________________________________________________________
82627 [  6120] By: bailey                                on 2000/05/25  04:25:38
82628         Log: Add missing escape (Charles Lane)
82629      Branch: vmsperl
82630            ! t/op/lex_assign.t
82631 ____________________________________________________________________________
82632 [  6119] By: bailey                                on 2000/05/25  04:21:25
82633         Log: Quiet error messages in vmsish.t (Charles Lane)
82634      Branch: vmsperl
82635            ! vms/ext/vmsish.t
82636 ____________________________________________________________________________
82637 [  6118] By: bailey                                on 2000/05/25  04:17:57
82638         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
82639              Flatten case labels in switch statements uniformly (Charles Bailey)
82640      Branch: vmsperl
82641            ! vms/vms.c
82642 ____________________________________________________________________________
82643 [  6117] By: bailey                                on 2000/05/25  03:58:09
82644         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
82645      Branch: vmsperl
82646            ! vms/vmsish.h
82647 ____________________________________________________________________________
82648 [  6116] By: bailey                                on 2000/05/25  03:11:15
82649         Log: Miscellaneous cosmetic fixes (Charles Lane)
82650      Branch: vmsperl
82651            ! lib/ExtUtils/MM_VMS.pm
82652 ____________________________________________________________________________
82653 [  6115] By: bailey                                on 2000/05/25  03:10:36
82654         Log: Add bounds checking for several strings (Charles Lane)
82655      Branch: vmsperl
82656            ! vms/vms.c
82657 ____________________________________________________________________________
82658 [  6114] By: bailey                                on 2000/05/25  02:25:34
82659         Log: Urk -- undo previous removal of vmsish 'exit' change
82660      Branch: vmsperl
82661            ! vms/ext/vmsish.pm vms/vmsish.h
82662 ____________________________________________________________________________
82663 [  6113] By: bailey                                on 2000/05/24  02:24:40
82664         Log: Ugly workaround for version-specific RTL error
82665      Branch: vmsperl
82666            ! vms/vms.c
82667 ____________________________________________________________________________
82668 [  6112] By: bailey                                on 2000/05/24  02:19:55
82669         Log: Check for existence of file before trying to delete
82670      Branch: vmsperl
82671            ! vms/test.com
82672 ____________________________________________________________________________
82673 [  6111] By: bailey                                on 2000/05/23  23:35:13
82674         Log: Resync with mainline prior to post-5.6.0 updates
82675      Branch: vmsperl
82676           +> (branch 49 files)
82677            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
82678            ! vms/ext/vmsish.pm
82679           !> (integrate 334 files)
82680 ____________________________________________________________________________
82681 [  6110] By: jhi                                   on 2000/05/23  19:28:32
82682         Log: todo tweak
82683      Branch: cfgperl
82684            ! Todo-5.6
82685 ____________________________________________________________________________
82686 [  6109] By: jhi                                   on 2000/05/18  17:38:54
82687         Log: Integrate with Sarathy.
82688      Branch: cfgperl
82689           !> mg.c perl.h win32/perlhost.h
82690 ____________________________________________________________________________
82691 [  6108] By: gsar                                  on 2000/05/17  02:24:56
82692         Log: reenable fake signal handling on Windows, bugs and all
82693      Branch: perl
82694            ! mg.c perl.h win32/perlhost.h
82695 ____________________________________________________________________________
82696 [  6107] By: jhi                                   on 2000/05/15  18:01:41
82697         Log: Tweak the todo list.
82698      Branch: cfgperl
82699            ! Todo-5.6
82700 ____________________________________________________________________________
82701 [  6106] By: jhi                                   on 2000/05/15  13:41:48
82702         Log: The (Configure) script refuses to go on, after asking for
82703              'You may also choose to try maximal 64-bitness....'.
82704              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
82705              -- Patrick Zima
82706              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
82707      Branch: cfgperl
82708            ! hints/solaris_2.sh
82709 ____________________________________________________________________________
82710 [  6105] By: jhi                                   on 2000/05/11  14:37:43
82711         Log: Integrate with Sarathy.
82712      Branch: cfgperl
82713           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82714           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
82715 ____________________________________________________________________________
82716 [  6104] By: gsar                                  on 2000/05/11  03:39:07
82717         Log: PL_sys_intern was being initialized too late on windows
82718      Branch: perl
82719            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82720            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
82721 ____________________________________________________________________________
82722 [  6103] By: jhi                                   on 2000/05/09  19:42:20
82723         Log: Test tweaking for Unicos continues.
82724      Branch: cfgperl
82725            ! t/op/64bitint.t
82726 ____________________________________________________________________________
82727 [  6102] By: jhi                                   on 2000/05/09  16:47:27
82728         Log: The test suite tweak in #6101 wasn't quite right.
82729      Branch: cfgperl
82730            ! t/lib/complex.t
82731 ____________________________________________________________________________
82732 [  6101] By: jhi                                   on 2000/05/09  15:35:34
82733         Log: Hints and test tweaks for Unicos.
82734      Branch: cfgperl
82735            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
82736 ____________________________________________________________________________
82737 [  6100] By: jhi                                   on 2000/05/08  21:15:06
82738         Log: More compilation tweakery from Allen Smith.
82739      Branch: cfgperl
82740            ! hints/irix_6.sh
82741 ____________________________________________________________________________
82742 [  6099] By: jhi                                   on 2000/05/08  19:21:18
82743         Log: Tweaks for the cc bugs from Allen Smith.
82744      Branch: cfgperl
82745            ! hints/irix_6.sh
82746 ____________________________________________________________________________
82747 [  6098] By: jhi                                   on 2000/05/08  19:13:37
82748         Log: Add a note about other, yet unsupported, shadow password APIs.
82749      Branch: cfgperl
82750            ! pp_sys.c
82751 ____________________________________________________________________________
82752 [  6097] By: jhi                                   on 2000/05/08  18:46:34
82753         Log: Add a note about possible compilation problems from Allen Smith.
82754      Branch: cfgperl
82755            ! hints/irix_6.sh
82756 ____________________________________________________________________________
82757 [  6096] By: jhi                                   on 2000/05/08  17:33:10
82758         Log: Integrate with Sarathy.
82759      Branch: cfgperl
82760           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82761           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
82762 ____________________________________________________________________________
82763 [  6095] By: jhi                                   on 2000/05/08  16:21:33
82764         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
82765              might be useful in future.
82766      Branch: cfgperl
82767            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82768            ! config_h.SH
82769      Branch: metaconfig
82770            ! U/installdirs/inc_version_list.U
82771      Branch: metaconfig/U/perl
82772            ! perlxv.U
82773 ____________________________________________________________________________
82774 [  6094] By: gsar                                  on 2000/05/08  14:22:22
82775         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
82776      Branch: perl
82777            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82778            ! hints/cygwin.sh pp_sys.c
82779 ____________________________________________________________________________
82780 [  6093] By: gsar                                  on 2000/05/08  12:52:28
82781         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
82782              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
82783      Branch: perl
82784            ! pp_sys.c sv.c win32/perlhost.h
82785 ____________________________________________________________________________
82786 [  6092] By: jhi                                   on 2000/05/07  22:40:34
82787         Log: Regen perltoc with the fixed buildtoc.
82788      Branch: cfgperl
82789            ! pod/perltoc.pod
82790 ____________________________________________________________________________
82791 [  6091] By: jhi                                   on 2000/05/07  22:24:16
82792         Log: Integrate with Sarathy.
82793      Branch: cfgperl
82794           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
82795           !> t/op/substr.t toke.c
82796 ____________________________________________________________________________
82797 [  6090] By: gsar                                  on 2000/05/07  19:47:07
82798         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
82799              [NI]OK; added tests for both
82800      Branch: perl
82801            ! perl.c pp_hot.c sv.c t/op/substr.t
82802 ____________________________________________________________________________
82803 [  6089] By: gsar                                  on 2000/05/07  18:18:38
82804         Log: buildtoc tweak to fix newline lossage
82805      Branch: perl
82806            ! pod/buildtoc
82807 ____________________________________________________________________________
82808 [  6088] By: jhi                                   on 2000/05/07  16:35:36
82809         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
82810              because we do not use those.  The HAS_GETSPNAM remains,
82811              though, because we still do use that.
82812      Branch: cfgperl
82813            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82814            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
82815            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
82816            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
82817            ! win32/config.vc win32/config_H.bc win32/config_H.gc
82818            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
82819 ____________________________________________________________________________
82820 [  6087] By: gsar                                  on 2000/05/07  16:05:16
82821         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
82822      Branch: perl
82823            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
82824 ____________________________________________________________________________
82825 [  6086] By: jhi                                   on 2000/05/07  15:27:07
82826         Log: Integrate with Sarathy.
82827      Branch: cfgperl
82828           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82829           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82830           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
82831           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
82832           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
82833           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
82834 ____________________________________________________________________________
82835 [  6085] By: gsar                                  on 2000/05/07  05:52:02
82836         Log: repeat operator (x) doesn't preserve utf8-ness
82837      Branch: perl
82838            ! pp.c t/op/substr.t
82839 ____________________________________________________________________________
82840 [  6084] By: gsar                                  on 2000/05/07  05:39:55
82841         Log: substr() does not preserve utf8-ness (from Stefan Eissing
82842              <Eissing@medicaldataservice.de>); added tests
82843      Branch: perl
82844            ! pp.c t/op/substr.t
82845 ____________________________________________________________________________
82846 [  6083] By: gsar                                  on 2000/05/07  05:24:46
82847         Log: note about undocumented caller() return value (from M.J.T. Guy);
82848              yet another peek.t tweak
82849      Branch: perl
82850            ! pod/perlfunc.pod t/lib/peek.t
82851 ____________________________________________________________________________
82852 [  6082] By: gsar                                  on 2000/05/07  05:08:40
82853         Log: peek.t non-portable to ithreads
82854      Branch: perl
82855            ! t/lib/peek.t
82856 ____________________________________________________________________________
82857 [  6081] By: gsar                                  on 2000/05/07  04:17:04
82858         Log: better default perlbug categories for ok reports (from Richard Foley)
82859      Branch: perl
82860            ! utils/perlbug.PL
82861 ____________________________________________________________________________
82862 [  6080] By: gsar                                  on 2000/05/07  04:08:07
82863         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
82864              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82865      Branch: perl
82866            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82867            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82868            ! AUTHORS MAINTAIN MANIFEST
82869 ____________________________________________________________________________
82870 [  6079] By: gsar                                  on 2000/05/07  04:01:38
82871         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
82872      Branch: perl
82873            ! lib/Carp/Heavy.pm
82874 ____________________________________________________________________________
82875 [  6078] By: gsar                                  on 2000/05/07  01:24:19
82876         Log: workaround for CRT bug in chdir() (from Charles Lane, via
82877              Peter Prymmer)
82878      Branch: perl
82879            ! iperlsys.h vms/vms.c vms/vmsish.h
82880 ____________________________________________________________________________
82881 [  6077] By: gsar                                  on 2000/05/07  01:22:23
82882         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
82883              and Tom Phoenix)
82884      Branch: perl
82885            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
82886 ____________________________________________________________________________
82887 [  6076] By: gsar                                  on 2000/05/06  17:36:29
82888         Log: integrate cfgperl contents into mainline
82889      Branch: perl
82890           +> t/lib/peek.t
82891           !> Configure MANIFEST Porting/Glossary Porting/config.sh
82892           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
82893           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
82894           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
82895 ____________________________________________________________________________
82896 [  6075] By: jhi                                   on 2000/05/05  18:56:10
82897         Log: Make the test more portable.
82898      Branch: cfgperl
82899            ! t/lib/peek.t
82900 ____________________________________________________________________________
82901 [  6074] By: jhi                                   on 2000/05/05  18:49:20
82902         Log: Introduce t/lib/peek.t.
82903      Branch: cfgperl
82904            + t/lib/peek.t
82905            ! MANIFEST
82906 ____________________________________________________________________________
82907 [  6073] By: jhi                                   on 2000/05/05  14:30:45
82908         Log: Complex tweaks.
82909      Branch: cfgperl
82910            ! lib/Math/Complex.pm t/lib/complex.t
82911 ____________________________________________________________________________
82912 [  6072] By: jhi                                   on 2000/05/05  12:27:13
82913         Log: Integrate with Sarathy.
82914      Branch: cfgperl
82915           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82916           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82917           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
82918           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
82919 ____________________________________________________________________________
82920 [  6071] By: gsar                                  on 2000/05/05  02:24:46
82921         Log: misformatted perllocal.pod (from Tim Jenness
82922              <t.jenness@jach.hawaii.edu>)
82923      Branch: perl
82924            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82925 ____________________________________________________________________________
82926 [  6070] By: gsar                                  on 2000/05/05  02:16:52
82927         Log: remove misleading comment (from M.J.T. Guy)
82928      Branch: perl
82929            ! t/lib/anydbm.t
82930 ____________________________________________________________________________
82931 [  6069] By: gsar                                  on 2000/05/05  02:15:13
82932         Log: File::Spec compatibility update (from Barrie Slaymaker
82933              <barries@slaysys.com>)
82934      Branch: perl
82935            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82936            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82937 ____________________________________________________________________________
82938 [  6068] By: gsar                                  on 2000/05/05  02:01:50
82939         Log: note about values()
82940      Branch: perl
82941            ! pod/perlfunc.pod
82942 ____________________________________________________________________________
82943 [  6067] By: gsar                                  on 2000/05/05  01:33:09
82944         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
82945      Branch: perl
82946            ! win32/win32.c
82947 ____________________________________________________________________________
82948 [  6066] By: gsar                                  on 2000/05/05  01:23:43
82949         Log: s/END/CHECK/
82950      Branch: perl
82951            ! perl.c
82952 ____________________________________________________________________________
82953 [  6065] By: jhi                                   on 2000/05/04  17:30:22
82954         Log: Integrate with Sarathy.
82955      Branch: cfgperl
82956           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
82957 ____________________________________________________________________________
82958 [  6064] By: gsar                                  on 2000/05/04  17:26:14
82959         Log: change#5905 wasn't quite right--it's intent only applies when arguments
82960              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
82961      Branch: perl
82962            ! pp_sys.c sv.c
82963 ____________________________________________________________________________
82964 [  6063] By: gsar                                  on 2000/05/04  16:52:29
82965         Log: tokeq() could read unallocated field in argument
82966      Branch: perl
82967            ! toke.c
82968 ____________________________________________________________________________
82969 [  6062] By: gsar                                  on 2000/05/04  16:34:51
82970         Log: additional tests for utf8.t
82971      Branch: perl
82972            ! t/pragma/utf8.t
82973 ____________________________________________________________________________
82974 [  6061] By: gsar                                  on 2000/05/04  16:09:28
82975         Log: change#5921 neglected to make eq honor "use bytes"
82976      Branch: perl
82977            ! sv.c
82978 ____________________________________________________________________________
82979 [  6060] By: jhi                                   on 2000/05/04  15:30:16
82980         Log: Integrate with Sarathy.
82981      Branch: cfgperl
82982           !> perl.c regcomp.c t/pragma/utf8.t
82983 ____________________________________________________________________________
82984 [  6059] By: jhi                                   on 2000/05/04  15:26:37
82985         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
82986              in natively 64-bit platforms where a long is a quad (no need
82987              for long longs).  Also added bias for IVs.
82988      Branch: cfgperl
82989            ! toke.c
82990 ____________________________________________________________________________
82991 [  6058] By: gsar                                  on 2000/05/04  00:19:14
82992         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
82993              (spotted by Donald Kinzer <dkinzer@premia.com>)
82994      Branch: perl
82995            ! perl.c
82996 ____________________________________________________________________________
82997 [  6057] By: gsar                                  on 2000/05/03  18:34:01
82998         Log: fix broken parsing of /\x{ab}/
82999      Branch: perl
83000            ! regcomp.c t/pragma/utf8.t
83001 ____________________________________________________________________________
83002 [  6056] By: jhi                                   on 2000/05/03  17:57:16
83003         Log: The search of infinity continues, this time simplified.
83004      Branch: cfgperl
83005            ! lib/Math/Complex.pm
83006 ____________________________________________________________________________
83007 [  6055] By: jhi                                   on 2000/05/03  17:45:30
83008         Log: Detypo.
83009      Branch: cfgperl
83010            ! hints/unicos.sh
83011 ____________________________________________________________________________
83012 [  6054] By: jhi                                   on 2000/05/02  22:28:27
83013         Log: Be more forgiving in POSIX about HUGE_VALL.
83014      Branch: cfgperl
83015            ! ext/POSIX/POSIX.xs
83016 ____________________________________________________________________________
83017 [  6053] By: jhi                                   on 2000/05/02  22:25:05
83018         Log: Integrate with Sarathy.
83019      Branch: cfgperl
83020           !> hints/irix_6.sh pod/perlop.pod
83021 ____________________________________________________________________________
83022 [  6052] By: jhi                                   on 2000/05/02  22:24:31
83023         Log: Unicos hint tweak.
83024      Branch: cfgperl
83025            ! hints/unicos.sh
83026 ____________________________________________________________________________
83027 [  6051] By: jhi                                   on 2000/05/02  22:21:26
83028         Log: Complex tweakery.
83029      Branch: cfgperl
83030            ! lib/Math/Complex.pm t/lib/complex.t
83031 ____________________________________________________________________________
83032 [  6050] By: jhi                                   on 2000/05/02  19:26:22
83033         Log: Use setxxent()/endxxent().
83034      Branch: cfgperl
83035            ! t/op/grent.t t/op/pwent.t
83036 ____________________________________________________________________________
83037 [  6049] By: jhi                                   on 2000/05/02  19:06:02
83038         Log: Test both the scalar and list contexts.
83039      Branch: cfgperl
83040            ! t/op/grent.t t/op/pwent.t
83041 ____________________________________________________________________________
83042 [  6048] By: gsar                                  on 2000/05/02  18:29:10
83043         Log: add note about how $( doesn't interpolate in REs (from
83044              Philip Newton <newton@ficus.frogspace.net>)
83045      Branch: perl
83046            ! pod/perlop.pod
83047 ____________________________________________________________________________
83048 [  6047] By: jhi                                   on 2000/05/02  17:41:24
83049         Log: Call getspnam() only iff needed.
83050      Branch: cfgperl
83051            ! pp_sys.c
83052 ____________________________________________________________________________
83053 [  6046] By: gsar                                  on 2000/05/02  17:07:25
83054         Log: libscheck has insufficient checks for n32 libs (from
83055              Albert Chin-A-Young <china@thewrittenword.com>)
83056      Branch: perl
83057            ! hints/irix_6.sh
83058 ____________________________________________________________________________
83059 [  6045] By: jhi                                   on 2000/05/02  13:57:17
83060         Log: Integrate with Sarathy.
83061      Branch: cfgperl
83062           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
83063           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
83064 ____________________________________________________________________________
83065 [  6044] By: gsar                                  on 2000/05/02  06:48:19
83066         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
83067              such that underscores are only ignored in literal numbers,
83068              "\x{...}", and hex/oct argument
83069      Branch: perl
83070            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
83071 ____________________________________________________________________________
83072 [  6043] By: gsar                                  on 2000/05/02  02:22:29
83073         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
83074      Branch: perl
83075            ! pod/perlretut.pod
83076 ____________________________________________________________________________
83077 [  6042] By: gsar                                  on 2000/05/02  02:17:51
83078         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
83079      Branch: perl
83080            ! pod/perltrap.pod
83081 ____________________________________________________________________________
83082 [  6041] By: gsar                                  on 2000/05/02  01:53:51
83083         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
83084              to compensate
83085      Branch: perl
83086            ! Porting/makerel
83087 ____________________________________________________________________________
83088 [  6040] By: gsar                                  on 2000/05/02  01:51:57
83089         Log: missing files in MANIFEST
83090      Branch: perl
83091            ! MANIFEST
83092 ____________________________________________________________________________
83093 [  6039] By: jhi                                   on 2000/05/02  00:36:46
83094         Log: Infinite problems.
83095      Branch: cfgperl
83096            ! lib/Math/Complex.pm
83097 ____________________________________________________________________________
83098 [  6038] By: jhi                                   on 2000/05/02  00:06:38
83099         Log: pwent/spent #ifdef imbalance.
83100      Branch: cfgperl
83101            ! pp_sys.c
83102 ____________________________________________________________________________
83103 [  6037] By: jhi                                   on 2000/05/01  22:50:11
83104         Log: Use HUGE_VALL if applicable.
83105      Branch: cfgperl
83106            ! ext/POSIX/POSIX.xs util.c
83107 ____________________________________________________________________________
83108 [  6036] By: jhi                                   on 2000/05/01  22:20:53
83109         Log: Correct Freudian slip.
83110      Branch: cfgperl
83111            ! pp_sys.c
83112 ____________________________________________________________________________
83113 [  6035] By: jhi                                   on 2000/05/01  21:07:38
83114         Log: Continue on the pwent/spent case.
83115      Branch: cfgperl
83116            ! pp_sys.c
83117 ____________________________________________________________________________
83118 [  6034] By: jhi                                   on 2000/05/01  17:45:14
83119         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
83120              adjustments in 6032 conflicted badly with this, will have
83121              to revisit them later.
83122      Branch: cfgperl
83123           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
83124           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83125           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
83126           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
83127           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
83128           !> t/lib/cgi-html.t t/lib/cgi-request.t
83129 ____________________________________________________________________________
83130 [  6033] By: jhi                                   on 2000/05/01  17:40:49
83131         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
83132      Branch: cfgperl
83133            ! pp_sys.c
83134 ____________________________________________________________________________
83135 [  6032] By: gsar                                  on 2000/05/01  15:56:32
83136         Log: whitespace adjustments
83137      Branch: perl
83138            ! pp_sys.c
83139 ____________________________________________________________________________
83140 [  6031] By: gsar                                  on 2000/05/01  15:19:41
83141         Log: small nits in diagnostics.pm (from Robin Barker)
83142      Branch: perl
83143            ! lib/diagnostics.pm pod/perldiag.pod
83144 ____________________________________________________________________________
83145 [  6030] By: gsar                                  on 2000/05/01  08:39:18
83146         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
83147              for @- and @+ (from Johan Vromans)
83148      Branch: perl
83149            ! lib/English.pm pod/perlvar.pod
83150 ____________________________________________________________________________
83151 [  6029] By: gsar                                  on 2000/05/01  08:16:10
83152         Log: add CGI.pm v2.66 (from Lincoln Stein)
83153      Branch: perl
83154            + lib/CGI/Util.pm t/lib/cgi-pretty.t
83155            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
83156            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
83157            ! t/lib/cgi-html.t t/lib/cgi-request.t
83158 ____________________________________________________________________________
83159 [  6028] By: gsar                                  on 2000/05/01  06:34:41
83160         Log: Pod::Man generates groff-incompatible macro definition (from
83161              Tom Christiansen)
83162      Branch: perl
83163            ! lib/Pod/Man.pm
83164 ____________________________________________________________________________
83165 [  6027] By: gsar                                  on 2000/05/01  06:31:36
83166         Log: podlators-1.02 update (from Russ Allbery)
83167      Branch: perl
83168            ! lib/Pod/Man.pm lib/Pod/Text.pm
83169 ____________________________________________________________________________
83170 [  6026] By: jhi                                   on 2000/04/30  23:24:23
83171         Log: Integrate with Sarathy.
83172      Branch: cfgperl
83173           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83174           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
83175           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83176           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83177           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
83178           !> t/lib/syslog.t toke.c win32/win32.h
83179 ____________________________________________________________________________
83180 [  6025] By: gsar                                  on 2000/04/30  18:17:47
83181         Log: Is{Alnum,Alpha,Word} don't match titlecase
83182              
83183              TODO: IsSpace is defined recursively!
83184              
83185              (both spotted by Larry)
83186      Branch: perl
83187            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
83188            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
83189 ____________________________________________________________________________
83190 [  6024] By: gsar                                  on 2000/04/30  17:50:19
83191         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
83192              (from Hugo van der Sanden)
83193      Branch: perl
83194            ! toke.c
83195 ____________________________________________________________________________
83196 [  6023] By: gsar                                  on 2000/04/30  17:14:43
83197         Log: debugger stomps on $. (from M.J.T. Guy)
83198      Branch: perl
83199            ! lib/perl5db.pl
83200 ____________________________________________________________________________
83201 [  6022] By: gsar                                  on 2000/04/30  16:59:22
83202         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
83203      Branch: perl
83204            ! sv.c
83205 ____________________________________________________________________________
83206 [  6021] By: gsar                                  on 2000/04/29  21:00:08
83207         Log: remove Win2K issue in pod (fixed by change#6020)
83208      Branch: perl
83209            ! README.win32 pod/perl56delta.pod
83210 ____________________________________________________________________________
83211 [  6020] By: gsar                                  on 2000/04/29  20:51:49
83212         Log: test tweak
83213      Branch: perl
83214            ! t/lib/open3.t
83215 ____________________________________________________________________________
83216 [  6019] By: gsar                                  on 2000/04/29  20:34:27
83217         Log: windows portability tweaks
83218      Branch: perl
83219            ! t/lib/b.t win32/win32.h
83220 ____________________________________________________________________________
83221 [  6018] By: gsar                                  on 2000/04/29  19:55:24
83222         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
83223              make _PATH_LOG() return "" if unavailable
83224      Branch: perl
83225            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
83226            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
83227 ____________________________________________________________________________
83228 [  6017] By: jhi                                   on 2000/04/28  22:49:46
83229         Log: Integrate with Sarathy.
83230      Branch: cfgperl
83231           !> op.c perl.c pod/perldiag.pod t/lib/b.t
83232 ____________________________________________________________________________
83233 [  6016] By: jhi                                   on 2000/04/28  22:46:14
83234         Log: Do not warn that an infinity does not look like a number.
83235      Branch: cfgperl
83236            ! sv.c
83237 ____________________________________________________________________________
83238 [  6015] By: gsar                                  on 2000/04/28  22:35:49
83239         Log: tweak test for portability
83240      Branch: perl
83241            ! t/lib/b.t
83242 ____________________________________________________________________________
83243 [  6014] By: gsar                                  on 2000/04/28  22:05:31
83244         Log: glob() loading File::Glob behind the scenes may cause syntax errors
83245      Branch: perl
83246            ! op.c
83247 ____________________________________________________________________________
83248 [  6013] By: gsar                                  on 2000/04/28  21:25:22
83249         Log: tweak change#5945 to display correct switch name in diagnostic
83250      Branch: perl
83251            ! perl.c pod/perldiag.pod
83252 ____________________________________________________________________________
83253 [  6012] By: jhi                                   on 2000/04/28  21:08:12
83254         Log: Integrate with Sarathy.
83255      Branch: cfgperl
83256           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
83257           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
83258           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
83259 ____________________________________________________________________________
83260 [  6011] By: jhi                                   on 2000/04/28  21:04:46
83261         Log: &HUGE_VAL is not defined, it exists.
83262      Branch: cfgperl
83263            ! lib/Math/Complex.pm
83264 ____________________________________________________________________________
83265 [  6010] By: gsar                                  on 2000/04/28  21:02:58
83266         Log: clarify note about shadow password support (from
83267              gellyfish@gellyfish.com)
83268      Branch: perl
83269            ! pod/perlfunc.pod
83270 ____________________________________________________________________________
83271 [  6009] By: gsar                                  on 2000/04/28  21:00:00
83272         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
83273      Branch: perl
83274            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
83275 ____________________________________________________________________________
83276 [  6008] By: gsar                                  on 2000/04/28  20:56:33
83277         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
83278      Branch: perl
83279            ! installperl vms/subconfigure.com
83280 ____________________________________________________________________________
83281 [  6007] By: gsar                                  on 2000/04/28  20:51:21
83282         Log: note about compile failures and END blocks (from M.J.T. Guy)
83283      Branch: perl
83284            ! pod/perl56delta.pod pod/perlmod.pod
83285 ____________________________________________________________________________
83286 [  6006] By: jhi                                   on 2000/04/28  20:42:14
83287         Log: Regen Configure.
83288      Branch: cfgperl
83289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83290            ! config_h.SH
83291 ____________________________________________________________________________
83292 [  6005] By: gsar                                  on 2000/04/28  20:41:16
83293         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
83294      Branch: perl
83295            ! utils/perldoc.PL
83296 ____________________________________________________________________________
83297 [  6004] By: jhi                                   on 2000/04/28  20:28:21
83298         Log: Integrate with Sarathy.
83299      Branch: cfgperl
83300           !> Configure INSTALL Porting/Glossary Porting/config.sh
83301           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
83302           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
83303           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
83304           !> win32/config.vc win32/win32.c
83305 ____________________________________________________________________________
83306 [  6003] By: gsar                                  on 2000/04/28  20:11:20
83307         Log: allow REG_EXPAND_SZ keys in Windows registry (from
83308              John Clayton <John.Clayton@barclayscapital.com>)
83309      Branch: perl
83310            ! win32/win32.c
83311 ____________________________________________________________________________
83312 [  6002] By: gsar                                  on 2000/04/28  19:34:16
83313         Log: destructive sv_setsv() can lose UV-ness from source, causing
83314              numeric promotions/comparisons to fail to do the right thing
83315      Branch: perl
83316            ! sv.c
83317 ____________________________________________________________________________
83318 [  6001] By: gsar                                  on 2000/04/28  18:44:15
83319         Log: support additional library locations via $Config{otherlibdirs}
83320              (from Andy Dougherty)
83321      Branch: perl
83322            ! Configure INSTALL Porting/Glossary Porting/config.sh
83323            ! Porting/config_H config_h.SH epoc/config.sh perl.c
83324            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
83325            ! win32/config.bc win32/config.gc win32/config.vc
83326 ____________________________________________________________________________
83327 [  6000] By: gsar                                  on 2000/04/28  18:26:58
83328         Log: reworked otherlibdirs.U (from Andy Dougherty)
83329      Branch: metaconfig
83330            ! U/installdirs/otherlibdirs.U
83331 ____________________________________________________________________________
83332 [  5999] By: gsar                                  on 2000/04/28  18:17:07
83333         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
83334      Branch: perl
83335            ! t/pragma/warn/toke toke.c
83336 ____________________________________________________________________________
83337 [  5998] By: jhi                                   on 2000/04/28  13:32:17
83338         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
83339      Branch: cfgperl
83340            ! lib/Math/Complex.pm
83341 ____________________________________________________________________________
83342 [  5997] By: jhi                                   on 2000/04/28  13:14:04
83343         Log: Preserve $!.
83344      Branch: cfgperl
83345            ! lib/Math/Complex.pm
83346 ____________________________________________________________________________
83347 [  5996] By: jhi                                   on 2000/04/28  12:59:23
83348         Log: Integrate with Sarathy.
83349      Branch: cfgperl
83350           +> pod/perlrequick.pod pod/perlretut.pod
83351           !> (integrate 51 files)
83352 ____________________________________________________________________________
83353 [  5995] By: gsar                                  on 2000/04/28  09:37:36
83354         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
83355      Branch: perl
83356            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
83357 ____________________________________________________________________________
83358 [  5994] By: gsar                                  on 2000/04/28  09:33:26
83359         Log: fix for missed accounting for null byte in pack("Z",...) (from
83360              M.J.T. Guy)
83361      Branch: perl
83362            ! pp.c t/op/pack.t
83363 ____________________________________________________________________________
83364 [  5993] By: gsar                                  on 2000/04/28  09:30:05
83365         Log: various minor tweaks seen on p5p
83366      Branch: perl
83367            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
83368 ____________________________________________________________________________
83369 [  5992] By: gsar                                  on 2000/04/28  09:08:19
83370         Log: pod nit (from Simon Cozens)
83371      Branch: perl
83372            ! pod/perlop.pod
83373 ____________________________________________________________________________
83374 [  5991] By: gsar                                  on 2000/04/28  09:06:36
83375         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
83376      Branch: perl
83377            ! README.posix-bc hints/posix-bc.sh
83378 ____________________________________________________________________________
83379 [  5990] By: gsar                                  on 2000/04/28  08:54:52
83380         Log: use $ENV{LIB} to search for libs under Visual C compiler
83381              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
83382      Branch: perl
83383            ! lib/ExtUtils/Liblist.pm
83384 ____________________________________________________________________________
83385 [  5989] By: gsar                                  on 2000/04/28  08:27:12
83386         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
83387              itself and no other (from Tom Hughes)
83388      Branch: perl
83389            ! t/op/array.t toke.c
83390 ____________________________________________________________________________
83391 [  5988] By: gsar                                  on 2000/04/28  08:01:38
83392         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
83393              <paul@miraclefish.com>)
83394      Branch: perl
83395            ! lib/ExtUtils/MakeMaker.pm
83396 ____________________________________________________________________________
83397 [  5987] By: gsar                                  on 2000/04/28  07:53:09
83398         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
83399      Branch: perl
83400            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
83401 ____________________________________________________________________________
83402 [  5986] By: gsar                                  on 2000/04/28  07:44:17
83403         Log: add regular expressions tutorial and quick-start guide (from
83404              Mark Kvale <kvale@phy.ucsf.edu>)
83405      Branch: perl
83406            + pod/perlrequick.pod pod/perlretut.pod
83407            ! AUTHORS MAINTAIN MANIFEST
83408 ____________________________________________________________________________
83409 [  5985] By: gsar                                  on 2000/04/28  07:30:28
83410         Log: forked child may not exit correctly if it failed to open
83411              /dev/console (from Graham Barr)
83412      Branch: perl
83413            ! ext/Sys/Syslog/Syslog.pm
83414 ____________________________________________________________________________
83415 [  5984] By: gsar                                  on 2000/04/28  07:27:20
83416         Log: attributes::reftype() doesn't work on tied argument
83417      Branch: perl
83418            ! xsutils.c
83419 ____________________________________________________________________________
83420 [  5983] By: gsar                                  on 2000/04/28  07:15:04
83421         Log: numeric conversion of non-number in change#3378 tramples on
83422              OOK offset, causing segfaults
83423      Branch: perl
83424            ! sv.c
83425 ____________________________________________________________________________
83426 [  5982] By: gsar                                  on 2000/04/28  04:48:25
83427         Log: avoid error in IO::Socket::INET when given an unknown service name
83428              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
83429      Branch: perl
83430            ! ext/IO/lib/IO/Socket/INET.pm
83431 ____________________________________________________________________________
83432 [  5981] By: gsar                                  on 2000/04/28  04:31:31
83433         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
83434              prototype mismatch with CORE::glob(); update pod and tests to
83435              suit (File::Glob::glob() is still available for backward
83436              compatibility, but should be considered deprecated)
83437      Branch: perl
83438            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
83439            ! t/lib/glob-taint.t
83440 ____________________________________________________________________________
83441 [  5980] By: gsar                                  on 2000/04/28  03:47:29
83442         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
83443              <ghudson@mit.edu>)
83444      Branch: metaconfig
83445            ! U/modified/Options.U
83446      Branch: perl
83447            ! Configure
83448 ____________________________________________________________________________
83449 [  5979] By: gsar                                  on 2000/04/28  03:07:54
83450         Log: under useithreads, constant pad entries could inadvertently be
83451              shared across threads (from Eric Blood <eblood@xmission.com>);
83452              added Eric's test case to testsuite
83453      Branch: perl
83454            ! op.c t/op/misc.t
83455 ____________________________________________________________________________
83456 [  5978] By: gsar                                  on 2000/04/27  21:13:00
83457         Log: sync version numbers in File::Spec with the ones on CPAN
83458              (from Barrie Slaymaker)
83459      Branch: perl
83460            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
83461            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
83462            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
83463 ____________________________________________________________________________
83464 [  5977] By: gsar                                  on 2000/04/27  21:07:29
83465         Log: autoquote barewords followed by newline and arrow properly
83466              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
83467      Branch: perl
83468            ! t/pragma/warn/toke toke.c
83469 ____________________________________________________________________________
83470 [  5976] By: gsar                                  on 2000/04/27  20:41:20
83471         Log: DB_File v1.73 update (from Paul Marquess)
83472      Branch: perl
83473            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
83474            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
83475 ____________________________________________________________________________
83476 [  5975] By: gsar                                  on 2000/04/27  20:34:24
83477         Log: allow sort() reentrancy (variant of patch suggested by
83478              Hugo van der Sanden)
83479      Branch: perl
83480            ! pp_ctl.c t/op/sort.t
83481 ____________________________________________________________________________
83482 [  5974] By: gsar                                  on 2000/04/27  19:46:57
83483         Log: change#4197 somehow missed initializing PL_errors, meaning
83484              sytax error queueing wasn't working outside eval"" at all;
83485              also fixed eval"" to localize PL_error_count, so that compile-time
83486              eval's don't clobber the error state of the outer context
83487      Branch: perl
83488            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
83489            ! t/pragma/warn/toke
83490 ____________________________________________________________________________
83491 [  5973] By: gsar                                  on 2000/04/27  18:29:05
83492         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
83493      Branch: perl
83494            ! regcomp.c regexec.c t/op/re_tests
83495 ____________________________________________________________________________
83496 [  5972] By: jhi                                   on 2000/04/27  18:22:41
83497         Log: Integrate with Sarathy.
83498      Branch: cfgperl
83499           +> t/lib/b.t t/lib/syslog.t
83500           !> (integrate 31 files)
83501 ____________________________________________________________________________
83502 [  5971] By: jhi                                   on 2000/04/27  18:18:46
83503         Log: Unicos tweaks from Mark P. Lutz.
83504      Branch: cfgperl
83505            ! hints/unicos.sh lib/Math/Complex.pm
83506 ____________________________________________________________________________
83507 [  5970] By: gsar                                  on 2000/04/27  18:05:11
83508         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
83509              IV is >32bits
83510      Branch: perl
83511            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
83512 ____________________________________________________________________________
83513 [  5969] By: gsar                                  on 2000/04/27  17:50:56
83514         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
83515      Branch: perl
83516            + t/lib/syslog.t
83517            ! MANIFEST ext/Sys/Syslog/Syslog.pm
83518 ____________________________________________________________________________
83519 [  5968] By: gsar                                  on 2000/04/27  17:44:49
83520         Log: tolerate spaces in group names in test on solaris (from David Boyce
83521              <dsb@boyski.com>)
83522      Branch: perl
83523            ! t/op/groups.t
83524 ____________________________________________________________________________
83525 [  5967] By: gsar                                  on 2000/04/27  17:41:22
83526         Log: improved docs on the warn_uninit diagnostic (from David Glasser
83527              and Simon Cozens)
83528      Branch: perl
83529            ! pod/perldiag.pod
83530 ____________________________________________________________________________
83531 [  5966] By: gsar                                  on 2000/04/27  16:54:58
83532         Log: add testsuite for B backends, fix bug in B::Deparse (from
83533              Simon Cozens <simon@brecon.co.uk>)
83534      Branch: perl
83535            + t/lib/b.t
83536            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
83537 ____________________________________________________________________________
83538 [  5965] By: gsar                                  on 2000/04/27  16:10:37
83539         Log: avoid "will not stay shared" warnings for our variables (from
83540              Robin Barker)
83541      Branch: perl
83542            ! op.c t/pragma/warn/op
83543 ____________________________________________________________________________
83544 [  5964] By: gsar                                  on 2000/04/27  07:05:05
83545         Log: reformat to 72 columns (again)
83546      Branch: perl
83547            ! pod/perldiag.pod
83548 ____________________________________________________________________________
83549 [  5963] By: gsar                                  on 2000/04/27  06:28:31
83550         Log: patch from Larry to make (\&) prototype work; added tests for
83551              the same
83552      Branch: perl
83553            ! op.c t/comp/proto.t
83554 ____________________________________________________________________________
83555 [  5962] By: gsar                                  on 2000/04/27  06:15:47
83556         Log: updated README.hpux (from Jeff Okamoto)
83557      Branch: perl
83558            ! README.hpux
83559 ____________________________________________________________________________
83560 [  5961] By: gsar                                  on 2000/04/27  05:55:03
83561         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
83562      Branch: perl
83563            ! emacs/cperl-mode.el
83564 ____________________________________________________________________________
83565 [  5960] By: gsar                                  on 2000/04/27  05:49:26
83566         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
83567      Branch: perl
83568            ! INSTALL
83569 ____________________________________________________________________________
83570 [  5959] By: gsar                                  on 2000/04/27  05:33:41
83571         Log: doubled words in pods (from Simon Cozens
83572              <simon.p.cozens@jp.pwcglobal.com>)
83573      Branch: perl
83574            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
83575            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
83576            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
83577            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
83578            ! pod/perltootc.pod
83579 ____________________________________________________________________________
83580 [  5958] By: gsar                                  on 2000/04/27  05:11:39
83581         Log: change#3569 deleted some essential code, revert; avoid use of
83582              atexit() to make DynaLoader work properly on AIX under mod_perl
83583              (from Jens-Uwe Mager <jum@helios.de>)
83584      Branch: perl
83585            ! ext/DynaLoader/dl_aix.xs
83586 ____________________________________________________________________________
83587 [  5957] By: gsar                                  on 2000/04/27  04:54:51
83588         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
83589      Branch: perl
83590            ! pod/perlmod.pod
83591 ____________________________________________________________________________
83592 [  5956] By: gsar                                  on 2000/04/27  04:51:47
83593         Log: better diagnostics on failed tests (from Ilya Zakharevich)
83594      Branch: perl
83595            ! t/op/lex_assign.t
83596 ____________________________________________________________________________
83597 [  5955] By: gsar                                  on 2000/04/27  04:26:44
83598         Log: longstanding bug exposed by change#3307: sort arguments weren't
83599              compiled with the right wantarray context (ensuing runtime lookup
83600              via block_gimme() was getting the incidental context of the
83601              sort() itself)
83602      Branch: perl
83603            ! op.c t/op/sort.t
83604 ____________________________________________________________________________
83605 [  5954] By: gsar                                  on 2000/04/26  23:42:12
83606         Log: integrate cfgperl contents into mainline
83607      Branch: perl
83608           !> (integrate 30 files)
83609 ____________________________________________________________________________
83610 [  5953] By: jhi                                   on 2000/04/26  23:06:42
83611         Log: Integrate with Sarathy.
83612      Branch: cfgperl
83613           !> README.win32 ext/B/B/Deparse.pm
83614           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83615           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
83616           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
83617           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
83618           !> utils/perldoc.PL vms/perlvms.pod
83619 ____________________________________________________________________________
83620 [  5952] By: jhi                                   on 2000/04/26  23:03:46
83621         Log: Undo "use integer" addition from 64bitint as it seems
83622              to break most of the subtests in Digital UNIX;
83623              Unicos needs to find another way.
83624      Branch: cfgperl
83625            ! t/op/64bitint.t
83626 ____________________________________________________________________________
83627 [  5951] By: jhi                                   on 2000/04/26  22:57:53
83628         Log: Be more robust on "extreme" (large absolute value)
83629              arguments.  Originally reported by Daniel Connelly
83630              as a problem with asinh() on large negative arguments,
83631              asinh() used to bail out because an argument to log()
83632              ended up being zero.  Ilya Zakharevich proposed using
83633              Taylor's series in such cases, which for such large
83634              arguments is a very good approximation.
83635      Branch: cfgperl
83636            ! lib/Math/Complex.pm t/lib/complex.t
83637 ____________________________________________________________________________
83638 [  5950] By: gsar                                  on 2000/04/25  19:13:12
83639         Log: reformat perldiag to avoid long lines
83640      Branch: perl
83641            ! pod/perldiag.pod
83642 ____________________________________________________________________________
83643 [  5949] By: gsar                                  on 2000/04/25  18:41:11
83644         Log: make perldoc use the pod2man from the same version (from
83645              M.J.T. Guy)
83646      Branch: perl
83647            ! utils/perldoc.PL
83648 ____________________________________________________________________________
83649 [  5948] By: gsar                                  on 2000/04/25  18:21:57
83650         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
83651              <kompas@kompas.usr.onet.pl>)
83652      Branch: perl
83653            ! lib/vars.pm
83654 ____________________________________________________________________________
83655 [  5947] By: gsar                                  on 2000/04/25  18:11:53
83656         Log: use &dl_error rather than &dl_load_file as the guard for calling
83657              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
83658              statically built perl)
83659      Branch: perl
83660            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83661 ____________________________________________________________________________
83662 [  5946] By: jhi                                   on 2000/04/25  17:37:54
83663         Log: Document that tr() is not tr(1).
83664      Branch: cfgperl
83665            ! pod/perlop.pod
83666 ____________________________________________________________________________
83667 [  5945] By: gsar                                  on 2000/04/25  16:34:33
83668         Log: make module name mandatory after -M switch; reorder perldiag
83669              alphabetically (from Mark-Jason Dominus)
83670      Branch: perl
83671            ! perl.c pod/perldiag.pod
83672 ____________________________________________________________________________
83673 [  5944] By: jhi                                   on 2000/04/25  01:15:18
83674         Log: On second thoughts frexp() does have two arguments.
83675      Branch: cfgperl
83676            ! perl.h
83677 ____________________________________________________________________________
83678 [  5943] By: jhi                                   on 2000/04/24  22:56:32
83679         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
83680              Now pp_ncmp() returns undef is either operand is a NaN.
83681      Branch: cfgperl
83682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83683            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
83684            ! vms/subconfigure.com vos/config.def vos/config.h
83685            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
83686            ! win32/config.vc win32/config_H.bc win32/config_H.gc
83687            ! win32/config_H.vc
83688      Branch: metaconfig/U/perl
83689            + d_modfl.U
83690 ____________________________________________________________________________
83691 [  5942] By: jhi                                   on 2000/04/24  19:45:17
83692         Log: Regen Configure to match #5937.
83693      Branch: cfgperl
83694            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83695            ! config_h.SH
83696      Branch: metaconfig
83697            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
83698 ____________________________________________________________________________
83699 [  5941] By: jhi                                   on 2000/04/24  19:24:11
83700         Log: Further Unicos fixes for Mark Lutz.
83701      Branch: cfgperl
83702            ! hints/unicos.sh pp_ctl.c
83703 ____________________________________________________________________________
83704 [  5940] By: jhi                                   on 2000/04/24  19:09:06
83705         Log: Various Unicos 10.0.0.6 fixes.
83706              
83707              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
83708              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
83709              Reply-To: tecmpl1@triton.ca.boeing.com 
83710              To: perl5-porters@perl.org 
83711              Date: Fri, 14 Apr 2000 20:21:00 GMT 
83712              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
83713      Branch: cfgperl
83714            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
83715 ____________________________________________________________________________
83716 [  5939] By: gsar                                  on 2000/04/24  19:01:24
83717         Log: more pod nits (from Larry Virden)
83718      Branch: perl
83719            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
83720            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
83721            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
83722 ____________________________________________________________________________
83723 [  5938] By: gsar                                  on 2000/04/24  18:54:01
83724         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
83725      Branch: perl
83726            ! ext/B/B/Deparse.pm
83727 ____________________________________________________________________________
83728 [  5937] By: jhi                                   on 2000/04/24  17:39:00
83729         Log: Integrate with Sarathy.
83730      Branch: cfgperl
83731           +> (branch 31 files)
83732           !> (integrate 73 files)
83733 ____________________________________________________________________________
83734 [  5936] By: gsar                                  on 2000/04/24  17:30:06
83735         Log: additional tests for change#5934 (from Paul Marquess, who also
83736              sent in the same fix)
83737      Branch: perl
83738            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
83739            ! t/pragma/warn/5nolint t/pragma/warn/6default
83740 ____________________________________________________________________________
83741 [  5935] By: jhi                                   on 2000/04/24  17:26:05
83742         Log: Do not assume sign propagation.
83743              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
83744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
83745              To: payner@ncifcrf.gov, perl5-porters@perl.org 
83746              Date: Tue, 18 Apr 2000 18:24:49 +0100 
83747              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
83748      Branch: cfgperl
83749            ! t/op/bop.t t/op/misc.t
83750 ____________________________________________________________________________
83751 [  5934] By: gsar                                  on 2000/04/24  17:16:54
83752         Log: propagate lexical warnings from surrounding scope correctly
83753              within string eval()
83754      Branch: perl
83755            ! pp_ctl.c t/pragma/warn/pp_ctl
83756 ____________________________________________________________________________
83757 [  5933] By: jhi                                   on 2000/04/24  17:01:07
83758         Log: Flatten the cpp jungle doing the nosuid checking.
83759      Branch: cfgperl
83760            ! perl.c
83761 ____________________________________________________________________________
83762 [  5932] By: gsar                                  on 2000/04/24  09:08:14
83763         Log: add rsignal(), whichsig() and do_join() to public API list
83764              (mod_perl uses them to good advantage)
83765      Branch: perl
83766            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
83767 ____________________________________________________________________________
83768 [  5931] By: gsar                                  on 2000/04/24  09:01:40
83769         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
83770      Branch: perl
83771            ! pp_hot.c regexec.c t/op/pat.t
83772 ____________________________________________________________________________
83773 [  5930] By: gsar                                  on 2000/04/24  08:58:33
83774         Log: small os390 tweaks (from Peter Prymmer)
83775      Branch: perl
83776            ! config_h.SH makedepend.SH
83777 ____________________________________________________________________________
83778 [  5929] By: gsar                                  on 2000/04/24  08:55:25
83779         Log: pod nits
83780      Branch: perl
83781            ! pod/perlguts.pod
83782 ____________________________________________________________________________
83783 [  5928] By: gsar                                  on 2000/04/24  08:50:13
83784         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
83785      Branch: perl
83786            ! ext/IO/lib/IO/Poll.pm
83787 ____________________________________________________________________________
83788 [  5927] By: gsar                                  on 2000/04/24  08:43:24
83789         Log: arrange for next() to resume at the unstack op rather than the
83790              loop conditional, so that scope cleanup happens correctly
83791              (from Stephen McCamant)
83792      Branch: perl
83793            ! op.c pp_ctl.c t/op/misc.t
83794 ____________________________________________________________________________
83795 [  5926] By: gsar                                  on 2000/04/24  08:18:40
83796         Log: on windows, reserve 16M of stack rather than 128M (allows more
83797              threads to run concurrently)
83798      Branch: perl
83799            ! win32/Makefile win32/makefile.mk
83800 ____________________________________________________________________________
83801 [  5925] By: gsar                                  on 2000/04/24  08:13:52
83802         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
83803      Branch: perl
83804            ! toke.c
83805 ____________________________________________________________________________
83806 [  5924] By: gsar                                  on 2000/04/24  08:08:59
83807         Log: avoid using uninitialized memory in require version check
83808      Branch: perl
83809            ! pp_ctl.c universal.c
83810 ____________________________________________________________________________
83811 [  5923] By: gsar                                  on 2000/04/24  07:20:14
83812         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
83813      Branch: perl
83814            ! ext/IO/lib/IO/Poll.pm
83815 ____________________________________________________________________________
83816 [  5922] By: gsar                                  on 2000/04/24  07:08:42
83817         Log: commentary about IoTYPE() (from Nathan Torkington)
83818      Branch: perl
83819            ! sv.h
83820 ____________________________________________________________________________
83821 [  5921] By: gsar                                  on 2000/04/24  06:58:26
83822         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
83823              by fix
83824      Branch: perl
83825            ! sv.c t/lib/charnames.t t/pragma/utf8.t
83826 ____________________________________________________________________________
83827 [  5920] By: gsar                                  on 2000/04/24  06:37:59
83828         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
83829      Branch: perl
83830            ! doop.c t/op/ver.t
83831 ____________________________________________________________________________
83832 [  5919] By: gsar                                  on 2000/04/24  06:21:58
83833         Log: Configure might miss old directories when prefix must be
83834              expanded (from Robin Barker)
83835      Branch: metaconfig
83836            ! U/installdirs/inc_version_list.U
83837      Branch: perl
83838            ! Configure
83839 ____________________________________________________________________________
83840 [  5918] By: gsar                                  on 2000/04/24  06:16:11
83841         Log: VMS nits in glob() test (from Charles Lane)
83842      Branch: perl
83843            ! t/lib/glob-basic.t
83844 ____________________________________________________________________________
83845 [  5917] By: gsar                                  on 2000/04/24  06:11:56
83846         Log: various pod nits (from Larry Virden and others)
83847      Branch: perl
83848            ! README.amiga README.hpux README.machten README.os2
83849            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
83850            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
83851            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
83852            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
83853            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
83854            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
83855            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
83856            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
83857 ____________________________________________________________________________
83858 [  5916] By: gsar                                  on 2000/04/24  05:52:43
83859         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
83860              <wjones@tc.fluke.com>)
83861      Branch: perl
83862            ! t/lib/glob-basic.t
83863 ____________________________________________________________________________
83864 [  5915] By: gsar                                  on 2000/04/24  05:07:01
83865         Log: supported platforms mixed up
83866      Branch: perl
83867            ! pod/perl56delta.pod pod/perlport.pod
83868 ____________________________________________________________________________
83869 [  5914] By: gsar                                  on 2000/04/24  04:56:08
83870         Log: caller() wasn't returning the right number of elements for
83871              eval {...}
83872      Branch: perl
83873            ! pp_ctl.c t/pragma/warn/9enabled
83874 ____________________________________________________________________________
83875 [  5913] By: gsar                                  on 2000/04/24  04:35:41
83876         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
83877              Mark-Jason Dominus)
83878      Branch: perl
83879            ! pod/perlfunc.pod
83880 ____________________________________________________________________________
83881 [  5912] By: gsar                                  on 2000/04/24  04:17:15
83882         Log: fix totally broken caching in UNIVERSAL::isa() (from
83883              Nick Ing-Simmons)
83884      Branch: perl
83885            ! t/op/universal.t universal.c
83886 ____________________________________________________________________________
83887 [  5911] By: gsar                                  on 2000/04/24  03:39:47
83888         Log: add linebreak properties from unicode/LineBrk.txt (from
83889              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
83890      Branch: perl
83891            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
83892            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
83893            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
83894            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
83895            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
83896            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
83897            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
83898            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
83899            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
83900            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
83901            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
83902            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
83903            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
83904            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
83905            + lib/unicode/Is/LbrkZW.pl
83906            ! lib/unicode/mktables.PL
83907 ____________________________________________________________________________
83908 [  5910] By: gsar                                  on 2000/04/24  03:23:10
83909         Log: typo in pod
83910      Branch: perl
83911            ! ext/Thread/Thread.pm
83912 ____________________________________________________________________________
83913 [  5909] By: gsar                                  on 2000/04/24  03:22:03
83914         Log: mode argument to do_binmode() should be file mode, not boolean
83915      Branch: perl
83916            ! pp_sys.c
83917 ____________________________________________________________________________
83918 [  5908] By: gsar                                  on 2000/04/16  16:51:08
83919         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
83920              always returns a valid GV even when the symbol is trapped by strictures
83921              (avoids coredumps)
83922              
83923              TODO: the C<package;> hack needs similar treatment
83924      Branch: perl
83925            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
83926            ! t/pragma/strict-vars
83927 ____________________________________________________________________________
83928 [  5907] By: jhi                                   on 2000/03/31  23:42:56
83929         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
83930              an assumption which #5905 demolished.
83931      Branch: cfgperl
83932            ! pp_sys.c
83933 ____________________________________________________________________________
83934 [  5906] By: jhi                                   on 2000/03/31  18:54:37
83935         Log: Typo in #5905.
83936      Branch: cfgperl
83937            ! t/op/64bitint.t
83938 ____________________________________________________________________________
83939 [  5905] By: jhi                                   on 2000/03/31  18:50:54
83940         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
83941              reported by Joseph N. Hall.  The bug was that even with use64bitint
83942              one had to use the prefixes q, L, or ll with printf/sprintf,
83943              contrary to the documentation and common sense.
83944      Branch: cfgperl
83945            ! sv.c t/op/64bitint.t
83946 ____________________________________________________________________________
83947 [  5904] By: gsar                                  on 2000/03/28  02:31:32
83948         Log: add Changes, perldelta.pod
83949      Branch: perl
83950            + Changes pod/perldelta.pod
83951 ____________________________________________________________________________
83952 [  5903] By: gsar                                  on 2000/03/28  02:03:55
83953         Log: rename Changes and perldelta.pod
83954      Branch: perl
83955           +> Changes5.6 pod/perl56delta.pod
83956            - Changes pod/perldelta.pod
83957            ! MANIFEST
83958 ____________________________________________________________________________
83959 [  5902] By: gsar                                  on 2000/03/28  01:59:14
83960         Log: create maint-5.6 branch
83961      Branch: maint-5.6/perl
83962           +> (branch 1611 files)
83963 ____________________________________________________________________________
83964 [  5901] By: jhi                                   on 2000/03/23  05:48:43
83965         Log: Integrate with Sarathy.
83966      Branch: cfgperl
83967           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
83968 ____________________________________________________________________________
83969 [  5900] By: gsar                                  on 2000/03/23  05:42:43
83970         Log: three guesses on what this is :-)
83971      Branch: perl
83972            ! Changes